summaryrefslogtreecommitdiff
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-057-7/+7
* core: add ofnode_get_by_phandle() apiKever Yang2018-02-231-0/+13
* core: ofnode: add ofnode_get_parent functionPhilipp Tomsich2018-02-231-0/+14
* dm: core: Add a function to look up a uclass by nameSimon Glass2018-02-031-0/+14
* clk: implement clk_set_defaults()Philipp Tomsich2018-01-281-0/+6
* Merge git://git.denx.de/u-boot-mmcTom Rini2018-01-241-0/+5
|\
| * dm: add dev_read_u32()Masahiro Yamada2018-01-221-0/+5
* | core: Make device_is_compatible live-tree compatibleMario Six2018-01-211-1/+6
* | core: Add {ofnode, dev}_translate_address functionsMario Six2018-01-212-0/+13
* | core: read: Fix style violationsMario Six2018-01-211-5/+4
* | core: ofnode: Fix style violationsMario Six2018-01-211-8/+10
* | drivers: core: Add translation in live tree caseMario Six2018-01-211-2/+7
|/
* Merge git://git.denx.de/u-boot-netTom Rini2018-01-151-0/+7
|\
| * dm: core: add missing dev_count_phandle_with_args()Patrice Chotard2018-01-151-0/+7
* | dm: core: parse chosen nodeRob Clark2018-01-151-0/+11
|/
* dm: core: Correct address cast in dev_read_addr_ptr()Simon Glass2017-11-161-1/+2
* simple-bus: remove DECLARE_GLOBAL_DATA_PTRMasahiro Yamada2017-10-231-2/+0
* dm: ofnode: query correct property in livetree ofnode_get_addr_sizeKlaus Goger2017-10-081-1/+3
* dm: core: Round up size when allocating so that it is cache line alignedFaiz Abbas2017-10-081-0/+1
* dm: replace dm_dbg() with pr_debug()Masahiro Yamada2017-10-046-21/+19
* dm: core: Add functions to get strings and the string count from a stringlistJean-Jacques Hiblot2017-09-221-0/+11