summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2017-06-12dm: core: Supress dead-code warning in __of_get_next_child()Simon Glass
2017-06-01dm: Add more livetree helpers and definitionsSimon Glass
2017-06-01fdt: Rename a few functions in fdt_supportSimon Glass
2017-06-01dm: core: Update uclass_find_device_by_phandle() for livetreeSimon Glass
2017-06-01dm: simple-bus: Add support for livetreeSimon Glass
2017-06-01dm: regmap: Add support for livetreeSimon Glass
2017-06-01dm: core: Add a way to find a device by ofnodeSimon Glass
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass
2017-06-01dm: core: Allow binding a device from a live treeSimon Glass
2017-06-01dm: core: Implement live tree 'read' functionsSimon Glass
2017-06-01dm: core: Add device-based 'read' functions to access DTSimon Glass
2017-06-01dm: core: Add a place to put extra device-tree reading functionsSimon Glass
2017-06-01dm: core: Add address operations on device tree referencesSimon Glass
2017-06-01dm: core: Add livetree address functionsSimon Glass
2017-06-01dm: core: Add operations on device tree referencesSimon Glass
2017-06-01dm: core: Rename of_device_is_compatible()Simon Glass
2017-06-01dm: core: Add livetree access functionsSimon Glass
2017-06-01dm: core: Set return value first in lists_bind_fdt()Simon Glass
2017-06-01dm: core: Adjust device_bind_common() to take an ofnodeSimon Glass
2017-06-01dm: core: Add ofnode to represent device tree nodesSimon Glass
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass
2017-06-01dm: core: Dont export dm_scan_fdt_node()Simon Glass
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-05dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese
2017-04-05dm: 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-03dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese
2016-12-03dm: 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-26dm: core: Add a way to find a device by its driverSimon Glass