Age | Commit message (Expand) | Author |
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: Set return value first in lists_bind_fdt() | Simon Glass |
2017-06-01 | dm: core: Adjust device_bind_common() to take an ofnode | Simon Glass |
2017-06-01 | dm: core: Add ofnode to represent device tree nodes | Simon Glass |
2017-06-01 | dm: core: Replace of_offset with accessor (part 2) | 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-04-13 | dm: core: Ensure DMA regions start up with the cache clean | Simon Glass |
2017-04-13 | core/uclass: Print name of device in uclass_find_device_by_seq() | Alexandru Gagniuc |
2017-04-05 | dm: core: Allow driver model to be disabled for TPL | Simon Glass |
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 |
2017-03-22 | regmap: use fdt address translation | Jean-Jacques Hiblot |
2017-03-22 | dm: core: Fix Handling of global_data moving in SPL | Lokesh Vutla |
2017-03-16 | dm: Return actual bools in dm_fdt_pre_reloc | Heiko Stübner |
2017-03-16 | dm: allow limiting pre-reloc markings to spl or tpl | Heiko Stübner |
2017-02-08 | simple-bus: enable support for of-platdata | Kever Yang |
2017-02-08 | dm: core: Replace of_offset with accessor | Simon Glass |
2016-12-02 | dm: core: Add dev_get_addr_size_index() to retrieve addr and size | Stefan Roese |
2016-12-02 | dm: core: Handle global_data moving in SPL | Simon Glass |
2016-10-24 | Fix codying style broken by recent libfdt sync | Masahiro Yamada |
2016-10-13 | libfdt: Bring in upstream stringlist functions | Simon Glass |
2016-10-11 | dm: core: Add a function to get a uclass name | Simon Glass |
2016-09-21 | dm: syscon: Provide a generic syscon driver | Paul Burton |
2016-09-21 | dm: core: Match compatible strings in order of priority | Paul Burton |
2016-09-21 | dm: regmap: Implement simple regmap_read & regmap_write | Paul Burton |
2016-08-12 | fdt: allow fdtdec_get_addr_size_*() to translate addresses | Stephen Warren |
2016-07-27 | dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() | Simon Glass |
2016-07-27 | dm: core: Add a function to bind child devices | Simon Glass |
2016-07-25 | dm: core: Add a way to find a device by its driver | Simon Glass |
2016-07-14 | dm: core: Add an implementation of regmap_init_mem_platdata() | Simon Glass |
2016-07-14 | dm: core: Move regmap allocation into a separate function | Simon Glass |
2016-07-14 | dm: core: Expand platdata for of-platdata devices | Simon Glass |
2016-07-14 | dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED | Simon Glass |
2016-07-14 | dm: syscon: Add support for of-platdata | Simon Glass |
2016-07-14 | dm: regmap: Add a dummy implementation for of-platdata | Simon Glass |
2016-07-14 | dm: core: Don't use device tree with of-platdata | Simon Glass |
2016-07-09 | dm: core: implement dev_map_physmem() | Vignesh R |
2016-06-19 | dm: add manual relocation for devices | Angelo Dureghello |
2016-05-26 | dm: allow setting driver_data before/during bind | Stephen Warren |
2016-05-25 | fdt: Support for ISA busses | Paul Burton |
2016-05-24 | drivers: core: device: add support to check dt compatible for a device/machine | Mugunthan V N |
2016-05-17 | dm: core: Allow device names to be freed automatically | Simon Glass |
2016-05-17 | fdt: fix dev_get_addr_name node offset | Stephen Warren |
2016-05-17 | dm: core: allow drivers to refuse to bind | Stephen Warren |