All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Add Linux-compatible syscon_to_regmap API
@ 2018-04-18  2:38 Masahiro Yamada
  2018-04-18  2:38 ` [U-Boot] [PATCH 1/4] regmap: clean up regmap allocation Masahiro Yamada
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Masahiro Yamada @ 2018-04-18  2:38 UTC (permalink / raw)
  To: u-boot

The current syscon in U-Boot works differently from Linux.
Therefore, DT files imported from Linux do not work for U-Boot.

The current usage of syscon in U-Boot should be discouraged because
using different DT-binding across projects is a significant problem.



Masahiro Yamada (4):
  regmap: clean up regmap allocation
  dm: ofnode: add ofnode_device_is_compatible() helper
  regmap: change regmap_init_mem() to take ofnode instead udevice
  syscon: add Linux-compatible syscon API

 arch/arm/mach-aspeed/ast2500/sdram_ast2500.c |  2 +-
 drivers/core/device.c                        |  8 +---
 drivers/core/ofnode.c                        | 11 +++++
 drivers/core/regmap.c                        | 42 ++++++------------
 drivers/core/syscon-uclass.c                 | 65 +++++++++++++++++++++++++++-
 drivers/phy/meson-gxl-usb2.c                 |  2 +-
 drivers/phy/meson-gxl-usb3.c                 |  2 +-
 drivers/ram/rockchip/dmc-rk3368.c            |  2 +-
 drivers/ram/rockchip/sdram_rk3188.c          |  2 +-
 drivers/ram/rockchip/sdram_rk322x.c          |  2 +-
 drivers/ram/rockchip/sdram_rk3288.c          |  2 +-
 drivers/ram/rockchip/sdram_rk3399.c          |  2 +-
 drivers/ram/stm32mp1/stm32mp1_ram.c          |  2 +-
 drivers/reset/reset-meson.c                  |  2 +-
 include/dm/ofnode.h                          | 11 +++++
 include/regmap.h                             | 11 ++---
 include/syscon.h                             |  8 ++++
 17 files changed, 123 insertions(+), 53 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2018-04-25  5:01 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-18  2:38 [U-Boot] [PATCH 0/4] Add Linux-compatible syscon_to_regmap API Masahiro Yamada
2018-04-18  2:38 ` [U-Boot] [PATCH 1/4] regmap: clean up regmap allocation Masahiro Yamada
2018-04-22 20:11   ` Simon Glass
2018-04-18  2:38 ` [U-Boot] [PATCH 2/4] dm: ofnode: add ofnode_device_is_compatible() helper Masahiro Yamada
2018-04-22 20:11   ` Simon Glass
2018-04-23  4:50     ` Masahiro Yamada
2018-04-25  5:01       ` Simon Glass
2018-04-18  2:38 ` [U-Boot] [PATCH 3/4] regmap: change regmap_init_mem() to take ofnode instead udevice Masahiro Yamada
2018-04-18 15:34   ` Neil Armstrong
2018-04-22 20:10   ` Simon Glass
2018-04-23  4:56     ` Masahiro Yamada
2018-04-25  5:01       ` Simon Glass
2018-04-18  2:38 ` [U-Boot] [PATCH 4/4] syscon: add Linux-compatible syscon API Masahiro Yamada
2018-04-22 20:11   ` Simon Glass
2018-04-23  4:58     ` Masahiro Yamada
2018-04-25  5:01       ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.