summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-2.6.32
AgeCommit message (Collapse)AuthorFiles
2010-03-04linux 2.6.32: add support for ts72xx boardsPetr Štetiar17
Signed-off-by: Petr Štetiar <ynezz@true.cz> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-02-14linux_2.6.32: eee701: removed fb devices from defconfigFrans Meulenbroeks1
removed fb devices from defconfig. they conflict with kms which is used by the latest intel gfx driver. While at it also turned floppy support into a module (improves boot time substantially) and compiled some modules for video that are always loaded into the kernel Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-13linux-2.6.32i eee701 fixed intelfb driver.Frans Meulenbroeks1
Fixed an issue with the intelfb driver giving an error when starting on eeepc patch originaltes from: http://lists.freedesktop.org/archives/intel-gfx/2010-February/005803.html Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-13linux-2.6.32 eee701 added CONFIG_DRM_I915_KMS=yFrans Meulenbroeks1
added CONFIG_DRM_I915_KMS=y to defconfig Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-01-23linux-2.6.32: added eee701 supportDenis 'Gnutoo' Carikli1
Here how it was configured: *All internal hardware support was built-in *All external hardware which could be possibly attached was compiled as module *All hardware which can't be attached such as other pci cards than the builtin ones are removed(note that the eeepc 701 doesn't have pc-card) *The net filtering parts (needed for iptables) were compiled as modules when possible Hardware details: *The sd-card controler uses the mass storage driver *The synaptics driver was built as evdev and would need the synaptics xorg driver for working,Also note that it can also function as a basic mouse but it wouldn't benefit from the synaptics features *The webcam is uvc *the network card needs the atl2 driver to work *the wifi driver is ath5k *there is an eeepc driver for hotkeys in the kernel named eeepc-laptop *the graphic card is an intel i915 card
2010-01-15From: Ulf Samuelsson <ulf.samuelsson@atmel.com>Ulf Samuelsson4
Add Linux-2.6.32 recipe for AT91SAM9G45EK. Two patches are included. 1) Patch which will allow the NAND flash partitioning to be configurable 2) Patch which will fix reset for SAM9260, not needed for SAM9G45 though Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com> ---
2010-01-01linux-2.6.32/ion/defconfig: Tune-down to better match machine.Leon Woestenberg1
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-01-01linux-2.6.32: Add support for MACHINE=ion.Leon Woestenberg1
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-12-03linux 2.6.32: added Sim.One supportMarcin Juszkiewicz11