aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-01-05x86: apl: Move priv/plat structs to headersSimon Glass
2021-01-05sandbox: Add a compatible string for spltestSimon Glass
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass
2021-01-05x86: pinctrl: Drop unlikely error messages from TPLSimon Glass
2021-01-05x86: apl: Reduce size for TPLSimon Glass
2021-01-05test: Move some test drivers into their own fileSimon Glass
2021-01-05sysreset: Use a shorter error with SPLSimon Glass
2021-01-05pinctrl: Drop post_bind() method when not neededSimon Glass
2021-01-05dm: core: Rename the priv/plat membersSimon Glass
2021-01-05dm: core: Use access methods for dev/uclass private dataSimon Glass
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
2020-12-31dfu_mtd: Add provision to unlock mtd deviceSughosh Ganu
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
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass