Moblin 2.6.24 Kernel Patch List
0001-thermals-ext-thermal_sysfs.patch 0002-thermals-ext-sysfs_class.patch 0003-thermals-ext-acpi_thermal.patch 0004-thermals-ext-intel_menlow_sensor.patch 0005-thermals-ext-acpi_video.patch 0006-thermals-ext-acpi_fan.patch 0007-thermals-ext-intel_menlow_memory.patch
Intel Dabney thermal patches for Poulsbo chipset
0010-hda_sigmatel.patch
This is sigmatel 9202 codec patch for ALSA.
Came from Donley board support (one McCaslin platform)
0012-poulsbo_hda_class_id.patch
This patch adds Poulsbo HDA PCI IDs to ALSA PCI device.
0013-poulsbo_pci_ids.patch
Add Poulsbo PCI ids macro to Linux tree
Actually the PCI host bridge ID is unreferenced by Linux tree
0014-poulsbo_hda.patch
Fixing HDA snoop bit and Poulsbo A0/A1/B0/B1/C0 OSD0 offset
This patch also works on Poulsbo D0 stepping
0015-poulsbo_smbus.patch
Add I2C support for Poulsbo and then support Poulsbo SMBUS management
0016-poulsbo_ide.patch
Add Poulsbo PATA controller PCI IDs to ICH list and libata /UDMA5 workaround
Port enable register and cable detect register are reserved
0017-poulsbo_USBC.patch
This patch adds USB Client driver for Poulsbo USBC device.
Here it supports two USB Client funtions:
1. Mass Storage, turn Poulsbo device to a Mass Storage device like USB disk
2. USBnet (rndis), turn Poulsbo device to a network interface.
0018-sdio_crown_beach.patch
Patch against 2.6.24 pierre stack to add multi-functional SDIO support
0019-marvell_8686_8688.patch
This is patch for Marvell 8686 WIFI card and Marvel WIFI/BT combo card driver on Poulsbo SDIO controller.
0020-ts-doubleclick-workaround.dpatch
Fix a bug where touch screen click would be regarded as double click when both event and mice interfaces are added to xorg.conf
0021-legacy-usb-int-fix.dpatch
This patch fixes a bug where BIOS enables legacy USB support while the USB HCD driver do not disable the interrupt in the early stage in initialization, and cause thousands "nobody cared" interrupts triggered to OS.
gspca_camera.dpatch
This patch is a general USB camera driver package, which supports most of current known USB cameras.
squashfs3.2.dpatch
Squashfs is a compressed read-only filesystem for Linux. We use squashfs here is to reduce foot print of whole Moblin image.
unionfs.dpatch
UnionFS is a Linux filesystem service which implements a union mount for Linux file systems. It allows files and directories of separate file systems, known as branches, to be transparently overlaid, forming a single coherent file system. Contents of directories which have the same path within the merged branches will be seen together in a single merged directory, within the new, virtual filesystem. Moblin uses unionfs to combine squashfs with rw ext3 partition to make a virtual root file system.

Comments
Where does one get these patches? I know the git tree(s), but are the patches available in the broken-out format above?
These patches will be in <kernel>/debian/patches if you clone the kernel-mid<version> git tree. See http://v1.moblin.org/projects/projects_kernel.php