summaryrefslogtreecommitdiffstats
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* dm: device: make power domain calls optionalAnatolij Gustschin2019-07-241-1/+2
* dm: core: Set correct "status" value for a nodeBin Meng2019-07-241-1/+1
* dm: core: Call clk_set_defaults() during probe() only for a valid ofnodeBin Meng2019-07-241-4/+10
* dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne2019-07-223-0/+17
* regmap: Add API regmap_init_mem_index()Faiz Abbas2019-07-171-0/+42
* drivers: core: use strcmp when find device by namePeng Fan2019-07-121-1/+1
* fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay2019-07-101-0/+2
* dm: Add a No-op uclassJean-Jacques Hiblot2019-07-051-0/+5
* dm: core: Fix dm_extended_scan_fdt()Patrice Chotard2019-05-211-1/+1
* core: ofnode: Have ofnode_read_u32_default return a u32Trent Piepho2019-05-211-1/+1
* core: ofnode: Add ofnode_get_addr_size_indexKeerthy2019-05-211-3/+10
* dm: core: Fix translate condition in ofnode_get_addr_size()Simon Glass2019-05-081-1/+1
* dm: core: Change platform specific translation-offset handlingStefan Roese2019-04-233-24/+15
* simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driverLukas Auer2019-04-231-0/+1
* dm: remove unused function dm_fdt_pre_relocPatrick Delaunay2019-04-111-23/+0
* core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_addressEugeniu Rosca2019-04-111-3/+2
* syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay2019-04-111-24/+59
* dm: remove pre reloc properties in SPL and TPL device treePatrick Delaunay2019-04-112-24/+23
* dm: syscon: Don't require a regmap for PCI devicesSimon Glass2019-02-201-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2019-02-112-0/+26
|\
| * dm: core: Introduce dev_read_alias_highest_id()Michal Simek2019-02-081-0/+8
| * dm: core: Add of_alias_get_highest_id()Michal Simek2019-02-081-0/+18
* | dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler2019-02-091-1/+1
|/
* drivers: Kconfig: spelling fixesChris Packham2019-01-181-1/+1
* dm: Tidy up 'dm tree' output when there are many devicesSimon Glass2019-01-141-2/+2
* syscon: update syscon_node_to_regmap to use the DM functionsPatrick Delaunay2018-12-151-38/+17
* dm: core: Add a function to read into a unsigned intSimon Glass2018-12-131-0/+23
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2018-12-104-6/+41
|\
| * drivers: core: nullify gd->dm_root after dm_uninit()Jean-Jacques Hiblot2018-12-101-0/+1
| * drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the KconfigJean-Jacques Hiblot2018-12-101-2/+10
| * dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot2018-12-102-4/+30
* | syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot2018-12-071-0/+23
|/
* dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas2018-12-052-0/+30
* core: ofnode: Fix ofnode_get_addr_index functionKeerthy2018-11-291-7/+10
* dm: core: Add a few more specific child-finding functionsSimon Glass2018-11-291-0/+34
* dm: core: Export uclass_find_device_by_phandle()Simon Glass2018-11-291-4/+2
* dm: core: Widen the dump tree to show more of the driver's name.Liviu Dudau2018-11-201-4/+4
* dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard2018-11-161-0/+13
* uclass: Use uclass_foreach_dev() macro instead of open codingLiviu Dudau2018-11-142-10/+10
* dm: core: Allow uclass to set up a device's child after it is probedBin Meng2018-11-141-1/+12
* regmap: Add endianness supportMario Six2018-11-141-10/+124
* regmap: Support reading from specific rangeMario Six2018-11-141-5/+44
* regmap: Add raw read/write functionsMario Six2018-11-141-7/+57
* regmap: Add error outputMario Six2018-11-141-2/+8
* regmap: Introduce init_rangeMario Six2018-11-141-12/+56
* core: ofnode: Fix mem leak in error pathMario Six2018-11-141-1/+3
* regmap: Improve error handlingMario Six2018-11-141-0/+17
* regmap: Add documentationMario Six2018-11-141-0/+6
* dm: core: Mirror the chosen node parse logic in the livetree scanningBin Meng2018-11-141-0/+10
* dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng2018-11-143-10/+13