Difference between revisions of "BeagleBoard/KernelPatches"
From eLinux.org
| Line 10: | Line 10: | ||
** Unknown | ** Unknown | ||
*** OMAP: DSS2: add bootarg for selecting svideo or composite for tv output | *** OMAP: DSS2: add bootarg for selecting svideo or composite for tv output | ||
| + | *** video: add timings for hd720 | ||
| + | *** drivers: net: smsc911x: return ENODEV if device is not found | ||
| + | *** drivers: input: touchscreen: ads7846: return ENODEV if device is not found | ||
| + | *** Revert "omap2_mcspi: Flush posted writes" | ||
| + | *** Revert "omap_hsmmc: improve interrupt synchronisation" | ||
| + | *** | ||
Revision as of 12:00, 13 July 2011
In the push to get mainline kernel support for the BeagleBoard, this is just a set of patches felt to be necessary to be cleaned-up and accepted before we can declare success that mainline Linux actually supports the BeagleBoard. The Angstrom kernel is being used as the set of minimal patches as a starting point for this list.
- Sakoman patches
- In Tony's tree (staged for 3.0)
- OMAP: DSS2: DSI: fix use_sys_clk & highfreq
- OMAP: DSS2: DSI: fix dsi_dump_clocks()
- OMAP2PLUS: DSS2: Fix: Return correct lcd clock source for OMAP2/3
- OMAP: DSS: DSI: Fix DSI PLL power bug
- OMAP: DSS2: fix panel Kconfig dependencies
- Unknown
- OMAP: DSS2: add bootarg for selecting svideo or composite for tv output
- video: add timings for hd720
- drivers: net: smsc911x: return ENODEV if device is not found
- drivers: input: touchscreen: ads7846: return ENODEV if device is not found
- Revert "omap2_mcspi: Flush posted writes"
- Revert "omap_hsmmc: improve interrupt synchronisation"
- In Tony's tree (staged for 3.0)