Age | Commit message (Expand) | Author |
2019-05-21 | dm: core: Fix dm_extended_scan_fdt() | Patrice Chotard |
2019-04-23 | dm: core: Change platform specific translation-offset handling | Stefan Roese |
2018-12-10 | drivers: core: nullify gd->dm_root after dm_uninit() | Jean-Jacques Hiblot |
2018-11-14 | dm: core: Mirror the chosen node parse logic in the livetree scanning | Bin Meng |
2018-11-14 | dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() | Bin Meng |
2018-10-07 | dm: fdt: scan for devices under /firmware too | Jens Wiklander |
2018-09-18 | dm: core: Scan "/firmware" node by default | Rajan Vaja |
2018-09-18 | dm: core: Move "/clock" node scan into function | Rajan Vaja |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-01 | dm: core: make fixed-clock dt scan live dt compatible | Andy Yan |
2018-03-05 | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada |
2018-01-15 | dm: core: parse chosen node | Rob Clark |
2017-10-04 | dm: replace dm_dbg() with pr_debug() | Masahiro Yamada |
2017-09-11 | dm: core: add clocks node scan | Patrice Chotard |
2017-06-01 | dm: core: Scan the live tree when setting up driver model | Simon Glass |
2017-06-01 | dm: core: Update lists_bind_fdt() to use ofnode | 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-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 | dm: core: Fix Handling of global_data moving in SPL | Lokesh Vutla |
2017-03-16 | dm: allow limiting pre-reloc markings to spl or tpl | Heiko Stübner |
2017-02-08 | dm: core: Replace of_offset with accessor | Simon Glass |
2016-12-02 | dm: core: Handle global_data moving in SPL | Simon Glass |
2016-07-27 | dm: core: Add a function to bind child devices | Simon Glass |
2016-07-14 | dm: core: Don't use device tree with of-platdata | Simon Glass |
2016-06-19 | dm: add manual relocation for devices | Angelo Dureghello |
2016-01-12 | dm: core: Add option to configure an offset for the address translation | Stefan Roese |
2015-11-19 | dm: core: Add missing entries for manual relocation | Michal Simek |
2015-09-02 | dm: Provide better debugging when a device fails to bind | Simon Glass |
2015-08-18 | of: clean up OF_CONTROL ifdef conditionals | Masahiro Yamada |
2015-04-23 | dm: core: Select device tree control correctly for SPL | Simon Glass |
2015-02-12 | dm: Add support for all targets which requires MANUAL_RELOC | Michal Simek |
2015-01-29 | dm: core: Ignore disabled devices when binding | Simon Glass |
2015-01-29 | dm: core: Set device tree node for root device | Simon Glass |
2014-11-22 | dm: core: a trivial clean up | Masahiro Yamada |
2014-09-10 | dm: Adjust lists_bind_fdt() to return the bound device | Simon Glass |
2014-07-23 | dm: Add dm_scan_other() to locate board-specific devices | Simon Glass |
2014-07-23 | dm: Provide a function to scan child FDT nodes | Simon Glass |
2014-07-23 | dm: Support driver model prior to relocation | Simon Glass |
2014-07-23 | dm: Allow drivers to be marked 'before relocation' | Simon Glass |
2014-07-23 | dm: Provide a way to shut down driver model | Simon Glass |
2014-07-23 | dm: Make sure that the root device is probed | Simon Glass |
2014-07-18 | dm: add missing includes | Jeroen Hofstee |
2014-06-20 | dm: Cast away the const-ness of the global_data pointer | Simon Glass |
2014-06-20 | dm: Add missing header files in lists and root | Simon Glass |
2014-05-27 | dm: rename device struct to udevice | Heiko Schocher |
2014-03-04 | dm: Add base driver model support | Simon Glass |