From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [GIT PULL] ARM: OMAP2+: GPMC fixes for v3.10 Date: Wed, 8 May 2013 17:13:28 -0700 Message-ID: <20130509001328.GY32546@atomide.com> References: <517FCCF0.1030105@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <517FCCF0.1030105@ti.com> Sender: linux-omap-owner@vger.kernel.org To: Jon Hunter Cc: "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , device-tree List-Id: devicetree@vger.kernel.org * Jon Hunter [130430 06:59]: > The following changes since commit aecb65a34a780cd07fbaa652cc5d640f13f3ed5f: > > Merge branch 'omap-gpmc-for-v3.10-take2' of git://github.com/jonhunter/linux into omap-for-v3.10/gpmc (2013-04-04 11:22:33 -0700) > > are available in the git repository at: > > git://github.com/jonhunter/linux.git omap-gpmc-fixes-for-v3.10 > > for you to fetch changes up to b327b3627bb428eb7d98f25224532425a673d89e: > > ARM: OMAP2+: only WARN if a GPMC child probe function fail (2013-04-30 08:43:05 -0500) > > ---------------------------------------------------------------- > GPMC fixes for v3.10. Main fix is to only search the GPMC node > for GPMC child devices and not the entire device-tree (which was > breaking ethernet support on some boards where the GPMC does not > interface with the ethernet chip). This branch is based upon > Tony's omap-for-v3.10/gpmc branch. Thanks pulling into omap-for-v3.10/fixes. Regards, Tony > ---------------------------------------------------------------- > Javier Martinez Canillas (3): > Documentation: dt: update TI GPMC ethernet binding properties > ARM: OMAP2+: only search for GPMC DT child nodes on probe > ARM: OMAP2+: only WARN if a GPMC child probe function fail > > Jon Hunter (1): > Documentation: dt: update properties in TI GPMC NAND example > > .../devicetree/bindings/mtd/gpmc-nand.txt | 28 +++++----- > Documentation/devicetree/bindings/net/gpmc-eth.txt | 56 ++++++++++---------- > arch/arm/mach-omap2/gpmc.c | 38 +++++-------- > 3 files changed, 54 insertions(+), 68 deletions(-)