summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-05-01Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2023-04-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2023-04-29Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker
2023-04-28dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes
2023-04-28uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes
2023-04-28dm: core: Make aliases_lookup staticBin Meng
2023-04-28drivers: tee: sandbox: Fix SCP03 control emulatorJorge Ramirez-Ortiz
2023-04-28sandbox: fix return type of os_filesize()Heinrich Schuchardt
2023-04-28sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt
2023-04-28sandbox: spi: sandbox_sf_process_cmd() missing fallthroughHeinrich Schuchardt
2023-04-28sandbox: fix sandbox_hub_submit_control_msg()Heinrich Schuchardt
2023-04-28sandbox: fix fall through in sandbox_flash_bulk()Heinrich Schuchardt
2023-04-28phy: sun4i-usb: Do not drive VBUS with external VBUS presentSamuel Holland
2023-04-28gpio: axp/sunxi: Remove virtual VBUS detection GPIOSamuel Holland
2023-04-28power: regulator: Add a driver for the AXP USB power supplySamuel Holland
2023-04-28mtd: nand: sunxi: Pass the device to the init functionSamuel Holland
2023-04-28mtd: nand: sunxi: Convert to the driver modelSamuel Holland
2023-04-28mtd: nand: sunxi: Convert from fdtdec to ofnodeSamuel Holland
2023-04-28mtd: nand: sunxi: Remove an unnecessary checkSamuel Holland
2023-04-28pinctrl: sunxi: Add NAND pinmuxesSamuel Holland
2023-04-28clk: sunxi: Add NAND clocks and resetsSamuel Holland
2023-04-27sandbox64: add support for NVMXIP QSPIAbdellatif El Khlifi
2023-04-27drivers/mtd/nvmxip: introduce QSPI XIP driverAbdellatif El Khlifi
2023-04-27drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi
2023-04-27ide: Make use of U-Boot typesSimon Glass
2023-04-27ide: Simplify expressions and hex valuesSimon Glass
2023-04-27ide: Convert to use log_debug()Simon Glass
2023-04-27ide: Tidy up ide_reset()Simon Glass
2023-04-27ide: Correct LBA settingSimon Glass
2023-04-27ide: Use a single local blk_desc for ide_ident()Simon Glass
2023-04-27ide: Move all blk_desc init into ide_ident()Simon Glass
2023-04-27ide: Make ide_ident() return an error codeSimon Glass
2023-04-27ide: Use desc consistently for struct blk_descSimon Glass
2023-04-27ide: Combine the two loops in ide_probe()Simon Glass
2023-04-27ide: Move ide_init() entirely within ide_probe()Simon Glass
2023-04-27ide: Move setting of vendor strings into ide_probe()Simon Glass
2023-04-27ide: Make ide_bus_ok a local variableSimon Glass
2023-04-27ide: Move bus init into a functionSimon Glass
2023-04-27ide: Avoid preprocessor for CONFIG_LBA48Simon Glass
2023-04-27ide: Avoid preprocessor for CONFIG_ATAPISimon Glass
2023-04-27ide: Simplify success conditionSimon Glass
2023-04-27ide: Refactor confusing loop codeSimon Glass
2023-04-27ide: Change the retries variableSimon Glass
2023-04-27ide: Make function staticSimon Glass
2023-04-27ide: Correct use of ATAPISimon Glass
2023-04-27ide: Create a prototype for ide_set_reset()Simon Glass
2023-04-27ide: Drop weak functionsSimon Glass
2023-04-27ide: Move a few functions further up the fileSimon Glass
2023-04-27ide: Drop ide_device_present()Simon Glass