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 -- 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