From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Fri, 18 Sep 2015 12:27:56 +0000 Subject: Re: [PATCH 0/18 v3] arm64: renesas: add sound support Message-Id: <20150918122747.GA2039@verge.net.au> List-Id: References: <87d1xg1oc7.wl%kuninori.morimoto.gx@renesas.com> In-Reply-To: <87d1xg1oc7.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Fri, Sep 18, 2015 at 02:01:46AM +0000, Kuninori Morimoto wrote: > > Hi Simon > > These patches add sound support > previous patch-set didn't include SRC/DVC/CTU/MIX, but this time > these are included > > Kuninori Morimoto (18): > arm64: renesas: tidyup MSTP9 reverse definition order > arm64: renesas: r8a7795: add I2C support > arm64: renesas: r8a7795: add AUDIO_DMAC support > arm64: renesas: r8a7795: Sound SSI PIO support > arm64: renesas: r8a7795: Sound SSI DMA support > arm64: renesas: r8a7795: Sound SRC support > arm64: renesas: r8a7795: Sound DVC support > arm64: renesas: r8a7795: Sound CTU/MIX support > arm64: renesas: salvator-x: enable I2C > arm64: renesas: salvator-x: Sound SSI PIO support > arm64: renesas: salvator-x: Sound SSI DMA support > arm64: renesas: salvator-x: Sound SSI DMA support via BUSIF > arm64: renesas: salvator-x: Sound SRC support > arm64: renesas: salvator-x: Sound DVC support > arm64: defconfig: Enable Renesas R-Car I2C Controller > arm64: defconfig: add Renesas sound and AK4613 support > arm64: defconfig: add Renesas R-Car DMAC driver support > arm64: defconfig: add CS2000 driver support * I have added the MSTP9 tidy-up patch and the 3 I2C patches to topic/r8a7795-i2c-v3 in my renesas tree It is based on the topic/r8a7795-gpio-v1.rebase branch as both the i2c and gpio patch-sets update mtsp9. Ulrich (CCed), I think this has come up before; could you consider including/squashing the MSTP9 tidyup in/into your next update of the gpio patchset? * I have added the other patches to topic/r8a7795-sound-v3 in my renesas tree. It is based on topic/r8a7795-i2c-v3 (above) as "arm64: renesas: salvator-x: Sound SSI PIO support" modifies the i2c2 node added by "arm64: renesas: salvator-x: enable I2C" * The above should take care of all 18 patches in this patch-set. I believe all the other patch-sets in the set of patch-sets with this is part of are driver changes and that Geert intends to handle getting them into topic branches. * Please check my work, I may well have made some errors when sifting through conflicts.