Commit Graph

28 Commits (bee91169f5b258bd8e61c3b902c07bf0e9b18c01)

Author SHA1 Message Date
Simon Glass b06750501f dm: core: Add uclass_first_device_err() to return a valid device 9 years ago
Simon Glass 1b30d61d78 dm: core: Export uclass_find_device_by_of_offset() 9 years ago
Simon Glass 20af3c0a00 dm: core: Call uclass post_bind() after the driver's bind() method 9 years ago
Simon Glass c275dfefeb dm: core: Provide uclass_find_device_by_phandle() only when needed 9 years ago
Bin Meng 50dae85c71 dm: core: Remove unnecessary codes in uclass_pre_remove_device() 10 years ago
Simon Glass 3346c87625 dm: Improve handling of a missing uclass 10 years ago
Masahiro Yamada 0a5804b53a dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list 10 years ago
Simon Glass d82ba4c0b4 dm: core: Support finding a device by phandle 10 years ago
Simon Glass 2fda14ae6a dm: core: Check for empty list in uclass_find_device() 10 years ago
Masahiro Yamada 643e69021e dm: change dm_warn() message into debug() in uclass_add() 10 years ago
Simon Glass f66529f998 dm: core: Correct bug introduced in uclass_first/next_device() 10 years ago
Simon Glass 7f9875e733 dm: core: Remove unbind operations when not required 10 years ago
Simon Glass 07d260e047 dm: core: Handle recursive unbinding of uclass devices 10 years ago
Przemyslaw Marczak 794d521917 dm: core: remove type 'static' of function uclass_get_device_tail() 10 years ago
Przemyslaw Marczak b7af1a2da7 dm: core: uclass: add function: uclass_get_device_by_name() 10 years ago
Przemyslaw Marczak e0735a4c60 dm: core: uclass: add function: uclass_find_device_by_name() 10 years ago
Przemyslaw Marczak c1d6f91952 dm: core: add internal functions for getting the device without probe 10 years ago
Simon Glass 02c07b3741 dm: core: Add a uclass pre_probe() method for devices 10 years ago
Simon Glass 83c7e434c9 dm: core: Allow uclass to set up a device's child before it is probed 10 years ago
Simon Glass 081f2fcbd9 dm: core: Allow the uclass to set up a device's child after binding 10 years ago
Masahiro Yamada 29a1bedbf3 dm: do not check the existence of uclass operation 11 years ago
Simon Glass c910e2e2da dm: Avoid accessing uclasses before they are ready 11 years ago
Simon Glass f4cdead24a dm: Allow a device to be found by its FDT offset 11 years ago
Simon Glass 5a66a8ff86 dm: Introduce device sequence numbering 11 years ago
Simon Glass 9ca296a1b0 dm: Move uclass error checking/probing into a function 11 years ago
Simon Glass 89876a55a6 dm: Cast away the const-ness of the global_data pointer 11 years ago
Heiko Schocher 54c5d08a09 dm: rename device struct to udevice 11 years ago
Simon Glass 6494d708bf dm: Add base driver model support 11 years ago