From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753028AbcANMoK (ORCPT ); Thu, 14 Jan 2016 07:44:10 -0500 Received: from cassarossa.samfundet.no ([193.35.52.29]:56556 "EHLO cassarossa.samfundet.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750921AbcANMoI (ORCPT ); Thu, 14 Jan 2016 07:44:08 -0500 Date: Thu, 14 Jan 2016 13:43:53 +0100 From: Hans-Christian Noren Egtvedt To: Ulf Hansson Cc: Mans Rullgard , Haavard Skinnemoen , Ludovic Desroches , Arnd Bergmann , Andy Shevchenko , "linux-kernel@vger.kernel.org" , linux-mmc Subject: Re: [PATCH v2 1/2] mmc: atmel-mci: restore dma on AVR32 Message-ID: <20160114124353.GA14996@samfundet.no> References: <1452343511-11164-1-git-send-email-mans@mansr.com> <20160109193207.GA21906@samfundet.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Around Thu 14 Jan 2016 13:07:57 +0100 or thereabout, Ulf Hansson wrote: > On 9 January 2016 at 20:32, Hans-Christian Noren Egtvedt > wrote: >> Around Sat 09 Jan 2016 12:45:10 +0000 or thereabout, Mans Rullgard wrote: >>> Commit ecb89f2f5f3e7 ("mmc: atmel-mci: remove compat for non DT board >>> when requesting dma chan") broke dma on AVR32 and any other boards not >>> using DT. This restores a fallback mechanism for such cases. >>> >>> Signed-off-by: Mans Rullgard >>> --- >>> Changes: >>> - rebase onto v4.4-rc8: no change to this patch >>> --- >>> arch/avr32/mach-at32ap/at32ap700x.c | 16 ++++++++++++++++ >>> drivers/mmc/host/atmel-mci.c | 17 +++++++++++++++++ >>> include/linux/atmel-mci.h | 2 ++ >>> 3 files changed, 35 insertions(+) >> >> >> >> Thank you for the patch. I have added this to the for-linux branch in the >> linux-avr32 tree. > > What does that mean? Do you intend to send this as a fix for 4.5 rc? > > If so, you have my ack for it! > > Acked-by: Ulf Hansson Thank you. I might have been a bit quick to append it to my tree, as it mostly touches things outside of arch/avr32. I have not asked Linus to pull yet. I can append your Acked-by to #1 and #2 in the series and push through my tree if you are fine with that. https://git.kernel.org/cgit/linux/kernel/git/egtvedt/linux-avr32.git/log/?h=for-linus -- Best regards, Hans-Christian Egtvedt