summaryrefslogtreecommitdiff
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()Bin Meng2018-11-141-0/+25
* fdt: Allow indicating a node is for U-Boot proper onlySimon Glass2018-10-091-0/+2
* dm: core: Update ofnode to read binman-style flash entrySimon Glass2018-10-091-8/+19
* dm: core: Add a function to find the first inactive childSimon Glass2018-10-091-0/+18
* dm: core: Update some functions to use constSimon Glass2018-10-091-12/+12
* dm: core: Alloc uclass-private data to be cache-alignedSimon Glass2018-10-091-1/+2
* ofnode: Add missing address translation into ofnode_get_addr_size()Marek Vasut2018-10-081-1/+5
* ofnode: Replace of_n_addr_cells with of_n_size_cellsMarek Vasut2018-10-081-1/+1
* dm: fdt: scan for devices under /firmware tooJens Wiklander2018-10-071-5/+10
* core: Add dev_{disable,enable}_by_pathMario Six2018-09-291-0/+78
* core: Add functions to set properties in live-treeMario Six2018-09-291-0/+70
* ofnode: add ofnode_by_prop_value()Jens Wiklander2018-09-182-0/+41
* dm: core: fix devfdt_remap_addr_index()Cédric Le Goater2018-09-181-1/+1
* dm: core: Scan "/firmware" node by defaultRajan Vaja2018-09-181-1/+7
* dm: core: Move "/clock" node scan into functionRajan Vaja2018-09-181-15/+18
* device: expose the functions used to remove and unbind children of a deviceJean-Jacques Hiblot2018-08-211-19/+11
* dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot2018-08-211-6/+13
* dm: print the index of the device when dumping the dm treeJean-Jacques Hiblot2018-08-211-6/+10