aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass15-18/+18
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass27-39/+39
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass13-19/+19
2021-01-05dm: core: Add logging when lists_bind_fdt() failsSimon Glass1-1/+1
2021-01-05dm: core: Allow the uclass list to moveSimon Glass3-7/+8
2021-01-05dm: core: Split out scanning code to dm_scan()Simon Glass1-14/+35
2021-01-05dm: core: Access device ofnode through functionsSimon Glass43-70/+82
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass12-15/+15
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass4-4/+4
2021-01-05dm: core: Access device flags through functionsSimon Glass8-33/+33
2021-01-05dm: core: Rename sqq to seq_Simon Glass4-10/+10
2021-01-05dm: core: Split out alloc code into a new functionSimon Glass1-37/+52
2021-01-05x86: sysreset: Move priv/plat structs to headersSimon Glass1-4/+1
2021-01-05dm: core: Move priv/plat structs for simple_bus to headersSimon Glass1-6/+1
2021-01-05spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass2-2/+2
2021-01-05spi: Tidy up get/set of device nodeSimon Glass1-1/+1
2021-01-05x86: spl: Move priv/plat structs to headersSimon Glass2-11/+11
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