From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 0/5] ARM: omap3-lilly-a83x: update board support Date: Thu, 22 May 2014 16:28:55 -0700 Message-ID: <20140522232854.GD29577@atomide.com> References: <1400799986-20043-1-git-send-email-chf.fritz@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:37216 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751430AbaEVX3C (ORCPT ); Thu, 22 May 2014 19:29:02 -0400 Content-Disposition: inline In-Reply-To: <1400799986-20043-1-git-send-email-chf.fritz@googlemail.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Christoph Fritz Cc: Grygorii Strashko , Pekon Gupta , =?utf-8?Q?Beno=C3=AEt?= Cousson , Daniel Mack , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org * Christoph Fritz [140522 16:07]: > This set of patches updates board support for omap3-lilly-a83x. > > Christoph Fritz (5): > [RFC-HACK] pinctrl-single: init by postcore_initcall() I would prefer to start initializing other things later as then we get proper error messages on the console. Let's first investigate a bit more if we can just initialize other drivers later on. Which version of kernel are you using? With all the fixes that have gone into this -rc cycle, v3.15-rc4 is pretty much the first kernel that should behave for us properly for deferred probe for irqchips that get initialized later on. Regards, Tony > [RFC-HACK] ARM: dts: OMAP3: reorder pinmux_gpio1_pins > ARM: dts: omap3: set mcbsp2 status > [RFC] ARM: OMAP2+: gpmc: fix gpmc_hwecc_bch_capable > ARM: dts: OMAP3 a83x: fix duplicate usb pin config > > arch/arm/boot/dts/omap3-lilly-a83x.dtsi | 7 +++--- > arch/arm/boot/dts/omap34xx.dtsi | 28 ++++++++++++---------- > arch/arm/boot/dts/omap36xx.dtsi | 40 ++++++++++++++++--------------- > arch/arm/mach-omap2/gpmc-nand.c | 16 +++++-------- > drivers/pinctrl/pinctrl-single.c | 15 ++++++++++++ > 5 files changed, 61 insertions(+), 45 deletions(-) > > -- > 1.7.10.4 >