All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] slave-dmaengine fixes
@ 2013-05-25 13:16 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2013-05-25 13:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, djbw

Hi Linus,

Here are slave-dmaenegine fixes for 3.10. We have two patches from Andy & Rafael
fixing the Lynxpoint dma.

The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Andy Shevchenko (1):
      dma: acpi-dma: parse CSRT to extract additional resources

Rafael J. Wysocki (1):
      ACPI / LPSS: register clock device for Lynxpoint DMA properly

 drivers/acpi/Makefile                  |    1 -
 drivers/acpi/acpi_lpss.c               |   26 ++++-
 drivers/acpi/csrt.c                    |  159 -----------------------------
 drivers/acpi/internal.h                |    1 -
 drivers/acpi/scan.c                    |    1 -
 drivers/clk/x86/clk-lpt.c              |   15 ++-
 drivers/dma/acpi-dma.c                 |  172 +++++++++++++++++++++++++++++++-
 include/linux/acpi_dma.h               |    4 +
 include/linux/platform_data/clk-lpss.h |    5 +
 9 files changed, 211 insertions(+), 173 deletions(-)
 delete mode 100644 drivers/acpi/csrt.c

--
~Vinod

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

* [GIT PULL] slave-dmaengine fixes
@ 2014-05-26  6:14 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2014-05-26  6:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Dan Williams, LKML, dma

[-- Attachment #1: Type: text/plain, Size: 1003 bytes --]

Hi Linus,

Here is the pull request for slave dmaengine for 3.15. We have three small
fixes. First one from Andy reverts the devm_request irq as we need to ensure the
tasklet is killed after irq is freed, so we need to do free irq in our code.
Other two from Arnd are fixing the compilation issue in omap and sa11x0
drivers with ARM randconfigs

The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f:
  Linus Torvalds (1):
        Linux 3.15-rc2

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Andy Shevchenko (1):
      dmaengine: dw: went back to plain {request,free}_irq() calls

Arnd Bergmann (2):
      dmaengine: omap: hide filter_fn for built-in drivers
      dmaengine: sa11x0: remove broken #ifdef

 drivers/dma/dw/core.c    |   11 ++++++-----
 drivers/dma/sa11x0-dma.c |    4 ----
 include/linux/omap-dma.h |    2 +-
 3 files changed, 7 insertions(+), 10 deletions(-)

-- 
Thanks
~Vinod

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] slave-dmaengine fixes
@ 2014-04-20 14:52 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2014-04-20 14:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Dan Williams, dma, LKML

[-- Attachment #1: Type: text/plain, Size: 1064 bytes --]

Hey Linus,

Back from long weekend here in India and now the time to send fixes for slave
dmaengine.
 - Dan's fix of sirf xlate code
 - Jean's fix for timberland
 - Edma fixes by Sekhar for SG handling and Yuan for changing init call


The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
  Linus Torvalds (1):
        Linux 3.15-rc1

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Dan Carpenter (1):
      dmaengine: sirf: off by one in of_dma_sirfsoc_xlate()

Jean Delvare (1):
      platform: Fix timberdale dependencies

Sekhar Nori (1):
      dma: edma: fix incorrect SG list handling

Yuan Yao (1):
      dma: fix eDMA driver as a subsys_initcall

 drivers/dma/Kconfig            |    2 +-
 drivers/dma/edma.c             |    6 ++++--
 drivers/dma/fsl-edma.c         |   12 +++++++++++-
 drivers/dma/sirf-dma.c         |    2 +-
 drivers/media/platform/Kconfig |    2 +-
 5 files changed, 18 insertions(+), 6 deletions(-)

-- 
Thanks
~Vinod

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] slave-dmaengine fixes
@ 2014-03-01 16:59 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2014-03-01 16:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Dan Williams, dma

[-- Attachment #1: Type: text/plain, Size: 1005 bytes --]


Hey Linus,

This request brings you two small fixes. First one for fixing dereference of
freed descriptor and second for fixing sdma bindings for it to work for imx25.

I was planning to send this about 10days ago but then I had to proceed on my
paternity leave and didnt get chance to send this. Now got a bit of time from dady
duties :)

The following changes since commit b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed:
  Linus Torvalds (1):
        Linux 3.14-rc2

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Linus Walleij (1):
      dma: ste_dma40: don't dereference free:d descriptor

