All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: linux-arm-kernel@lists.infradead.org
Cc: linux-omap@vger.kernel.org
Subject: [PATCH 0/9] Few more omap patches for v2.6.33 merge window
Date: Tue, 08 Dec 2009 16:49:44 -0800	[thread overview]
Message-ID: <20091209004630.5944.40334.stgit@localhost> (raw)

Hi all,

Here are few more patches that have been posted earlier to
linux-omap list but not yet posted to LAKML.

The series has few clean-up patches, updates Pandor board
file, adds omap7xx USB support and minimal support for
Always Innovating Touch Book.

Regards,

Tony


---

Cory Maccarrone (2):
      omap1: Add omap7xx USB support
      omap1: I2C mux and clocks for omap7xx

Grazvydas Ignotas (1):
      omap3: pandora: board file updates for .33

Gregoire Gentil (2):
      omap3: Board file of Always Innovating OMAP3-based Touch Book
      omap3: Defconfig file of Always Innovating OMAP3-based Touch Book

Janusz Krzysztofik (1):
      omap1: DMA: move LCD related code from plat-omap to mach-omap1

Ladislav Michl (3):
      omap: use smc91x_platdata to setup smc91x
      smc91x: remove OMAP specific bits
      omap1: Use gen_nand


 arch/arm/configs/omap3_touchbook_defconfig | 2431 ++++++++++++++++++++++++++++
 arch/arm/mach-omap1/Makefile               |    4 
 arch/arm/mach-omap1/board-fsample.c        |   60 +
 arch/arm/mach-omap1/board-h2.c             |   59 +
 arch/arm/mach-omap1/board-h3.c             |   66 +
 arch/arm/mach-omap1/board-htcherald.c      |   64 +
 arch/arm/mach-omap1/board-innovator.c      |   13 
 arch/arm/mach-omap1/board-osk.c            |   10 
 arch/arm/mach-omap1/board-perseus2.c       |   58 +
 arch/arm/mach-omap1/board-voiceblue.c      |   10 
 arch/arm/mach-omap1/clock.c                |    4 
 arch/arm/mach-omap1/i2c.c                  |   10 
 arch/arm/mach-omap1/include/mach/lcd_dma.h |   78 +
 arch/arm/mach-omap1/lcd_dma.c              |  447 +++++
 arch/arm/mach-omap1/mux.c                  |    8 
 arch/arm/mach-omap2/Kconfig                |    5 
 arch/arm/mach-omap2/Makefile               |    3 
 arch/arm/mach-omap2/board-apollon.c        |   10 
 arch/arm/mach-omap2/board-omap3pandora.c   |   26 
 arch/arm/mach-omap2/board-omap3touchbook.c |  572 +++++++
 arch/arm/mach-omap2/gpmc-smc91x.c          |    8 
 arch/arm/plat-omap/debug-devices.c         |   10 
 arch/arm/plat-omap/dma.c                   |  410 -----
 arch/arm/plat-omap/include/plat/dma.h      |   60 -
 arch/arm/plat-omap/include/plat/mux.h      |    6 
 arch/arm/plat-omap/usb.c                   |    8 
 drivers/net/smc91x.h                       |   15 
 27 files changed, 3900 insertions(+), 555 deletions(-)
 create mode 100644 arch/arm/configs/omap3_touchbook_defconfig
 create mode 100644 arch/arm/mach-omap1/include/mach/lcd_dma.h
 create mode 100644 arch/arm/mach-omap1/lcd_dma.c
 create mode 100644 arch/arm/mach-omap2/board-omap3touchbook.c

-- 
Signature

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/9] Few more omap patches for v2.6.33 merge window
Date: Tue, 08 Dec 2009 16:49:44 -0800	[thread overview]
Message-ID: <20091209004630.5944.40334.stgit@localhost> (raw)

Hi all,

Here are few more patches that have been posted earlier to
linux-omap list but not yet posted to LAKML.

The series has few clean-up patches, updates Pandor board
file, adds omap7xx USB support and minimal support for
Always Innovating Touch Book.

Regards,

Tony


---

Cory Maccarrone (2):
      omap1: Add omap7xx USB support
      omap1: I2C mux and clocks for omap7xx

Grazvydas Ignotas (1):
      omap3: pandora: board file updates for .33

Gregoire Gentil (2):
      omap3: Board file of Always Innovating OMAP3-based Touch Book
      omap3: Defconfig file of Always Innovating OMAP3-based Touch Book

Janusz Krzysztofik (1):
      omap1: DMA: move LCD related code from plat-omap to mach-omap1

