aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/pxa_lcd.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-03-27Revert "pxa_lcd: make driver cache-aware"Tom Rini1-16/+0
2016-03-27Revert "pxa_lcd: invert colors for Zipit Z2 to get white on black palette"Tom Rini1-1/+1
2016-03-27pxa_lcd: make driver cache-awareVasily Khoruzhick1-0/+16
2016-03-27pxa_lcd: invert colors for Zipit Z2 to get white on black paletteVasily Khoruzhick1-1/+1
2016-03-27zipitz2: enable LCD rotationVasily Khoruzhick1-0/+1
2015-08-24lcd: pxa: clean-up include file orderMarcel Ziswiler1-5/+4
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-02-10lcd: split configuration_get_cmapNikita Kiryanov1-0/+6
2015-01-10lcd: remove LCD_MONOCHROMENikita Kiryanov1-15/+0
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-05pxa_lcd: make lcd_enable() a weak pointerMike Dunn1-1/+1
2013-05-05pxa_lcd: add the ACX544AKN lcd deviceMike Dunn1-0/+32
2013-03-21lcd, fb: remove duplicated prototypes and unused codeJeroen Hofstee1-33/+0
2013-03-21common/lcd.c: remove global lcd_baseJeroen Hofstee1-2/+0
2013-03-21common/lcd.c: cleanup use of global variablesJeroen Hofstee1-6/+0
2013-03-21lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee1-0/+650