aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-handheld_4.4.bb
AgeCommit message (Collapse)Author
2016-05-06linux-handheld: update to 4.4.8Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-04-24linux-handheld_4.4: add HACK for snd-soc-pxa2xx kernel module autoloadingAndrea Adami
Fix sound. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-04-24linux-handheld_4.4: upate to 4.4.7Andrea Adami
gpio fixes: now poodle and collie do build again Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-04-24linux-handheld_4.4: update to 4.4.6Andrea Adami
Incorporating fix for mmc on pxa. 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>