public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] dm: rpi: Move Raspberry Pi to use driver model
@ 2014-09-22 23:30 Simon Glass
  2014-09-22 23:30 ` [U-Boot] [PATCH 1/4] dm: rpi: Convert GPIO driver to " Simon Glass
                   ` (4 more replies)
  0 siblings, 5 replies; 25+ messages in thread
From: Simon Glass @ 2014-09-22 23:30 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.


Simon Glass (4):
  dm: rpi: Convert GPIO driver to driver model
  dm: serial: Tidy up the pl01x driver
  dm: serial: Support driver model in pl01x driver
  dm: rpi: Move serial to driver model

 arch/arm/include/asm/arch-bcm2835/gpio.h           |   9 +
 board/raspberrypi/rpi_b/rpi_b.c                    |  23 ++
 drivers/gpio/bcm2835_gpio.c                        | 180 ++++++++--
 drivers/serial/Makefile                            |   5 +-
 drivers/serial/serial_pl01x.c                      | 373 +++++++++++++--------
 .../{serial_pl01x.h => serial_pl01x_internal.h}    |   0
 include/configs/rpi_b.h                            |  11 +-
 include/serial_pl01x.h                             |  27 ++
 8 files changed, 462 insertions(+), 166 deletions(-)
 rename drivers/serial/{serial_pl01x.h => serial_pl01x_internal.h} (100%)
 create mode 100644 include/serial_pl01x.h

-- 
2.1.0.rc2.206.gedb03e5

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

end of thread, other threads:[~2015-04-21 12:00 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 23:30 [U-Boot] [PATCH 0/4] dm: rpi: Move Raspberry Pi to use driver model Simon Glass
2014-09-22 23:30 ` [U-Boot] [PATCH 1/4] dm: rpi: Convert GPIO driver to " Simon Glass
2014-10-01  1:40   ` Stephen Warren
2014-10-01  2:15     ` Simon Glass
2014-10-23  3:07   ` Simon Glass
2014-09-22 23:30 ` [U-Boot] [PATCH 2/4] dm: serial: Tidy up the pl01x driver Simon Glass
2014-10-23  3:07   ` Simon Glass
2015-04-21 11:56   ` Linus Walleij
2015-04-21 12:00     ` Linus Walleij
2014-09-22 23:30 ` [U-Boot] [PATCH 3/4] dm: serial: Support driver model in " Simon Glass
2014-10-23  3:07   ` Simon Glass
2014-09-22 23:30 ` [U-Boot] [PATCH 4/4] dm: rpi: Move serial to driver model Simon Glass
2014-10-01  1:41 ` [U-Boot] [PATCH 0/4] dm: rpi: Move Raspberry Pi to use " Stephen Warren
2014-10-01  2:17   ` Simon Glass
2014-10-18  2:51   ` Stephen Warren
2014-10-20  3:14     ` Simon Glass
2014-10-21  2:23       ` Stephen Warren
2014-10-22  2:04         ` Simon Glass
2014-10-23  3:21           ` Simon Glass
2014-10-26  3:22           ` Stephen Warren
2014-10-26  3:43           ` Stephen Warren
2014-10-26  3:47             ` Simon Glass
2014-10-26  5:08               ` Stephen Warren
2014-10-26  5:10                 ` Simon Glass
2014-11-24 18:38                   ` Simon Glass

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