summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2021-04-15test: dm: Add a test case for simple-bus <ranges>Bin Meng
2021-04-15dm: core: Correctly read <ranges> of simple-busBin Meng
2021-04-15of: extra: Introduce ofnode_phy_is_fixed_link() APIBin Meng
2021-04-06simple-pm-bus: Use -ENOSYS for checking missing system callSimon Glass
2021-04-06dm: core: Use -ENOSPC in acpi_get_path()Simon Glass
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass
2021-03-26dm: core: Allow storing priv/plat data separatelySimon Glass
2021-03-26dm: core: Move flags to device-runtime infoSimon Glass
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass
2021-03-26dm: core: Drop uclass_find_device_by_phandle() with of-platdataSimon Glass
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass
2021-03-22dm: core: Skip adding uclasses with OF_PLATDATA_INSTSimon Glass
2021-03-22dm: core: Set up driver model for OF_PLATDATA_INSTSimon Glass
2021-03-22dm: core: Adjust uclass setup with of-platdataSimon Glass
2021-03-22dm: core: Allow dropping run-time binding of devicesSimon Glass
2021-03-22dm: error handling dev_get_dma_range()Heinrich Schuchardt
2021-03-09x86: Move INTEL_ACPIGEN to arch/x86Simon Glass
2021-03-03dm: core: Add DM_DEVICE_REMOVE condition to all exit pathsSimon Glass
2021-03-03dm: core: Fix allocation of empty of-platdataSimon Glass
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-03dm: core: Add late driver remove optionMarek Vasut
2021-02-03dm: core: Avoid partially removing devicesSimon Glass
2021-02-03dm: core: Remove children before advising uclassSimon Glass
2021-02-03dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-30dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass
2021-01-30dm: core: Add a comment about pinctrl_select_state()Simon Glass
2021-01-16dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma
2021-01-12dm: core: add a function to decode display timingsDario Binacchi
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass
2021-01-05dm: core: Add logging when lists_bind_fdt() failsSimon Glass
2021-01-05dm: core: Allow the uclass list to moveSimon Glass
2021-01-05dm: core: Split out scanning code to dm_scan()Simon Glass
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass
2021-01-05dm: core: Access device flags through functionsSimon Glass
2021-01-05dm: core: Rename sqq to seq_Simon Glass
2021-01-05dm: core: Split out alloc code into a new functionSimon Glass
2021-01-05dm: core: Move priv/plat structs for simple_bus to headersSimon Glass
2021-01-05dm: core: Rename the priv/plat membersSimon Glass
2021-01-05dm: core: Use access methods for dev/uclass private dataSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2021-01-05dm: core: Add functions to set priv/platSimon Glass