summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* riscv: fu540: Use correct API to get L2 cache controller base addressBin Meng2020-08-251-1/+2
* 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
| * dm: fix ofnode_read_addr/size_cells()Heinrich Schuchardt2020-08-222-10/+20
* | Merge branch '2020-08-21-stdio-cleanup'Tom Rini2020-08-23186-305/+444
|\ \ | |/ |/|
| * stdio: Tidy up the coding styleSimon Glass2020-08-232-21/+25
| * stdio: Drop brackets around &devs.listSimon Glass2020-08-231-6/+6
| * stdio: Update to use compiler for Kconfig checksSimon Glass2020-08-231-89/+83
| * stdio: Drop #ifdefs in the header fileSimon Glass2020-08-231-28/+12
| * stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEVSimon Glass2020-08-232-20/+11
| * Convert CONFIG_SYS_DEVICE_NULLDEV to KconfigSimon Glass2020-08-237-6/+19
| * Convert CONFIG_SPLASH_SCREEN et al to KconfigSimon Glass2020-08-23122-118/+234
| * moveconfig: Skip binary and ELF filesSimon Glass2020-08-231-1/+2
| * Convert CONFIG_NETCONSOLE to KconfigTom Rini2020-08-2366-16/+52
|/
* Merge tag 'xilinx-for-v2020.10-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-08-2057-241/+457
|\
| * clk: versal: Move pm_query_id out of clock driverMichal Simek2020-08-202-17/+17
| * mmc: sdhci: Use upper/lower_32_bits macrosMichal Simek2020-08-201-4/+4
| * mmc: sdhci: Enable high speed conditional on the corresponding bitFaiz Abbas2020-08-201-1/+4
| * xilinx: common: Change bootm_size variable settingMichal Simek2020-08-201-1/+5
| * xilinx: common: Check return value from variable setupMichal Simek2020-08-201-3/+8