summaryrefslogtreecommitdiff
path: root/drivers/video/mxsfb.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-27video: mxsfb: fix clk_get_by_name() return value checkGiulio Benetti1-2/+2
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-06-09video: mxsfb: add enabling of "disp_axi" clockGiulio Benetti1-0/+11
2021-06-09video: mxsfb: add enabling of "axi" clock other than "per" clockGiulio Benetti1-7/+18
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-3/+3
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-3/+3
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 net.h from common headerSimon Glass1-0/+1
2020-05-01video: mxsfb: add clk_enable()Giulio Benetti1-0/+6
2020-04-18video: mxsfb: enable setting ENABLE negative polarityGiulio Benetti1-0/+3
2020-04-18video: mxsfb: enable setting PIXDATA on negative edgeGiulio Benetti1-0/+2
2020-04-18video: mxsfb: enable setting VSYNC negative polarityGiulio Benetti1-0/+2
2020-04-18video: mxsfb: enable setting HSYNC negative polarityGiulio Benetti1-4/+10
2020-04-18video: mxsfb: refactor for using display_timingsGiulio Benetti1-31/+23
2020-04-18video: mxsfb: add support for i.MXRTGiulio Benetti1-0/+1
2020-04-18video: mxsfb: add support for DM CLKGiulio Benetti1-5/+25
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05video: mxsfb: call remove() when booting OSAnatolij Gustschin1-1/+1
2019-11-24Revert "video: mxsfb: Configure the clock after eLCDIF reset"Fabio Estevam1-3/+3
2019-11-12video: mxsfb: Configure the clock after eLCDIF resetFabio Estevam1-3/+3
2019-11-03video: mxsfb: set gd->fb_baseSébastien Szymanski1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-07-29video: mxsfb: fix mxsfb fbdev binding issuesIgor Opaniuk1-12/+62
2019-06-05video: mxsfb: add DM_VIDEO supportIgor Opaniuk1-9/+136
2019-06-05video: mxsfb: refactor video_hw_init()Igor Opaniuk1-27/+41
2019-06-05video: mxsfb: reorder includesIgor Opaniuk1-4/+3
2019-06-05video: mxsfb: change mxs_lcd_init signatureIgor Opaniuk1-5/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-1/+1
2017-04-05ARM: mxs: Rename M28EVKMarek Vasut1-1/+1
2017-02-22video: mxsfb: Fix reset hang when videomode variable is not presentFabio Estevam1-0/+3
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-11-12video: mxsfb: introduce lcdif_power_downPeng Fan1-0/+17
2015-11-12mxs: add parameter base_addr for mxs_set_lcdclkPeng Fan1-1/+1
2013-08-09video: Implement continuous screen refresh for SmartLCD into mxsfbMarek Vasut1-0/+26
2013-08-09video: Add System-Mode configuration hook into mxsfbMarek Vasut1-0/+16
2013-08-09video: Allocate the MXSFB framebuffer alignedMarek Vasut1-1/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-06-28video: mxsfb: Break the line in videomode messageFabio Estevam1-1/+1
2013-05-16video: mxsfb: Add an entry for mx23evk/mx28vk video modesFabio Estevam1-0/+5
2013-05-06arm: mxs: Add MXS LCDIF driverMarek Vasut1-0/+189