summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2017-04-05dm: core: Allow driver model to be disabled for TPLSimon Glass1-0/+14
2017-04-05dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese2-4/+22
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese4-7/+8
2017-03-22regmap: use fdt address translationJean-Jacques Hiblot1-6/+8
2017-03-22dm: core: Fix Handling of global_data moving in SPLLokesh Vutla1-2/+4
2017-03-17dm: Return actual bools in dm_fdt_pre_relocHeiko Stübner1-6/+6
2017-03-17dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner2-1/+26
2017-02-08simple-bus: enable support for of-platdataKever Yang1-0/+4
2017-02-08dm: core: Replace of_offset with accessorSimon Glass5-21/+24
2016-12-03dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese1-0/+22
2016-12-03dm: core: Handle global_data moving in SPLSimon Glass1-0/+7
2016-10-24Fix codying style broken by recent libfdt syncMasahiro Yamada1-2/+2
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-1/+1
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass1-0/+9
2016-09-21dm: syscon: Provide a generic syscon driverPaul Burton1-0/+11
2016-09-21dm: core: Match compatible strings in order of priorityPaul Burton1-37/+41
2016-09-21dm: regmap: Implement simple regmap_read & regmap_writePaul Burton1-0/+20
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren1-1/+1
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-2/+1
2016-07-27dm: core: Add a function to bind child devicesSimon Glass1-0/+9
2016-07-26dm: core: Add a way to find a device by its driverSimon Glass1-0/+20
2016-07-15dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass1-2/+16
2016-07-15dm: core: Move regmap allocation into a separate functionSimon Glass1-12/+22
2016-07-15dm: core: Expand platdata for of-platdata devicesSimon Glass1-11/+32
2016-07-15dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass2-2/+2
2016-07-15dm: syscon: Add support for of-platdataSimon Glass1-0/+13
2016-07-15dm: regmap: Add a dummy implementation for of-platdataSimon Glass1-0/+9
2016-07-15dm: core: Don't use device tree with of-platdataSimon Glass3-4/+4
2016-07-09dm: core: implement dev_map_physmem()Vignesh R1-0/+11
2016-06-20dm: add manual relocation for devicesAngelo Dureghello1-0/+15
2016-05-27dm: allow setting driver_data before/during bindStephen Warren2-5/+24
2016-05-26fdt: Support for ISA bussesPaul Burton1-0/+23
2016-05-24drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N1-0/+14
2016-05-17dm: core: Allow device names to be freed automaticallySimon Glass2-0/+8
2016-05-17fdt: fix dev_get_addr_name node offsetStephen Warren1-2/+2
2016-05-17dm: core: allow drivers to refuse to bindStephen Warren1-0/+4
2016-04-25dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese1-0/+5
2016-04-15fdt: implement dev_get_addr_name()Stephen Warren1-0/+16
2016-04-14dm: device.c: Minor coding-style fixStefan Roese1-6/+6
2016-04-14dm: core: device: set pinctrl state for pinctrl devicePeng Fan1-0/+3
2016-03-17syscon: Avoid returning a device on failureSimon Glass1-0/+1
2016-03-15dm: core: make simple-bus compatible to simple-mfdMasahiro Yamada1-0/+1
2016-03-15dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass1-0/+13
2016-01-29dm: Remove device_probe_child()Simon Glass1-8/+1
2016-01-24dm: syscon: Allow finding devices by driver dataSimon Glass1-12/+19
2016-01-24dm: core: Display the error number when driver binding failsSimon Glass1-1/+2
2016-01-22dm: core: Export uclass_find_device_by_of_offset()Simon Glass1-2/+2
2016-01-22dm: core: Don't set pinctrl for pinctrl devicesSimon Glass1-2/+4
2016-01-21dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass2-5/+7
2016-01-21dm: core: Provide uclass_find_device_by_phandle() only when neededSimon Glass1-0/+4