aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-04phy: marvell: a3700: add sata comphy on lane 2 with invert optionzachary1-19/+14
2020-09-03Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini21-88/+1753
2020-09-03Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-1/+4
2020-09-01fastboot: getvar: fix partition-size return valueGary Bisson1-2/+2
2020-09-01fastboot: Fix fastboot reboot fail by changing functions orderyurii.pidhornyi1-2/+2
2020-09-01f_sdp: Change bInterval of interrupt endpoint to 3Sherry Sun1-2/+2
2020-09-01f_sdp: Add EP1_OUT as default data receive pipe in sdpSherry Sun1-16/+107
2020-09-01f_sdp: Support searching and loading FIT or container imagePeng Fan1-12/+58
2020-09-01f_sdp: Fix wrong usb request sizeYe Li1-1/+1
2020-09-01f_sdp: Add high speed endpoint descriptorYe Li1-2/+28
2020-09-01usb: max3420: add the gadget driverJassi Brar4-0/+890
2020-09-01fastboot: Add default fastboot_set_reboot_flag implementationRoman Kovalivskyi3-0/+56
2020-09-01fastboot: Add support for 'reboot fastboot' commandRoman Kovalivskyi2-0/+40
2020-09-01fastboot: Extend fastboot_set_reboot_flag with reboot reasonRoman Kovalivskyi2-2/+2
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-09-01serial: sh: Improve FIFO empty check on RXMarek Vasut1-1/+4
2020-09-01x86: pinctrl: Fix 'relatove' typoSimon Glass1-1/+1
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