With the new dev_read functions available we can start converting
drivers we use (and can test) over to the dev_read family of
functions.

As my development tree's test coverage is currently focused on our
Rockchip devices, this series is limited to drivers used in our
devices and the Rockchip subarchitecture.

To make regression testing easier, these are individual commits
(across driver subsystems) instead of a single, large change bunched
together.  Feel free to flatten these into a single commit as they are
merged upstream.


Philipp Tomsich (7):
  rockchip: pinctrl: dm: convert fdt_get to dev_read
  rockchip: spi: dm: convert fdt_get to dev_read
  rockchip: xhci: dm: convert fdt_get to dev_read
  rockchip: mmc: dm: convert fdt_get to dev_read
  rockchip: net: dm: convert fdt_get to dev_read
  rockchip: ns16550: dm: convert fdt_get to dev_read
  rockchip: dm: convert fdt_get to dev_read

 arch/arm/mach-rockchip/rk3188/sdram_rk3188.c | 20 +++++++++-----------
 arch/arm/mach-rockchip/rk3288/sdram_rk3288.c | 20 +++++++++-----------
 arch/arm/mach-rockchip/rk3399/sdram_rk3399.c |  8 +++-----
 drivers/mmc/rockchip_dw_mmc.c                | 18 +++++++-----------
 drivers/mmc/rockchip_sdhci.c                 |  3 +--
 drivers/net/designware.c                     |  7 +++----
 drivers/net/gmac_rockchip.c                  | 10 ++++------
 drivers/pinctrl/rockchip/pinctrl_rk3036.c    |  3 +--
 drivers/pinctrl/rockchip/pinctrl_rk3188.c    |  3 +--
 drivers/pinctrl/rockchip/pinctrl_rk3288.c    |  3 +--
 drivers/pinctrl/rockchip/pinctrl_rk3328.c    |  3 +--
 drivers/pinctrl/rockchip/pinctrl_rk3399.c    |  3 +--
 drivers/pinctrl/rockchip/pinctrl_rv1108.c    |  3 +--
 drivers/serial/ns16550.c                     | 11 ++++-------
 drivers/spi/rk_spi.c                         | 15 +++++++--------
 drivers/usb/host/xhci-rockchip.c             | 13 ++++---------
 16 files changed, 57 insertions(+), 86 deletions(-)

-- 
2.1.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to