summaryrefslogtreecommitdiff
path: root/drivers/core/root.c
AgeCommit message (Expand)Author
2019-05-21dm: core: Fix dm_extended_scan_fdt()Patrice Chotard
2019-04-23dm: core: Change platform specific translation-offset handlingStefan Roese
2018-12-10drivers: core: nullify gd->dm_root after dm_uninit()Jean-Jacques Hiblot
2018-11-14dm: core: Mirror the chosen node parse logic in the livetree scanningBin Meng
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng
2018-10-07dm: fdt: scan for devices under /firmware tooJens Wiklander
2018-09-18dm: core: Scan "/firmware" node by defaultRajan Vaja
2018-09-18dm: core: Move "/clock" node scan into functionRajan Vaja
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-01dm: core: make fixed-clock dt scan live dt compatibleAndy Yan
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-01-15dm: core: parse chosen nodeRob Clark
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada
2017-09-11dm: core: add clocks node scanPatrice Chotard
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon 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-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-22dm: core: Fix Handling of global_data moving in SPLLokesh Vutla
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-12-02dm: core: Handle global_data moving in SPLSimon Glass
2016-07-27dm: core: Add a function to bind child devicesSimon Glass
2016-07-14dm: core: Don't use device tree with of-platdataSimon Glass
2016-06-19dm: add manual relocation for devicesAngelo Dureghello
2016-01-12dm: core: Add option to configure an offset for the address translationStefan Roese
2015-11-19dm: core: Add missing entries for manual relocationMichal Simek
2015-09-02dm: Provide better debugging when a device fails to bindSimon Glass
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-04-23dm: core: Select device tree control correctly for SPLSimon Glass
2015-02-12dm: Add support for all targets which requires MANUAL_RELOCMichal Simek
2015-01-29dm: core: Ignore disabled devices when bindingSimon Glass
2015-01-29dm: core: Set device tree node for root deviceSimon Glass
2014-11-22dm: core: a trivial clean upMasahiro Yamada
2014-09-10dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass
2014-07-23dm: Add dm_scan_other() to locate board-specific devicesSimon Glass
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass
2014-07-23dm: Support driver model prior to relocationSimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-07-23dm: Provide a way to shut down driver modelSimon Glass
2014-07-23dm: Make sure that the root device is probedSimon Glass
2014-07-18dm: add missing includesJeroen Hofstee
2014-06-20dm: Cast away the const-ness of the global_data pointerSimon Glass
2014-06-20dm: Add missing header files in lists and rootSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add base driver model supportSimon Glass