From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 0/5] dmaengine: convert dw_dmac/spear13xx to generic binding Date: Fri, 19 Apr 2013 22:38:58 +0200 Message-ID: <201304192238.58704.arnd@arndb.de> References: <1359395857-1235-1-git-send-email-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1359395857-1235-1-git-send-email-arnd-r2nGTMty4D4@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: linux-arm-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Viresh Kumar , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Andy Shevchenko , Vinod Koul List-Id: devicetree@vger.kernel.org On Monday 28 January 2013, Arnd Bergmann wrote: > Hi everyone, > > This is my attempt to convert the spear platform and the dw_dmac to > the generic device tree binding for DMA, so that we don't get > a release with the broken version. I'm pretty sure that this > has bugs, but it's as good as I could do without access to > hardware or specs. I noticed now that I forgot to put the arch/arm changes into the for-next branch for 3.9. I'm putting it into late/cleanup now, as this is a cleanup removing unnecessary definitions from spear13xx. All the patches for the drivers/dma were already merged by Vinod in 3.9, so this has no impact on his subsystem. Arnd