[U-Boot] [PATCH v3 7/9] dm: core: Replace of_offset with accessor (part 2)
sjg at google.com
sjg at google.com
Thu May 18 16:01:18 UTC 2017
At present devices use a simple integer offset to record the device tree
node associated with the device. In preparation for supporting a live
device tree, which uses a node pointer instead, refactor existing code to
access this field through an inline function.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3: None
Changes in v2: None
arch/arm/mach-rockchip/rk3188/sdram_rk3188.c | 2 +-
arch/arm/mach-rockchip/rk3399/sdram_rk3399.c | 2 +-
drivers/block/dwc_ahci.c | 6 +++---
drivers/clk/clk_zynq.c | 2 +-
drivers/core/regmap.c | 5 +++--
drivers/firmware/psci.c | 4 ++--
drivers/mmc/mmc-uclass.c | 2 +-
drivers/mmc/sdhci-cadence.c | 2 +-
drivers/mmc/zynq_sdhci.c | 2 +-
drivers/net/phy/phy.c | 2 +-
drivers/net/phy/ti.c | 2 +-
drivers/net/sun8i_emac.c | 4 ++--
drivers/phy/ti-pipe3-phy.c | 2 +-
drivers/pinctrl/pinctrl-at91.c | 2 +-
drivers/pinctrl/pinctrl-single.c | 9 +++++----
drivers/pinctrl/pinctrl_stm32.c | 2 +-
drivers/pinctrl/rockchip/pinctrl_rk3188.c | 4 ++--
drivers/pinctrl/rockchip/pinctrl_rk3328.c | 2 +-
drivers/ram/stm32_sdram.c | 2 +-
drivers/serial/serial_lpuart.c | 2 +-
drivers/spi/ti_qspi.c | 4 ++--
drivers/timer/arc_timer.c | 2 +-
drivers/video/atmel_hlcdfb.c | 4 ++--
23 files changed, 36 insertions(+), 34 deletions(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list