Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mfd: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-03-19 | 1 | -1/+0 |
| | | | | | | | | | | None of these files are actually using any __init type directives and hence don't need to include <linux/init.h>. Most are just a left over from __devinit and __cpuinit removal, or simply due to code getting copied from one driver to the next. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> | ||||
* | tps65912: irq: add interrupt controller | Margarita Olaya | 2011-07-31 | 1 | -0/+224 |
This module controls the interrupt handling for the tps65912. The interrupt sources can be the following: - GPIO - PWRON signal - PWRHOLD signal - Temperature detection Signed-off-by: Margarita Olaya Cabrera <magi@slimlogic.co.uk> Acked-by: Samuel Ortiz <sameo@linux.intel.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> |