From mboxrd@z Thu Jan 1 00:00:00 1970 From: horms@verge.net.au (Simon Horman) Date: Wed, 5 Sep 2012 10:23:38 +0900 Subject: [PATCH] ARM: shmobile: r8a7779: remove USB phy initializer In-Reply-To: <20120905012056.GC4232@verge.net.au> References: <1346376502-12114-1-git-send-email-horms@verge.net.au> <1346376502-12114-6-git-send-email-horms@verge.net.au> <201209032138.41485.arnd@arndb.de> <87k3wafxj4.wl%kuninori.morimoto.gx@renesas.com> <20120904003402.GE6095@verge.net.au> <87ehmifl3b.wl%kuninori.morimoto.gx@renesas.com> <20120905012056.GC4232@verge.net.au> Message-ID: <20120905012337.GD4232@verge.net.au> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Sep 05, 2012 at 10:20:57AM +0900, Simon Horman wrote: > On Mon, Sep 03, 2012 at 09:50:03PM -0700, Kuninori Morimoto wrote: > > f9929ab55cf967791c65a3b58696d77e26d19a6f > > (ARM: shmobile: r8a7779: add USB common phy initializer) > > added r8a7779 USB phy initializer, > > but ARM kernel is trying hard to move driver code out of the platform > > and into driver directories. > > This patch remove USB phy initializer code from platform. > > Hi Morimoto-san, > > my preferred approach is to drop the following patches from the marzen > branch and get the remaining changes merged (hopefully). Then look at > USB once again. > > f58f278 ARM: shmobile: marzen: add USB EHCI driver support > 4150c1d ARM: shmobile: r8a7779: add USB OHCI clock support > 535b372c ARM: shmobile: r8a7779: add USB EHCI clock support > f9929ab ARM: shmobile: r8a7779: add USB common phy initializer and 3553395 ARM: shmobile: marzen: add USB OHCI driver support