Commit Graph

306 Commits (lime2-spi)

Author SHA1 Message Date
Simon Glass 83510766c9 dm: video: Add a uclass for the text console 9 years ago
Simon Glass 1acafc73bf dm: video: Add a video uclass 9 years ago
Vladimir Zapolskiy f21069ed82 serial: lpc32xx hsuart: port driver to driver model 9 years ago
Mugunthan V N 69b41388ba dm: core: Add a new api to get indexed device address 9 years ago
Stefan Roese 66eaea6cd1 dm: core: Add option to configure an offset for the address translation 9 years ago
Kamil Lulko 665624149a stm32: Convert serial driver to DM 9 years ago
Simon Glass 79725ca4f6 Revert "dm: Export device_remove_children / device_unbind_children" 9 years ago
Simon Glass 7aeac5bc8c dm: core: Add safe device iteration macros 9 years ago
Simon Glass 34ab37eef5 dm: usb: Add support for USB keyboards with driver model 9 years ago
Thomas Chou d85879938d dm: implement a MTD uclass 9 years ago
Przemyslaw Marczak 5decbf5300 dm: adc: add simple ADC uclass implementation 9 years ago
Simon Glass 8d1f3a9daf dm: core: Tidy up comments in device.h 9 years ago
Simon Glass 99b81a4d86 dm: core: Remove a comment about dropping per_child_auto_alloc_size 9 years ago
Simon Glass 93c7fe4a0c dm: core: Tidy up devres comments 9 years ago
Simon Glass fb04c9d7b8 dm: core: Fix device flag whitespace 9 years ago
Simon Glass 9a79f6e6d5 dm: core: Adjust device.h header file order 9 years ago
Simon Glass bcbe3d1579 dm: Rename dev_get_parentdata() to dev_get_parent_priv() 9 years ago
Thomas Chou 4395e06eb9 dm: implement a Miscellaneous uclass 9 years ago
Thomas Chou c8a7ba9e6a dm: implement a Timer uclass 9 years ago
Nishanth Menon ddf56bc7e3 drivers: Introduce a simplified remoteproc framework 9 years ago
Bin Meng 1e0f226362 dm: pci: Add an inline API to test if a device is on a PCI bus 9 years ago
Simon Glass c5acf4a2b3 pinctrl: Add the concept of peripheral IDs 9 years ago
Masahiro Yamada d90a5a30de pinctrl: add pin control uclass support 9 years ago
Masahiro Yamada e6cabe4a6d dm: core: allow device_bind() to not return a device pointer 9 years ago
Simon Glass f255d31f90 dm: tpm: Add a uclass for Trusted Platform Modules 9 years ago
Masahiro Yamada 71f1e3f19d dm: simplify uclass_foreach_dev() implementation 9 years ago
Masahiro Yamada 6d99cfaee8 serial: uniphier: drop platform data support 9 years ago
Masahiro Yamada 0f9258228e of: clean up OF_CONTROL ifdef conditionals 9 years ago
Masahiro Yamada 0a5804b53a dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list 9 years ago
Simon Glass 74356d7fb1 dm: core: Fix a typo in the uclass_get_device_by_name() comment 9 years ago
Simon Glass f5c67ea036 dm: core: Add a way to set a device name 9 years ago
Masahiro Yamada 40b6f2d020 devres: add debug command to dump device resources 9 years ago
Masahiro Yamada e2282d7076 devres: make Devres optional with CONFIG_DEVRES 9 years ago
Masahiro Yamada 2b07f6859a devres: add devm_kmalloc() and friends (managed memory allocators) 9 years ago
Masahiro Yamada 608f26c51b devres: introduce Devres (Managed Device Resource) framework 9 years ago
Masahiro Yamada aed1a4dd88 dm: add DM_FLAG_BOUND flag 9 years ago
Simon Glass f33017716e dm: Support address translation for simple-bus 9 years ago
Simon Glass 801ab9e93c dm: video: Add support for video bridges 9 years ago
Simon Glass 3d1957f0ea dm: i2c: Add support for multiplexed I2C buses 9 years ago
Simon Glass d82ba4c0b4 dm: core: Support finding a device by phandle 9 years ago
Simon Glass 3f416f336e dm: Add a return value comment to device_get_child() 9 years ago
Hans de Goede bb52b367f6 dm: Export device_remove_children / device_unbind_children 9 years ago
Simon Glass 97f3ee34b6 dm: Add platform data advice and admonishment 9 years ago
Simon Glass f26c8a8e77 dm: Add a clock uclass 9 years ago
Simon Glass f9917454d5 dm: Add a system reset uclass 9 years ago
Simon Glass 6c51df6859 dm: Add support for RAM drivers 9 years ago
Simon Glass e7ecf7cb5a dm: mmc: Add an MMC uclass 9 years ago
Simon Glass 5917112c9e dm: Add support for LEDs 9 years ago
Simon Glass 5725128507 dm: Add support for generic system controllers (syscon) 9 years ago
Simon Glass 132f9bfc9e dm: core: Correct device_get_child_by_of_offset() parameter 9 years ago