public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] dm: rpi: Move Raspberry Pi to use driver model
@ 2014-11-25  1:08 Simon Glass
  2014-11-25  1:08 ` [U-Boot] [PATCH v2 1/2] dm: rpi: Move serial to " Simon Glass
  2014-11-25  1:08 ` [U-Boot] [PATCH v2 2/2] dm: rpi: Move script load address to 0x8000 Simon Glass
  0 siblings, 2 replies; 8+ messages in thread
From: Simon Glass @ 2014-11-25  1:08 UTC (permalink / raw)
  To: u-boot

This series adds driver model support to the GPIO and serial drivers used
by Raspberry Pi, and moves Raspberry Pi over to driver model.

This requires adding driver model support to the pl01x serial driver, and
replacing the bcm2835 GPIO driver with a driver model version (since there
are no longer clients that don't use driver model).

See u-boot-dm.git branch rpi-working for the tree this is based on.

Changes in v2:
- Adjust header file include to dm/platform_data/...
- Add new patch to move script load address to 0x8000

Simon Glass (2):
  dm: rpi: Move serial to driver model
  dm: rpi: Move script load address to 0x8000

 board/raspberrypi/rpi/rpi.c | 12 ++++++++++++
 include/configs/rpi.h       |  8 ++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

-- 
2.1.0.rc2.206.gedb03e5

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

end of thread, other threads:[~2014-11-25  4:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-25  1:08 [U-Boot] [PATCH v2 0/2] dm: rpi: Move Raspberry Pi to use driver model Simon Glass
2014-11-25  1:08 ` [U-Boot] [PATCH v2 1/2] dm: rpi: Move serial to " Simon Glass
2014-11-25  4:07   ` Stephen Warren
2014-11-25  1:08 ` [U-Boot] [PATCH v2 2/2] dm: rpi: Move script load address to 0x8000 Simon Glass
2014-11-25  4:06   ` Stephen Warren
2014-11-25  4:10     ` Simon Glass
2014-11-25  4:22       ` Stephen Warren
2014-11-25  4:28         ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox