summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm: octeontx2: Add headers for OcteonTX2Suneel Garapati2020-08-2513-0/+25948
* arm: octeontx: Add headers for OcteonTXSuneel Garapati2020-08-257-0/+1828
* arm: include/asm/io.h: Add 64bit clrbits and setbits helpersSuneel Garapati2020-08-251-0/+16
* 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-252-5/+65
* pci: pci-uclass: Add support for Single-Root I/O VirtualizationSuneel Garapati2020-08-253-0/+162
* 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-256-5/+43
* 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-252-9/+9
* ARM: renesas: Drop unnecessary function ft_board_setup()Stefan Roese2020-08-251-47/+0
* 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-252-0/+29
* fdtdec: Add API to read pci bus-range propertySuneel Garapati2020-08-252-0/+29
* Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-08-2413-30/+153
|\
| * clk: ccf: Add missing #include <dm/uclass.h> to clk-mux.cLukasz Majewski2020-08-241-0/+1
| * cmd: clk: correctly handle depth for clk dumpPatrick Delaunay2020-08-241-1/+2
| * cmd: clk: cosmetic: correct code alignment in show_clksPatrick Delaunay2020-08-241-16/+16
| * clk: ccf: mux: change the get_rate helperDario Binacchi2020-08-242-1/+49
| * 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-247-1/+14
| * dm: test: clk: add the test for the ccf gated clockDario Binacchi2020-08-243-0/+20
| * 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...Tom Rini2020-08-2340-88/+199
|\ \ | |/ |/|
| * sandbox: u-boot.lds: Remove bogus __bss_start symbolOvidiu Panait2020-08-222-4/+0
| * board_f: Remove dead code from init_func_i2cOvidiu Panait2020-08-221-4/+0
| * binman: Add a setup script for PythonSimon Glass2020-08-221-0/+12
| * dtoc: Add a setup script for PythonSimon Glass2020-08-221-0/+12
| * binman: Correct some import statementsSimon Glass2020-08-224-5/+4
| * binman: Move GetEntryModules() to controlSimon Glass2020-08-223-17/+17
| * 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
| * test: dm: Add test case for devfdt_get_addr_ptrOvidiu Panait2020-08-221-0/+18
| * dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait2020-08-227-13/+13
| * doc: add bind/unbind command documentationPatrice Chotard2020-08-222-0/+50
| * test/py: Update test_bindPatrice Chotard2020-08-221-6/+9
| * sandbox: dts: Add compatible string for bind-test nodePatrice Chotard2020-08-223-4/+2
| * sandbox: phy: add driver_data for bind test cmdPatrice Chotard2020-08-221-1/+17
| * cmd: bind: allow to bind driver with driver dataPatrice Chotard2020-08-221-2/+3