diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-07-07 17:29:08 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-07-07 17:29:08 -0700 |
commit | 89ac2233d34dcf87854ad48d638d1a86db3f6bd2 (patch) | |
tree | e6676fdad2439d93bd20dcd2d3a8f5ae63322482 /MAINTAINERS | |
parent | ea9561cfc952fc0a86184563c0a8c7371116e0f6 (diff) | |
parent | c4c2b7644cc9a41f17a8cc8904efe3f66ae4c7ed (diff) | |
download | linux-89ac2233d34dcf87854ad48d638d1a86db3f6bd2.tar.bz2 |
Merge tag 'dmaengine-fix-4.18-rc4' of git://git.infradead.org/users/vkoul/slave-dma
Pull dmaengine fixes from Vinod Koul:
"We have few odd driver fixes and one email update change for you this
time:
- Driver fixes for k3dma (off by one), pl330 (burst residue
granularity) and omap-dma (incorrect residue_granularity)
- Sinan's email update"
* tag 'dmaengine-fix-4.18-rc4' of git://git.infradead.org/users/vkoul/slave-dma:
dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()
dmaengine: pl330: report BURST residue granularity
MAINTAINERS: Update email-id of Sinan Kaya
dmaengine: ti: omap-dma: Fix OMAP1510 incorrect residue_granularity
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 07d1576fc766..96e98e206b0d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11835,7 +11835,7 @@ S: Supported F: arch/hexagon/ QUALCOMM HIDMA DRIVER -M: Sinan Kaya <okaya@codeaurora.org> +M: Sinan Kaya <okaya@kernel.org> L: linux-arm-kernel@lists.infradead.org L: linux-arm-msm@vger.kernel.org L: dmaengine@vger.kernel.org |