u-boot-brain/drivers
Patrice Chotard 6d734be905 reset: stm32: Fix bank and offset computation
BITS_PER_LONG is used to represent register's size which is 32.
But when compiled on arch64, BITS_PER_LONG is then equal to 64.

Fix bank and offset computation to make it work on arch32 and
arch64 and ensure that register's size is always equal to 32.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Pankaj Dev <pankaj.dev@st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
2021-05-28 11:24:02 +02:00
..
adc
ata ata: ahci: fix ahci_link_up() type mismatch for LTO 2021-05-24 14:21:30 -04:00
axi
bios_emulator treewide: Convert macro and uses of __section(foo) to __section("foo") 2021-05-24 14:21:30 -04:00
block Fix IDE commands issued, fix endian issues, fix non MMIO 2021-04-20 07:31:12 -04:00
bootcount
bus
button
cache
clk treewide: Convert macro and uses of __section(foo) to __section("foo") 2021-05-24 14:21:30 -04:00
core regmap: fix a serious pointer casting bug 2021-05-24 14:21:30 -04:00
cpu
crypto
ddr
demo
dfu dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supported 2021-05-28 11:21:51 +02:00
dma dma: ti: k3-udma: Add BCDMA and PKTDMA support 2021-05-12 16:36:38 +05:30
fastboot
firmware firmware: ti_sci: Update ti_sci_msg_req_reboot to include domain 2021-05-27 14:53:14 +05:30
fpga
gpio gpio: renesas: Pass struct udevice to rcar_gpio_set_direction() 2021-05-21 15:00:17 +02:00
hwspinlock
i2c
input
led
mailbox mailbox: k3-sec-proxy: Extend valid thread IDs 2021-05-12 16:27:57 +05:30
memory
misc
mmc Merge tag 'ti-v2021.07-rc3' of https://source.denx.de/u-boot/custodians/u-boot-ti 2021-05-12 10:07:21 -04:00
mtd ARM: fix LTO for apf27 2021-05-24 14:21:30 -04:00
mux
net net: Remove ne2000 driver 2021-05-25 12:40:16 -04:00
nvme
pch
pci pcie: designware: mvebu: do not configure ATU for IO when not used 2021-05-16 06:48:45 +02:00
pci_endpoint
phy phy: marvell: utmi: update utmi config which fixes usb2.0 instability 2021-04-29 07:45:24 +02:00
pinctrl pinctrl: single: Fix probe failure getting register area size 2021-05-26 17:26:07 -04:00
power treewide: Convert macro and uses of __section(foo) to __section("foo") 2021-05-24 14:21:30 -04:00
pwm pwm: sifive: make set_config() and set_enable() work properly 2021-05-14 16:25:42 +08:00
qe
ram ram: k3-ddrss: Enable vtt regulator if present 2021-05-12 16:30:52 +05:30
remoteproc
reset reset: stm32: Fix bank and offset computation 2021-05-28 11:24:02 +02:00
rng
rtc
scsi
serial treewide: Convert macro and uses of __section(foo) to __section("foo") 2021-05-24 14:21:30 -04:00
smem
soc soc: ti: k3-navss-ringacc: Remove unused ring modes 2021-05-12 16:36:38 +05:30
sound
spi spi: kirkwood: prevent limiting speed to 0 2021-05-16 06:48:45 +02:00
spmi
sysinfo sysinfo: Add gpio-sysinfo driver 2021-05-04 07:57:18 -04:00
sysreset
tee
thermal
timer riscv: Split SiFive CLINT support between SPL and U-Boot proper 2021-05-17 16:42:24 +08:00
tpm
ufs
usb usb: dwc3-generic: Disable host driver definition if gadget only 2021-05-16 19:01:45 +02:00
video
virtio
w1 w1: replace dt detection by automatic detection 2021-05-13 13:09:09 -04:00
w1-eeprom w1: replace dt detection by automatic detection 2021-05-13 13:09:09 -04:00
watchdog
xen
Kconfig
Makefile