Commit Graph

294 Commits (lime2-spi)

Author SHA1 Message Date
Simon Glass 2f3b95dbc7 dm: core: Set device tree node for root device 9 years ago
Simon Glass 964d153c0e dm: device: Add newline to debug() messages 10 years ago
Masahiro Yamada 17b28edb37 dm: core: remove unnecessary return condition in uclass lookup 10 years ago
Masahiro Yamada f724e0bba2 dm: core: remove unnecessary return condition in driver lookup 10 years ago
Masahiro Yamada 84a7153733 dm: core: remove meaningless if conditional 10 years ago
Masahiro Yamada cbf86d7198 dm: core: a trivial clean up 10 years ago
Simon Glass e33dc221f4 dm: Add a function to bind a device by driver name 10 years ago
Simon Glass 479728cb0c dm: core: Add functions to find parent and OF data 10 years ago
Simon Glass 2ef249b442 dm: core: Allow access to the device's driver_id data 10 years ago
Simon Glass 3ac435d33a dm: Allow device removal features to be dropped 10 years ago
Masahiro Yamada da333ae73c dm: add entries to Kconfig 10 years ago
Simon Glass da802b9e27 dm: core: Add support for simple-bus 10 years ago
Simon Glass accd4b19b3 dm: core: Allow parents to pass data to children during probe 10 years ago
Simon Glass a8981d4f80 dm: core: Add functions for iterating through device children 10 years ago
Masahiro Yamada 2cede453da dm: simplify the loop in lists_driver_lookup_name() 10 years ago
Masahiro Yamada 29a1bedbf3 dm: do not check the existence of uclass operation 10 years ago
Masahiro Yamada f494e0a184 kbuild: refactor some makefiles 10 years ago
Masahiro Yamada ed36323f6d kconfig: add blank Kconfig files 10 years ago
Robert Baldyga cae025aab3 dm: avoid dev->req_seq overflow 10 years ago
Simon Glass 91cbd792c4 dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL 10 years ago
Simon Glass 1f359e3611 dm: Adjust lists_bind_fdt() to return the bound device 10 years ago
Simon Glass bb58503d80 dm: Add dm_scan_other() to locate board-specific devices 10 years ago
Simon Glass 9b0ba067f9 dm: Improve errors and warnings in lists_bind_fdt() 10 years ago
Simon Glass a327dee0f4 dm: Add child_pre_probe() and child_post_remove() methods 10 years ago
Simon Glass e59f458de6 dm: Introduce per-child data for devices 10 years ago
Simon Glass 997c87bb0b dm: Add functions to access a device's children 10 years ago
Simon Glass 1ca7e2062b dm: Provide a function to scan child FDT nodes 10 years ago
Simon Glass c910e2e2da dm: Avoid accessing uclasses before they are ready 10 years ago
Simon Glass f4cdead24a dm: Allow a device to be found by its FDT offset 10 years ago
Simon Glass 5a66a8ff86 dm: Introduce device sequence numbering 10 years ago
Simon Glass 9ca296a1b0 dm: Move uclass error checking/probing into a function 10 years ago
Simon Glass ab7cd62790 dm: Support driver model prior to relocation 10 years ago
Simon Glass 00606d7e39 dm: Allow drivers to be marked 'before relocation' 10 years ago
Simon Glass 9adbd7a116 dm: Provide a way to shut down driver model 10 years ago
Simon Glass 7497812d47 dm: Make sure that the root device is probed 10 years ago
Jeroen Hofstee fd536d818d dm: add missing includes 10 years ago
Simon Glass 89876a55a6 dm: Cast away the const-ness of the global_data pointer 10 years ago
Simon Glass 6a6d8fbef7 dm: Add missing header files in lists and root 10 years ago
Simon Glass ae7f451308 dm: Rename struct device_id to udevice_id 10 years ago
Heiko Schocher 54c5d08a09 dm: rename device struct to udevice 10 years ago
Simon Glass 6494d708bf dm: Add base driver model support 10 years ago