aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2020-12-18dm: core: Add a new sequence number for devicesSimon Glass
2020-12-18dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass
2020-12-13dm: core: Combine the flattree and livetree binding codeSimon Glass
2020-12-13dm: core: Add an ofnode function to get the devicetree rootSimon Glass
2020-12-13dm: core: Drop device_bind_offset()Simon Glass
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-29dm: Use driver_info index instead of pointerSimon Glass
2020-10-29dm: core: Convert #ifdef to if() in root.cSimon Glass
2020-10-29dm: Support parent devices with of-platdataSimon Glass
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass
2020-10-29dm: test: Add a check that all devices have a dev valueSimon Glass
2020-10-29dm: core: Allow dm_warn() to be used in SPLSimon Glass
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass
2020-10-27dm: core: Add support for getting node from aliasesMichal Simek
2020-10-22syscon: Drop the logging in syscon_get_by_driver_data()Simon Glass
2020-10-15dm: syscon: Set LOG_CATEGORYSean Anderson
2020-10-09Kconfig: Move BOUNCE_BUFFER under driver optionsSimon Glass
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-09-30regmap: Add support for regmap fieldsJean-Jacques Hiblot
2020-09-30regmap: Allow devices to specify regmap range start and size in configPratyush Yadav
2020-09-30regmap: Add regmap_init_mem_range()Pratyush Yadav
2020-09-30regmap: Allow left shifting register offset before accessPratyush Yadav
2020-09-30regmap: Allow specifying read/write widthPratyush Yadav
2020-09-30regmap: zero out the regmap on allocationPratyush Yadav
2020-09-30regmap: Add devm_regmap_init()Jean-Jacques Hiblot
2020-09-30dm: syscon: Fix calling dev_dbg with an uninitialized deviceSean Anderson
2020-09-25x86: acpi: Add common Intel ACPI tablesSimon Glass
2020-09-22dm: add cells_count parameter in live DT APIs of_parse_phandle_with_argsPatrick Delaunay
2020-09-22dm: syscon: typo aleradyHeinrich Schuchardt
2020-09-22dm: core: add support for device re-parentingClaudiu Beznea
2020-08-25dm: core: Add API to read PCI bus-range propertyStefan Roese
2020-08-22dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait
2020-08-22dm: fix ofnode_read_addr/size_cells()Heinrich Schuchardt
2020-07-24dm: core Fix long line in device_bind_common()Simon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20dm: core Fix long line in device_bind_common()Simon Glass