summaryrefslogtreecommitdiffstats
path: root/drivers/video/atmel_lcdfb.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-4/+4
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-3/+3
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* avr32: Retire AVR32 for goodAndy Shevchenko2017-07-061-4/+0
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* at91: video: Support driver-model for the LCD driverSimon Glass2016-06-121-0/+91
* at91: video: Prepare for driver-model conversionSimon Glass2016-06-121-36/+70
* Remove typedefs from bmp_layout.hSimon Glass2015-06-101-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2015-02-101-1/+1
|\
| * ARM: atmel: cleanup: remove at91cap9 related codeBo Shen2015-02-071-1/+1
* | lcd: introduce lcd_set_cmapNikita Kiryanov2015-02-101-0/+11
* | lcd: atmel: introduce lcd_logo_set_cmapNikita Kiryanov2015-02-101-0/+26
* | lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfbNikita Kiryanov2015-02-101-0/+9
* | lcd: split configuration_get_cmapNikita Kiryanov2015-02-101-0/+5
|/
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* common/lcd.c: remove global lcd_baseJeroen Hofstee2013-03-211-2/+0
* common/lcd.c: cleanup use of global variablesJeroen Hofstee2013-03-211-6/+0
* common/lcd.c: cleanup use of global variablesWolfgang Denk2013-03-211-2/+0
* atmel_lcd: Allow contrast polarity to be either positive or negativeAlexander Stein2010-09-251-1/+2
* Atmel LCD driver GUARDTIME fixMark Jackson2009-06-301-2/+5
* atmel_lcdfb: Straighten out funky vl_sync logicHaavard Skinnemoen2008-10-251-4/+1
* atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>Haavard Skinnemoen2008-10-251-1/+0
* Fix merge problemsStefan Roese2008-08-061-0/+4
* Add ATMEL LCD driverStelian Pop2008-05-101-0/+160