summaryrefslogtreecommitdiff
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot2018-08-211-0/+21
* dm: core: Add ofnode function to read PCI vendor and device idBin Meng2018-08-081-0/+36
* dm: core: device: enable power domain in probePeng Fan2018-08-061-0/+7
* dm: core: Add logging of some common errorsSimon Glass2018-07-091-2/+12
* dm: core: Add a function to decode a memory regionSimon Glass2018-07-091-0/+81
* dm: core: Update of_read_fmap_entry() for livetreeSimon Glass2018-07-091-4/+4
* dm: core: Add a way to bind a device by ofnodeSimon Glass2018-07-091-0/+8
* dm: core: Add a way to find an ofnode by compatible stringSimon Glass2018-07-091-0/+12
* dm: core: Add ofnode function to read a 64-bit intSimon Glass2018-07-092-0/+52
* dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas2018-06-012-0/+32
* regmap: add regmap_update_bits() helperNeil Armstrong2018-05-081-0/+14
* syscon: add Linux-compatible syscon APIMasahiro Yamada2018-05-071-0/+64
* regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada2018-05-072-7/+6
* dm: ofnode: add ofnode_device_is_compatible() helperMasahiro Yamada2018-05-072-7/+12
* regmap: clean up regmap allocationMasahiro Yamada2018-05-071-22/+9
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0719-39/+19
* core: ofnode: Fix translation for #size-cells == 0Mario Six2018-04-012-7/+15
* dm: core: make fixed-clock dt scan live dt compatibleAndy Yan2018-04-011-5/+11
* core: add uclass_get_device_by_phandle_id() apiKever Yang2018-03-311-0/+26