aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-06-30arm: pxa: mmc: add driver model supportMarcel Ziswiler1-28/+132
2020-06-30kconfig: mmc: move pxa_mmc_generic to kconfigMarcel Ziswiler1-0/+8
2020-06-30dm: core: gracefully handle alias seq without ofMarcel Ziswiler1-1/+3
2020-06-30mmc: add missing space before comment delimiterMarcel Ziswiler1-1/+1
2020-06-29Convert CONFIG_CADENCE_QSPI to KconfigTom Rini1-1/+1
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski8-14/+14
2020-06-26Convert CONFIG_ATMEL_HLCD to KconfigTom Rini1-1/+0
2020-06-26Convert CONFIG_AT91_GPIO to KconfigTom Rini1-1/+0
2020-06-26Convert CONFIG_ARM_PL180_MMCI to KconfigTom Rini1-1/+0
2020-06-26Convert CONFIG_AM335X_LCD to KconfigTom Rini1-1/+0
2020-06-25bdinfo: dm: Update fb_base when using driver modelSimon Glass1-0/+1
2020-06-25Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini16-45/+76
2020-06-24net: xilinx: axi_emac: Fix endless loop when no PHYs are connectedPatrick van Gelder1-1/+2
2020-06-24arm64: xilinx: Print fpga error value in hexT Karthik Reddy2-2/+2
2020-06-24spi: zynq_[q]spi: Convert config's to macro'sAshok Reddy Soma3-12/+6
2020-06-24net: gem: Disable PCS autonegotiation in case of fixed-linkMichal Simek1-0/+4
2020-06-24fpga: zynqpl: Flush dcache only for non-bitstream dataT Karthik Reddy1-2/+3
2020-06-24fpga: zynqpl: Check if aes engine is enabledIbai Erkiaga1-0/+8
2020-06-24fpga: zynqpl: Check fpga config completionT Karthik Reddy1-2/+17
2020-06-24fpga: zynqpl: Correct PL bitstream loading sequence for zynqaesSiva Durga Prasad Paladugu1-3/+4
2020-06-24firmware: zynqmp: Change panic logic in zynqmp_pmufw_load_config_object()Michal Simek1-4/+15
2020-06-24clk: versal: Remove alt_ref_clk from clock sourcesRajan Vaja1-7/+1
2020-06-24mmc: zynq_sdhci: Remove global pointerMichal Simek1-2/+0
2020-06-23gpio: mxc_gpio: change gpio index for i.MX8Ye Li1-1/+4
2020-06-22net: fec: Allow the PHY node to be retrievedFabio Estevam2-2/+6
2020-06-22phy: atheros: ar8035: Fix clock output calculationFabio Estevam1-4/+3
2020-06-20Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh into...Tom Rini3-836/+1065
2020-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini17-1215/+779
2020-06-18Merge tag 'video-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-vid...Tom Rini6-100/+71
2020-06-18firmware: PSCI: Fix PSCI support for OF live treesJon Hunter1-3/+1
2020-06-18video: ipuv3: remove non-DM codeAnatolij Gustschin2-44/+1
2020-06-18net: pcnet: Add Kconfig entriesMarek Vasut1-0/+6
2020-06-18net: pcnet: Add DM supportMarek Vasut1-1/+126
2020-06-18net: pcnet: Split common and non-DM functionsMarek Vasut1-55/+94
2020-06-18net: pcnet: Wrap name and enetaddr into private dataMarek Vasut1-15/+19
2020-06-18net: pcnet: Wrap iobase into private dataMarek Vasut1-57/+46
2020-06-18net: pcnet: Pass private data through dev->privMarek Vasut1-10/+10
2020-06-18net: pcnet: Wrap devbusfn into private dataMarek Vasut1-10/+9
2020-06-18net: pcnet: Drop useless forward declarationsMarek Vasut1-6/+0
2020-06-18net: pcnet: Move initialize function at the endMarek Vasut1-91/+89
2020-06-18net: pcnet: Move private data allocation to initializeMarek Vasut1-13/+14
2020-06-18net: pcnet: Replace memset+malloc with callocMarek Vasut1-2/+1
2020-06-18net: pcnet: Simplify private data allocationMarek Vasut1-21/+12
2020-06-18net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut1-1/+1
2020-06-18net: pcnet: Drop PCNET_HAS_PROMMarek Vasut1-5/+0
2020-06-18net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut1-5/+5
2020-06-18net: eepro100: Add Kconfig entriesMarek Vasut1-0/+6
2020-06-18net: eepro100: Add DM supportMarek Vasut1-1/+128
2020-06-18net: eepro100: Split common parts of non-DM functions outMarek Vasut1-62/+100
2020-06-18net: eepro100: Drop bd_t pointer from read_hw_addr()Marek Vasut1-2/+2