aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-05x86: apl: Move priv/plat structs to headersSimon Glass1-12/+0
2021-01-05sandbox: Add a compatible string for spltestSimon Glass1-0/+6
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass1-4/+1
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass1-15/+1
2021-01-05x86: pinctrl: Drop unlikely error messages from TPLSimon Glass1-3/+8
2021-01-05x86: apl: Reduce size for TPLSimon Glass4-4/+12
2021-01-05test: Move some test drivers into their own fileSimon Glass3-0/+232
2021-01-05sysreset: Use a shorter error with SPLSimon Glass1-4/+8
2021-01-05pinctrl: Drop post_bind() method when not neededSimon Glass1-1/+3
2021-01-05dm: core: Rename the priv/plat membersSimon Glass2-14/+14
2021-01-05dm: core: Use access methods for dev/uclass private dataSimon Glass3-37/+45
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass103-244/+331
2021-01-05dm: core: Add functions to set priv/platSimon Glass1-0/+30
2021-01-05dm: core: Add function to access uclass privSimon Glass1-0/+10
2021-01-05x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass2-17/+0
2021-01-05dm: core: Only include simple-bus devicetree id when neededSimon Glass1-1/+3
2021-01-05dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass2-4/+4
2021-01-05dm: core: Support dm_dump_all() in SPLSimon Glass1-2/+4
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass2-19/+19
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass6-36/+36
2020-12-31dfu_mtd: Add provision to unlock mtd deviceSughosh Ganu1-3/+17
2020-12-22dm: core: Inline a few ofnode functions in SPLSimon Glass2-0/+18
2020-12-22dm: spi: Fix spi_free_slave() freed memory writeNiel Fourie1-1/+0
2020-12-22spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait2-6/+12
2020-12-22test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait1-0/+14
2020-12-22spi: sandbox_spi: Implement speed/mode setupOvidiu Panait1-0/+26
2020-12-22sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait1-2/+2
2020-12-22sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait1-16/+0
2020-12-18dm: core: Drop seq and req_seqSimon Glass2-16/+2
2020-12-18cmd: Drop use of old sequence numbers in commandsSimon Glass1-2/+2
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass3-13/+16
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass4-30/+16
2020-12-18dm: Drop uclass_resolve_seq()Simon Glass2-47/+0
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass1-4/+2
2020-12-18pinctrl: Update for new sequence numbersSimon Glass1-1/+1
2020-12-18gpio: Update for new sequence numbersSimon Glass5-5/+5
2020-12-18usb: Update for new sequence numbersSimon Glass1-4/+2
2020-12-18usb: ehci-mx6: Drop assignment of sequence numberSimon Glass1-3/+9
2020-12-18spi: Update for new sequence numbersSimon Glass2-2/+1
2020-12-18pci: Update to use new sequence numbersSimon Glass2-23/+32
2020-12-18dm: core: Allow manual sequence numberingSimon Glass1-1/+1
2020-12-18net: Update to use new sequence numbersSimon Glass1-1/+1
2020-12-18i2c: Update for new sequence numbersSimon Glass6-80/+8
2020-12-18octeon: Don't attempt to set the sequence numberSimon Glass3-4/+0
2020-12-18dm: Fix return value in dev_read_alias_seq()Simon Glass1-1/+3
2020-12-18dm: core: Switch binding to use new sequence numbersSimon Glass1-4/+1
2020-12-18dm: core: Add a new sequence number for devicesSimon Glass2-9/+21
2020-12-18dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass3-10/+10
2020-12-18dm: Avoid accessing seq directlySimon Glass79-153/+160
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass250-1151/+1145