[PATCH 0/6] raspberry-pi: updates
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Mon Jan 12 22:24:16 PST 2015
Hi,
The following patch serie prepare the raspberry for USB support
The following changes since commit 9cd14d260aa22ae089f81a07be2c0e5dea2ffc94:
Merge branch 'for-next/pbl-console' (2015-01-09 17:38:27 +0100)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/rpi
for you to fetch changes up to eebb138c29d100ced23dd7ffc6cd3f0c0a6930be:
regulator: add bcm2835 driver (2015-01-11 18:17:39 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (6):
raspberry-pi: add board model detection
raspberry-pi: add leds support
amba: pl011: add support for regulator
driver: add postcore_platform_driver
regulator: allow to use it with non DT device
regulator: add bcm2835 driver
arch/arm/boards/raspberry-pi/env/init/ps1 | 7 +++++++
arch/arm/boards/raspberry-pi/rpi.c | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
arch/arm/mach-bcm2835/include/mach/mbox.h | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/regulator/Kconfig | 7 ++++++-
drivers/regulator/Makefile | 1 +
drivers/regulator/bcm2835.c | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/regulator/core.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------
drivers/serial/amba-pl011.c | 11 +++++++++++
include/driver.h | 2 ++
include/regulator.h | 10 ++++++++++
10 files changed, 488 insertions(+), 18 deletions(-)
create mode 100644 arch/arm/boards/raspberry-pi/env/init/ps1
create mode 100644 drivers/regulator/bcm2835.c
Best Regards,
J.
More information about the barebox
mailing list