Markus Pargmann (1):
      dma: sdma: Add imx25 compatible

 .../devicetree/bindings/dma/fsl-imx-sdma.txt       |   16 ++++++++++------
 drivers/dma/imx-sdma.c                             |    1 +
 drivers/dma/ste_dma40.c                            |    4 +++-
 3 files changed, 14 insertions(+), 7 deletions(-)

-- 
Thanks
~Vinod

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] slave-dmaengine fixes
@ 2013-12-13  4:33 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2013-12-13  4:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Dan Williams, LKML, dma

[-- Attachment #1: Type: text/plain, Size: 1397 bytes --]

Hi Linus,

Here is the common fixes PULL for dmaengine. Dan has been working on fixing the
build issues in bunch of drivers. Here we have one fixing s3c24xx-dma, along
with fix from Russell on pl08x. Also we have Kuninori rcar dma fixes. The
s3c24xx-dma which was added in last merge window missed updates to usage of
DMA_COMPLETE so converting the last driver

Thanks
~Vinod

--

The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
  Linus Torvalds (1):
        Linux 3.13-rc1

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Dan Williams (1):
      dma: fix build breakage in s3c24xx-dma

Kuninori Morimoto (3):
      rcar-hpbdma: add max transfer size
      rcar-hpbdma: fixup channel busy check for double plane
      rcar-hpbdma: initialise plane information when halted

Russell King - ARM Linux (1):
      Fix pl08x warnings

Sachin Kamat (1):
      dmaengine: s3c24xx-dma: use DMA_COMPLETE for dma completion status

Wei Yongjun (1):
      dma: mmp_pdma: add missing platform_set_drvdata() in mmp_pdma_probe()

 drivers/dma/amba-pl08x.c     |    2 +-
 drivers/dma/mmp_pdma.c       |    1 +
 drivers/dma/s3c24xx-dma.c    |   33 ++-------------------------------
 drivers/dma/sh/rcar-hpbdma.c |   11 ++++++++++-
 4 files changed, 14 insertions(+), 33 deletions(-)

-- 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] slave-dmaengine fixes
@ 2013-10-26  3:52 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2013-10-26  3:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Dan Williams, dma

[-- Attachment #1: Type: text/plain, Size: 1164 bytes --]

Hey Linus

Here is the late fixes pull request for dmaengine while you fly back from KS. We
have a new dmaengine ML hosted by vger so a patch for that along with addition
of Dave as driver mainatainer for ioat.  Other fixes are memeory leak fixes on
edma driver, small fixes on rcar-hpbdma driver by Sergei.


The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:
  Linus Torvalds (1):
        Linux 3.12-rc4

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Dave Jiang (1):
      MAINTAINERS: add to ioatdma maintainer list

Geyslan G. Bem (1):
      dma: edma.c: remove edma_desc leakage

Sergei Shtylyov (2):
      rcar-hpbdma: remove shdma_free_irq() calls
      rcar-hpbdma: add parameter to set_slave() method

Valentin Ilie (1):
      dma: edma: Fix memory leak

Vinod Koul (2):
      MAINTAINERS: add the new dmaengine mailing list
      dmaengine: edma: fix another memory leak

 MAINTAINERS                  |    7 ++++++-
 drivers/dma/edma.c           |    3 +++
 drivers/dma/sh/rcar-hpbdma.c |    9 +++++----
 3 files changed, 14 insertions(+), 5 deletions(-)

--
Thanks
~Vinod

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] slave-dmaengine fixes
@ 2013-10-13 14:31 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2013-10-13 14:31 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Dan, vinod.koul

[-- Attachment #1: Type: text/plain, Size: 844 bytes --]

Hey Linus,

Another week, time to send another fixes request taking time out of extended
weekend for the festivities in this part of the world.

We have two fixes from Sergei for rcar driver and one fixing memory leak of edma
driver by Geyslan

The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:
  Linus Torvalds (1):
        Linux 3.12-rc4

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Geyslan G. Bem (1):
      dma: edma.c: remove edma_desc leakage

Sergei Shtylyov (2):
      rcar-hpbdma: remove shdma_free_irq() calls
      rcar-hpbdma: add parameter to set_slave() method

 drivers/dma/edma.c           |    1 +
 drivers/dma/sh/rcar-hpbdma.c |    9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

Thanks
~Vinod
-- 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] slave-dmaengine fixes
@ 2013-10-06  5:34 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2013-10-06  5:34 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Dan J Williams, vinod.koul

