aboutsummaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana
AgeCommit message (Expand)AuthorFilesLines
2023-03-30configs: remove gwventana_gw5904_defconfigTim Harvey1-1/+0
2023-02-02board: gw_ventana: enable MV88E61XX DSA supportTim Harvey1-32/+18
2022-12-23global: Migrate CONFIG_POWER_PFUZE100_I2C_ADDR to CFGTom Rini1-2/+2
2022-12-23global: Migrate CONFIG_POWER_LTC3676_I2C_ADDR to CFGTom Rini1-2/+2
2022-10-24Merge tag 'u-boot-imx-20221024' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+5
2022-10-21board: gateworks: gw_ventana: fix building with GCC 12.2Heinrich Schuchardt1-2/+1
2022-10-21board: gateworks: gw_ventana: fix mmc env devTim Harvey1-0/+5
2022-06-28gw_ventana: Migrate to using CONFIG_EXTRA_ENV_TEXTWIP/2022-06-28-Kconfig-migrationsTom Rini1-0/+145
2022-05-20board: gateworks: gw_ventana: remove obsolete fileTim Harvey1-471/+0
2022-05-20board: gateworks: gw_ventana: add support for GPY111 PHYTim Harvey1-6/+21
2022-04-21board: gateworks: gw_ventana: use comomn GSC driverTim Harvey9-177/+261
2022-04-12board: gateworks: gw_ventana: move ft_early_fixups out of commonTim Harvey4-155/+146
2022-04-12board: gateworks: gw_ventana: move GPIO config out of commonTim Harvey3-88/+85
2022-04-12board: gateworks: gw_ventana: move SPL uart config out of commonTim Harvey3-13/+11
2022-04-12board: gateworks: gw_ventana: convert to DM_I2CTim Harvey7-292/+331
2022-03-31board: gw_ventana: gsc: fix GSC read/write functionsTim Harvey1-2/+2
2021-12-19fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODEMarek BehĂșn1-2/+1
2021-10-07imx: ventana: fix USB hub resetTim Harvey1-35/+0
2021-10-07imx: ventana: update LVDS supportTim Harvey1-17/+42
2021-10-07imx: ventana: remove phy gpio reset from dtTim Harvey1-0/+8
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk2-2/+0
2021-08-09imx: ventana: add support for GW54xx-G revisionTim Harvey1-0/+19
2021-08-09imx: ventana: add support for GW53xx-G revisionTim Harvey1-0/+19
2021-08-09imx: ventana: add GW5913 supportTim Harvey3-0/+57
2021-08-09imx: ventana: add GW5912 supportTim Harvey3-1/+32
2021-08-09imx: ventana: add GW5910 supportTim Harvey3-0/+50
2021-08-09imx: ventana: use dt for hwmonTim Harvey1-59/+113
2021-08-09imx: ventana: remove hard-coded flexcan standby pinTim Harvey1-21/+0
2021-08-09imx: ventana: remove hard-coded analog video codec enableTim Harvey2-26/+0
2021-08-09imx: ventana: remove hard-coded USB OTG pinmuxTim Harvey1-7/+0
2021-08-09imx: ventana: remove hard-coded PCI resetTim Harvey3-62/+0
2021-08-09imx: ventana: remove hard-coded USB HUBRST# gpio configTim Harvey1-10/+0
2021-08-09imx: ventana: replace hard-coded LED config with dt based configTim Harvey2-150/+0
2021-08-09imx: ventana: remove nand field from common ventana structTim Harvey3-18/+4
2021-08-09imx: ventana: move wdog/uhs-i board/revision dt fixupsTim Harvey4-157/+141
2021-08-09imx: ventana: ignore EEPROM config when checking for NAND supportTim Harvey1-1/+1
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2-3/+3
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass2-2/+2
2021-07-10pci: imx: use reset-gpios if defined by device-treeTim Harvey1-1/+1
2021-07-10imx: ventana: display 'none' for MMC if board does not have itTim Harvey1-0/+1
2021-07-10imx: ventana: add support for DLC0700XDP21LF LCD displayTim Harvey1-0/+21
2021-07-10imx: ventana: display neteowrk PHYTim Harvey1-0/+2
2021-07-10imx: ventana: add DP83867 PHY LED configurationTim Harvey1-0/+6
2021-07-10imx: ventana: put LTC3676 regulators in continuous modeTim Harvey1-0/+6
2021-07-10imx: ventana: put PFUZ100 regulators in continuous modeTim Harvey1-0/+26
2021-07-10imx: ventana: add PMIC fix for GW54xx-GTim Harvey1-0/+22
2021-07-10imx: ventana: remove unneeded includesTim Harvey1-14/+0
2021-06-09imx: ventana: enable dm support for PCI and FEC ethernetTim Harvey2-84/+16
2021-05-02imx: ventana: add delay before reading EEPROMTim Harvey1-0/+1
2021-04-08imx: ventana: enable dm for SPITim Harvey1-27/+0