All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 4/7] omap dma clean-up for v3.11 merge window
  2013-06-18 18:07 [GIT PULL 1/7] omap soc fixes " Tony Lindgren
@ 2013-06-18 18:07 ` Tony Lindgren
  2013-06-18 18:07 ` Tony Lindgren
  1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2013-06-18 18:07 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson; +Cc: linux-omap, linux-arm-kernel

The following changes since commit 7d132055814ef17a6c7b69f342244c410a5e000f:

  Linux 3.10-rc6 (2013-06-15 11:51:07 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/dma-signed

for you to fetch changes up to e2081f96ba1be3aa22a44daec82af9b226a6d7d6:

  ARM: OMAP1: Remove dma.h (2013-06-18 00:12:34 -0700)

----------------------------------------------------------------
Non-critical omap DMA fixes and removal of unused legacy code.

----------------------------------------------------------------
Jarkko Nikula (8):
      ARM: OMAP2+: Remove AES crypto device DMA channel definitions
      ARM: OMAP2+: Remove duplicated DMA channel definitions
      ARM: OMAP2+: hwmod: Remove remaining DMA channel definitions
      ARM: OMAP2+: Remove dma.h
      ARM: OMAP1: Remove McBSP DMA channel definitions
      ARM: OMAP1: Remove duplicated DMA channel definitions
      ARM: OMAP1: Remove legacy irda.h and irda setup from board files
      ARM: OMAP1: Remove dma.h

R Sricharan (2):
      ARM: OMAP: dma: Remove the wrong dev_id check
      ARM: OMAP: dma: Fix the dma_chan_link_map init order

Rajendra Nayak (1):
      ARM: OMAP: dma: Remove the erroneous freeing of platform data

 arch/arm/mach-omap1/board-h2.c                     | 36 -------------
 arch/arm/mach-omap1/board-palmte.c                 | 31 -----------
 arch/arm/mach-omap1/board-palmtt.c                 | 30 -----------
 arch/arm/mach-omap1/board-palmz71.c                | 31 -----------
 arch/arm/mach-omap1/board-sx1.c                    | 36 -------------
 arch/arm/mach-omap1/devices.c                      |  9 ++--
 arch/arm/mach-omap1/dma.c                          |  2 -
 arch/arm/mach-omap1/dma.h                          | 42 ---------------
 arch/arm/mach-omap1/include/mach/irda.h            | 33 ------------
 arch/arm/mach-omap1/lcd_dma.c                      |  2 -
 arch/arm/mach-omap1/mcbsp.c                        | 33 ++++++------
 arch/arm/mach-omap2/devices.c                      |  1 -
 arch/arm/mach-omap2/dma.h                          | 61 ----------------------
 .../mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c | 21 ++++----
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         | 19 ++++---
 arch/arm/plat-omap/dma.c                           | 11 ++--
 16 files changed, 43 insertions(+), 355 deletions(-)
 delete mode 100644 arch/arm/mach-omap1/dma.h
 delete mode 100644 arch/arm/mach-omap1/include/mach/irda.h
 delete mode 100644 arch/arm/mach-omap2/dma.h

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

* [GIT PULL 4/7] omap dma clean-up for v3.11 merge window
  2013-06-18 18:07 [GIT PULL 1/7] omap soc fixes " Tony Lindgren
  2013-06-18 18:07 ` [GIT PULL 4/7] omap dma clean-up " Tony Lindgren
@ 2013-06-18 18:07 ` Tony Lindgren
  1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2013-06-18 18:07 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7d132055814ef17a6c7b69f342244c410a5e000f:

  Linux 3.10-rc6 (2013-06-15 11:51:07 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/dma-signed

for you to fetch changes up to e2081f96ba1be3aa22a44daec82af9b226a6d7d6:

  ARM: OMAP1: Remove dma.h (2013-06-18 00:12:34 -0700)

----------------------------------------------------------------
Non-critical omap DMA fixes and removal of unused legacy code.

----------------------------------------------------------------
Jarkko Nikula (8):
      ARM: OMAP2+: Remove AES crypto device DMA channel definitions
      ARM: OMAP2+: Remove duplicated DMA channel definitions
      ARM: OMAP2+: hwmod: Remove remaining DMA channel definitions
      ARM: OMAP2+: Remove dma.h
      ARM: OMAP1: Remove McBSP DMA channel definitions
      ARM: OMAP1: Remove duplicated DMA channel definitions
      ARM: OMAP1: Remove legacy irda.h and irda setup from board files
      ARM: OMAP1: Remove dma.h

R Sricharan (2):
      ARM: OMAP: dma: Remove the wrong dev_id check
      ARM: OMAP: dma: Fix the dma_chan_link_map init order

Rajendra Nayak (1):
      ARM: OMAP: dma: Remove the erroneous freeing of platform data

 arch/arm/mach-omap1/board-h2.c                     | 36 -------------
 arch/arm/mach-omap1/board-palmte.c                 | 31 -----------
 arch/arm/mach-omap1/board-palmtt.c                 | 30 -----------
 arch/arm/mach-omap1/board-palmz71.c                | 31 -----------
 arch/arm/mach-omap1/board-sx1.c                    | 36 -------------
 arch/arm/mach-omap1/devices.c                      |  9 ++--
 arch/arm/mach-omap1/dma.c                          |  2 -
 arch/arm/mach-omap1/dma.h                          | 42 ---------------
 arch/arm/mach-omap1/include/mach/irda.h            | 33 ------------
 arch/arm/mach-omap1/lcd_dma.c                      |  2 -
 arch/arm/mach-omap1/mcbsp.c                        | 33 ++++++------
 arch/arm/mach-omap2/devices.c                      |  1 -
 arch/arm/mach-omap2/dma.h                          | 61 ----------------------
 .../mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c | 21 ++++----
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         | 19 ++++---
 arch/arm/plat-omap/dma.c                           | 11 ++--
 16 files changed, 43 insertions(+), 355 deletions(-)
 delete mode 100644 arch/arm/mach-omap1/dma.h
 delete mode 100644 arch/arm/mach-omap1/include/mach/irda.h
 delete mode 100644 arch/arm/mach-omap2/dma.h

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

* Re: [GIT PULL 4/7] omap dma clean-up for v3.11 merge window
       [not found] <0LmtTQ-1UNOje0BA4-00hdOq@mx.kundenserver.de>
@ 2013-06-20 14:56   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2013-06-20 14:56 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Olof Johansson, linux-arm-kernel, linux-omap

On Tuesday 18 June 2013, Tony Lindgren wrote:
> The following changes since commit 7d132055814ef17a6c7b69f342244c410a5e000f:
> 
>   Linux 3.10-rc6 (2013-06-15 11:51:07 -1000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/dma-signed
> 
> for you to fetch changes up to e2081f96ba1be3aa22a44daec82af9b226a6d7d6:
> 
>   ARM: OMAP1: Remove dma.h (2013-06-18 00:12:34 -0700)
> 
> ----------------------------------------------------------------
> Non-critical omap DMA fixes and removal of unused legacy code.

Pulled into next/cleanup, thanks!

	Arnd

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

* [GIT PULL 4/7] omap dma clean-up for v3.11 merge window
@ 2013-06-20 14:56   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2013-06-20 14:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 18 June 2013, Tony Lindgren wrote:
> The following changes since commit 7d132055814ef17a6c7b69f342244c410a5e000f:
> 
>   Linux 3.10-rc6 (2013-06-15 11:51:07 -1000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/dma-signed
> 
> for you to fetch changes up to e2081f96ba1be3aa22a44daec82af9b226a6d7d6:
> 
>   ARM: OMAP1: Remove dma.h (2013-06-18 00:12:34 -0700)
> 
> ----------------------------------------------------------------
> Non-critical omap DMA fixes and removal of unused legacy code.

Pulled into next/cleanup, thanks!

	Arnd

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

end of thread, other threads:[~2013-06-20 14:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <0LmtTQ-1UNOje0BA4-00hdOq@mx.kundenserver.de>
2013-06-20 14:56 ` [GIT PULL 4/7] omap dma clean-up for v3.11 merge window Arnd Bergmann
2013-06-20 14:56   ` Arnd Bergmann
2013-06-18 18:07 [GIT PULL 1/7] omap soc fixes " Tony Lindgren
2013-06-18 18:07 ` [GIT PULL 4/7] omap dma clean-up " Tony Lindgren
2013-06-18 18:07 ` Tony Lindgren

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.