
This brings in some fixes and some patches currently maintained out-of-tree for the BeagleBoard. It seems for some things, some old code got applied, so I've given updates here. I've broken up the patches into small bits to be accepted/rejected on the hopes of trying to get as much in as possible.
The USB patches placed in u-boot-ti aren't working for me, but this brings in some known required patches.
Alexander Holler (1): BeagleBoard: config: Switch default console from ttyS2 to ttyO2
Bob Feretich (1): BeagleBoard: Pin mux initialization glitch fix
Jason Kridner (24): BeagleBoard: add xM rev C to ID table BeagleBoard: Fixed typo in typecast Corrected LED name match finding avoiding extraneous Usage printouts BeagleBoard: fix LED 0/1 in driver led: added cmd_led to Makefile led: correct off/on locations in structure led: remove trailing whitespace led: loop through all leds led: fixup help/usage BeagleBoard: config: reduce BOOTDELAY to 3 BeagleBoard: config: change default resolution to VGA BeagleBoard: config: don't suck in blank line BeagleBoard: config: make mtest run BeagleBoard: config: increase command-line functionality BeagleBoard: config: load kernel via MMC ext2 BeagleBoard: config: add optargs/buddy/camera BeagleBoard: config: add ramboot BeagleBoard: Added userbutton command BeagleBoard: config: use the USERBUTTON command video: DSS makefile update BeagleBoard: config: enable DSS BeagleBoard: Configure DVI/S-video USB: Remove __attribute__ ((packed)) for struct ehci_hccr and ehci_hcor TWL4030/BeagleBoard: Added hub power enable
Steve Sakoman (1): BeagleBoard: config: Remove omapfb.debug=y from Beagle and Overo env settings
Syed Mohammed Khasim (1): OMAP3: Add DSS driver for OMAP3
arch/arm/include/asm/arch-omap3/dss.h | 173 +++++++++++++++++++++++++++++++++ board/ti/beagle/beagle.c | 119 +++++++++++++++++++++-- board/ti/beagle/beagle.h | 87 +++++++++++++++++ board/ti/beagle/led.c | 4 +- common/Makefile | 1 + common/cmd_led.c | 18 ++-- drivers/misc/twl4030_led.c | 6 +- drivers/usb/host/ehci.h | 4 +- drivers/video/Makefile | 2 + drivers/video/omap3_dss.c | 130 +++++++++++++++++++++++++ include/configs/omap3_beagle.h | 63 +++++++++--- include/configs/omap3_overo.h | 2 - include/twl4030.h | 1 + 13 files changed, 572 insertions(+), 38 deletions(-) create mode 100644 arch/arm/include/asm/arch-omap3/dss.h create mode 100644 drivers/video/omap3_dss.c