summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...WIP/06Jan2021-nextTom Rini2021-01-0625-80/+540
|\
| * xilinx: Fill git repository for Xilinx boardsMichal Simek2021-01-054-0/+4
| * video: Call video_sync in video_clear()Michal Simek2021-01-051-1/+1
| * video: seps525: Add seps525 SPI driverMichal Simek2021-01-054-0/+336
| * video: seps525: Add dt binding descriptionVikhyat Goyal2021-01-052-0/+25
| * video: Introduce video_sync operationMichal Simek2021-01-052-2/+19
| * video: Let video_sync to return error valueMichal Simek2021-01-054-19/+42
| * video: Fix video sync kernel-doc formatMichal Simek2021-01-051-4/+4
| * fru: ops: avoid out of bounds accessHeinrich Schuchardt2021-01-051-1/+1
| * zynq: mtd: nand: remove superfluous ifHeinrich Schuchardt2021-01-051-6/+4
| * arm64: zynqmp: Add Ethernet node for zcu1285 revAHarini Katakam2021-01-051-0/+23
| * arm64: zynqmp: Add ethernet node for zcu1275 revBSiva Durga Prasad Paladugu2021-01-051-0/+24
| * spi: zynqmp_gqspi: Fix unaligned data writes issueT Karthik Reddy2021-01-041-4/+2
| * microblaze: Add nor device to distro bootT Karthik Reddy2021-01-041-1/+16
| * microblaze: Set script_offset_nor env variableT Karthik Reddy2021-01-041-1/+4
| * arm64: zynqmp: Sync DT with Linux kernelMichal Simek2021-01-041-33/+28
| * serial: uartlite: Fix uninitialized ret in debug uartliteAshok Reddy Soma2021-01-041-1/+1
| * common: usb_storage: Fix code indentationMichal Simek2021-01-041-2/+2
| * cmd: load: Fix code indentationMichal Simek2021-01-041-5/+4
| * tools: zynqmp: Fix regex expression around XPm_ConfigObjectAdrian Fiergolski2021-01-041-1/+1
* | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-05410-1956/+2799
|\ \
| * | dtoc: Tidy up src_scan testsSimon Glass2021-01-051-6/+22
| * | dtoc: Move src_scan tests to a separate fileSimon Glass2021-01-055-78/+97
| * | dtoc: Split source-code scanning to a separate fileSimon Glass2021-01-053-169/+204
| * | dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-055-49/+13
| * | dtoc: Output nodes in orderSimon Glass2021-01-052-43/+34
| * | dtoc: Allow specifying the base directory for testsSimon Glass2021-01-052-6/+46
| * | dtoc: Add the method for each command to OutputFileSimon Glass2021-01-051-26/+16
| * | dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass2021-01-055-7/+7
| * | dtoc: Add a header comment to each generated fileSimon Glass2021-01-052-12/+24
| * | dtoc: Run tests using test_utilSimon Glass2021-01-051-21/+10
| * | concurrencytest: Fix Python3 warningSimon Glass2021-01-051-2/+2
| * | dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-0519-26/+26
| * | dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-0573-110/+110
| * | dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass2021-01-053-10/+6
| * | dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-0564-148/+148
| * | Makefile: Invoke dtoc only onceSimon Glass2021-01-051-12/+9
| * | dtoc: Add an 'all' commandSimon Glass2021-01-054-10/+51
| * | dtoc: Allow outputing to multiple filesSimon Glass2021-01-052-10/+94
| * | dtoc: Allow providing a directory to write files toSimon Glass2021-01-053-10/+19
| * | dtoc: Test the stdout outputSimon Glass2021-01-051-15/+22
| * | dtoc: Use None to mean stdoutSimon Glass2021-01-053-7/+7
| * | dtoc: Tidy up pylint warnings in testSimon Glass2021-01-051-71/+85
| * | dm: core: Add logging when lists_bind_fdt() failsSimon Glass2021-01-051-1/+1
| * | dm: core: Allow the uclass list to moveSimon Glass2021-01-056-11/+19
| * | dm: core: Split out scanning code to dm_scan()Simon Glass2021-01-051-14/+35
| * | dm: core: Rename device node to indicate it is privateSimon Glass2021-01-051-4/+7
| * | dm: core: Access device ofnode through functionsSimon Glass2021-01-0550-82/+113
| * | dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-0515-35/+30
| * | dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-055-5/+5