Olof, Care to pull this into your fixes directly? Regards, Tony * Paul Walmsley <paul@xxxxxxxxx> [130519 16:39]: > The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: > > Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/omap-fixes-a-for-3.10-rc > > for you to fetch changes up to 3260c76055afc6c9396e5ad9f9e599505ea8891f: > > ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apis (2013-05-19 16:37:15 -0600) > > ---------------------------------------------------------------- > Fix the OMAP serial driver to work correctly on OMAP4 when booting > with DT. > > Basic build, boot, and PM test logs are here - unfortunately, not for > the DT case yet: > > http://www.pwsan.com/omap/testlogs/uart_idle_fix_v3.10-rc/20130519164010/ > > ---------------------------------------------------------------- > Rajendra Nayak (2): > ARM: OMAP2+: hwmod: Fix sidle programming in _enable_sysc()/_idle_sysc() > ARM: OMAP2+: hwmod: Add a new flag to handle SIDLE in SWSUP only in active > > Santosh Shilimkar (4): > ARM: OMAP2+: hwmod-data: UART IP needs software control to manage sidle modes > ARM: OMAP2+: serial: Remove the un-used slave idle hooks > SERIAL: OMAP: Remove the slave idle handling from the driver > ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apis > > arch/arm/mach-omap2/omap_hwmod.c | 111 +++++--------------- > arch/arm/mach-omap2/omap_hwmod.h | 7 +- > arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 3 + > arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 6 ++ > arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 4 + > arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 6 +- > arch/arm/mach-omap2/serial.c | 31 ------ > drivers/tty/serial/omap-serial.c | 23 ---- > include/linux/platform_data/serial-omap.h | 2 - > 9 files changed, 48 insertions(+), 145 deletions(-) -- 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