summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini1-1/+1
2020-12-23dm: core: Inline a few ofnode functions in SPLSimon Glass2-0/+18
2020-12-19dm: core: Drop seq and req_seqSimon Glass2-16/+2
2020-12-19cmd: Drop use of old sequence numbers in commandsSimon Glass1-2/+2
2020-12-19dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass2-12/+15
2020-12-19dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2-26/+12
2020-12-19dm: Drop uclass_resolve_seq()Simon Glass2-47/+0
2020-12-19dm: Switch over to use new sequence number for dev_seq()Simon Glass1-4/+2
2020-12-19dm: core: Allow manual sequence numberingSimon Glass1-1/+1
2020-12-19dm: Fix return value in dev_read_alias_seq()Simon Glass1-1/+3
2020-12-19dm: core: Switch binding to use new sequence numbersSimon Glass1-4/+1
2020-12-19dm: core: Add a new sequence number for devicesSimon Glass2-9/+21
2020-12-19dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass2-9/+3
2020-12-19dm: Avoid accessing seq directlySimon Glass3-6/+6
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass3-7/+7
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass4-11/+11
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2-2/+2
2020-12-14dm: Rename 'platdata_size' to 'plat_size'Simon Glass1-8/+7
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass5-44/+43
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass6-26/+22
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass1-3/+3
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass1-5/+4
2020-12-13dm: core: Combine the flattree and livetree binding codeSimon Glass1-58/+16
2020-12-13dm: core: Add an ofnode function to get the devicetree rootSimon Glass1-6/+2
2020-12-13dm: core: Drop device_bind_offset()Simon Glass1-8/+0
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass1-0/+10
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-3/+3
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-3/+3
2020-11-30dm: core: Fix incorrect flag checkMarek Vasut1-1/+1
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass1-4/+6
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini6-45/+126
2020-10-29dm: Use driver_info index instead of pointerSimon Glass1-0/+11
2020-10-29dm: core: Convert #ifdef to if() in root.cSimon Glass1-11/+7
2020-10-29dm: Support parent devices with of-platdataSimon Glass1-2/+52
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass3-10/+28
2020-10-29dm: test: Add a check that all devices have a dev valueSimon Glass1-0/+1
2020-10-29dm: core: Allow dm_warn() to be used in SPLSimon Glass2-3/+17
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2-19/+10
2020-10-27dm: core: Add support for getting node from aliasesMichal Simek1-0/+22
2020-10-22syscon: Drop the logging in syscon_get_by_driver_data()Simon Glass1-1/+1
2020-10-16dm: syscon: Set LOG_CATEGORYSean Anderson1-0/+2
2020-10-09Kconfig: Move BOUNCE_BUFFER under driver optionsSimon Glass1-0/+11
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay3-8/+10
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-0/+22
2020-09-30regmap: Add support for regmap fieldsJean-Jacques Hiblot1-0/+83
2020-09-30regmap: Allow devices to specify regmap range start and size in configPratyush Yadav1-1/+5
2020-09-30regmap: Add regmap_init_mem_range()Pratyush Yadav1-0/+27
2020-09-30regmap: Allow left shifting register offset before accessPratyush Yadav1-1/+5
2020-09-30regmap: Allow specifying read/write widthPratyush Yadav1-3/+12
2020-09-30regmap: zero out the regmap on allocationPratyush Yadav1-1/+2