summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-06-01dm: core: Move dev_get_addr() etc. into a separate fileSimon Glass
2017-05-17dm: core: Add DM_FLAG_OS_PREPARE flagStefan Roese
2017-04-13dm: core: Ensure DMA regions start up with the cache cleanSimon Glass
2017-04-13core/uclass: Print name of device in uclass_find_device_by_seq()Alexandru Gagniuc
2017-04-05dm: core: Allow driver model to be disabled for TPLSimon Glass
2017-04-04dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese
2017-03-22regmap: use fdt address translationJean-Jacques Hiblot
2017-03-22dm: core: Fix Handling of global_data moving in SPLLokesh Vutla
2017-03-16dm: Return actual bools in dm_fdt_pre_relocHeiko Stübner
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner
2017-02-08simple-bus: enable support for of-platdataKever Yang
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-12-02dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese
2016-12-02dm: core: Handle global_data moving in SPLSimon Glass
2016-10-24Fix codying style broken by recent libfdt syncMasahiro Yamada
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass
2016-09-21dm: syscon: Provide a generic syscon driverPaul Burton
2016-09-21dm: core: Match compatible strings in order of priorityPaul Burton
2016-09-21dm: regmap: Implement simple regmap_read & regmap_writePaul Burton
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass
2016-07-27dm: core: Add a function to bind child devicesSimon Glass
2016-07-25dm: core: Add a way to find a device by its driverSimon Glass
2016-07-14dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass
2016-07-14dm: core: Move regmap allocation into a separate functionSimon Glass
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass
2016-07-14dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass
2016-07-14dm: syscon: Add support for of-platdataSimon Glass
2016-07-14dm: regmap: Add a dummy implementation for of-platdataSimon Glass
2016-07-14dm: core: Don't use device tree with of-platdataSimon Glass
2016-07-09dm: core: implement dev_map_physmem()Vignesh R
2016-06-19dm: add manual relocation for devicesAngelo Dureghello
2016-05-26dm: allow setting driver_data before/during bindStephen Warren
2016-05-25fdt: Support for ISA bussesPaul Burton
2016-05-24drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N
2016-05-17dm: core: Allow device names to be freed automaticallySimon Glass
2016-05-17fdt: fix dev_get_addr_name node offsetStephen Warren
2016-05-17dm: core: allow drivers to refuse to bindStephen Warren
2016-04-25dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese
2016-04-15fdt: implement dev_get_addr_name()Stephen Warren
2016-04-14dm: device.c: Minor coding-style fixStefan Roese
2016-04-14dm: core: device: set pinctrl state for pinctrl devicePeng Fan
2016-03-17syscon: Avoid returning a device on failureSimon Glass
2016-03-14dm: core: make simple-bus compatible to simple-mfdMasahiro Yamada
2016-03-14dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass
2016-01-28dm: Remove device_probe_child()Simon Glass
2016-01-24dm: syscon: Allow finding devices by driver dataSimon Glass