freebsd-skq/sys/arm64/rockchip
Emmanuel Vadot 3df0c02623 arm64: rockchip: rk_pinctrl: Fix clear bits in SYSCON_MODIFY
r351187 change the SYSCON_WRITE to SYSCON_MODIFY but didn't changed the
mask variable that used to hold the bitmask in the upper 16 bits of the
register that control which bits are changed. So we ended up clearing
bit from the upper 16bits half which are always 0 after a read.
Use the correct bit mask for bits that we want to clear.

MFC after:	3 days
2019-12-17 10:55:28 +00:00
..
clk arm64: rk3328: Add the *clk_peri_niu clocks 2019-12-11 18:39:05 +00:00
if_dwc_rk.c Remove "all rights reserved" from copyright for the file I own. 2019-12-03 21:00:45 +00:00
rk805.c Remove "all rights reserved" from copyright for the file I own. 2019-12-03 21:00:45 +00:00
rk805reg.h Remove "all rights reserved" from copyright for the file I own. 2019-12-03 21:00:45 +00:00
rk3399_emmcphy.c Add driver for Rockchip RK3399 eMMC PHY. 2019-07-20 02:03:31 +00:00
rk_dwc3.c arm64: rockchip: Add rk_dwc3 driver 2019-10-25 18:08:59 +00:00
rk_gpio.c Remove "all rights reserved" from copyright for the file I own. 2019-12-03 21:00:45 +00:00
rk_grf.c Remove "all rights reserved" from copyright for the file I own. 2019-12-03 21:00:45 +00:00
rk_i2c.c Improve rk_i2c driver: 2019-08-18 09:11:43 +00:00
rk_pcie_phy.c Add driver for Rockchip PCIe root complex found in RK3399 SOC. 2019-12-14 14:56:34 +00:00
rk_pcie.c Add driver for Rockchip PCIe root complex found in RK3399 SOC. 2019-12-14 14:56:34 +00:00
rk_pinctrl.c arm64: rockchip: rk_pinctrl: Fix clear bits in SYSCON_MODIFY 2019-12-17 10:55:28 +00:00
rk_spi.c arm64: rk3399: add SPI driver and include it in GENERIC config 2019-10-25 21:38:38 +00:00
rk_tsadc_if.m Add driver for temperature sensors found in RK32898, RK3328 and RK3399 SoC's. 2019-11-28 17:01:31 +00:00
rk_tsadc.c arm64: rockchip: tsadc: Do not free the sysctl context is it wasn't created 2019-11-28 20:17:03 +00:00
rk_typec_phy.c arm64: rockchip: typec_phy: Rename timeout to retry 2019-10-29 18:36:16 +00:00
rk_usb2phy.c arm64: rockchip: usb2phy: Add set/get mode 2019-10-05 17:36:33 +00:00