mbox series

[GIT,PULL] pxa for v4.21

Message ID 87muplu3uh.fsf@belgarion.home
State New
Headers show
Series [GIT,PULL] pxa for v4.21 | expand

Pull-request

https://github.com/rjarzmik/linux.git tags/pxa-for-4.21

Message

Robert Jarzmik Dec. 4, 2018, 7:51 a.m. UTC
Hi Arnd, Kevin, and Olof,

This is the pxa pull request for 4.21, a simple single patch one.

Can you please consider pulling ?

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

  https://github.com/rjarzmik/linux.git tags/pxa-for-4.21

for you to fetch changes up to c2a70a319afb9e3dee16567cec4d9bf8dd358b59:

  dmaengine: pxa: make the filter function internal (2018-12-03 22:41:07 +0100)

----------------------------------------------------------------
This pxa update brings only a single patch, finishing the
dmaengine conversion.

----------------------------------------------------------------
Robert Jarzmik (1):
      dmaengine: pxa: make the filter function internal

 drivers/dma/pxa_dma.c       |  5 ++---
 include/linux/dma/pxa-dma.h | 11 -----------
 2 files changed, 2 insertions(+), 14 deletions(-)

Comments

Olof Johansson Dec. 12, 2018, 9:27 p.m. UTC | #1
On Tue, Dec 04, 2018 at 08:51:34AM +0100, Robert Jarzmik wrote:
> Hi Arnd, Kevin, and Olof,
> 
> This is the pxa pull request for 4.21, a simple single patch one.
> 
> Can you please consider pulling ?
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/rjarzmik/linux.git tags/pxa-for-4.21
> 
> for you to fetch changes up to c2a70a319afb9e3dee16567cec4d9bf8dd358b59:
> 
>   dmaengine: pxa: make the filter function internal (2018-12-03 22:41:07 +0100)
> 
> ----------------------------------------------------------------
> This pxa update brings only a single patch, finishing the
> dmaengine conversion.

Merged into next/drivers now. Thanks!


-Olof