summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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
2023-04-27ide: Move ide_init() into probingSimon Glass
2023-04-27ide: Use mdelay() for long delaysSimon Glass
2023-04-27ide: Move ATA_CURR_BASE to C fileSimon Glass
2023-04-26virtio: Ensure PCI is set up firstSimon Glass
2023-04-26spi: cadence-quadspi: Reset CMD_CTRL Reg on cmd r/w completionDhruva Gole
2023-04-26spi: cadence-quadspi: Use STIG mode for all ops with small payloadApurva Nandan
2023-04-26spi: cadence-quadspi: Fix check condition for DTR opsApurva Nandan
2023-04-26mtd: spi-nor-core: Add fixups for s25fs512sTakahiro Kuwano
2023-04-26video: panel: add generic endeavoru panelSvyatoslav Ryhel
2023-04-26video: tegra: add DC based PWM backlight driverSvyatoslav Ryhel
2023-04-26video: panel: add Renesas R69328 MIPI DSI panel driverSvyatoslav Ryhel
2023-04-26video: panel: add Renesas R61307 MIPI DSI panel driverSvyatoslav Ryhel
2023-04-26video: bridge: add Solomon SSD2825 DSI/LVDS driverSvyatoslav Ryhel
2023-04-26video: add lm3533 backlight driverSvyatoslav Ryhel
2023-04-25gpio-uclass: fix off-by-one in gpio_request_list_by_name_nodev()Rasmus Villemoes
2023-04-25xen: Limit execution to EL1 onlyMichal Simek
2023-04-25ata: pci: enable bus masteringChristian Gmeiner
2023-04-25sysreset: psci: add psci_sysreset_get_statusPeng Fan
2023-04-25sysreset: psci: enable DM_FLAG_PRE_RELOCPeng Fan
2023-04-25firmware: psci: enable DM_FLAG_PRE_RELOCPeng Fan
2023-04-25xen: Fix Kconfig dependenciesMichal Simek
2023-04-25usb: gadget: f_mass_storage: Rework do_request_sense slightlyTom Rini
2023-04-25soc: soc_ti_k3: fix revision array bounds checksRasmus Villemoes
2023-04-25spi: synquacer: Silence uninitialized variable warningsIlias Apalodimas
2023-04-25mtd: spi-nor: missing fallthrough in set_4byte()Heinrich Schuchardt
2023-04-25spi: npcm-fiu: add regulator feature and remove set clockJim Liu
2023-04-25spi: f-ospi: Add missing spi_mem_default_supports_op() helperKunihiko Hayashi
2023-04-25spi: spi-mem: perform odd len check only while writing dataDhruva Gole
2023-04-25spi: spi-mem: s/dummy/data buswidth check in dtr_supports_op()Dhruva Gole
2023-04-25mtd: spi-nor: Add CHIP_ERASE optimizationMarek Vasut
2023-04-25virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is setWill Deacon
2023-04-25virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORMWill Deacon
2023-04-25virtio: Add helper functions to attach/detach vring descriptorsWill Deacon
2023-04-25virtio: Allocate virtqueue in page-size unitsWill Deacon
2023-04-25virtio: pci: Tear down VQs in virtio_pci_reset()Will Deacon
2023-04-25virtio: Expose VIRTIO_F_IOMMU_PLATFORM in device featuresWill Deacon
2023-04-24drivers: video: Enable necessary video functions at SPLNikhil M Jain
2023-04-24drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPLNikhil M Jain