From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH 1/5] ARM: imx: Remove references to platform_bus in mxc code Date: Mon, 28 Jul 2014 09:45:40 +0800 Message-ID: <20140728014538.GH8821@dragon> References: <1406298233-27876-1-git-send-email-pawel.moll@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <1406298233-27876-1-git-send-email-pawel.moll@arm.com> Sender: linux-kernel-owner@vger.kernel.org To: Pawel Moll Cc: Greg Kroah-Hartman , Olof Johansson , Stephen Warren , Catalin Marinas , paul@pwsan.com, Arnd Bergmann , Peter De Schrijver , arm@kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sascha Hauer , Russell King List-Id: linux-tegra@vger.kernel.org On Fri, Jul 25, 2014 at 03:23:49PM +0100, Pawel Moll wrote: > The bus devices created to be parents for other peripherals > were using platform_bus as a parent, not being platform > devices themselves. Remove the references, making them > virtual devices instead. > > Cc: Shawn Guo > Cc: Sascha Hauer > Cc: Russell King > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Pawel Moll Acked-by: Shawn Guo