summaryrefslogtreecommitdiff
path: root/drivers/video/mxsfb.c
Commit message (Expand)AuthorAgeFilesLines
* video: mxs: Drop old video codeSimon Glass2022-03-281-89/+0
* video: Drop video_fb headerSimon Glass2022-03-281-1/+0
* video: mxsfb: fix clk_get_by_name() return value checkGiulio Benetti2021-12-271-2/+2
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-1/+1
* video: mxsfb: add enabling of "disp_axi" clockGiulio Benetti2021-06-091-0/+11
* video: mxsfb: add enabling of "axi" clock other than "per" clockGiulio Benetti2021-06-091-7/+18
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-3/+3
* 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 net.h from common headerSimon Glass2020-05-181-0/+1
* video: mxsfb: add clk_enable()Giulio Benetti2020-05-011-0/+6
* video: mxsfb: enable setting ENABLE negative polarityGiulio Benetti2020-04-181-0/+3
* video: mxsfb: enable setting PIXDATA on negative edgeGiulio Benetti2020-04-181-0/+2
* video: mxsfb: enable setting VSYNC negative polarityGiulio Benetti2020-04-181-0/+2
* video: mxsfb: enable setting HSYNC negative polarityGiulio Benetti2020-04-181-4/+10
* video: mxsfb: refactor for using display_timingsGiulio Benetti2020-04-181-31/+23
* video: mxsfb: add support for i.MXRTGiulio Benetti2020-04-181-0/+1
* video: mxsfb: add support for DM CLKGiulio Benetti2020-04-181-5/+25
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-111-0/+1
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* | video: mxsfb: call remove() when booting OSAnatolij Gustschin2020-02-041-1/+1
|/
* Revert "video: mxsfb: Configure the clock after eLCDIF reset"Fabio Estevam2019-11-241-3/+3
* video: mxsfb: Configure the clock after eLCDIF resetFabio Estevam2019-11-121-3/+3
* video: mxsfb: set gd->fb_baseSébastien Szymanski2019-11-031-0/+1
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* video: mxsfb: fix mxsfb fbdev binding issuesIgor Opaniuk2019-07-291-12/+62
* video: mxsfb: add DM_VIDEO supportIgor Opaniuk2019-06-041-9/+136
* video: mxsfb: refactor video_hw_init()Igor Opaniuk2019-06-041-27/+41
* video: mxsfb: reorder includesIgor Opaniuk2019-06-041-4/+3
* video: mxsfb: change mxs_lcd_init signatureIgor Opaniuk2019-06-041-5/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-1/+1
* ARM: mxs: Rename M28EVKMarek Vasut2017-04-051-1/+1
* video: mxsfb: Fix reset hang when videomode variable is not presentFabio Estevam2017-02-221-0/+3
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* video: mxsfb: introduce lcdif_power_downPeng Fan2015-11-121-0/+17
* mxs: add parameter base_addr for mxs_set_lcdclkPeng Fan2015-11-121-1/+1
* video: Implement continuous screen refresh for SmartLCD into mxsfbMarek Vasut2013-08-091-0/+26
* video: Add System-Mode configuration hook into mxsfbMarek Vasut2013-08-091-0/+16
* video: Allocate the MXSFB framebuffer alignedMarek Vasut2013-08-091-1/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* video: mxsfb: Break the line in videomode messageFabio Estevam2013-06-281-1/+1
* video: mxsfb: Add an entry for mx23evk/mx28vk video modesFabio Estevam2013-05-161-0/+5
* arm: mxs: Add MXS LCDIF driverMarek Vasut2013-05-061-0/+189