Commit Graph

294 Commits (lime2-spi)

Author SHA1 Message Date
Masahiro Yamada 04c5ee41b2 dm: remove redundant CONFIG_DM from driver/core/Makefile 9 years ago
Masahiro Yamada 1f5dd4700a dm: do not set DM_FLAG_ACTIVATED twice 9 years ago
Masahiro Yamada 643e69021e dm: change dm_warn() message into debug() in uclass_add() 9 years ago
Simon Glass 9f4629be8a dm: core: Add device checking to syscon_get_regmap() 9 years ago
Simon Glass 5725128507 dm: Add support for generic system controllers (syscon) 9 years ago
Simon Glass 6f98b7504f dm: Add support for register maps (regmap) 9 years ago
Simon Glass 132f9bfc9e dm: core: Correct device_get_child_by_of_offset() parameter 9 years ago
Simon Glass 2693047acd dm: core: Add a function to find any device from device tree 9 years ago
Simon Glass 3039811e65 dm: core: Use debug() instead of printf() for failures 9 years ago
Simon Glass 304fbef156 dm: Move the tree/uclass dump code into its own file 9 years ago
Simon Glass a59abd1049 Remove SPL undefine of CONFIG_OF_CONTROL 9 years ago
Simon Glass 5b9000dd25 dm: core: Add a function to bind a driver for a device tree node 9 years ago
Simon Glass f66529f998 dm: core: Correct bug introduced in uclass_first/next_device() 9 years ago
Masahiro Yamada f0f932d620 dm: core: drop device removal error path correctly 9 years ago
Simon Glass b2b0d3e712 dm: core: Select device tree control correctly for SPL 9 years ago
Simon Glass 5a87c4174d dm: core: Drop device removal error path when not supported 9 years ago
Simon Glass 7f9875e733 dm: core: Remove unbind operations when not required 9 years ago
Simon Glass 36fa61dc61 dm: core: Allow sequence alias support to be removed for SPL 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 f9c370dcdf dm: core: device: add function: dev_get_uclass_name() 9 years ago
Przemyslaw Marczak cc73d37b7f dm: core: device: add function: dev_get_driver_ops() 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 5eaed88028 dm: core: Extend struct udevice by '.uclass_platdata' field. 9 years ago
Przemyslaw Marczak c1d6f91952 dm: core: add internal functions for getting the device without probe 9 years ago
Simon Glass c5785673bc dm: core: Add device children and sibling functions 9 years ago
Simon Glass 206d4d2b4b dm: core: Mark device as active before calling uclass probe() methods 9 years ago
Simon Glass 39de843352 dm: core: Rename driver data function to dev_get_driver_data() 9 years ago
Simon Glass 3479253dad dm: core: Convert driver_bind() to use const 9 years ago
Simon Glass 2c03c4633b dm: core: Support allocating driver-private data for DMA 9 years ago
Simon Glass 02c07b3741 dm: core: Add a uclass pre_probe() method for devices 9 years ago
Simon Glass 02eeb1bbb1 dm: core: Mark device as active before calling its probe() method 9 years ago
Simon Glass e564f054af dm: core: Add dev_get_uclass_priv() to access uclass private data 9 years ago
Masahiro Yamada d648964fc2 kconfig: remove unneeded dependency on !SPL_BUILD 9 years ago
Michal Simek 484fdf5ba0 dm: Add support for all targets which requires MANUAL_RELOC 9 years ago
Peng Fan c9cac3f841 dm: introduce dev_get_addr interface 9 years ago
Simon Glass 91a91ff804 dm: Add Kconfig options for driver model SPL support 9 years ago
Simon Glass f94a1bed07 dm: Expand and complete Kconfig in drivers/ 9 years ago
Simon Glass 94f7afdf7e dm: core: Ignore disabled devices when binding 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
Simon Glass dac8db2ce6 dm: core: Allow uclasses to specify private data for a device's children 9 years ago
Simon Glass 9cc36a2b89 dm: core: Add a flag to control sequence numbering 9 years ago
Simon Glass b367053102 dm: core: Add a function to get a device's uclass ID 9 years ago
Simon Glass 0118ce7957 dm: core: Add a post_bind method for parents 9 years ago
Simon Glass ba8da9dc43 dm: core: Allow uclasses to specify platdata for a device's children 9 years ago
Simon Glass cdc133bde9 dm: core: Allow parents to have platform data for their children 9 years ago
Simon Glass f8a85449ef dm: core: Allocate platform data when binding a device 9 years ago
Simon Glass 72ebfe86fa dm: core: Tidy up error handling in device_bind() 9 years ago