summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng
2018-11-14regmap: Add endianness supportMario Six
2018-11-14regmap: Support reading from specific rangeMario Six
2018-11-14regmap: Add raw read/write functionsMario Six
2018-11-14regmap: Add error outputMario Six
2018-11-14regmap: Introduce init_rangeMario Six
2018-11-14core: ofnode: Fix mem leak in error pathMario Six
2018-11-14regmap: Improve error handlingMario Six
2018-11-14regmap: Add documentationMario Six
2018-11-14dm: core: Mirror the chosen node parse logic in the livetree scanningBin Meng
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng
2018-11-14dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()Bin Meng
2018-10-09fdt: Allow indicating a node is for U-Boot proper onlySimon Glass
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass
2018-10-09dm: core: Update some functions to use constSimon Glass
2018-10-09dm: core: Alloc uclass-private data to be cache-alignedSimon Glass
2018-10-08ofnode: Add missing address translation into ofnode_get_addr_size()Marek Vasut
2018-10-08ofnode: Replace of_n_addr_cells with of_n_size_cellsMarek Vasut
2018-10-07dm: fdt: scan for devices under /firmware tooJens Wiklander
2018-09-29core: Add dev_{disable,enable}_by_pathMario Six
2018-09-29core: Add functions to set properties in live-treeMario Six
2018-09-18ofnode: add ofnode_by_prop_value()Jens Wiklander
2018-09-18dm: core: fix devfdt_remap_addr_index()Cédric Le Goater
2018-09-18dm: core: Scan "/firmware" node by defaultRajan Vaja
2018-09-18dm: core: Move "/clock" node scan into functionRajan Vaja
2018-08-21device: expose the functions used to remove and unbind children of a deviceJean-Jacques Hiblot
2018-08-21dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot
2018-08-21dm: print the index of the device when dumping the dm treeJean-Jacques Hiblot
2018-08-21uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot
2018-08-08dm: core: Add ofnode function to read PCI vendor and device idBin Meng
2018-08-06dm: core: device: enable power domain in probePeng Fan
2018-07-09dm: core: Add logging of some common errorsSimon Glass
2018-07-09dm: core: Add a function to decode a memory regionSimon Glass
2018-07-09dm: core: Update of_read_fmap_entry() for livetreeSimon Glass
2018-07-09dm: core: Add a way to bind a device by ofnodeSimon Glass
2018-07-09dm: core: Add a way to find an ofnode by compatible stringSimon Glass
2018-07-09dm: core: Add ofnode function to read a 64-bit intSimon Glass
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas
2018-05-08regmap: add regmap_update_bits() helperNeil Armstrong
2018-05-07syscon: add Linux-compatible syscon APIMasahiro Yamada
2018-05-07regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada
2018-05-07dm: ofnode: add ofnode_device_is_compatible() helperMasahiro Yamada
2018-05-07regmap: clean up regmap allocationMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-01core: ofnode: Fix translation for #size-cells == 0Mario Six
2018-04-01dm: core: make fixed-clock dt scan live dt compatibleAndy Yan
2018-03-31core: add uclass_get_device_by_phandle_id() apiKever Yang
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-02-23core: add ofnode_get_by_phandle() apiKever Yang