aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...WIP/06Jan2021-nextTom Rini9-30/+391
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini216-677/+1065
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini52-223/+1195
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass1-3/+0
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass15-18/+18
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass27-39/+39
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass13-19/+19
2021-01-05dm: core: Add logging when lists_bind_fdt() failsSimon Glass1-1/+1
2021-01-05dm: core: Allow the uclass list to moveSimon Glass3-7/+8
2021-01-05dm: core: Split out scanning code to dm_scan()Simon Glass1-14/+35
2021-01-05dm: core: Access device ofnode through functionsSimon Glass43-70/+82
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass12-15/+15
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass4-4/+4
2021-01-05dm: core: Access device flags through functionsSimon Glass8-33/+33
2021-01-05dm: core: Rename sqq to seq_Simon Glass4-10/+10
2021-01-05dm: core: Split out alloc code into a new functionSimon Glass1-37/+52
2021-01-05x86: sysreset: Move priv/plat structs to headersSimon Glass1-4/+1
2021-01-05dm: core: Move priv/plat structs for simple_bus to headersSimon Glass1-6/+1
2021-01-05spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass2-2/+2
2021-01-05spi: Tidy up get/set of device nodeSimon Glass1-1/+1
2021-01-05x86: spl: Move priv/plat structs to headersSimon Glass2-11/+11
2021-01-05x86: apl: Move priv/plat structs to headersSimon Glass1-12/+0
2021-01-05sandbox: Add a compatible string for spltestSimon Glass1-0/+6
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass1-4/+1
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass1-15/+1
2021-01-05x86: pinctrl: Drop unlikely error messages from TPLSimon Glass1-3/+8
2021-01-05x86: apl: Reduce size for TPLSimon Glass4-4/+12
2021-01-05test: Move some test drivers into their own fileSimon Glass3-0/+232
2021-01-05sysreset: Use a shorter error with SPLSimon Glass1-4/+8
2021-01-05pinctrl: Drop post_bind() method when not neededSimon Glass1-1/+3
2021-01-05dm: core: Rename the priv/plat membersSimon Glass2-14/+14
2021-01-05dm: core: Use access methods for dev/uclass private dataSimon Glass3-37/+45
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass103-244/+331
2021-01-05dm: core: Add functions to set priv/platSimon Glass1-0/+30
2021-01-05dm: core: Add function to access uclass privSimon Glass1-0/+10
2021-01-05x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass2-17/+0
2021-01-05dm: core: Only include simple-bus devicetree id when neededSimon Glass1-1/+3
2021-01-05dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass2-4/+4
2021-01-05dm: core: Support dm_dump_all() in SPLSimon Glass1-2/+4
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass2-19/+19
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass6-36/+36
2021-01-05video: Call video_sync in video_clear()Michal Simek1-1/+1
2021-01-05video: seps525: Add seps525 SPI driverMichal Simek3-0/+335
2021-01-05video: Introduce video_sync operationMichal Simek1-0/+9
2021-01-05video: Let video_sync to return error valueMichal Simek3-18/+39
2021-01-05zynq: mtd: nand: remove superfluous ifHeinrich Schuchardt1-6/+4
2021-01-04cosmetic: fix typo in drivers/usb/KconfigMarc Ferland1-1/+1
2021-01-04nvme: Use only 32-bit accesses in nvme_writeq/nvme_readqStefan Agner1-8/+0
2021-01-04spi: zynqmp_gqspi: Fix unaligned data writes issueT Karthik Reddy1-4/+2
2021-01-04serial: uartlite: Fix uninitialized ret in debug uartliteAshok Reddy Soma1-1/+1