linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/23] Series short description
@ 2010-02-18  1:31 Tony Lindgren
  2010-02-18  1:31 ` [PATCH 01/23] omap: zoom3: enable ehci support Tony Lindgren
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: Tony Lindgren @ 2010-02-18  1:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

Looks like stg mail choked on a bad email addres, here's a retry.

These patches are against what I have sitting in omap-for-linus
branch in the linux-omap tree.

Regards,

Tony

---

Enric Balletbo i Serra (8):
      omap3: Add platform data for the twl4030_codec MFD on IGEP v2
      omap3: Fix typo on IGEP v2 board
      omap3: Add platform init code for EHCI driver on IGEP v2
      omap3: Enable DSS2 for IGEP v2 board
      omap3: Add support for flash on IGEP v2 board
      ARM: OMAP3: SDRC: add timing data for Numonyx M65KxxxxAM
      omap3: Use timing data for omap2_init_common_hw on IGEP v2
      omap3: Update defconfig for IGEP v2 to allow new drivers andfeatures

Grazvydas Ignotas (3):
      OMAP: pandora: add DSS2 support and related regulators
      omap3: pandora: update regulator setup
      omap3: pandora: update defconfig

Jonas Zetterberg (2):
      IGEPv2: Added WIFI support
      IGEPv2: Use Red Led1 as Heartbeat if configured

Sanjeev Premi (4):
      omap3evm: Add mux settings for keypad
      omap3evm: Fixes after moving to matrix_keypad
      omap3evm: Configure GPIO175 for touchscreen PEN_IRQ
      OMAP3EVM: PM: Update defconfig

Thomas Weber (2):
      Add minimal support for DevKit8000
      Add devkit8000_defconfig

Vaibhav Hiremath (3):
      AM3517: Enable basic I2C Support
      AM3517: Enable RTC driver support for AM3517EVM
      AM3517: Enable I2C-GPIO Expander driver support for AM3517EVM

vikram pandita (1):
      omap: zoom3: enable ehci support


 arch/arm/configs/devkit8000_defconfig          | 1889 ++++++++++++++++++++++++
 arch/arm/configs/igep0020_defconfig            |  525 ++++---
 arch/arm/configs/omap3_evm_defconfig           |    6 
 arch/arm/configs/omap3_pandora_defconfig       |  678 +++++++--
 arch/arm/mach-omap2/Kconfig                    |    6 
 arch/arm/mach-omap2/Makefile                   |    2 
 arch/arm/mach-omap2/board-am3517evm.c          |   86 +
 arch/arm/mach-omap2/board-devkit8000.c         |  691 +++++++++
 arch/arm/mach-omap2/board-igep0020.c           |  269 +++
 arch/arm/mach-omap2/board-omap3evm.c           |   33 
 arch/arm/mach-omap2/board-omap3pandora.c       |  180 ++
 arch/arm/mach-omap2/board-zoom3.c              |   14 
 arch/arm/mach-omap2/sdram-numonyx-m65kxxxxam.h |   51 +
 13 files changed, 4020 insertions(+), 410 deletions(-)
 create mode 100644 arch/arm/configs/devkit8000_defconfig
 create mode 100644 arch/arm/mach-omap2/board-devkit8000.c
 create mode 100644 arch/arm/mach-omap2/sdram-numonyx-m65kxxxxam.h

-- 
Signature

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

end of thread, other threads:[~2010-02-18  1:32 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18  1:31 [PATCH 00/23] Series short description Tony Lindgren
2010-02-18  1:31 ` [PATCH 01/23] omap: zoom3: enable ehci support Tony Lindgren
2010-02-18  1:31 ` [PATCH 02/23] omap3evm: Add mux settings for keypad Tony Lindgren
2010-02-18  1:31 ` [PATCH 03/23] omap3evm: Fixes after moving to matrix_keypad Tony Lindgren
2010-02-18  1:31 ` [PATCH 04/23] omap3evm: Configure GPIO175 for touchscreen PEN_IRQ Tony Lindgren
2010-02-18  1:32 ` [PATCH 05/23] OMAP: pandora: add DSS2 support and related regulators Tony Lindgren
2010-02-18  1:32 ` [PATCH 06/23] omap3: pandora: update regulator setup Tony Lindgren
2010-02-18  1:32 ` [PATCH 07/23] omap3: pandora: update defconfig Tony Lindgren
2010-02-18  1:32 ` [PATCH 08/23] omap3: Add platform data for the twl4030_codec MFD on IGEP v2 Tony Lindgren
2010-02-18  1:32 ` [PATCH 09/23] omap3: Fix typo on IGEP v2 board Tony Lindgren
2010-02-18  1:32 ` [PATCH 10/23] omap3: Add platform init code for EHCI driver on IGEP v2 Tony Lindgren
2010-02-18  1:32 ` [PATCH 11/23] omap3: Enable DSS2 for IGEP v2 board Tony Lindgren
2010-02-18  1:32 ` [PATCH 12/23] omap3: Add support for flash on " Tony Lindgren
2010-02-18  1:32 ` [PATCH 13/23] ARM: OMAP3: SDRC: add timing data for Numonyx M65KxxxxAM Tony Lindgren
2010-02-18  1:32 ` [PATCH 14/23] omap3: Use timing data for omap2_init_common_hw on IGEP v2 Tony Lindgren
2010-02-18  1:32 ` [PATCH 15/23] omap3: Update defconfig for IGEP v2 to allow new drivers andfeatures Tony Lindgren
2010-02-18  1:32 ` [PATCH 16/23] IGEPv2: Added WIFI support Tony Lindgren
2010-02-18  1:32 ` [PATCH 17/23] IGEPv2: Use Red Led1 as Heartbeat if configured Tony Lindgren
2010-02-18  1:32 ` [PATCH 18/23] AM3517: Enable basic I2C Support Tony Lindgren
2010-02-18  1:32 ` [PATCH 19/23] AM3517: Enable RTC driver support for AM3517EVM Tony Lindgren
2010-02-18  1:32 ` [PATCH 20/23] AM3517: Enable I2C-GPIO Expander " Tony Lindgren
2010-02-18  1:32 ` [PATCH 21/23] Add minimal support for DevKit8000 Tony Lindgren
2010-02-18  1:32 ` [PATCH 22/23] Add devkit8000_defconfig Tony Lindgren
2010-02-18  1:32 ` [PATCH 23/23] OMAP3EVM: PM: Update defconfig Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).