[PATCH 0/8] i.MX25 3DS fixes and enhancements
Baruch Siach
baruch at tkos.co.il
Wed Jun 9 03:04:59 EDT 2010
This series of patches includes the following:
1. Fixes and clean-ups for the i.MX25 3DS board code
2. New driver for the i.MX25 3DS on-board PMIC
3. Enable proper FEC initialization including PHY power supply enable
4. Add support for boot from UART on the i.MX25 3DS
Note that currently there is no watchdog service routine. Since the UART boot
mode enables the watchdog, this means that you can only have Barebox running
for 90 seconds before the watchdog resets the CPU.
Baruch Siach (8):
mx25 3ds: fix build failure
mx25: fix typo in imx25-regs.h
mx25 3ds: cleanup lowlevel_init code
mx25: add support for i2c
i2c: add driver for the MC34704 PMIC
mx25 3ds: add support for i2c master and PMIC
mx25 3ds: fix fec initialization
mx25 3ds: add support for boot from UART
arch/arm/mach-imx/Kconfig | 5 +
arch/arm/mach-imx/include/mach/imx25-regs.h | 3 +-
arch/arm/mach-imx/include/mach/iomux-mx25.h | 4 +-
arch/arm/mach-imx/speed-imx25.c | 5 +
board/freescale-mx25-3-stack/3stack.c | 87 ++++++++++------
board/freescale-mx25-3-stack/lowlevel_init.S | 18 ++--
drivers/i2c/Kconfig | 3 +
drivers/i2c/Makefile | 1 +
drivers/i2c/mc34704.c | 140 ++++++++++++++++++++++++++
include/i2c/mc34704.h | 26 +++++
10 files changed, 247 insertions(+), 45 deletions(-)
create mode 100644 drivers/i2c/mc34704.c
create mode 100644 include/i2c/mc34704.h
More information about the barebox
mailing list