linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] DMA: AMBA PL08x DMA driver fixes due to ARCH_DMA_ADDR_T_64BIT
@ 2013-08-14 12:52 Andre Przywara
  2013-08-14 12:52 ` [PATCH 1/2] DMA: fix AMBA PL08x driver issue with 64bit DMA address type Andre Przywara
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Andre Przywara @ 2013-08-14 12:52 UTC (permalink / raw)
  To: linux-arm-kernel

Rob's recent pull request (Highbank fixes for 3.12) promoted the
dma_addr_t to 64bit:
commit ac072f427a4266b28a948c67a97a8c46f49b662d
Author: Rob Herring <rob.herring@calxeda.com>
Date:   Tue Aug 13 15:55:07 2013 -0500

    ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE
    
Unfortunately this breaks the AMBA PL08x driver.
Fixes are pretty easy: replacing modulo with AND and fix printk
format types.

Signed-off-by: Andre Przywara <andre.przywara@linaro.org>

Andre Przywara (2):
  DMA: fix AMBA PL08x driver issue with 64bit DMA address type
  DMA: fix printk warning in AMBA PL08x DMA driver

 drivers/dma/amba-pl08x.c | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

-- 
1.7.12.1

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

end of thread, other threads:[~2013-08-21 21:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14 12:52 [PATCH 0/2] DMA: AMBA PL08x DMA driver fixes due to ARCH_DMA_ADDR_T_64BIT Andre Przywara
2013-08-14 12:52 ` [PATCH 1/2] DMA: fix AMBA PL08x driver issue with 64bit DMA address type Andre Przywara
2013-08-14 13:00   ` Russell King - ARM Linux
2013-08-14 19:13     ` Rob Herring
2013-08-15 21:07       ` Andre Przywara
2013-08-15 21:15         ` Russell King - ARM Linux
2013-08-19 10:19           ` [PATCH v2] DMA: fix AMBA PL08x compilation " Andre Przywara
2013-08-19 13:26             ` Rob Herring
2013-08-21  6:17             ` Vinod Koul
2013-08-21 21:01   ` [PATCH 1/2] DMA: fix AMBA PL08x driver " Linus Walleij
2013-08-21 21:22     ` Andre Przywara
2013-08-21 21:49     ` Matt Sealey
2013-08-14 12:52 ` [PATCH 2/2] DMA: fix printk warning in AMBA PL08x DMA driver Andre Przywara
2013-08-14 13:00   ` Russell King - ARM Linux
2013-08-14 13:00 ` [PATCH 0/2] DMA: AMBA PL08x DMA driver fixes due to ARCH_DMA_ADDR_T_64BIT Russell King - ARM Linux
2013-08-14 14:05   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).