uboot/drivers
John Keeping 2b51784aef rockchip: rk3288: Fix pinctrl for GPIO bank 0
Bank 0 is the "PMU GPIO" bank which is controlled by the PMU registers
rather than the GRF registers.  In the GRF the top half of the register
is used as a mask so that some bits can be updated without affecting the
others, but in the PMU this feature is not provided and the top half of
the register is reserved.

Take the same approach as the Linux driver to update the value via
read-modify-write but setting the mask for only the bits that have
changed.  The PMU registers ignore the top 16 bits so this works for
both GRF and PMU iomux registers.

Signed-off-by: John Keeping <john@metanate.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2016-07-31 07:24:20 -06:00
..
adc
bios_emulator
block
bootcount
clk rockchip: Use rockchip_get_clk() to obtain the SoC clock 2016-07-25 20:46:45 -06:00
core dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() 2016-07-27 14:15:07 -06:00
cpu
crypto DM: crypto/fsl: Enable rsa DM driver usage before relocation 2016-07-26 09:01:21 -07:00
ddr
demo
dfu
dma
fpga
gpio ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() 2016-07-24 00:13:10 +09:00
hwmon
i2c dm: Use dm_scan_fdt_dev() directly where possible 2016-07-27 14:15:54 -06:00
input
led
mailbox
memory
misc dm: Use dm_scan_fdt_dev() directly where possible 2016-07-27 14:15:54 -06:00
mmc mmc-uclass: correct the device number 2016-07-31 07:24:20 -06:00
mtd sf: sf_params: Add AT25DF321 flash support 2016-07-30 00:15:00 +05:30
net Merge branch 'master' of git://www.denx.de/git/u-boot-imx 2016-07-28 08:45:00 -04:00
pch dm: Use dm_scan_fdt_dev() directly where possible 2016-07-27 14:15:54 -06:00
pci Merge branch 'master' of git://www.denx.de/git/u-boot-imx 2016-07-28 08:45:00 -04:00
pcmcia
pinctrl rockchip: rk3288: Fix pinctrl for GPIO bank 0 2016-07-31 07:24:20 -06:00
power Add a power domain framework/uclass 2016-07-27 16:29:56 -06:00
pwm
qe
ram
remoteproc
reset
rtc
serial Merge branch 'master' of git://www.denx.de/git/u-boot-imx 2016-07-28 08:45:00 -04:00
soc
sound
spi spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock 2016-07-30 00:15:00 +05:30
spmi dm: Use dm_scan_fdt_dev() directly where possible 2016-07-27 14:15:54 -06:00
thermal
timer
tpm
twserial
usb Merge branch 'master' of git://www.denx.de/git/u-boot-imx 2016-07-28 08:45:00 -04:00
video Merge branch 'master' of git://git.denx.de/u-boot-video 2016-07-27 15:22:21 -04:00
watchdog
Kconfig
Makefile spl: Lightweight UBI and UBI fastmap support 2016-07-22 09:53:00 -04:00