| Commit message (Expand) | Author | Age | Files | Lines |
* | video: mxsfb: add enabling of "disp_axi" clock | Giulio Benetti | 2021-06-09 | 1 | -0/+11 |
* | video: mxsfb: add enabling of "axi" clock other than "per" clock | Giulio Benetti | 2021-06-09 | 1 | -7/+18 |
* | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 1 | -0/+1 |
* | dm: treewide: Rename ..._platdata variables to just ..._plat | Simon Glass | 2020-12-13 | 1 | -3/+3 |
* | dm: treewide: Rename 'platdata' variables to just 'plat' | Simon Glass | 2020-12-13 | 1 | -3/+3 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | video: mxsfb: add clk_enable() | Giulio Benetti | 2020-05-01 | 1 | -0/+6 |
* | video: mxsfb: enable setting ENABLE negative polarity | Giulio Benetti | 2020-04-18 | 1 | -0/+3 |
* | video: mxsfb: enable setting PIXDATA on negative edge | Giulio Benetti | 2020-04-18 | 1 | -0/+2 |
* | video: mxsfb: enable setting VSYNC negative polarity | Giulio Benetti | 2020-04-18 | 1 | -0/+2 |
* | video: mxsfb: enable setting HSYNC negative polarity | Giulio Benetti | 2020-04-18 | 1 | -4/+10 |
* | video: mxsfb: refactor for using display_timings | Giulio Benetti | 2020-04-18 | 1 | -31/+23 |
* | video: mxsfb: add support for i.MXRT | Giulio Benetti | 2020-04-18 | 1 | -0/+1 |
* | video: mxsfb: add support for DM CLK | Giulio Benetti | 2020-04-18 | 1 | -5/+25 |
* | Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm | Tom Rini | 2020-02-11 | 1 | -0/+1 |
|\ |
|
| * | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 1 | -0/+1 |
* | | video: mxsfb: call remove() when booting OS | Anatolij Gustschin | 2020-02-04 | 1 | -1/+1 |
|/ |
|
* | Revert "video: mxsfb: Configure the clock after eLCDIF reset" | Fabio Estevam | 2019-11-24 | 1 | -3/+3 |
* | video: mxsfb: Configure the clock after eLCDIF reset | Fabio Estevam | 2019-11-12 | 1 | -3/+3 |
* | video: mxsfb: set gd->fb_base | Sébastien Szymanski | 2019-11-03 | 1 | -0/+1 |
* | env: Move env_get() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | video: mxsfb: fix mxsfb fbdev binding issues | Igor Opaniuk | 2019-07-29 | 1 | -12/+62 |
* | video: mxsfb: add DM_VIDEO support | Igor Opaniuk | 2019-06-04 | 1 | -9/+136 |
* | video: mxsfb: refactor video_hw_init() | Igor Opaniuk | 2019-06-04 | 1 | -27/+41 |
* | video: mxsfb: reorder includes | Igor Opaniuk | 2019-06-04 | 1 | -4/+3 |
* | video: mxsfb: change mxs_lcd_init signature | Igor Opaniuk | 2019-06-04 | 1 | -5/+4 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | imx: reorganize IMX code as other SOCs | Stefano Babic | 2017-07-12 | 1 | -1/+1 |
* | ARM: mxs: Rename M28EVK | Marek Vasut | 2017-04-05 | 1 | -1/+1 |
* | video: mxsfb: Fix reset hang when videomode variable is not present | Fabio Estevam | 2017-02-22 | 1 | -0/+3 |
* | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada | 2016-09-23 | 1 | -1/+1 |
* | video: mxsfb: introduce lcdif_power_down | Peng Fan | 2015-11-12 | 1 | -0/+17 |
* | mxs: add parameter base_addr for mxs_set_lcdclk | Peng Fan | 2015-11-12 | 1 | -1/+1 |
* | video: Implement continuous screen refresh for SmartLCD into mxsfb | Marek Vasut | 2013-08-09 | 1 | -0/+26 |
* | video: Add System-Mode configuration hook into mxsfb | Marek Vasut | 2013-08-09 | 1 | -0/+16 |
* | video: Allocate the MXSFB framebuffer aligned | Marek Vasut | 2013-08-09 | 1 | -1/+2 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -14/+1 |
* | video: mxsfb: Break the line in videomode message | Fabio Estevam | 2013-06-28 | 1 | -1/+1 |
* | video: mxsfb: Add an entry for mx23evk/mx28vk video modes | Fabio Estevam | 2013-05-16 | 1 | -0/+5 |
* | arm: mxs: Add MXS LCDIF driver | Marek Vasut | 2013-05-06 | 1 | -0/+189 |