All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Updates for common omap code for next merge window
@ 2009-03-04 21:47 Tony Lindgren
  2009-03-04 21:48 ` [PATCH 1/7] ARM: OMAP: Export dmtimer functions Tony Lindgren
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: Tony Lindgren @ 2009-03-04 21:47 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: linux-omap

Hi,

This series contains updates for common omap code. Still to come
is a series of omap3 specific patches during this week.

Regards,

Tony

---

Felipe Balbi (1):
      ARM: OMAP: get rid of OMAP_TAG_USB

Jarkko Nikula (3):
      ARM: OMAP: Add method to register additional I2C busses on the command line
      ARM: OMAP: Add command line option for I2C bus speed
      ARM: OMAP: Add documentation for function omap_register_i2c_bus

Santosh Shilimkar (2):
      ARM: OMAP: Dispatch only relevant DMA interrupts
      ARM: OMAP: Get available DMA channels from cmdline

Timo Kokkonen (1):
      ARM: OMAP: Export dmtimer functions


 arch/arm/mach-omap1/board-ams-delta.c   |    2 -
 arch/arm/mach-omap1/board-generic.c     |    5 +
 arch/arm/mach-omap1/board-h2.c          |    2 -
 arch/arm/mach-omap1/board-h3.c          |    2 -
 arch/arm/mach-omap1/board-innovator.c   |    5 +
 arch/arm/mach-omap1/board-nokia770.c    |    9 ---
 arch/arm/mach-omap1/board-osk.c         |    2 -
 arch/arm/mach-omap1/board-palmte.c      |    2 -
 arch/arm/mach-omap1/board-palmtt.c      |    2 -
 arch/arm/mach-omap1/board-palmz71.c     |    2 -
 arch/arm/mach-omap1/board-sx1.c         |    2 -
 arch/arm/mach-omap1/board-voiceblue.c   |    2 -
 arch/arm/mach-omap2/board-apollon.c     |    2 -
 arch/arm/mach-omap2/board-h4.c          |   34 ++++++++++
 arch/arm/plat-omap/dma.c                |   24 +++++++
 arch/arm/plat-omap/dmtimer.c            |   26 ++++++++
 arch/arm/plat-omap/i2c.c                |  104 +++++++++++++++++++++++++++----
 arch/arm/plat-omap/include/mach/board.h |    1 
 arch/arm/plat-omap/include/mach/usb.h   |    2 +
 arch/arm/plat-omap/usb.c                |   25 +------
 20 files changed, 192 insertions(+), 63 deletions(-)

-- 
Signature

^ permalink raw reply	[flat|nested] 23+ messages in thread
* [2.6.29-rc7][take #2][PATCH 0/3] ARM: OMAP: Add command line option for I2C bus speed
@ 2009-03-09 13:45 Jarkko Nikula
  2009-03-09 13:45 ` [2.6.29-rc7][take #2][PATCH 2/3] " Jarkko Nikula
  0 siblings, 1 reply; 23+ messages in thread
From: Jarkko Nikula @ 2009-03-09 13:45 UTC (permalink / raw)
  To: linux-omap; +Cc: Tony Lindgren

Hi

Tony, I added kernel-parameters.txt change to the patches 2 and 3. Otherwise
set is the same than currently in linux-omap. Set is generated on top of
mainline version 2.6.29-rc7. Earlier discussion was

http://marc.info/?l=linux-omap&m=123635604511892&w=2


-- 
Jarkko

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

end of thread, other threads:[~2009-03-19 11:22 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-04 21:47 [PATCH 0/7] Updates for common omap code for next merge window Tony Lindgren
2009-03-04 21:48 ` [PATCH 1/7] ARM: OMAP: Export dmtimer functions Tony Lindgren
2009-03-04 21:49 ` [PATCH 2/7] ARM: OMAP: Add documentation for function omap_register_i2c_bus Tony Lindgren
2009-03-04 21:51 ` [PATCH 3/7] ARM: OMAP: Add command line option for I2C bus speed Tony Lindgren
2009-03-05 16:20   ` Tony Lindgren
2009-03-05 19:37     ` Felipe Balbi
2009-03-06  7:13     ` Jarkko Nikula
2009-03-06 16:13       ` Tony Lindgren
     [not found]         ` <20090306161349.GC32353-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2009-03-10  8:47           ` [2.6.29-rc7][take #2][PATCH 0/3] " Jarkko Nikula
     [not found]             ` <1236674831-3637-1-git-send-email-jarkko.nikula-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
2009-03-10  8:47               ` [2.6.29-rc7][take #2][PATCH 1/3] ARM: OMAP: Add documentation for function omap_register_i2c_bus Jarkko Nikula
2009-03-10  8:47                 ` [2.6.29-rc7][take #2][PATCH 2/3] ARM: OMAP: Add command line option for I2C bus speed Jarkko Nikula
     [not found]                   ` <1236674831-3637-3-git-send-email-jarkko.nikula-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
2009-03-10  8:47                     ` [2.6.29-rc7][take #2][PATCH 3/3] ARM: OMAP: Add method to register additional I2C busses on the command line Jarkko Nikula
2009-03-16 17:29                     ` [2.6.29-rc7][take #2][PATCH 2/3] ARM: OMAP: Add command line option for I2C bus speed Tony Lindgren
     [not found]                       ` <20090316172908.GA19229-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2009-03-17  8:24                         ` Jarkko Nikula
2009-03-18 19:30         ` [PATCH 3/7] " Russell King - ARM Linux
2009-03-19 11:22           ` Jarkko Nikula
2009-03-04 21:52 ` [PATCH 4/7] ARM: OMAP: Add method to register additional I2C busses on the command line Tony Lindgren
2009-03-04 21:53 ` [PATCH 5/7] ARM: OMAP: Get available DMA channels from cmdline Tony Lindgren
2009-03-04 21:54 ` [PATCH 6/7] ARM: OMAP: Dispatch only relevant DMA interrupts Tony Lindgren
2009-03-04 21:56 ` [PATCH 7/7] ARM: OMAP: get rid of OMAP_TAG_USB Tony Lindgren
2009-03-11 16:31   ` [PATCH 7/7] ARM: OMAP: get rid of OMAP_TAG_USB, v2 Tony Lindgren
2009-03-16 17:31 ` [PATCH 0/7] Updates for common omap code for next merge window Tony Lindgren
2009-03-09 13:45 [2.6.29-rc7][take #2][PATCH 0/3] ARM: OMAP: Add command line option for I2C bus speed Jarkko Nikula
2009-03-09 13:45 ` [2.6.29-rc7][take #2][PATCH 2/3] " Jarkko Nikula

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.