[-- Attachment #1: Type: text/plain, Size: 936 bytes --]

Hey Linus,

Here is the slave dmanegine fixes. We have the fix for deadlock issue on imx-dma
by Michael and Josh's edma config fix along with author change

The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
  Linus Torvalds (1):
        Linux 3.12-rc1

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Josh Boyer (2):
      edma: Update author email address
      dma/Kconfig: Make TI_EDMA select TI_PRIV_EDMA

Michael Grzeschik (3):
      dmaengine: imx-dma: fix slow path issue in prep_dma_cyclic
      dmaengine: imx-dma: fix lockdep issue between irqhandler and tasklet
      dmaengine: imx-dma: fix callback path in tasklet

 drivers/dma/Kconfig   |    1 +
 drivers/dma/edma.c    |    2 +-
 drivers/dma/imx-dma.c |   31 +++++++++++++++----------------
 3 files changed, 17 insertions(+), 17 deletions(-)

Thanks
~Vinod
-- 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] slave-dmaengine fixes
@ 2013-09-01  4:10 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2013-09-01  4:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, dan.j.williams, Vinod Koul

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

Hey Linus,

Please consider the pull request for 3.11 to recive a fix for the resolving
TI_EDMA driver's build error in allmodconfig to have filter function built in.

The following changes since commit c095ba7224d8edc71dcef0d655911399a8bd4a3f:
  Linus Torvalds (1):
        Linux 3.11-rc4

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Guenter Roeck (1):
      dma/Kconfig: TI_EDMA needs to be boolean

 drivers/dma/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Thanks
~Vinod
-- 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] slave-dmaengine fixes
@ 2013-08-04 14:07 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2013-08-04 14:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Dan Williams, Vinod Koul

Hey Linus,

Please pull to recieve two fixes for slave dmaengine. First fixes cyclic dma
transfers for pl330 and second one for returning correct error code on probe

The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
  Linus Torvalds (1):
        Linux 3.11-rc1

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Lars-Peter Clausen (1):
      dma: pl330: Fix cyclic transfers

Wei Yongjun (1):
      pch_dma: fix error return code in pch_dma_probe()

 drivers/dma/pch_dma.c |    1 +
 drivers/dma/pl330.c   |   93 +++++++++++++++++++++++++++++++++++--------------
 2 files changed, 68 insertions(+), 26 deletions(-)


Thanks
~Vinod
-- 

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

* [GIT PULL] slave-dmaengine fixes
@ 2013-06-08 15:13 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2013-06-08 15:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, djbw

[-- Attachment #1: Type: text/plain, Size: 824 bytes --]

Hi Linus,

Please consider the follwing fixes for the slave-dmaengine.

Fix from Andy is for dmatest regression reported by Will and Rabin has fixed
runtime ref counting for st_dma40

The following changes since commit e4aa937ec75df0eea0bee03bffa3303ad36c986b:
  Linus Torvalds (1):
        Linux 3.10-rc3

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Andy Shevchenko (1):
      dmatest: do not allow to interrupt ongoing tests

Rabin Vincent (1):
      dmaengine: ste_dma40: fix pm runtime ref counting

 Documentation/dmatest.txt |    6 +++---
 drivers/dma/dmatest.c     |   45 +++++++++++++++++++++++----------------------
 drivers/dma/ste_dma40.c   |    8 +++++---
 3 files changed, 31 insertions(+), 28 deletions(-)

Thanks
~Vinod
-- 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] slave-dmaengine fixes
@ 2013-04-12  1:56 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2013-04-12  1:56 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Dan Williams, Vinod Koul

[-- Attachment #1: Type: text/plain, Size: 737 bytes --]

Hi Linus,

Please pull the following two patches to recive the fixes for slave-dmaengine
The first one fixes issue in pl330 to check for DT compatible and second one
fixes omap-dma to start without delay

The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Padmavathi Venna (1):
      DMA: PL330: Add check if device tree compatible

Peter Ujfalusi (1):
      dmaengine: omap-dma: Start DMA without delay for cyclic channels

 drivers/dma/omap-dma.c |   20 ++++++++++++++------
 drivers/dma/pl330.c    |   38 +++++++++++++++++++++++++++-----------
 2 files changed, 41 insertions(+), 17 deletions(-)

--
~Vinod

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] slave-dmaengine fixes
@ 2013-03-31 17:47 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2013-03-31 17:47 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Dan Williams, Vinod Koul

