aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...WIP/29Apr2023Tom Rini2023-04-299-81/+343
|\
| * spi: mpc8xxx: Add support for SPI on mpc832xChristophe Leroy2023-04-061-0/+13
| * gpio: Add QUICC Engine GPIOs driverChristophe Leroy2023-04-063-0/+189
| * clk: mpc83xx: Fix clocks for mpc832xChristophe Leroy2023-04-061-0/+7
| * watchdog: mpc8xxx: Add support for mpc83xxChristophe Leroy2023-04-062-1/+2
| * watchdog: mpc8xxx: Make it genericChristophe Leroy2023-04-062-19/+71
| * watchdog: mpc8xx: Rename it mpc8xxxChristophe Leroy2023-04-053-16/+16
* | core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker2023-04-281-1/+5
* | dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes2023-04-281-0/+6
* | uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes2023-04-281-25/+19
* | dm: core: Make aliases_lookup staticBin Meng2023-04-281-1/+1
* | drivers: tee: sandbox: Fix SCP03 control emulatorJorge Ramirez-Ortiz2023-04-281-4/+11
* | sandbox: fix return type of os_filesize()Heinrich Schuchardt2023-04-281-1/+2
* | sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt2023-04-281-1/+0
* | sandbox: spi: sandbox_sf_process_cmd() missing fallthroughHeinrich Schuchardt2023-04-281-0/+1
* | sandbox: fix sandbox_hub_submit_control_msg()Heinrich Schuchardt2023-04-281-21/+9
* | sandbox: fix fall through in sandbox_flash_bulk()Heinrich Schuchardt2023-04-281-0/+1
* | sandbox64: add support for NVMXIP QSPIAbdellatif El Khlifi2023-04-271-0/+7
* | drivers/mtd/nvmxip: introduce QSPI XIP driverAbdellatif El Khlifi2023-04-273-0/+77
* | drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi2023-04-278-0/+242
* | ide: Make use of U-Boot typesWIP/2023-04-27-IDE-code-cleanupsSimon Glass2023-04-271-42/+37
* | ide: Simplify expressions and hex valuesSimon Glass2023-04-271-59/+56
* | ide: Convert to use log_debug()Simon Glass2023-04-271-40/+40
* | ide: Tidy up ide_reset()Simon Glass2023-04-271-11/+10
* | ide: Correct LBA settingSimon Glass2023-04-271-7/+2
* | ide: Use a single local blk_desc for ide_ident()Simon Glass2023-04-271-12/+12
* | ide: Move all blk_desc init into ide_ident()Simon Glass2023-04-271-8/+4
* | ide: Make ide_ident() return an error codeSimon Glass2023-04-271-48/+53
* | ide: Use desc consistently for struct blk_descSimon Glass2023-04-271-54/+47
* | ide: Combine the two loops in ide_probe()Simon Glass2023-04-271-6/+6
* | ide: Move ide_init() entirely within ide_probe()Simon Glass2023-04-271-46/+38
* | ide: Move setting of vendor strings into ide_probe()Simon Glass2023-04-271-24/+18
* | ide: Make ide_bus_ok a local variableSimon Glass2023-04-271-9/+3
* | ide: Move bus init into a functionSimon Glass2023-04-271-39/+48
* | ide: Avoid preprocessor for CONFIG_LBA48Simon Glass2023-04-271-37/+20
* | ide: Avoid preprocessor for CONFIG_ATAPISimon Glass2023-04-271-10/+3
* | ide: Simplify success conditionSimon Glass2023-04-271-19/+17
* | ide: Refactor confusing loop codeSimon Glass2023-04-271-28/+15
* | ide: Change the retries variableSimon Glass2023-04-271-5/+5
* | ide: Make function staticSimon Glass2023-04-271-12/+11
* | ide: Correct use of ATAPISimon Glass2023-04-271-3/+17
* | ide: Create a prototype for ide_set_reset()Simon Glass2023-04-271-2/+0
* | ide: Drop weak functionsSimon Glass2023-04-271-7/+7
* | ide: Move a few functions further up the fileSimon Glass2023-04-271-34/+34
* | ide: Drop ide_device_present()Simon Glass2023-04-271-9/+0
* | ide: Move ide_init() into probingSimon Glass2023-04-271-7/+6
* | ide: Use mdelay() for long delaysSimon Glass2023-04-271-14/+11
* | ide: Move ATA_CURR_BASE to C fileSimon Glass2023-04-271-0/+3
* | virtio: Ensure PCI is set up firstSimon Glass2023-04-261-0/+6
* | gpio-uclass: fix off-by-one in gpio_request_list_by_name_nodev()WIP/2023-04-25-assorted-updates-and-fixesRasmus Villemoes2023-04-251-1/+1