From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 11 Mar 2011 11:35:54 -0800 Subject: [PATCH] omap2+: mux: Add macro for configuring static with omap_hwmod_mux_init (Re: [PATCH] omap2+: mux: Remove the use of IDLE flag) In-Reply-To: References: <1299472552-22017-1-git-send-email-r.sricharan@ti.com> <20110308164033.GC26463@atomide.com> <20110309203200.GP26463@atomide.com> Message-ID: <20110311193554.GH10079@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Sricharan R [110310 22:10]: > Tony, > >>Look OK to me, but let's make things a bit easier to read > >>and maintain with the following patch. Can you please > >>update your patches to use this macro? > >> > >>Each line then just becomes something like: > >> > >>OMAP_MUX_STATIC("uart3_tx_irtx.uart3_tx_irtx", > >> OMAP_PIN_OUTPUT | OMAP_MUX_MODE0), > >> > >Ok thanks. I will update and send again. > > 4430SDP: > http://marc.info/?l=linux-omap&m=129982347622340&w=2 > > omap4panda: > http://marc.info/?l=linux-omap&m=129982347722344&w=2 > > 3430sdp: > http://marc.info/?l=linux-omap&m=129982347822347&w=2 > > I have reworked the patches using your MACRO. > > I have applied on top of the omap-for-linus branch and > tested them on 4430sdp, 3430sdp, omap4panda. OK thanks, applying them. Tony