[-- Attachment #1: Type: text/plain, Size: 705 bytes --]


Hi Linus,

Please pull the following two patches to recive the fixes for slave-dmaengine.
The first one is for making slave_id value correct for dw_dmac and send one
fixes the endieness in DT parsing

The following changes since commit 8bb9660418e05bb1845ac1a2428444d78e322cc7:

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Andy Shevchenko (1):
      dw_dmac: adjust slave_id accordingly to request line base

Arnd Bergmann (1):
      dmaengine: dw_dma: fix endianess for DT xlate function

 drivers/dma/dw_dmac.c      |   23 +++++++++++++++++++----
 drivers/dma/dw_dmac_regs.h |    1 +
 2 files changed, 20 insertions(+), 4 deletions(-)

--
~Vinod

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] slave-dmaengine fixes
@ 2013-01-23 13:20 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2013-01-23 13:20 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, djbw

Hi Linus

Please consider pull to receive few fixes on slave dmanengine.
There are trivial fixes in imx-dma, tegra-dma & ioat driver

The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed:
  Linus Torvalds (1):
        Linux 3.8-rc2

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Javier Martin (1):
      dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers.

Laxman Dewangan (1):
      dma: tegra: implement flags parameters for cyclic transfer

Shuah Khan (1):
      ioat: Fix DMA memory sync direction correct flag

 drivers/dma/imx-dma.c         |    5 ++---
 drivers/dma/ioat/dma_v3.c     |    2 +-
 drivers/dma/tegra20-apb-dma.c |    8 ++++++--
 3 files changed, 9 insertions(+), 6 deletions(-)


The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed:
  Linus Torvalds (1):
        Linux 3.8-rc2

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Javier Martin (1):
      dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers.

Laxman Dewangan (1):
      dma: tegra: implement flags parameters for cyclic transfer

Shuah Khan (1):
      ioat: Fix DMA memory sync direction correct flag

 drivers/dma/imx-dma.c         |    5 ++---
 drivers/dma/ioat/dma_v3.c     |    2 +-
 drivers/dma/tegra20-apb-dma.c |    8 ++++++--
 3 files changed, 9 insertions(+), 6 deletions(-)

--
~Vinod

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

* Re: [GIT PULL] slave-dmaengine fixes
  2012-10-26 20:49 ` Linus Torvalds
@ 2012-10-26 21:45   ` David Woodhouse
  0 siblings, 0 replies; 23+ messages in thread
From: David Woodhouse @ 2012-10-26 21:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Vinod Koul, vinod.koul, Dan Williams, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 523 bytes --]

On Fri, 2012-10-26 at 13:49 -0700, Linus Torvalds wrote:
> On Fri, Oct 26, 2012 at 5:29 AM, Vinod Koul <vkoul@infradead.org>
> wrote:
> >
> >   git://git.infradead.org/users/vkoul/slave-dma.git fixes
> 
> git.infradead.org is sick, and is apparently not accepting
> connections...
> 
> Can you check whether git-daemon is actually running there? The
> machine is pinging ok.

Mea culpa; I've just finished upgrading it, and for some reason xinetd
got disabled in the upgrade. Should work now.

-- 
dwmw2


[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 6171 bytes --]

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

* Re: [GIT PULL] slave-dmaengine fixes
  2012-10-26 12:29 Vinod Koul
@ 2012-10-26 20:49 ` Linus Torvalds
  2012-10-26 21:45   ` David Woodhouse
  0 siblings, 1 reply; 23+ messages in thread
From: Linus Torvalds @ 2012-10-26 20:49 UTC (permalink / raw)
  To: Vinod Koul; +Cc: vinod.koul, Dan Williams, linux-kernel

On Fri, Oct 26, 2012 at 5:29 AM, Vinod Koul <vkoul@infradead.org> wrote:
>
>   git://git.infradead.org/users/vkoul/slave-dma.git fixes

git.infradead.org is sick, and is apparently not accepting connections...

Can you check whether git-daemon is actually running there? The
machine is pinging ok.

          Linus

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

