summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2021-01-05dm: core: Add functions to set priv/platSimon Glass
2021-01-05dm: core: Add function to access uclass privSimon Glass
2021-01-05x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass
2021-01-05dm: core: Only include simple-bus devicetree id when neededSimon Glass
2021-01-05dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass
2021-01-05dm: core: Support dm_dump_all() in SPLSimon Glass
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass
2021-01-05video: Call video_sync in video_clear()Michal Simek
2021-01-05video: seps525: Add seps525 SPI driverMichal Simek
2021-01-05video: Introduce video_sync operationMichal Simek
2021-01-05video: Let video_sync to return error valueMichal Simek
2021-01-05zynq: mtd: nand: remove superfluous ifHeinrich Schuchardt
2021-01-04cosmetic: fix typo in drivers/usb/KconfigMarc Ferland
2021-01-04nvme: Use only 32-bit accesses in nvme_writeq/nvme_readqStefan Agner
2021-01-04spi: zynqmp_gqspi: Fix unaligned data writes issueT Karthik Reddy
2021-01-04serial: uartlite: Fix uninitialized ret in debug uartliteAshok Reddy Soma
2020-12-31dfu_mtd: Add provision to unlock mtd deviceSughosh Ganu
2020-12-28Merge tag 'u-boot-imx-20201227' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-12-28Revert "arm64: a37xx: pci: Assert PERST# signal when unloading driver"Pali Rohár
2020-12-26i2c: mxc_i2c: improve error message readabilityMarc Ferland
2020-12-22dm: core: Inline a few ofnode functions in SPLSimon Glass
2020-12-22dm: spi: Fix spi_free_slave() freed memory writeNiel Fourie
2020-12-22spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait
2020-12-22test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait
2020-12-22spi: sandbox_spi: Implement speed/mode setupOvidiu Panait
2020-12-22sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait
2020-12-22sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait
2020-12-18dm: core: Drop seq and req_seqSimon Glass
2020-12-18cmd: Drop use of old sequence numbers in commandsSimon Glass
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass
2020-12-18dm: Drop uclass_resolve_seq()Simon Glass
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass
2020-12-18pinctrl: Update for new sequence numbersSimon Glass
2020-12-18gpio: Update for new sequence numbersSimon Glass
2020-12-18usb: Update for new sequence numbersSimon Glass
2020-12-18usb: ehci-mx6: Drop assignment of sequence numberSimon Glass
2020-12-18spi: Update for new sequence numbersSimon Glass
2020-12-18pci: Update to use new sequence numbersSimon Glass
2020-12-18dm: core: Allow manual sequence numberingSimon Glass
2020-12-18net: Update to use new sequence numbersSimon Glass
2020-12-18i2c: Update for new sequence numbersSimon Glass
2020-12-18octeon: Don't attempt to set the sequence numberSimon Glass
2020-12-18dm: Fix return value in dev_read_alias_seq()Simon Glass
2020-12-18dm: core: Switch binding to use new sequence numbersSimon Glass
2020-12-18dm: core: Add a new sequence number for devicesSimon Glass
2020-12-18dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass