aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/am335x-fb.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-11video: omap: change include orderDario Binacchi1-4/+4
2020-03-03video: omap: fix pixel-per-line bitfield settingDario Binacchi1-1/+1
2020-03-03video: omap: add support for DM/DTSDario Binacchi1-10/+327
2020-03-03video: omap: create two routines to set the pixel clock rateDario Binacchi1-33/+97
2020-03-03video: omap: add loop exit conditions to the dpll setupDario Binacchi1-1/+3
2020-03-03video: omap: fix debug messageDario Binacchi1-1/+1
2020-03-03video: omap: rename LCD controller registersDario Binacchi1-53/+54
2020-03-03video: omap: fix bitfields orderDario Binacchi1-15/+14
2020-03-03video: omap: fix coding style on use of spacesDario Binacchi1-1/+1
2020-03-03video: omap: add missing bitfield masksDario Binacchi1-5/+5
2020-03-03video: omap: use BIT() and GENMASK() macrosDario Binacchi1-18/+18
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-11am335x-fb: setup display PLLHannes Schmelzer1-3/+51
2018-01-11am335x-fb: cosmetic: fix coding styleHannes Schmelzer1-3/+3
2018-01-11am335x-fb: cosmetic: update-copyrightHannes Schmelzer1-2/+2
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2016-04-28drivers/video/am335x-fb: Properly point framebuffer behind paletteMartin Pietryka1-4/+4
2016-04-28drivers/video/am335x-fb: Add support for 16bpp formatMartin Pietryka1-3/+19
2016-04-25drivers/video/am335x-fb: Fix bits for LCD_PALMODE_RAWDATA definitionMartin Pietryka1-1/+1
2015-05-28cosmetic: change Author/MAINTAINER Name from Petermaier to SchmelzerHannes Schmelzer1-1/+1
2015-03-05drivers/video/am335x-fb: Add possibility to wait for stable power/pictureHannes Petermaier1-5/+8
2014-08-10video: Add support for TI's AM335x LCD-ControllerHannes Petermaier1-0/+169