summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2017-09-22dm: core: Add functions to get strings and the string count from a stringlistJean-Jacques Hiblot
2017-09-18dm: core: add dev_read_addr_ptr()Philipp Tomsich
2017-09-11dm: core: add clocks node scanPatrice Chotard
2017-09-11dm: core: Add ofnode_for_each_subnode()Simon Glass
2017-09-10block: ide: Fix block read/write with driver modelBin Meng
2017-08-29ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada
2017-08-17dm: core: Add a comment about the device_remove() flagsSimon Glass
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini
2017-07-28dm: core: add ofnode_count_phandle_with_args()Patrice Chotard
2017-07-28dm: core: Add ofnode_read_resource()Simon Glass
2017-07-28dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada
2017-07-26serial: stm32x7: migrate serial struct to driverPatrice Chotard
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass
2017-07-11dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass
2017-07-11dm: core: Add dev_read_resource() to read device resourcesSimon Glass
2017-07-11dm: core: Add ofnode_read_string_count()Simon Glass
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass
2017-07-11dm: core: Clarify uclass_first/next_device() commentsSimon Glass
2017-06-01dm: Add more livetree helpers and definitionsSimon Glass
2017-06-01dm: core: Run tests with both livetree and flat treeSimon 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: Add livetree definitionsSimon Glass
2017-06-01dm: core: Add ofnode to represent device tree nodesSimon 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-05-09drivers: phy: add generic PHY frameworkJean-Jacques Hiblot
2017-05-08dm: Simple Watchdog uclassmaxims@google.com
2017-04-18sysreset: psci: support system reset in a generic way with PSCIMasahiro Yamada
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-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-08dm: core: Replace of_offset with accessorSimon Glass