Ladislav Michl (3):
      omap: use smc91x_platdata to setup smc91x
      smc91x: remove OMAP specific bits
      omap1: Use gen_nand


 arch/arm/configs/omap3_touchbook_defconfig | 2431 ++++++++++++++++++++++++++++
 arch/arm/mach-omap1/Makefile               |    4 
 arch/arm/mach-omap1/board-fsample.c        |   60 +
 arch/arm/mach-omap1/board-h2.c             |   59 +
 arch/arm/mach-omap1/board-h3.c             |   66 +
 arch/arm/mach-omap1/board-htcherald.c      |   64 +
 arch/arm/mach-omap1/board-innovator.c      |   13 
 arch/arm/mach-omap1/board-osk.c            |   10 
 arch/arm/mach-omap1/board-perseus2.c       |   58 +
 arch/arm/mach-omap1/board-voiceblue.c      |   10 
 arch/arm/mach-omap1/clock.c                |    4 
 arch/arm/mach-omap1/i2c.c                  |   10 
 arch/arm/mach-omap1/include/mach/lcd_dma.h |   78 +
 arch/arm/mach-omap1/lcd_dma.c              |  447 +++++
 arch/arm/mach-omap1/mux.c                  |    8 
 arch/arm/mach-omap2/Kconfig                |    5 
 arch/arm/mach-omap2/Makefile               |    3 
 arch/arm/mach-omap2/board-apollon.c        |   10 
 arch/arm/mach-omap2/board-omap3pandora.c   |   26 
 arch/arm/mach-omap2/board-omap3touchbook.c |  572 +++++++
 arch/arm/mach-omap2/gpmc-smc91x.c          |    8 
 arch/arm/plat-omap/debug-devices.c         |   10 
 arch/arm/plat-omap/dma.c                   |  410 -----
 arch/arm/plat-omap/include/plat/dma.h      |   60 -
 arch/arm/plat-omap/include/plat/mux.h      |    6 
 arch/arm/plat-omap/usb.c                   |    8 
 drivers/net/smc91x.h                       |   15 
 27 files changed, 3900 insertions(+), 555 deletions(-)
 create mode 100644 arch/arm/configs/omap3_touchbook_defconfig
 create mode 100644 arch/arm/mach-omap1/include/mach/lcd_dma.h
 create mode 100644 arch/arm/mach-omap1/lcd_dma.c
 create mode 100644 arch/arm/mach-omap2/board-omap3touchbook.c

-- 
Signature

             reply	other threads:[~2009-12-09  0:49 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-09  0:49 Tony Lindgren [this message]
2009-12-09  0:49 ` [PATCH 0/9] Few more omap patches for v2.6.33 merge window Tony Lindgren
2009-12-09  0:49 ` [PATCH 1/9] omap: use smc91x_platdata to setup smc91x Tony Lindgren
2009-12-09  0:49   ` Tony Lindgren
2009-12-09  2:13   ` Tony Lindgren
2009-12-09  2:13     ` Tony Lindgren
2009-12-09  0:50 ` [PATCH 2/9] smc91x: remove OMAP specific bits Tony Lindgren
2009-12-09  0:50   ` Tony Lindgren
2009-12-09  0:50 ` [PATCH 3/9] omap1: Use gen_nand Tony Lindgren
2009-12-09  0:50   ` Tony Lindgren
2009-12-09  0:50 ` [PATCH 4/9] omap1: DMA: move LCD related code from plat-omap to mach-omap1 Tony Lindgren
2009-12-09  0:50   ` Tony Lindgren
2009-12-09  0:50 ` [PATCH 5/9] omap1: Add omap7xx USB support Tony Lindgren
2009-12-09  0:50   ` Tony Lindgren
2009-12-09  0:51 ` [PATCH 6/9] omap1: I2C mux and clocks for omap7xx Tony Lindgren
2009-12-09  0:51   ` Tony Lindgren
2009-12-09  0:51 ` [PATCH 7/9] omap3: Board file of Always Innovating OMAP3-based Touch Book Tony Lindgren
2009-12-09  0:51   ` Tony Lindgren
2009-12-09  0:51 ` [PATCH 8/9] omap3: Defconfig " Tony Lindgren
2009-12-09  0:51   ` Tony Lindgren
2009-12-09  0:51 ` [PATCH 9/9] omap3: pandora: board file updates for .33 Tony Lindgren
2009-12-09  0:51   ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091209004630.5944.40334.stgit@localhost \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.