Age | Commit message (Expand) | Author |
2017-11-17 | dm: core: fix member name in ofnode_union documentation | Baruch Siach |
2017-10-04 | dm: replace dm_dbg() with pr_debug() | Masahiro Yamada |
2017-10-04 | dm: define dev_*() log functions in DM header | Masahiro Yamada |
2017-09-22 | dm: core: Add functions to get strings and the string count from a stringlist | Jean-Jacques Hiblot |
2017-09-18 | dm: core: add dev_read_addr_ptr() | Philipp Tomsich |
2017-09-11 | dm: core: add clocks node scan | Patrice Chotard |
2017-09-11 | dm: core: Add ofnode_for_each_subnode() | Simon Glass |
2017-09-10 | block: ide: Fix block read/write with driver model | Bin Meng |
2017-08-29 | ofnode: add {ofnode, dev}_read_resource_byname() | Masahiro Yamada |
2017-08-17 | dm: core: Add a comment about the device_remove() flags | Simon Glass |
2017-08-13 | dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME | Zhikang Zhang |
2017-07-29 | Merge git://git.denx.de/u-boot-usb | Tom Rini |
2017-07-28 | dm: core: add ofnode_count_phandle_with_args() | Patrice Chotard |
2017-07-28 | dm: core: Add ofnode_read_resource() | Simon Glass |
2017-07-28 | dm: ofnode: change return type of dev_read_prop() to opaque pointer | Masahiro Yamada |
2017-07-26 | serial: stm32x7: migrate serial struct to driver | Patrice Chotard |
2017-07-11 | dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() | Masahiro Yamada |
2017-07-11 | dm: core: Add functions to obtain node's address/size cells | Simon Glass |
2017-07-11 | dm: core: Add dev_read_enabled() to check if a device is enabled | Simon Glass |
2017-07-11 | dm: core: Add dev_read_resource() to read device resources | Simon Glass |
2017-07-11 | dm: core: Add ofnode_read_string_count() | Simon Glass |
2017-07-11 | dm: core: Add uclass_first/next_device_check() | Simon Glass |
2017-07-11 | dm: core: Test uclass_first/next_device() on probe failure | Simon Glass |
2017-07-11 | dm: core: Clarify uclass_first/next_device() comments | Simon Glass |
2017-06-01 | dm: Add more livetree helpers and definitions | Simon Glass |
2017-06-01 | dm: core: Run tests with both livetree and flat tree | Simon Glass |
2017-06-01 | dm: core: Add a way to find a device by ofnode | Simon Glass |
2017-06-01 | dm: core: Scan the live tree when setting up driver model | Simon Glass |
2017-06-01 | dm: core: Update device_bind_driver_to_node() to use ofnode | Simon Glass |
2017-06-01 | dm: core: Update lists_bind_fdt() to use ofnode | Simon Glass |
2017-06-01 | dm: core: Allow binding a device from a live tree | Simon Glass |
2017-06-01 | dm: core: Implement live tree 'read' functions | Simon Glass |
2017-06-01 | dm: core: Add device-based 'read' functions to access DT | Simon Glass |
2017-06-01 | dm: core: Add a place to put extra device-tree reading functions | Simon Glass |
2017-06-01 | dm: core: Add address operations on device tree references | Simon Glass |
2017-06-01 | dm: core: Add livetree address functions | Simon Glass |
2017-06-01 | dm: core: Add operations on device tree references | Simon Glass |
2017-06-01 | dm: core: Rename of_device_is_compatible() | Simon Glass |
2017-06-01 | dm: core: Add livetree access functions | Simon Glass |
2017-06-01 | dm: core: Add livetree definitions | Simon Glass |
2017-06-01 | dm: core: Add ofnode to represent device tree nodes | Simon Glass |
2017-06-01 | dm: core: Dont export dm_scan_fdt_node() | Simon Glass |
2017-06-01 | dm: Rename dev_addr..() functions | Simon Glass |
2017-06-01 | dm: core: Move dev_get_addr() etc. into a separate file | Simon Glass |
2017-05-17 | dm: core: Add DM_FLAG_OS_PREPARE flag | Stefan Roese |
2017-05-09 | drivers: phy: add generic PHY framework | Jean-Jacques Hiblot |
2017-05-08 | dm: Simple Watchdog uclass | maxims@google.com |
2017-04-18 | sysreset: psci: support system reset in a generic way with PSCI | Masahiro Yamada |
2017-04-04 | dm: core: Add dm_remove_devices_flags() and hook it into device_remove() | Stefan Roese |
2017-04-04 | dm: core: Add flags parameter to device_remove() | Stefan Roese |