Prev: usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[<ffffffffa004fbc5>] [<ffffffffa004fbc5>] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx]
Next: + drivers-acpi-apei-erst-dbgc-get_useru64-doesnt-work-on-i386.patch added to -mm tree
From: Florian Tobias Schandinat on 11 Aug 2010 19:40 Hi, the objection of this patch series is to clean the output device handling up. The end result should be saner code (not setting devices that do not exist) as well as more powerfull control over existing devices and easier addition of new devices. This is the first part doing some structural changes and using those to switch which of the 2 display data sources (IGA1 or IGA2) is used. Things that are still missing and (hopefully) will come in follow up series are device enable/disable following the same design and exporting this flexability in an easy to use way to userspace. These patches can also be found at git://github.com/schandinat/linux-2.6.git viafb-s2v1 Some tests were performed on CLE266, VX800 and VX855. Any opinions/suggestions? Regards, Florian Tobias Schandinat Florian Tobias Schandinat (11): viafb: reset correct PLL viafb: remove lcdtbl.h viafb: remove stub viafb: unify output path configuration viafb: enable second display channel at central place viafb: rework output device routing viafb: propagate __init and __devinit viafb: reduce viafb_set_iga_path usage viafb: add new output device management viafb: use new device routing viafb: merge the remaining output path with enable functions -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |