[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <503F9F72.9020301@yahoo.es>
Date: Fri, 31 Aug 2012 01:14:26 +0800
From: Hein Tibosch <hein_tibosch@...oo.es>
To: viresh kumar <viresh.kumar@...aro.org>
CC: spear-devel <spear-devel@...t.st.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
"ludovic.desroches" <ludovic.desroches@...el.com>,
Havard Skinnemoen <havard@...nnemoen.net>,
Nicolas Ferre <nicolas.ferre@...el.com>, egtvedt@...fundet.no,
Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd.bergmann@...aro.org>
Subject: [PATCH v2 0/2] dw_dmac: repair driver for use with AVR32 (AP7000)
After some recent changes to dw_dmac, the driver got broken
for the AVR32 platform for two reasons:
The accessors to i/o memory had become little-endian.
The maximum transfer width on the memory side was increased
from 32 to 64 bits. This led to undefined behavior on the
avr32 platform.
These patches repair the driver by:
1. making the endianness configurable through Kconfig,
for AVR32 it will become big-endian
2. making the maximum memory transfer width configurable
It can be set in the code within arch
For non-avr32 (ARM) platforms, nothing has to be changed.
Thanks to all for reviewing
Hein Tibosch (2):
drivers/dma/Kconfig | 11 +++++++++++
drivers/dma/dw_dmac.c | 10 +++++++---
drivers/dma/dw_dmac_regs.h | 14 ++++++++++++++
include/linux/dw_dmac.h | 3 +++
4 files changed, 35 insertions(+), 3 deletions(-)
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists