Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-22 | drivers: clk: Add a managed API to get clocks from the device-tree | Jean-Jacques Hiblot | |
Add devm_clk_get(), devm_clk_get_optional() to get clocks from the device-tree. The clocks is automatically released and the data structure freed when the device is unbound. Also add devm_clk_put() to release the clock and free the data structure manually. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> | |||
2019-04-22 | drivers: nand: brcmnand: add initial support | Philippe Reynes | |
The driver brcmnand come from linux kernel 4.18. Only SoC bcm6838 and bcm6858 are supported. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> |