summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-08-2513-42/+4871
|\
| * watchdog: Add reset support for OcteonTX / TX2Suneel Garapati2020-08-253-0/+77
| * mmc: Add MMC controller driver for OcteonTX / TX2Suneel Garapati2020-08-254-0/+4114
| * pci: Add PCI controller driver for OcteonTX / TX2Suneel Garapati2020-08-253-0/+373
| * ata: ahci: Add BAR index quirk for Cavium PCI SATA deviceSuneel Garapati2020-08-251-0/+15
| * pci: pci-uclass: Check validity of ofnodeSuneel Garapati2020-08-251-3/+7
| * pci: pci-uclass: Add support for Alternate-RoutingID capabilitySuneel Garapati2020-08-252-0/+35
| * pci: pci-uclass: Add VF BAR map support for Enhanced AllocationSuneel Garapati2020-08-251-5/+62
| * pci: pci-uclass: Add support for Single-Root I/O VirtualizationSuneel Garapati2020-08-252-0/+124
| * pci: pci-uclass: Add support for Enhanced Allocation in BridgesSuneel Garapati2020-08-251-6/+18
| * pci: pci-uclass: Add multi entry support for memory regionsSuneel Garapati2020-08-252-3/+16
| * pci: pci-uclass: Make DT subnode parse optionalSuneel Garapati2020-08-251-1/+2
| * pci: pci-uclass: Fix incorrect argument in map_physmemSuneel Garapati2020-08-251-2/+2
| * pci: pci-uclass: Dynamically allocate the PCI regionsStefan Roese2020-08-251-6/+8
| * pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always setStefan Roese2020-08-251-16/+1
| * dm: core: Add API to read PCI bus-range propertyStefan Roese2020-08-251-0/+17
* | Merge tag 'i2c-bugfixes-for-v2020.10' of https://gitlab.denx.de/u-boot/custod...Tom Rini2020-08-253-35/+28
|\ \
| * | Link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954xTrommel, Kees (Contractor)2020-08-252-2/+2
| * | i2c: octeon_i2c: Misc fixes for ARM Octeon TX2 supportStefan Roese2020-08-251-33/+26
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-08-251-2/+2
|\ \
| * | ram: sifive: Fix compiler warnings for 32-bitBin Meng2020-08-251-2/+2
| |/
* | xen: Code style conformityWIP/2020-08-24-misc-improvementsAnastasiia Lukianenko2020-08-242-7/+8
* | clk: mt7622: add needed clocks for ssusb-nodeFrank Wunderlich2020-08-241-0/+42
* | ahci: mediatek: fix copyright and author-linesFrank Wunderlich2020-08-241-4/+2
* | reset: drop unnecessary comment for pciesysFrank Wunderlich2020-08-241-1/+0
* | phy: mtk-tphy: make shared reg optional for v1Frank Wunderlich2020-08-241-3/+2
* | virtio_blk: set log2blksz correctlyAKASHI Takahiro2020-08-241-0/+1
* | firmware: psci: Do not bind driver if U-Boot runs in EL3Michal Simek2020-08-241-0/+6
|/
* Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-08-2410-13/+88
|\
| * clk: ccf: Add missing #include <dm/uclass.h> to clk-mux.cLukasz Majewski2020-08-241-0/+1
| * clk: ccf: mux: change the get_rate helperDario Binacchi2020-08-241-1/+25
| * clk: ccf: mux: fix access to the sandbox registerDario Binacchi2020-08-241-0/+8
| * clk: ccf: mux: fix typoDario Binacchi2020-08-241-1/+1
| * clk: ccf: mux: change include orderDario Binacchi2020-08-241-4/+4
| * clk: fix the console output of clk_registerDario Binacchi2020-08-241-5/+5
| * clk: set flags in the ccf registration routinesDario Binacchi2020-08-246-1/+7
| * dm: test: clk: add the test for the ccf gated clockDario Binacchi2020-08-241-0/+4
| * clk: imx6: Add definition for IMX6QDL_CLK_ENET_REF clockLukasz Majewski2020-08-241-0/+7
| * clk: imx: Add support for pllv3 enet clockLukasz Majewski2020-08-241-0/+25
| * clk: imx6: Add definition for IMX6QDL_CLK_ENET clockLukasz Majewski2020-08-241-0/+1
| * clk: ICS8N3QV01 remove superfluous codeHeinrich Schuchardt2020-08-241-1/+0
* | Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/23Aug2020Tom Rini2020-08-2323-39/+65
|\ \ | |/ |/|
| * treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada2020-08-2218-20/+20
| * ata: mvebu: use dev_read_addr() to get base addressMasahiro Yamada2020-08-221-1/+1
| * gpio: at91: use dev_read_addr() to get base addressMasahiro Yamada2020-08-221-1/+1
| * dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait2020-08-226-10/+12
| * sandbox: phy: add driver_data for bind test cmdPatrice Chotard2020-08-221-1/+17
| * dm: fix ofnode_read_addr/size_cells()Heinrich Schuchardt2020-08-221-6/+14
* | Convert CONFIG_SPLASH_SCREEN et al to KconfigSimon Glass2020-08-231-0/+85
|/
* Merge tag 'xilinx-for-v2020.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/20Aug2020Tom Rini2020-08-2011-83/+77
|\