summaryrefslogtreecommitdiff
path: root/drivers/video/atmel_lcdfb.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-30video: Drop atmel LCD codeSimon Glass1-1/+0
2022-10-30video: atmel: Drop pre-DM parts of video driverSimon Glass1-75/+0
2022-10-30Drop CONFIG_LCD_LOGOSimon Glass1-26/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-4/+4
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-4/+0
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-06-13at91: video: Support driver-model for the LCD driverSimon Glass1-0/+91
2016-06-13at91: video: Prepare for driver-model conversionSimon Glass1-36/+70
2015-06-11Remove typedefs from bmp_layout.hSimon Glass1-2/+2
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-1/+1
2015-02-10lcd: introduce lcd_set_cmapNikita Kiryanov1-0/+11
2015-02-10lcd: atmel: introduce lcd_logo_set_cmapNikita Kiryanov1-0/+26
2015-02-10lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfbNikita Kiryanov1-0/+9
2015-02-10lcd: split configuration_get_cmapNikita Kiryanov1-0/+5
2015-02-08ARM: atmel: cleanup: remove at91cap9 related codeBo Shen1-1/+1
2013-10-15Coding 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-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-21common/lcd.c: cleanup use of global variablesWolfgang Denk1-2/+0
2010-09-25atmel_lcd: Allow contrast polarity to be either positive or negativeAlexander Stein1-1/+2
2009-06-30Atmel LCD driver GUARDTIME fixMark Jackson1-2/+5
2008-10-25atmel_lcdfb: Straighten out funky vl_sync logicHaavard Skinnemoen1-4/+1
2008-10-25atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>Haavard Skinnemoen1-1/+0
2008-08-06Fix merge problemsStefan Roese1-0/+4
2008-05-10Add ATMEL LCD driverStelian Pop1-0/+160