summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | spi: omap3_spi: Fix speed and mode selectionVignesh Raghavendra2021-01-121-3/+14
* | spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdataOvidiu Panait2021-01-121-2/+2
* | gpio: tca642x: fix input subcommand for gpio banks > 0Tomas Novotny2021-01-121-14/+35
* | Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-069-30/+391
|\ \
| * | video: Call video_sync in video_clear()Michal Simek2021-01-051-1/+1
| * | video: seps525: Add seps525 SPI driverMichal Simek2021-01-053-0/+335
| * | video: Introduce video_sync operationMichal Simek2021-01-051-0/+9
| * | video: Let video_sync to return error valueMichal Simek2021-01-053-18/+39
| * | zynq: mtd: nand: remove superfluous ifHeinrich Schuchardt2021-01-051-6/+4
| * | spi: zynqmp_gqspi: Fix unaligned data writes issueT Karthik Reddy2021-01-041-4/+2
| * | serial: uartlite: Fix uninitialized ret in debug uartliteAshok Reddy Soma2021-01-041-1/+1
* | | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-05216-677/+1065
|\ \ \
| * | | dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-051-3/+0
| * | | dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-0515-18/+18
| * | | dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-0527-39/+39
| * | | dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-0513-19/+19
| * | | dm: core: Add logging when lists_bind_fdt() failsSimon Glass2021-01-051-1/+1
| * | | dm: core: Allow the uclass list to moveSimon Glass2021-01-053-7/+8
| * | | dm: core: Split out scanning code to dm_scan()Simon Glass2021-01-051-14/+35
| * | | dm: core: Access device ofnode through functionsSimon Glass2021-01-0543-70/+82
| * | | dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-0512-15/+15
| * | | dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-054-4/+4
| * | | dm: core: Access device flags through functionsSimon Glass2021-01-058-33/+33
| * | | dm: core: Rename sqq to seq_Simon Glass2021-01-054-10/+10
| * | | dm: core: Split out alloc code into a new functionSimon Glass2021-01-051-37/+52
| * | | x86: sysreset: Move priv/plat structs to headersSimon Glass2021-01-051-4/+1
| * | | dm: core: Move priv/plat structs for simple_bus to headersSimon Glass2021-01-051-6/+1
| * | | spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass2021-01-052-2/+2
| * | | spi: Tidy up get/set of device nodeSimon Glass2021-01-051-1/+1
| * | | x86: spl: Move priv/plat structs to headersSimon Glass2021-01-052-11/+11
| * | | x86: apl: Move priv/plat structs to headersSimon Glass2021-01-051-12/+0
| * | | sandbox: Add a compatible string for spltestSimon Glass2021-01-051-0/+6
| * | | sandbox: i2c: Move priv into a header fileSimon Glass2021-01-051-4/+1
| * | | sandbox: serial: Move priv into a header fileSimon Glass2021-01-051-15/+1
| * | | x86: pinctrl: Drop unlikely error messages from TPLSimon Glass2021-01-051-3/+8
| * | | x86: apl: Reduce size for TPLSimon Glass2021-01-054-4/+12
| * | | test: Move some test drivers into their own fileSimon Glass2021-01-053-0/+232
| * | | sysreset: Use a shorter error with SPLSimon Glass2021-01-051-4/+8
| * | | pinctrl: Drop post_bind() method when not neededSimon Glass2021-01-051-1/+3
| * | | dm: core: Rename the priv/plat membersSimon Glass2021-01-052-14/+14
| * | | dm: core: Use access methods for dev/uclass private dataSimon Glass2021-01-053-37/+45
| * | | dm: Use access methods for dev/uclass private dataSimon Glass2021-01-05103-244/+331
| * | | dm: core: Add functions to set priv/platSimon Glass2021-01-051-0/+30
| * | | dm: core: Add function to access uclass privSimon Glass2021-01-051-0/+10
| * | | x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass2021-01-052-17/+0
| * | | dm: core: Only include simple-bus devicetree id when neededSimon Glass2021-01-051-1/+3
| * | | dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass2021-01-052-4/+4
| * | | dm: core: Support dm_dump_all() in SPLSimon Glass2021-01-051-2/+4
| * | | serial: Rename ns16550 functions to lower caseSimon Glass2021-01-052-19/+19
| * | | serial: Update NS16550_t and struct NS16550Simon Glass2021-01-056-36/+36