From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 6 Jul 2012 01:41:05 -0700 Subject: [PATCH 3/5] ARM: omap3evm: enable VBUS switch for EHCI tranceiver In-Reply-To: <4FE1BC98.7050607@mvista.com> References: <1340183693-3195-1-git-send-email-zumeng.chen@windriver.com> <1340183693-3195-4-git-send-email-zumeng.chen@windriver.com> <4FE1BC98.7050607@mvista.com> Message-ID: <20120706084105.GR1122@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Sergei Shtylyov [120620 05:10]: > On 20-06-2012 13:14, Zumeng Chen wrote: > > > >This will set TWL4030.GPIO2 as output pin to drive EHCI tranceiver. ... > >+ /* Enable VBUS switch by setting TWL4030.GPIO2DIR as output > >+ * for starting USB tranceiver > >+ */ > >+ if (get_omap3_evm_rev()>= OMAP3EVM_BOARD_GEN_2) { > >+ u8 val; > > Empty line after declaration block wouldn't hurt... > I'll apply these into devel-board branch with the extra line added. Not taking the clock related patch 4/5 as that's something Paul should queue. Also note that the board-*.c files are being phased out with devicetree support. Regards, Tony