* [GIT PULL] slave-dmaengine fixes
@ 2012-10-26 12:29 Vinod Koul
  2012-10-26 20:49 ` Linus Torvalds
  0 siblings, 1 reply; 23+ messages in thread
From: Vinod Koul @ 2012-10-26 12:29 UTC (permalink / raw)
  To: Linus; +Cc: vinod.koul, Dan Williams, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 834 bytes --]

Hi Linus,

Please consider pull to receive three fixes for slave dmanegine.

Two are for typo omissions in sifr dmaengine driver and last one is for
imx driver fixing the misisng unlock

The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:
  Linus Torvalds (1):
        Linux 3.7-rc1

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Barry Song (2):
      dmaengine: sirf: fix a typo in dma_prep_interleaved
      dmaengine: sirf: fix a typo in moving running dma_desc to active queue

Wei Yongjun (1):
      dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc()

 drivers/dma/imx-dma.c  |    4 +++-
 drivers/dma/sirf-dma.c |    4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

-- 
Vinod Koul
Intel Corp.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] slave-dmaengine fixes
@ 2012-09-21 12:24 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2012-09-21 12:24 UTC (permalink / raw)
  To: Linus; +Cc: linux-kernel, Dan Williams

[-- Attachment #1: Type: text/plain, Size: 889 bytes --]


Hi Linus,

Please consider pull to receive few fixes on slave dmanengine.
There are two trivial fixes in pl330 driver and two in at_hdmac driver.

The following changes since commit ffc493062ce9987156945aa21a677d83a179fc0a:
  Laxman Dewangan (1):
        dma: tegra: enable/disable dma clock

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Nicolas Ferre (2):
      dmaengine: at_hdmac: fix comment in atc_prep_slave_sg()
      dmaengine: at_hdmac: check that each sg data length is non-null

Sachin Kamat (2):
      DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req()
      DMA: PL330: Check the pointer returned by kzalloc

 drivers/dma/at_hdmac.c |   13 ++++++++++++-
 drivers/dma/pl330.c    |   21 ++++++++++++++-------
 2 files changed, 26 insertions(+), 8 deletions(-)

-- 
~Vinod

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL] slave-dmaengine fixes
@ 2012-08-16 18:03 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2012-08-16 18:03 UTC (permalink / raw)
  To: Linus; +Cc: linux-kernel

Hi Linus,

Please consider pull to receive two fixes for slave dmanegine.
One fixes the correct use of clock API in imx driver and other enables
clock for tegra driver, which is used for other tegra driver conversion
to dmanegine in -next.

The following changes since commit
0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
  Linus Torvalds (1):
        Linux 3.6-rc1

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Fabio Estevam (1):
      dma: imx-dma: Fix kernel crash due to missing clock conversion

Laxman Dewangan (1):
      dma: tegra: enable/disable dma clock

Vinod Koul (1):
      Merge branch 'fixes_for-3.6' into fixes

 drivers/dma/imx-dma.c         |   36
+++++++++++++++++++++++++-----------
 drivers/dma/tegra20-apb-dma.c |   18 +++++++++++++++++-
 2 files changed, 42 insertions(+), 12 deletions(-)


-- 
~Vinod


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

* [GIT PULL] slave-dmaengine fixes
@ 2012-06-21  2:46 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2012-06-21  2:46 UTC (permalink / raw)
  To: Linus; +Cc: linux-kernel, Dan

Hi Linus,

Please pull the following to receive few off fixes in pl330 and imx-sdma
drivers.

The following changes since commit
f8f5701bdaf9134b1f90e5044a82c66324d2073f:
  Linus Torvalds (1):
        Linux 3.5-rc1

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Javi Merino (1):
      DMA: PL330: Fix racy mutex unlock

Richard Zhao (1):
      dma: imx-sdma: buf_tail should be initialize in prepare function

Sachin Kamat (1):
      DMA: PL330: Add missing static storage class specifier

Tushar Behera (1):
      dmaengine: pl330: dont complete descriptor for cyclic dma

 drivers/dma/imx-sdma.c |    6 ++++--
 drivers/dma/pl330.c    |   30 ++++++++++++------------------
 2 files changed, 16 insertions(+), 20 deletions(-)


-- 
~Vinod


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

* [GIT PULL] slave-dmaengine fixes
@ 2012-05-17 16:40 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2012-05-17 16:40 UTC (permalink / raw)
  To: Linus; +Cc: linux-kernel, Dan

Hi Linus,

Please pull the following to receive fixes of cylic dma usages in slave
dma drivers.

The following changes since commit
88c08a3fba9954ce0ec3e1eab07c498a419ad7e3:

are available in the git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Vinod Koul (2):
      dmaengine: pl330: dont complete descriptor for cyclic dma
      dmaengine: fix cyclic dma usage

 drivers/dma/at_hdmac.c   |    4 +++-
 drivers/dma/ep93xx_dma.c |    4 +++-
 drivers/dma/pl330.c      |    3 ++-
 3 files changed, 8 insertions(+), 3 deletions(-)

-- 
~Vinod


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

* [GIT PULL] slave-dmaengine fixes
@ 2012-04-26 16:40 Vinod Koul
  0 siblings, 0 replies; 23+ messages in thread
From: Vinod Koul @ 2012-04-26 16:40 UTC (permalink / raw)
  To: Linus; +Cc: linux-kernel, Dan

Hi Linus,

Please pull the following to recieve fixes of slave dma drivers.
This round we have small fixes on few drivers

The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928:
  Linus Torvalds (1):
        Linux 3.4-rc1

are available in the git repository at:
  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Davide Ciminaghi (1):
      dmaengine/amba-pl08x : reset phychan_hold on terminate all

Linus Walleij (2):
      dma/ste_dma40: explicitly include regulator consumer header
      dma/ste_dma40: fix erroneous comparison

Narayanan G (1):
      dma40: Improve the logic of stopping logical chan

Nicolas Ferre (1):
      dmaengine: at_hdmac: remove clear-on-read in atc_dostart()

Olof Johansson (1):
      dma: pl330: fix a couple of compilation warnings

Shawn Guo (1):
      dma: mxs-dma: enable channel in device_issue_pending call

Vinod Koul (1):
      dmaengine: imx-dma: dont complete descriptor for cyclic dma

 drivers/dma/amba-pl08x.c               |    1 +
 drivers/dma/at_hdmac.c                 |    4 -
 drivers/dma/imx-dma.c                  |    9 +-
 drivers/dma/mxs-dma.c                  |   10 +-
 drivers/dma/pl330.c                    |   25 ++-
 drivers/dma/ste_dma40.c                |  323 ++++++++++++++++++++------------
 drivers/dma/ste_dma40_ll.h             |    2 -
 drivers/mmc/host/mxs-mmc.c             |    3 +
 drivers/mtd/nand/gpmi-nand/gpmi-nand.c |    1 +
 9 files changed, 230 insertions(+), 148 deletions(-)



-- 
~Vinod


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

* [GIT PULL] slave-dmaengine fixes
@ 2011-09-07 19:05 Koul, Vinod
  0 siblings, 0 replies; 23+ messages in thread
From: Koul, Vinod @ 2011-09-07 19:05 UTC (permalink / raw)
  To: torvalds; +Cc: Williams, Dan J, linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 858 bytes --]

Hi Linus,

The following changes since commit
c6a389f123b9f68d605bb7e0f9b32ec1e3e14132 include fixing an OOPS and a
memory leak in ste_dma40 driver

are available in the git repository at:
  git://git.infradead.org/users/vkoul/slave-dma.git fixes

Per Forlin (4):
      dmaengine/ste_dma40: add missing kernel doc for pending_queue
      dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free().
      dmaengine/ste_dma40: fix Oops due to double free of client descriptor
      dmaengine/ste_dma40: fix memory leak due to prepared descriptors

 drivers/dma/ste_dma40.c |   42
+++++++++++++++++++++++++++++-------------
 1 files changed, 29 insertions(+), 13 deletions(-)

--
Thanks
~Vinod
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

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

end of thread, other threads:[~2014-05-26  6:30 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-25 13:16 [GIT PULL] slave-dmaengine fixes Vinod Koul
  -- strict thread matches above, loose matches on Subject: below --
2014-05-26  6:14 Vinod Koul
2014-04-20 14:52 Vinod Koul
2014-03-01 16:59 Vinod Koul
2013-12-13  4:33 Vinod Koul
2013-10-26  3:52 Vinod Koul
2013-10-13 14:31 Vinod Koul
2013-10-06  5:34 Vinod Koul
2013-09-01  4:10 Vinod Koul
2013-08-04 14:07 Vinod Koul
2013-06-08 15:13 Vinod Koul
2013-04-12  1:56 Vinod Koul
2013-03-31 17:47 Vinod Koul
2013-01-23 13:20 Vinod Koul
2012-10-26 12:29 Vinod Koul
2012-10-26 20:49 ` Linus Torvalds
2012-10-26 21:45   ` David Woodhouse
2012-09-21 12:24 Vinod Koul
2012-08-16 18:03 Vinod Koul
2012-06-21  2:46 Vinod Koul
2012-05-17 16:40 Vinod Koul
2012-04-26 16:40 Vinod Koul
2011-09-07 19:05 Koul, Vinod

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.