summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
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
2018-02-23core: ofnode: add ofnode_get_parent functionPhilipp Tomsich
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass
2018-01-28clk: implement clk_set_defaults()Philipp Tomsich
2018-01-24Merge git://git.denx.de/u-boot-mmcTom Rini
2018-01-22dm: add dev_read_u32()Masahiro Yamada
2018-01-21core: Make device_is_compatible live-tree compatibleMario Six
2018-01-21core: Add {ofnode, dev}_translate_address functionsMario Six
2018-01-21core: read: Fix style violationsMario Six
2018-01-21core: ofnode: Fix style violationsMario Six
2018-01-21drivers: core: Add translation in live tree caseMario Six
2018-01-15Merge git://git.denx.de/u-boot-netTom Rini
2018-01-15dm: core: add missing dev_count_phandle_with_args()Patrice Chotard
2018-01-15dm: core: parse chosen nodeRob Clark
2017-11-16dm: core: Correct address cast in dev_read_addr_ptr()Simon Glass
2017-10-23simple-bus: remove DECLARE_GLOBAL_DATA_PTRMasahiro Yamada
2017-10-08dm: ofnode: query correct property in livetree ofnode_get_addr_sizeKlaus Goger
2017-10-08dm: core: Round up size when allocating so that it is cache line alignedFaiz Abbas
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada