All of lore.kernel.org
 help / color / mirror / Atom feed
* Suggestion regarding the ordering of GPIO MUX configurations
@ 2009-03-02  2:37 Kim Kyuwon
  2009-03-02 16:40 ` Tony Lindgren
  0 siblings, 1 reply; 5+ messages in thread
From: Kim Kyuwon @ 2009-03-02  2:37 UTC (permalink / raw)
  To: OMAP; +Cc: Tony Lindgren, David Brownell

Hi All.

The current order of GPIO mux configurations is not sorted. It seems
that all new GPIO MUX configurations are being inserted to the end as
shown in next code

/* arch/arm/plat-omap/include/mach/mux.h */
791         AH8_34XX_GPIO29,
792         J25_34XX_GPIO170,
793         AF26_34XX_GPIO0,
794         AF22_34XX_GPIO9,
795         L8_34XX_GPIO63,
796         AF6_34XX_GPIO140_UP,
797         AE6_34XX_GPIO141,
798         AF5_34XX_GPIO142,
799         AE5_34XX_GPIO143,
800         AG4_34XX_GPIO134,
801         U8_34XX_GPIO54,
802         AE4_34XX_GPIO136,


I wonder if we can sort the order of GPIO MUX configurations and then
insert new MUXs at right position. Can I ask your opinions?


Regards,

Kim Kyuwon.
-- 
Q1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-02 19:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-02  2:37 Suggestion regarding the ordering of GPIO MUX configurations Kim Kyuwon
2009-03-02 16:40 ` Tony Lindgren
2009-03-02 17:31   ` Peter Barada
2009-03-02 17:47     ` Tony Lindgren
2009-03-02 19:41   ` David Brownell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.