public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] ARMV7: Enhance support for OMAP4
@ 2010-07-21 19:25 Steve Sakoman
  2010-07-21 19:25 ` [U-Boot] [PATCH 1/8] ARMV7: Add pad mux " Steve Sakoman
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Steve Sakoman @ 2010-07-21 19:25 UTC (permalink / raw)
  To: u-boot

This patch series adds support for:
 - pad mux initialization
 - OMAP4 TWL6030 companion chip initialization
 - usb driver and gadget support
 
It also fixes issues in the udelay implementation and the OMAP I2C
driver as well as tweaks the default environment.
 
These patches were tested on Panda and OMAP4430 SDP as well as on
the Gumstix Overo to verify that there were no regressions on OMAP3.

Steve Sakoman (9):
  ARMV7: Add pad mux support for OMAP4
  ARMV7: Fix udelay for OMAP4
  ARMV7: Modify i2c driver for more reliable operation on OMAP4
  ARMV7: Add support for the TWL6030 I2C power chip used in OMAP4
    systems
  ARMV7: Restructure omap3 musb driver to allow code sharing between
    OMAP3 and OMAP4
  ARMV7: Enable musb driver and usbtty on OMAP4430 SDP
  ARMV7: Enable musb driver and usbtty on OMAP4 Panda
  ARMV7: Update default environment for OMAP4 boards
  
 arch/arm/cpu/armv7/omap-common/timer.c      |    9 -
 arch/arm/cpu/armv7/omap4/board.c            |   11 +
 arch/arm/include/asm/arch-omap3/cpu.h       |    3 +
 arch/arm/include/asm/arch-omap3/i2c.h       |    4 +-
 arch/arm/include/asm/arch-omap4/cpu.h       |    3 +
 arch/arm/include/asm/arch-omap4/mux_omap4.h |  344 +++++++++++++++++++++++++++
 arch/arm/include/asm/arch-omap4/omap4.h     |    2 +
 board/ti/panda/panda.c                      |   27 ++
 board/ti/panda/panda.h                      |  265 +++++++++++++++++++++
 board/ti/sdp4430/sdp.c                      |   27 ++
 board/ti/sdp4430/sdp.h                      |  265 +++++++++++++++++++++
 drivers/i2c/omap24xx_i2c.c                  |   37 ++-
 drivers/i2c/omap24xx_i2c.h                  |    4 +
 drivers/power/Makefile                      |    1 +
 drivers/power/twl6030.c                     |   77 ++++++
 drivers/usb/musb/omap3.c                    |   16 ++
 drivers/usb/musb/omap3.h                    |    3 +-
 include/configs/omap4_panda.h               |   28 ++-
 include/configs/omap4_sdp4430.h             |   28 ++-
 include/twl6030.h                           |   90 +++++++
 20 files changed, 1215 insertions(+), 29 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-omap4/mux_omap4.h
 create mode 100644 board/ti/panda/panda.h
 create mode 100644 board/ti/sdp4430/sdp.h
 create mode 100644 drivers/power/twl6030.c
 create mode 100644 include/twl6030.h

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

end of thread, other threads:[~2010-07-23 16:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-21 19:25 [U-Boot] [PATCH 0/8] ARMV7: Enhance support for OMAP4 Steve Sakoman
2010-07-21 19:25 ` [U-Boot] [PATCH 1/8] ARMV7: Add pad mux " Steve Sakoman
2010-07-21 19:25 ` [U-Boot] [PATCH 2/8] ARMV7: Fix udelay " Steve Sakoman
2010-07-21 19:25 ` [U-Boot] [PATCH 3/8] ARMV7: Modify i2c driver for more reliable operation on OMAP4 Steve Sakoman
2010-07-21 23:22   ` Nishanth Menon
2010-07-21 23:41     ` Steve Sakoman
2010-07-21 23:53       ` Nishanth Menon
2010-07-23 16:33         ` Steve Sakoman
2010-07-23 16:36           ` Nishanth Menon
2010-07-21 19:25 ` [U-Boot] [PATCH 4/8] ARMV7: Add support for the TWL6030 I2C power chip used in OMAP4 systems Steve Sakoman
2010-07-21 19:25 ` [U-Boot] [PATCH 5/8] ARMV7: Restructure omap3 musb driver to allow code sharing between OMAP3 and OMAP4 Steve Sakoman
2010-07-21 19:25 ` [U-Boot] [PATCH 6/8] ARMV7: Enable musb driver and usbtty on OMAP4430 SDP Steve Sakoman
2010-07-21 19:25 ` [U-Boot] [PATCH 7/8] ARMV7: Enable musb driver and usbtty on OMAP4 Panda Steve Sakoman
2010-07-21 19:25 ` [U-Boot] [PATCH 8/8] ARMV7: Update default environment for OMAP4 boards Steve Sakoman
2010-07-21 23:25   ` Nishanth Menon

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