summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-09-30regmap: Add devm_regmap_init()Jean-Jacques Hiblot1-0/+29
2020-09-30dm: syscon: Fix calling dev_dbg with an uninitialized deviceSean Anderson1-1/+1
2020-09-25x86: acpi: Add common Intel ACPI tablesSimon Glass1-0/+9
2020-09-22dm: add cells_count parameter in live DT APIs of_parse_phandle_with_argsPatrick Delaunay2-4/+6
2020-09-22dm: syscon: typo aleradyHeinrich Schuchardt1-3/+7
2020-09-22dm: core: add support for device re-parentingClaudiu Beznea1-0/+22
2020-08-25dm: core: Add API to read PCI bus-range propertyStefan Roese1-0/+17
2020-08-22dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait1-1/+3
2020-08-22dm: fix ofnode_read_addr/size_cells()Heinrich Schuchardt1-6/+14
2020-07-25dm: core Fix long line in device_bind_common()Simon Glass1-1/+2
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-2/+1
2020-07-20dm: core Fix long line in device_bind_common()Simon Glass1-1/+2
2020-07-20dm: core: Don't show an ACPI warning if there is no orderingSimon Glass1-1/+1
2020-07-17acpi: Enable ACPI table generation by default on x86Simon Glass1-1/+1