aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-handheld-4.4/collie/defconfig
AgeCommit message (Collapse)Author
2017-10-29linux-handheld_4.4: add support for f2fsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06linux-handheld-4.4: update patch for sound/soc/pxa module autoloadingAndrea Adami
Prepare patch for upstream submission Minor changes to defconfigs Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06linux-handheld: switch Zaurus to XZ kernel compressionAndrea Adami
Tested first on c7x0 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-01-19linux-handheld: initial commit of v. 4.4 for PXA and SA1100 devicesAndrea Adami
Unfortunately h1940 has been skipped for it needs a total refresh of patches. The patches for locomo are courtesy of Dmitry and have been taken from http://git.infradead.org/users/dbaryshkov/zaurus.git One patch from there has been edited: "video: lcd: add LoCoMo LCD driver" --- a/drivers/video/backlight/locomo_lcd.c +++ b/drivers/video/backlight/locomo_lcd.c @@ -20,7 +20,7 @@ #include <linux/platform_device.h> #include <linux/regmap.h> -#define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) +#define POWER_IS_ON(pwr) ((pwr) == FB_BLANK_UNBLANK) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>