aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas2-0/+30
2018-11-29core: ofnode: Fix ofnode_get_addr_index functionKeerthy1-7/+10
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass1-0/+34
2018-11-29dm: core: Export uclass_find_device_by_phandle()Simon Glass1-4/+2
2018-11-20dm: core: Widen the dump tree to show more of the driver's name.Liviu Dudau1-4/+4
2018-11-16dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard1-0/+13
2018-11-14uclass: Use uclass_foreach_dev() macro instead of open codingLiviu Dudau2-10/+10
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng1-1/+12
2018-11-14regmap: Add endianness supportMario Six1-10/+124
2018-11-14regmap: Support reading from specific rangeMario Six1-5/+44
2018-11-14regmap: Add raw read/write functionsMario Six1-7/+57
2018-11-14regmap: Add error outputMario Six1-2/+8
2018-11-14regmap: Introduce init_rangeMario Six1-12/+56
2018-11-14core: ofnode: Fix mem leak in error pathMario Six1-1/+3
2018-11-14regmap: Improve error handlingMario Six1-0/+17
2018-11-14regmap: Add documentationMario Six1-0/+6
2018-11-14dm: core: Mirror the chosen node parse logic in the livetree scanningBin Meng1-0/+10
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng3-10/+13
2018-11-14dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()Bin Meng1-0/+25
2018-10-09fdt: Allow indicating a node is for U-Boot proper onlySimon Glass1-0/+2
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass1-8/+19
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass1-0/+18
2018-10-09dm: core: Update some functions to use constSimon Glass1-12/+12
2018-10-09dm: core: Alloc uclass-private data to be cache-alignedSimon Glass1-1/+2
2018-10-08ofnode: Add missing address translation into ofnode_get_addr_size()Marek Vasut1-1/+5
2018-10-08ofnode: Replace of_n_addr_cells with of_n_size_cellsMarek Vasut1-1/+1
2018-10-07dm: fdt: scan for devices under /firmware tooJens Wiklander1-5/+10
2018-09-29core: Add dev_{disable,enable}_by_pathMario Six1-0/+78
2018-09-29core: Add functions to set properties in live-treeMario Six1-0/+70
2018-09-18ofnode: add ofnode_by_prop_value()Jens Wiklander2-0/+41
2018-09-18dm: core: fix devfdt_remap_addr_index()Cédric Le Goater1-1/+1
2018-09-18dm: core: Scan "/firmware" node by defaultRajan Vaja1-1/+7
2018-09-18dm: core: Move "/clock" node scan into functionRajan Vaja1-15/+18
2018-08-21device: expose the functions used to remove and unbind children of a deviceJean-Jacques Hiblot1-19/+11
2018-08-21dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot1-6/+13
2018-08-21dm: print the index of the device when dumping the dm treeJean-Jacques Hiblot1-6/+10
2018-08-21uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot1-0/+21
2018-08-08dm: core: Add ofnode function to read PCI vendor and device idBin Meng1-0/+36
2018-08-06dm: core: device: enable power domain in probePeng Fan1-0/+7
2018-07-09dm: core: Add logging of some common errorsSimon Glass1-2/+12
2018-07-09dm: core: Add a function to decode a memory regionSimon Glass1-0/+81
2018-07-09dm: core: Update of_read_fmap_entry() for livetreeSimon Glass1-4/+4
2018-07-09dm: core: Add a way to bind a device by ofnodeSimon Glass1-0/+8
2018-07-09dm: core: Add a way to find an ofnode by compatible stringSimon Glass1-0/+12
2018-07-09dm: core: Add ofnode function to read a 64-bit intSimon Glass2-0/+52
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas2-0/+32
2018-05-08regmap: add regmap_update_bits() helperNeil Armstrong1-0/+14
2018-05-07syscon: add Linux-compatible syscon APIMasahiro Yamada1-0/+64
2018-05-07regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada2-7/+6
2018-05-07dm: ofnode: add ofnode_device_is_compatible() helperMasahiro Yamada2-7/+12