* Kim Kyuwon <chammoru@xxxxxxxxx> [090301 18:37]: > 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? Yes, I was thinking about the same. I'll combine the pending mux patches and merge them into a single patch for mainline tree. While doing that I'll sort them by gpio number. Will post the patch here for testing probably today. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html