summaryrefslogtreecommitdiffstats
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* regmap: fix a serious pointer casting bugMarek BehĂșn2021-05-241-2/+57
* Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi2021-05-125-24/+13
* dm: core: Add size operations on device tree referencesChen Guanqiao2021-04-291-0/+11
* dm: core: Fix uninitialized return value from dm_scan_fdt_nodeSean Anderson2021-04-291-1/+1
* test: dm: Add a test case for simple-bus <ranges>Bin Meng2021-04-151-0/+1
* dm: core: Correctly read <ranges> of simple-busBin Meng2021-04-152-7/+38
* of: extra: Introduce ofnode_phy_is_fixed_link() APIBin Meng2021-04-151-0/+23
* simple-pm-bus: Use -ENOSYS for checking missing system callSimon Glass2021-04-061-2/+2
* dm: core: Use -ENOSPC in acpi_get_path()Simon Glass2021-04-061-1/+1
* dm: core: Use separate priv/plat data regionSimon Glass2021-03-262-6/+15
* dm: core: Allow storing priv/plat data separatelySimon Glass2021-03-261-0/+12
* dm: core: Move flags to device-runtime infoSimon Glass2021-03-261-0/+33
* dm: core: Create a struct for device runtime infoSimon Glass2021-03-261-1/+13
* dm: Rename device_get_by_driver_info_idx()Simon Glass2021-03-261-3/+10
* dm: core: Drop uclass_find_device_by_phandle() with of-platdataSimon Glass2021-03-261-1/+1
* dm: core: Drop device_get_by_driver_info()Simon Glass2021-03-261-15/+0
* dm: core: Skip adding uclasses with OF_PLATDATA_INSTSimon Glass2021-03-221-1/+4
* dm: core: Set up driver model for OF_PLATDATA_INSTSimon Glass2021-03-221-12/+30
* dm: core: Adjust uclass setup with of-platdataSimon Glass2021-03-221-2/+6
* dm: core: Allow dropping run-time binding of devicesSimon Glass2021-03-221-17/+25
* dm: error handling dev_get_dma_range()Heinrich Schuchardt2021-03-221-2/+2
* x86: Move INTEL_ACPIGEN to arch/x86Simon Glass2021-03-091-9/+0
* dm: core: Add DM_DEVICE_REMOVE condition to all exit pathsSimon Glass2021-03-031-8/+11
* dm: core: Fix allocation of empty of-platdataSimon Glass2021-03-031-4/+13
* dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne2021-02-182-0/+51
* dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne2021-02-183-0/+93
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-159-0/+9
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-029-0/+9
* | dm: core: Add late driver remove optionMarek Vasut2021-02-032-8/+33
* | dm: core: Avoid partially removing devicesSimon Glass2021-02-031-19/+40
* | dm: core: Remove children before advising uclassSimon Glass2021-02-031-9/+3
* | dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass2021-02-031-1/+1
|/
* dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass2021-01-301-9/+12
* dm: core: Add a comment about pinctrl_select_state()Simon Glass2021-01-301-0/+9
* dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma2021-01-161-0/+19
* dm: core: add a function to decode display timingsDario Binacchi2021-01-121-0/+6
* fdt: translate address if #size-cells = <0>Dario Binacchi2021-01-125-13/+24
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-058-150/+231
|\
| * dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-051-3/+0
| * dm: core: Add logging when lists_bind_fdt() failsSimon Glass2021-01-051-1/+1
| * dm: core: Allow the uclass list to moveSimon Glass2021-01-053-7/+8
| * dm: core: Split out scanning code to dm_scan()Simon Glass2021-01-051-14/+35
| * dm: core: Access device ofnode through functionsSimon Glass2021-01-052-2/+2
| * dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1
| * dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-051-1/+1
| * dm: core: Access device flags through functionsSimon Glass2021-01-054-29/+29
| * dm: core: Rename sqq to seq_Simon Glass2021-01-053-9/+9
| * dm: core: Split out alloc code into a new functionSimon Glass2021-01-051-37/+52
| * dm: core: Move priv/plat structs for simple_bus to headersSimon Glass2021-01-051-6/+1
| * dm: core: Rename the priv/plat membersSimon Glass2021-01-052-14/+14