Commit Graph

175 Commits (c409bd015c295ba088af75b117d1dd6ebd8080ba)

Author SHA1 Message Date
Simon Glass f255d31f90 dm: tpm: Add a uclass for Trusted Platform Modules 10 years ago
Masahiro Yamada 71f1e3f19d dm: simplify uclass_foreach_dev() implementation 10 years ago
Masahiro Yamada 6d99cfaee8 serial: uniphier: drop platform data support 10 years ago
Masahiro Yamada 0f9258228e of: clean up OF_CONTROL ifdef conditionals 10 years ago
Masahiro Yamada 0a5804b53a dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list 10 years ago
Simon Glass 74356d7fb1 dm: core: Fix a typo in the uclass_get_device_by_name() comment 10 years ago
Simon Glass f5c67ea036 dm: core: Add a way to set a device name 10 years ago
Masahiro Yamada 40b6f2d020 devres: add debug command to dump device resources 10 years ago
Masahiro Yamada e2282d7076 devres: make Devres optional with CONFIG_DEVRES 10 years ago
Masahiro Yamada 2b07f6859a devres: add devm_kmalloc() and friends (managed memory allocators) 10 years ago
Masahiro Yamada 608f26c51b devres: introduce Devres (Managed Device Resource) framework 10 years ago
Masahiro Yamada aed1a4dd88 dm: add DM_FLAG_BOUND flag 10 years ago
Simon Glass f33017716e dm: Support address translation for simple-bus 10 years ago
Simon Glass 801ab9e93c dm: video: Add support for video bridges 10 years ago
Simon Glass 3d1957f0ea dm: i2c: Add support for multiplexed I2C buses 10 years ago
Simon Glass d82ba4c0b4 dm: core: Support finding a device by phandle 10 years ago
Simon Glass 3f416f336e dm: Add a return value comment to device_get_child() 10 years ago
Hans de Goede bb52b367f6 dm: Export device_remove_children / device_unbind_children 10 years ago
Simon Glass 97f3ee34b6 dm: Add platform data advice and admonishment 10 years ago
Simon Glass f26c8a8e77 dm: Add a clock uclass 10 years ago
Simon Glass f9917454d5 dm: Add a system reset uclass 10 years ago
Simon Glass 6c51df6859 dm: Add support for RAM drivers 10 years ago
Simon Glass e7ecf7cb5a dm: mmc: Add an MMC uclass 10 years ago
Simon Glass 5917112c9e dm: Add support for LEDs 10 years ago
Simon Glass 5725128507 dm: Add support for generic system controllers (syscon) 10 years ago
Simon Glass 132f9bfc9e dm: core: Correct device_get_child_by_of_offset() parameter 10 years ago
Simon Glass 2693047acd dm: core: Add a function to find any device from device tree 10 years ago
Simon Glass 304fbef156 dm: Move the tree/uclass dump code into its own file 10 years ago
Simon Glass 4e389366e8 dm: Sort the uclass IDs after the tegra/PMIC addition 10 years ago
Joe Hershberger 40441e0bd3 test: dm: Move the dm tests over to the ut command 10 years ago
Joe Hershberger e721b882e9 test: Generalize the unit test framework 10 years ago
Przemyslaw Marczak af41e8db26 dm: regulator: add implementation of driver model regulator uclass 10 years ago
Przemyslaw Marczak 4d9057e82b dm: pmic: add implementation of driver model pmic uclass 10 years ago
Simon Glass 51f2c99e14 dm: video: Add a uclass for display port 10 years ago
Simon Glass 3d7cf4192f dm: core: Sort the uclasses 10 years ago
Simon Glass dbeda5b225 dm: rtc: Add a uclass for real-time clocks 10 years ago
Simon Glass 11f4dc1583 dm: Implement a CPU uclass 10 years ago
Simon Glass 5b9000dd25 dm: core: Add a function to bind a driver for a device tree node 10 years ago
Simon Glass 7f9875e733 dm: core: Remove unbind operations when not required 10 years ago
Przemyslaw Marczak a7b8250210 dm: core: precise comments for get/find device by name 10 years ago
Przemyslaw Marczak 794d521917 dm: core: remove type 'static' of function uclass_get_device_tail() 10 years ago
Przemyslaw Marczak f9c370dcdf dm: core: device: add function: dev_get_uclass_name() 10 years ago
Przemyslaw Marczak cc73d37b7f dm: core: device: add function: dev_get_driver_ops() 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 754e71e850 dm: test: Add tests for device's uclass platform data 10 years ago
Przemyslaw Marczak 5eaed88028 dm: core: Extend struct udevice by '.uclass_platdata' field. 10 years ago
Przemyslaw Marczak c1d6f91952 dm: core: add internal functions for getting the device without probe 10 years ago
Simon Glass 57f54d55bd dm: test: Allow 'dm test' to select a particular test to run 10 years ago
Simon Glass f4f715360c dm: usb: sandbox: Add an emulator for USB flash devices 10 years ago