Commit Graph

42 Commits (lime2-spi)

Author SHA1 Message Date
Jean-Jacques Hiblot e7c865620e uclass: Add dev_get_uclass_index() to get the uclass/index of a device 6 years ago
Simon Glass 31e60ffa05 dm: core: Add logging of some common errors 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Kever Yang d255fade66 core: add uclass_get_device_by_phandle_id() api 6 years ago
Simon Glass 6e43d1b199 dm: core: Add a function to look up a uclass by name 6 years ago
Simon Glass 95ce385a4a dm: core: Add uclass_first/next_device_check() 7 years ago
Simon Glass 30a570a983 dm: core: Clarify uclass_first/next_device() comments 7 years ago
Simon Glass a40cc8e123 dm: core: Update uclass_find_device_by_phandle() for livetree 7 years ago
Simon Glass 40bb637dae dm: core: Add a way to find a device by ofnode 7 years ago
Alexandru Gagniuc ea168e3351 core/uclass: Print name of device in uclass_find_device_by_seq() 7 years ago
Stefan Roese 706865afe5 dm: core: Add flags parameter to device_remove() 7 years ago
Simon Glass e160f7d430 dm: core: Replace of_offset with accessor 7 years ago
Simon Glass 0a5f6f869f dm: core: Add a function to get a uclass name 8 years ago
Simon Glass c57f806bf2 dm: core: Add a way to find a device by its driver 8 years ago
Simon Glass b06750501f dm: core: Add uclass_first_device_err() to return a valid device 8 years ago
Simon Glass 1b30d61d78 dm: core: Export uclass_find_device_by_of_offset() 8 years ago
Simon Glass 20af3c0a00 dm: core: Call uclass post_bind() after the driver's bind() method 8 years ago
Simon Glass c275dfefeb dm: core: Provide uclass_find_device_by_phandle() only when needed 8 years ago
Bin Meng 50dae85c71 dm: core: Remove unnecessary codes in uclass_pre_remove_device() 9 years ago
Simon Glass 3346c87625 dm: Improve handling of a missing uclass 9 years ago
Masahiro Yamada 0a5804b53a dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list 9 years ago
Simon Glass d82ba4c0b4 dm: core: Support finding a device by phandle 9 years ago
Simon Glass 2fda14ae6a dm: core: Check for empty list in uclass_find_device() 9 years ago
Masahiro Yamada 643e69021e dm: change dm_warn() message into debug() in uclass_add() 9 years ago
Simon Glass f66529f998 dm: core: Correct bug introduced in uclass_first/next_device() 9 years ago
Simon Glass 7f9875e733 dm: core: Remove unbind operations when not required 9 years ago
Simon Glass 07d260e047 dm: core: Handle recursive unbinding of uclass devices 9 years ago
Przemyslaw Marczak 794d521917 dm: core: remove type 'static' of function uclass_get_device_tail() 9 years ago
Przemyslaw Marczak b7af1a2da7 dm: core: uclass: add function: uclass_get_device_by_name() 9 years ago
Przemyslaw Marczak e0735a4c60 dm: core: uclass: add function: uclass_find_device_by_name() 9 years ago
Przemyslaw Marczak c1d6f91952 dm: core: add internal functions for getting the device without probe 9 years ago
Simon Glass 02c07b3741 dm: core: Add a uclass pre_probe() method for devices 9 years ago
Simon Glass 83c7e434c9 dm: core: Allow uclass to set up a device's child before it is probed 9 years ago
Simon Glass 081f2fcbd9 dm: core: Allow the uclass to set up a device's child after binding 9 years ago
Masahiro Yamada 29a1bedbf3 dm: do not check the existence of uclass operation 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 89876a55a6 dm: Cast away the const-ness of the global_data pointer 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