From mboxrd@z Thu Jan 1 00:00:00 1970 From: horms@verge.net.au (Simon Horman) Date: Fri, 11 Mar 2016 10:16:28 +0900 Subject: [PATCH 00/30] ARM: dts: r8a779[0-4]: Reference both DMA controllers In-Reply-To: <20160311002326.GC1111@bigcity.dyn.berto.se> References: <1457609782-24108-1-git-send-email-niklas.soderlund+renesas@ragnatech.se> <20160310134325.GA1111@bigcity.dyn.berto.se> <20160310233855.GD7423@verge.net.au> <20160311002326.GC1111@bigcity.dyn.berto.se> Message-ID: <20160311011627.GA20699@verge.net.au> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Mar 11, 2016 at 01:23:26AM +0100, Niklas S?derlund wrote: > On 2016-03-11 08:38:56 +0900, Simon Horman wrote: > > On Thu, Mar 10, 2016 at 02:43:25PM +0100, Niklas S?derlund wrote: > > > Hi Geert, > > > > > > On 2016-03-10 13:20:56 +0100, Geert Uytterhoeven wrote: > > > > Hi Niklas, > > > > > > > > On Thu, Mar 10, 2016 at 12:35 PM, Niklas S?derlund > > > > wrote: > > > > > R-Car Gen2 have two DMA controllers, which are equivalent. However DMA > > > > > slaves were tied only to a single DMA controller in .dtsi. This series > > > > > add references to to both DMA controllers for all nodes that previously > > > > > only referenced one of them. It also adds dma references to the SDHI > > > > > nodes for r8a7794 which according to the datasheet should work but I > > > > > have not access to HW to verify. > > > > > > > > > > Tested on Koelsch (r8a7791) by altering the compatible value of either > > > > > dmac0 or dmac1 and verifying that the DMA slaves pick the DMA controller > > > > > that is instantiated. > > > > > > > > Thanks for your series! > > > > > > > > If you fix the subject of patch 30: > > > > Acked-by: Geert Uytterhoeven > > > > > > Thanks for your review and that you found my error in the subject. > > > > > > > > > > > I guess this is against v4.5-rc7? It doesn't apply against > > > > renesas-devel-20160308-v4.5-rc7. > > > > Unfortunately you'll have to rebase against Simon's tree, and add scif2 > > > > on r8a7790, and i2c[6-8] on r8a7793. > > > > > > I will rebase and update the relevant patches to include the additions > > > to r8a7790 and r8a7793. > > > > If its not too much bother could you provide a git branch as well as > > patches posted to the mailing list. For larger series that is helpful to me. > > No problem I will include a link when i send v2. Excellent!