summaryrefslogtreecommitdiffstats
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Inline a few ofnode functions in SPLSimon Glass2020-12-222-0/+18
* dm: core: Drop seq and req_seqSimon Glass2020-12-182-16/+2
* cmd: Drop use of old sequence numbers in commandsSimon Glass2020-12-181-2/+2
* dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass2020-12-182-12/+15
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-182-26/+12
* dm: Drop uclass_resolve_seq()Simon Glass2020-12-182-47/+0
* dm: Switch over to use new sequence number for dev_seq()Simon Glass2020-12-181-4/+2
* dm: core: Allow manual sequence numberingSimon Glass2020-12-181-1/+1
* dm: Fix return value in dev_read_alias_seq()Simon Glass2020-12-181-1/+3
* dm: core: Switch binding to use new sequence numbersSimon Glass2020-12-181-4/+1
* dm: core: Add a new sequence number for devicesSimon Glass2020-12-182-9/+21
* dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass2020-12-182-9/+3
* dm: Avoid accessing seq directlySimon Glass2020-12-183-6/+6
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-133-7/+7
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-134-11/+11
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-132-2/+2
* dm: Rename 'platdata_size' to 'plat_size'Simon Glass2020-12-131-8/+7
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-135-44/+43
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-136-26/+22
* dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass2020-12-131-3/+3
* dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass2020-12-131-5/+4
* dm: core: Combine the flattree and livetree binding codeSimon Glass2020-12-131-58/+16
* dm: core: Add an ofnode function to get the devicetree rootSimon Glass2020-12-131-6/+2
* dm: core: Drop device_bind_offset()Simon Glass2020-12-131-8/+0
* dm: core: Add a livetree function to check node statusSimon Glass2020-12-131-0/+10
* dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-3/+3
* dm: core: Rename device_bind() to device_bind_offset()Simon Glass2020-12-131-3/+3
* acpi: Don't reset the tables with every new generationSimon Glass2020-11-061-4/+6
* Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-306-45/+126
|\
| * dm: Use driver_info index instead of pointerSimon Glass2020-10-291-0/+11
| * dm: core: Convert #ifdef to if() in root.cSimon Glass2020-10-291-11/+7
| * dm: Support parent devices with of-platdataSimon Glass2020-10-291-2/+52
| * dm: Use an allocated array for run-time device infoSimon Glass2020-10-293-10/+28
| * dm: test: Add a check that all devices have a dev valueSimon Glass2020-10-291-0/+1
| * dm: core: Allow dm_warn() to be used in SPLSimon Glass2020-10-292-3/+17
| * dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-292-19/+10
* | dm: core: Add support for getting node from aliasesMichal Simek2020-10-271-0/+22
|/
* syscon: Drop the logging in syscon_get_by_driver_data()Simon Glass2020-10-221-1/+1
* dm: syscon: Set LOG_CATEGORYSean Anderson2020-10-151-0/+2
* Kconfig: Move BOUNCE_BUFFER under driver optionsSimon Glass2020-10-091-0/+11
* dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-063-8/+10
* Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-10-051-0/+22
|\
| * dm: core: add support for device re-parentingClaudiu Beznea2020-09-221-0/+22
* | regmap: Add support for regmap fieldsJean-Jacques Hiblot2020-09-301-0/+83
* | regmap: Allow devices to specify regmap range start and size in configPratyush Yadav2020-09-301-1/+5
* | regmap: Add regmap_init_mem_range()Pratyush Yadav2020-09-301-0/+27
* | regmap: Allow left shifting register offset before accessPratyush Yadav2020-09-301-1/+5
* | regmap: Allow specifying read/write widthPratyush Yadav2020-09-301-3/+12
* | regmap: zero out the regmap on allocationPratyush Yadav2020-09-301-1/+2
* | regmap: Add devm_regmap_init()Jean-Jacques Hiblot2020-09-301-0/+29