aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-05-02serial: msm-geni: Use upstream Linux bindingsKonrad Dybcio1-1/+3
2023-05-02serial: msm-geni: fix a compile time warning from msm_serial_setbrg()Vladimir Zapolskiy1-3/+3
2023-05-02serial: msm-geni: fix code indentationVladimir Zapolskiy1-6/+5
2023-05-02serial: msm-geni: remove invalid se-clk clock nameVladimir Zapolskiy1-1/+1
2023-05-02serial: msm-geni: Always bind before relocationKonrad Dybcio1-0/+1
2023-05-02serial: msm-geni: remove redundant includesVladimir Zapolskiy1-6/+0
2023-05-02misc: add Qualcomm GENI SE QUP device driverVladimir Zapolskiy3-0/+49
2023-05-02extcon: add MAX14526 MUIC supportSvyatoslav Ryhel3-0/+161
2023-05-02test: Add tests for the extconSvyatoslav Ryhel3-0/+25
2023-05-02dm: extcon: add an uclass for extconSvyatoslav Ryhel5-0/+39
2023-05-02pci: auto: Remove PCI_CLASS_PROCESSOR_POWERPC autoconfig casePali Rohár1-4/+0
2023-05-01pci: mpc85xx: Do not access PCI BARs registers of BDF address 00:00.0Pali Rohár1-0/+12
2023-05-01pci: mpc85xx: Do not try to access extended PCIe registersPali Rohár1-2/+10
2023-05-01pci: mpc85xx: Allow 8/16-bit access to PCI config spacePali Rohár1-2/+24
2023-05-01pci: mpc85xx: Add missing sync() after writing to PCI config spacePali Rohár1-0/+1
2023-05-01Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiWIP/01May2023Tom Rini7-44/+231
2023-04-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/30Apr2023Tom Rini19-116/+203
2023-04-29Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...WIP/29Apr2023Tom Rini9-81/+343
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-27sandbox64: add support for NVMXIP QSPIAbdellatif El Khlifi1-0/+7
2023-04-27drivers/mtd/nvmxip: introduce QSPI XIP driverAbdellatif El Khlifi3-0/+77
2023-04-27drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi8-0/+242
2023-04-27ide: Make use of U-Boot typesWIP/2023-04-27-IDE-code-cleanupsSimon 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