summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker1-1/+5
2023-04-28dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes1-0/+6
2023-04-28uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes1-25/+19
2023-04-28dm: core: Make aliases_lookup staticBin Meng1-1/+1
2023-04-28drivers: tee: sandbox: Fix SCP03 control emulatorJorge Ramirez-Ortiz1-4/+11
2023-04-28sandbox: fix return type of os_filesize()Heinrich Schuchardt1-1/+2
2023-04-28sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt1-1/+0
2023-04-28sandbox: spi: sandbox_sf_process_cmd() missing fallthroughHeinrich Schuchardt1-0/+1
2023-04-28sandbox: fix sandbox_hub_submit_control_msg()Heinrich Schuchardt1-21/+9
2023-04-28sandbox: fix fall through in sandbox_flash_bulk()Heinrich Schuchardt1-0/+1
2023-04-28phy: sun4i-usb: Do not drive VBUS with external VBUS presentSamuel Holland1-0/+6
2023-04-28gpio: axp/sunxi: Remove virtual VBUS detection GPIOSamuel Holland2-22/+5
2023-04-28power: regulator: Add a driver for the AXP USB power supplySamuel Holland3-0/+57
2023-04-28mtd: nand: sunxi: Pass the device to the init functionSamuel Holland1-19/+20
2023-04-28mtd: nand: sunxi: Convert to the driver modelSamuel Holland1-33/+48
2023-04-28mtd: nand: sunxi: Convert from fdtdec to ofnodeSamuel Holland1-47/+26
2023-04-28mtd: nand: sunxi: Remove an unnecessary checkSamuel Holland1-10/+0
2023-04-28pinctrl: sunxi: Add NAND pinmuxesSamuel Holland1-0/+13
2023-04-28clk: sunxi: Add NAND clocks and resetsSamuel Holland11-0/+43
2023-04-28sandbox64: add support for NVMXIP QSPIAbdellatif El Khlifi1-0/+7
2023-04-28drivers/mtd/nvmxip: introduce QSPI XIP driverAbdellatif El Khlifi3-0/+77
2023-04-28drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi8-0/+242
2023-04-27ide: Make use of U-Boot typesSimon Glass1-42/+37
2023-04-27ide: Simplify expressions and hex valuesSimon Glass1-59/+56
2023-04-27ide: Convert to use log_debug()Simon Glass1-40/+40
2023-04-27ide: Tidy up ide_reset()Simon Glass1-11/+10
2023-04-27ide: Correct LBA settingSimon Glass1-7/+2
2023-04-27ide: Use a single local blk_desc for ide_ident()Simon Glass1-12/+12
2023-04-27ide: Move all blk_desc init into ide_ident()Simon Glass1-8/+4
2023-04-27ide: Make ide_ident() return an error codeSimon Glass1-48/+53
2023-04-27ide: Use desc consistently for struct blk_descSimon Glass1-54/+47
2023-04-27ide: Combine the two loops in ide_probe()Simon Glass1-6/+6
2023-04-27ide: Move ide_init() entirely within ide_probe()Simon Glass1-46/+38
2023-04-27ide: Move setting of vendor strings into ide_probe()Simon Glass1-24/+18
2023-04-27ide: Make ide_bus_ok a local variableSimon Glass1-9/+3
2023-04-27ide: Move bus init into a functionSimon Glass1-39/+48
2023-04-27ide: Avoid preprocessor for CONFIG_LBA48Simon Glass1-37/+20
2023-04-27ide: Avoid preprocessor for CONFIG_ATAPISimon Glass1-10/+3
2023-04-27ide: Simplify success conditionSimon Glass1-19/+17
2023-04-27ide: Refactor confusing loop codeSimon Glass1-28/+15
2023-04-27ide: Change the retries variableSimon Glass1-5/+5
2023-04-27ide: Make function staticSimon Glass1-12/+11
2023-04-27ide: Correct use of ATAPISimon Glass1-3/+17
2023-04-27ide: Create a prototype for ide_set_reset()Simon Glass1-2/+0
2023-04-27ide: Drop weak functionsSimon Glass1-7/+7
2023-04-27ide: Move a few functions further up the fileSimon Glass1-34/+34
2023-04-27ide: Drop ide_device_present()Simon Glass1-9/+0
2023-04-27ide: Move ide_init() into probingSimon Glass1-7/+6
2023-04-27ide: Use mdelay() for long delaysSimon Glass1-14/+11
2023-04-27ide: Move ATA_CURR_BASE to C fileSimon Glass1-0/+3