Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dm: core: Require users of devres to include the header | Simon Glass | 2020-02-05 | 1 | -0/+1 |
| | | | | | | | | | | At present devres.h is included in all files that include dm.h but few make use of it. Also this pulls in linux/compat which adds several more headers. Drop the automatic inclusion and require files to include devres themselves. This provides a good indication of which files use devres. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Anatolij Gustschin <agust@denx.de> | ||||
* | misc: microchip_flexcom: introduce microchip_flexcom driver | Eugen Hristev | 2019-10-24 | 1 | -0/+64 |
The Microchip Flexcom is just a wrapper which embeds a SPI controller, an I2C controller and an USART. Only one function can be used at a time and is chosen at boot time according to the device tree. The bindings are kept as in Linux. The driver registers to MISC_UCLASS. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> |