aboutsummaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana/gw_ventana.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu1-1/+1
2019-02-15imx: ventana: fix usage of dt paths with leading 0s (Linux 4.15+)Tim Harvey1-49/+41
2019-02-15imx: ventana: add support for GW5901/GW5902Tim Harvey1-0/+6
2019-02-15imx: ventana: add support for GW5906Tim Harvey1-0/+1
2019-02-15imx: ventana: add i2c detect for all LVDS displaysTim Harvey1-4/+4
2019-02-15imx: ventana: skip nand init for nandless boardsTim Harvey1-4/+6
2019-02-15imx: ventana: add support for Z101WX01 LVDS displayTim Harvey1-1/+23
2019-02-15imx: ventana: add support for GW5905Tim Harvey1-1/+1
2019-02-15imx: ventana: remove setup of I2C3 from SPLTim Harvey1-1/+3
2019-02-15imx: ventana: mv88e61xx change LED configurationTim Harvey1-5/+5
2018-07-25board: constify struct node_info arrayMasahiro Yamada1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-17/+17
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-2/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass1-13/+13
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-4/+4
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2017-06-05arm: Include asm/setup.h explictlySimon Glass1-0/+1
2017-05-18imx: ventana: update imx wdog external reset dt propertyTim Harvey1-13/+12
2017-05-18imx: ventana: fix GW520x external watchdog dt updateTim Harvey1-8/+8
2017-05-12gw_ventana: Fix unused variable warningsTom Rini1-2/+1
2017-03-20imx: ventana: add GW5903 supportTim Harvey1-0/+13
2017-03-20imx: ventana: add GW560x supportTim Harvey1-1/+3
2017-03-20imx: ventana: add GW5904 supportTim Harvey1-1/+34
2017-03-19imx: ventana: make OTG VBUS power enable board specificTim Harvey1-3/+5
2017-03-19imx: ventana: fix hwconfigTim Harvey1-1/+1
2017-03-19imx: ventana: move mmc_init to commonTim Harvey1-33/+0
2016-07-28imx: ventana: add dt fixup for watchdog external resetTim Harvey1-0/+30
2016-07-28imx: ventana: refactor board-specific dt fixups (no functional change)Tim Harvey1-73/+93
2016-07-28imx: ventana: make hwconfig initialize based on board configurationTim Harvey1-1/+15
2016-07-28imx: ventana: make number of digital I/O's dynamicTim Harvey1-1/+1
2016-07-28imx: ventana: add dt fixup for eth1 mac-addressTim Harvey1-0/+35
2016-07-28imx: ventana: add dt fixup for GW16082 irq mappingTim Harvey1-0/+228
2016-06-12Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-6/+63
2016-05-31imx: ventana: add fdt fixup to enable UHS-I support on selected boardsTim Harvey1-2/+24
2016-05-31imx: ventana: add GW553x supportTim Harvey1-2/+6
2016-05-31imx: ventana: enable pwm device-tree property based on hwconfigTim Harvey1-0/+30
2016-05-31imx: ventana: export backlight gpio after gpio driver is availableTim Harvey1-2/+3
2016-05-27Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day1-2/+2
2015-06-01imx: ventana: skip mtdparts fixup if no flashTim Harvey1-3/+5
2015-06-01imx: ventana: make fdt_file1 and fdt_file2 automatic and non-overridableTim Harvey1-8/+4
2015-06-01imx: ventana: make model env var automatic and non-overridableTim Harvey1-6/+1
2015-06-01imx: ventana: various board-specific GPIO config updatesTim Harvey1-8/+6
2015-05-15imx: ventana: detect pmic using i2c probe instead of board modelTim Harvey1-1/+1
2015-05-15imx: ventana: move GSC boot watchdog disable function to gsc.cTim Harvey1-22/+2
2015-05-15imx: ventana: split out common functions between SPL and ubootTim Harvey1-863/+11