Commit Graph

193 Commits (519d9424c33026677868e3b29203120261516996)

Author SHA1 Message Date
Simon Glass 34ab37eef5 dm: usb: Add support for USB keyboards with driver model 10 years ago
Thomas Chou d85879938d dm: implement a MTD uclass 10 years ago
Przemyslaw Marczak 5decbf5300 dm: adc: add simple ADC uclass implementation 10 years ago
Simon Glass 8d1f3a9daf dm: core: Tidy up comments in device.h 10 years ago
Simon Glass 99b81a4d86 dm: core: Remove a comment about dropping per_child_auto_alloc_size 10 years ago
Simon Glass 93c7fe4a0c dm: core: Tidy up devres comments 10 years ago
Simon Glass fb04c9d7b8 dm: core: Fix device flag whitespace 10 years ago
Simon Glass 9a79f6e6d5 dm: core: Adjust device.h header file order 10 years ago
Simon Glass bcbe3d1579 dm: Rename dev_get_parentdata() to dev_get_parent_priv() 10 years ago
Thomas Chou 4395e06eb9 dm: implement a Miscellaneous uclass 10 years ago
Thomas Chou c8a7ba9e6a dm: implement a Timer uclass 10 years ago
Nishanth Menon ddf56bc7e3 drivers: Introduce a simplified remoteproc framework 10 years ago
Bin Meng 1e0f226362 dm: pci: Add an inline API to test if a device is on a PCI bus 10 years ago
Simon Glass c5acf4a2b3 pinctrl: Add the concept of peripheral IDs 10 years ago
Masahiro Yamada d90a5a30de pinctrl: add pin control uclass support 10 years ago
Masahiro Yamada e6cabe4a6d dm: core: allow device_bind() to not return a device pointer 10 years ago
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