summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-06-26Convert CONFIG_ATMEL_HLCD to KconfigTom Rini
2020-06-26Convert CONFIG_AT91_GPIO to KconfigTom Rini
2020-06-26Convert CONFIG_ARM_PL180_MMCI to KconfigTom Rini
2020-06-26Convert CONFIG_AM335X_LCD to KconfigTom Rini
2020-06-25bdinfo: dm: Update fb_base when using driver modelSimon Glass
2020-06-25Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-06-24net: xilinx: axi_emac: Fix endless loop when no PHYs are connectedPatrick van Gelder
2020-06-24arm64: xilinx: Print fpga error value in hexT Karthik Reddy
2020-06-24spi: zynq_[q]spi: Convert config's to macro'sAshok Reddy Soma
2020-06-24net: gem: Disable PCS autonegotiation in case of fixed-linkMichal Simek
2020-06-24fpga: zynqpl: Flush dcache only for non-bitstream dataT Karthik Reddy
2020-06-24fpga: zynqpl: Check if aes engine is enabledIbai Erkiaga
2020-06-24fpga: zynqpl: Check fpga config completionT Karthik Reddy
2020-06-24fpga: zynqpl: Correct PL bitstream loading sequence for zynqaesSiva Durga Prasad Paladugu
2020-06-24firmware: zynqmp: Change panic logic in zynqmp_pmufw_load_config_object()Michal Simek
2020-06-24clk: versal: Remove alt_ref_clk from clock sourcesRajan Vaja
2020-06-24mmc: zynq_sdhci: Remove global pointerMichal Simek
2020-06-23gpio: mxc_gpio: change gpio index for i.MX8Ye Li
2020-06-22net: fec: Allow the PHY node to be retrievedFabio Estevam
2020-06-22phy: atheros: ar8035: Fix clock output calculationFabio Estevam
2020-06-20Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh into...Tom Rini
2020-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini
2020-06-18Merge tag 'video-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-vid...Tom Rini
2020-06-18firmware: PSCI: Fix PSCI support for OF live treesJon Hunter
2020-06-18video: ipuv3: remove non-DM codeAnatolij Gustschin
2020-06-18net: pcnet: Add Kconfig entriesMarek Vasut
2020-06-18net: pcnet: Add DM supportMarek Vasut
2020-06-18net: pcnet: Split common and non-DM functionsMarek Vasut
2020-06-18net: pcnet: Wrap name and enetaddr into private dataMarek Vasut
2020-06-18net: pcnet: Wrap iobase into private dataMarek Vasut
2020-06-18net: pcnet: Pass private data through dev->privMarek Vasut
2020-06-18net: pcnet: Wrap devbusfn into private dataMarek Vasut
2020-06-18net: pcnet: Drop useless forward declarationsMarek Vasut
2020-06-18net: pcnet: Move initialize function at the endMarek Vasut
2020-06-18net: pcnet: Move private data allocation to initializeMarek Vasut
2020-06-18net: pcnet: Replace memset+malloc with callocMarek Vasut
2020-06-18net: pcnet: Simplify private data allocationMarek Vasut
2020-06-18net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut
2020-06-18net: pcnet: Drop PCNET_HAS_PROMMarek Vasut
2020-06-18net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut
2020-06-18net: eepro100: Add Kconfig entriesMarek Vasut
2020-06-18net: eepro100: Add DM supportMarek Vasut
2020-06-18net: eepro100: Split common parts of non-DM functions outMarek Vasut
2020-06-18net: eepro100: Drop bd_t pointer from read_hw_addr()Marek Vasut
2020-06-18net: eepro100: Add RX/TX rings into the private dataMarek Vasut
2020-06-18net: eepro100: Pass device private data into mdiobusMarek Vasut
2020-06-18net: eepro100: Pass device private data aroundMarek Vasut
2020-06-18net: eepro100: Introduce device private dataMarek Vasut
2020-06-18net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()Marek Vasut
2020-06-18net: eepro100: Drop inline keywordMarek Vasut