[U-Boot] [PATCH v3 0/2] dm: rpi: Move Raspberry Pi to use driver model

Simon Glass sjg at chromium.org
Tue Nov 25 05:36:33 CET 2014


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 v3:
- Add new patch to add missing private data size for serial_pl01x

Changes in v2:
- Adjust header file include to dm/platform_data/...

Simon Glass (2):
  dm: rpi: Move serial to driver model
  dm: serial_pl01x: Add missing private data size

 board/raspberrypi/rpi/rpi.c   | 12 ++++++++++++
 drivers/serial/serial_pl01x.c |  1 +
 include/configs/rpi.h         |  6 +++---
 3 files changed, 16 insertions(+), 3 deletions(-)

-- 
2.1.0.rc2.206.gedb03e5



More information about the U-Boot mailing list