summaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana/gw_ventana.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-15imx: ventana: default msata/pci mux to pci before PCI enumerationTim Harvey1-3/+4
2015-05-15imx: ventana: fix pcie reset for GW522xTim Harvey1-4/+4
2015-05-15imx: ventana: enable DM_SERIALTim Harvey1-0/+9
2015-05-15imx: ventana: register gpio's with gpio_requestTim Harvey1-20/+57
2015-04-22imx: ventana: set HDMI video in to yuv422bt656 for GW551x-ATim Harvey1-0/+3
2015-04-22imx: ventana: use hdmiinfmt env var to override HDMI capture formatTim Harvey1-0/+39
2015-04-22imx: ventana: add DT fixup for GW522x to change PCIE_RST# GPIOPushpal Sidhu1-0/+28
2015-04-22imx: ventana: add 'gsc wd' command for enabling and disabling GSC watchdogTim Harvey1-16/+2
2015-04-22imx: ventana: added device-tree display configuration for LVDS displaysTim Harvey1-0/+8
2015-04-22imx: ventana: add support for DLC-700JMGT4 and DLC-800FIGT3 LCD displaysTim Harvey1-0/+42
2015-04-22imx: ventana: add DT fixup for GW54xx compatibility with older kernelsTim Harvey1-0/+11
2015-04-22imx: ventana: added DT fixup for GW551x-A video inputTim Harvey1-0/+35
2015-04-22imx: ventana: add mem_mb dynamic env varTim Harvey1-0/+4
2015-04-22imx: ventana: only pinmux FEC enet signals for boards using itTim Harvey1-3/+3
2015-04-22imx: ventana: add wdis config for GW5520Tim Harvey1-0/+1
2015-04-22imx: ventana: Add support for GW551xTim Harvey1-9/+53
2015-04-22imx: ventana: disable IMX6 watchdogs on GW51xx RevA and RevBTim Harvey1-0/+21
2015-04-22imx: ventana: fix various sparse warningsTim Harvey1-15/+15
2015-04-22imx: ventana: set LTC3676 PMIC to appropriate values per datasheetTim Harvey1-16/+26
2015-04-22imx: ventana: add usb_pcisel hwconfig supportTim Harvey1-1/+3
2015-04-22imx: ventana: remove unused GPIO configurationTim Harvey1-2/+0
2015-04-22imx: ventana: assign default ethprime dynamicallyTim Harvey1-0/+9
2015-04-22imx: ventana: add i210 supportTim Harvey1-0/+4
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-4/+6
2014-10-21ARM: i.MX: provide declaration for board_spi_cs_gpioEric Nelson1-0/+1
2014-09-24spi: mxc: fix sf probe when using mxc_spiNikita Kiryanov1-1/+6
2014-09-09imx: ventana: Avoid undefined behaviourThierry Reding1-1/+1
2014-09-09imx: ventana: add pci fixup for PLX PEX860x switch GPIOTim Harvey1-0/+30
2014-09-09imx: ventana: added cputype env varTim Harvey1-0/+1
2014-09-09imx: ventana: add GW5520 supportTim Harvey1-7/+73
2014-09-09imx: ventana: updated notes regarding NAND boot errataTim Harvey1-2/+3
2014-08-20imx: ventana: add econfig commandTim Harvey1-82/+18
2014-08-20imx: ventana: leave PCI reset de-asserted if PCI enabledTim Harvey1-5/+3
2014-08-20imx: ventana: add iomux for PCISKT_WDIS# gpioTim Harvey1-0/+17
2014-08-20imx: ventana: enable SION bit on gpio outputsTim Harvey1-63/+70
2014-08-20imx: ventana: configure i2c_dis# pin properly for gw53xxTim Harvey1-2/+2
2014-08-20imx: ventana: add missing crlf to printTim Harvey1-1/+1
2014-08-20imx: ventana: add video enable gpio pinmux for GW54xxTim Harvey1-0/+2
2014-08-20imx: ventana: remove caam disable per eeprom bitTim Harvey1-1/+1
2014-08-20imx: ventana: set dynamic env var for flash layoutTim Harvey1-0/+4
2014-08-08pmic: pmic_pfuze100: Use a shorter name for PMIC nameFabio Estevam1-1/+1
2014-07-23mx6: Remove duplication of iomuxc structureFabio Estevam1-2/+1
2014-06-06imx: ventana: switch to SPLTim Harvey1-4/+6