aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-23Merge tag 'dm-next-23dec20' of git://git.denx.de/u-boot-dm into nextWIP/23Dec2020-nextTom Rini162-680/+964
2020-12-22dm: core: Inline a few ofnode functions in SPLSimon Glass3-11/+63
2020-12-22buildman: Remove output binaries before buildingSimon Glass1-1/+13
2020-12-22dm: spi: Fix spi_free_slave() freed memory writeNiel Fourie1-1/+0
2020-12-22test: dm: spi: Add testcase for spi_claim_bus()Ovidiu Panait1-0/+82
2020-12-22spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait3-10/+26
2020-12-22test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait2-0/+30
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 Panait3-4/+12
2020-12-22sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait2-26/+0
2020-12-22sandbox: implement invalidate_icache_all()Heinrich Schuchardt3-5/+24
2020-12-22fdt: Use phandle to distinguish DT nodes with same nameAswath Govindraju2-0/+19
2020-12-22Common:fdt: Check for error return valueHongwei Zhang1-0/+3
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt2-1/+12
2020-12-22configs: sandbox: activate DEBUG_UARTPatrick Delaunay3-0/+3
2020-12-22patman: Add project-default for 'gcc'Philipp Tomsich1-1/+6
2020-12-22patman: Add --no-signoff to suppress adding signoffsPhilipp Tomsich4-8/+12
2020-12-18dm: Update documentation for new sequence numbersSimon Glass1-24/+35
2020-12-18dm: core: Drop seq and req_seqSimon Glass4-24/+42
2020-12-18cmd: Drop use of old sequence numbers in commandsSimon Glass4-7/+7
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass4-20/+26
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass12-94/+64
2020-12-18dm: Drop uclass_resolve_seq()Simon Glass3-62/+0
2020-12-18dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass3-0/+56
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass4-35/+40
2020-12-18pinctrl: Update for new sequence numbersSimon Glass1-1/+1
2020-12-18gpio: Update for new sequence numbersSimon Glass5-5/+5
2020-12-18x86: Simplify acpi_device_infer_name()Simon Glass2-29/+4
2020-12-18x86: Drop unnecessary mp_init logicSimon Glass3-18/+9
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 Glass2-1/+4
2020-12-18net: Update to use new sequence numbersSimon Glass2-6/+3
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: test: Drop assumptions of no sequence numbersSimon Glass3-9/+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 Glass2-5/+3
2020-12-18dm: test: Check all devices have a sequence numbersSimon Glass1-0/+19
2020-12-18dm: core: Add a new sequence number for devicesSimon Glass3-9/+29
2020-12-18dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass4-12/+12
2020-12-18dm: Avoid accessing seq directlySimon Glass98-197/+211
2020-12-18linker_lists: Fix alignment issueSimon Glass3-1/+72
2020-12-14Merge tag 'dm-pull-14dec20' of git://git.denx.de/u-boot-dm into nextWIP/14Dec2020-nextTom Rini1201-5374/+5482
2020-12-13checkpatch: Add warnings for unexpected struct namesSimon Glass2-0/+66
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass358-1411/+1404
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass12-24/+12
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass362-797/+797