aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-01dfu: fix dfu tftp on sandboxHeinrich Schuchardt1-3/+4
2020-09-01dfu: DFU_MTD depends on CMD_MTDPARTSHeinrich Schuchardt1-0/+1
2020-09-01fastboot: Support defining raw partitions without a partition tableFilip Brozovic1-9/+66
2020-09-01usb: ci_udc: Add function to remove usb deviceYe Li2-0/+25
2020-09-01usb: gadget: Fix controller index in UMSYe Li1-2/+4
2020-09-01eth/r8152: support RTL8153B/RTL8154BHayes Wang3-4/+414
2020-09-01eth/r8152: modify rtl_clear_bp functionHayes Wang2-35/+36
2020-09-01eth/r8152: reset PHY after setting itHayes Wang1-1/+1
2020-09-01eth/r8152: reset bmu after disabling Tx/RxHayes Wang2-1/+20
2020-08-31Merge tag 'ti-v2020.10-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-59/+3
2020-08-31arm64: a37xx: pci: Depends on DM_GPIOPali Rohár2-8/+3
2020-08-31mmc: xenon: set signal voltage and max base clockEvan Wang1-1/+78
2020-08-31arm64: a37xx: pci: Assert PERST# signal when unloading driverPali Rohár1-6/+21
2020-08-31arm64: a37xx: pci: Make PCIe Reset GPIO DT compatible with Linux kernel DTPali Rohár1-3/+3
2020-08-31firmware: ti_sci: Drop unused structure ti_sci_rm_type_mapLokesh Vutla1-49/+3
2020-08-31firmware: ti_sci: drop the device ids to resource id translation tableLokesh Vutla1-11/+1
2020-08-27pci: kconfig: Setup proper dependency for PCIE_ROCKCHIPMichal Simek1-0/+1
2020-08-27drivers: usb: Fix config indentationRuben Di Battista1-6/+6
2020-08-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini13-42/+4871
2020-08-25Merge tag 'i2c-bugfixes-for-v2020.10' of https://gitlab.denx.de/u-boot/custod...Tom Rini3-35/+28
2020-08-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini1-2/+2
2020-08-25watchdog: Add reset support for OcteonTX / TX2Suneel Garapati3-0/+77
2020-08-25mmc: Add MMC controller driver for OcteonTX / TX2Suneel Garapati4-0/+4114
2020-08-25pci: Add PCI controller driver for OcteonTX / TX2Suneel Garapati3-0/+373
2020-08-25ata: ahci: Add BAR index quirk for Cavium PCI SATA deviceSuneel Garapati1-0/+15
2020-08-25pci: pci-uclass: Check validity of ofnodeSuneel Garapati1-3/+7
2020-08-25pci: pci-uclass: Add support for Alternate-RoutingID capabilitySuneel Garapati2-0/+35
2020-08-25pci: pci-uclass: Add VF BAR map support for Enhanced AllocationSuneel Garapati1-5/+62
2020-08-25pci: pci-uclass: Add support for Single-Root I/O VirtualizationSuneel Garapati2-0/+124
2020-08-25pci: pci-uclass: Add support for Enhanced Allocation in BridgesSuneel Garapati1-6/+18
2020-08-25pci: pci-uclass: Add multi entry support for memory regionsSuneel Garapati2-3/+16
2020-08-25Link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954xTrommel, Kees (Contractor)2-2/+2
2020-08-25i2c: octeon_i2c: Misc fixes for ARM Octeon TX2 supportStefan Roese1-33/+26
2020-08-25pci: pci-uclass: Make DT subnode parse optionalSuneel Garapati1-1/+2
2020-08-25pci: pci-uclass: Fix incorrect argument in map_physmemSuneel Garapati1-2/+2
2020-08-25pci: pci-uclass: Dynamically allocate the PCI regionsStefan Roese1-6/+8
2020-08-25pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always setStefan Roese1-16/+1
2020-08-25dm: core: Add API to read PCI bus-range propertyStefan Roese1-0/+17
2020-08-25ram: sifive: Fix compiler warnings for 32-bitBin Meng1-2/+2
2020-08-24xen: Code style conformityAnastasiia Lukianenko2-7/+8
2020-08-24clk: mt7622: add needed clocks for ssusb-nodeFrank Wunderlich1-0/+42
2020-08-24ahci: mediatek: fix copyright and author-linesFrank Wunderlich1-4/+2
2020-08-24reset: drop unnecessary comment for pciesysFrank Wunderlich1-1/+0
2020-08-24phy: mtk-tphy: make shared reg optional for v1Frank Wunderlich1-3/+2
2020-08-24virtio_blk: set log2blksz correctlyAKASHI Takahiro1-0/+1
2020-08-24firmware: psci: Do not bind driver if U-Boot runs in EL3Michal Simek1-0/+6
2020-08-24Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini10-13/+88
2020-08-24clk: ccf: Add missing #include <dm/uclass.h> to clk-mux.cLukasz Majewski1-0/+1
2020-08-24clk: ccf: mux: change the get_rate helperDario Binacchi1-1/+25
2020-08-24clk: ccf: mux: fix access to the sandbox registerDario Binacchi1-0/+8