From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hein Tibosch Subject: [PATCH v2 0/2] mmc: atmel-mci: repair driver for use with AVR32 (AP7000) Date: Fri, 31 Aug 2012 00:48:53 +0800 Message-ID: <503F9975.4060001@yahoo.es> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Nicolas Ferre , "ludovic.desroches" Cc: Havard Skinnemoen , "linux-mmc@vger.kernel.org" , Chris Ball , linux-arm-kernel@lists.infradead.org, egtvedt@samfundet.no List-Id: linux-mmc@vger.kernel.org Due to changes after 2.6.38, the drivers atmel-mci and dw_dmac got broken for the AVR32 platform: the AP7000. These two patches repair the atmel-mci driver Thanks to Ludovic and Hans-Christian for their comments Hein Tibosch (2): mmc: atmel-mci: DMA can be used with other controller mmc: atmel-mci: AP700x PDC is not connected to MCI drivers/mmc/host/atmel-mci-regs.h | 7 +++++++ drivers/mmc/host/atmel-mci.c | 28 ++++++++++++++-------------- 2 files changed, 21 insertions(+), 14 deletions(-) -- From mboxrd@z Thu Jan 1 00:00:00 1970 From: hein_tibosch@yahoo.es (Hein Tibosch) Date: Fri, 31 Aug 2012 00:48:53 +0800 Subject: [PATCH v2 0/2] mmc: atmel-mci: repair driver for use with AVR32 (AP7000) Message-ID: <503F9975.4060001@yahoo.es> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Due to changes after 2.6.38, the drivers atmel-mci and dw_dmac got broken for the AVR32 platform: the AP7000. These two patches repair the atmel-mci driver Thanks to Ludovic and Hans-Christian for their comments Hein Tibosch (2): mmc: atmel-mci: DMA can be used with other controller mmc: atmel-mci: AP700x PDC is not connected to MCI drivers/mmc/host/atmel-mci-regs.h | 7 +++++++ drivers/mmc/host/atmel-mci.c | 28 ++++++++++++++-------------- 2 files changed, 21 insertions(+), 14 deletions(-) --