Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drivers: mfd: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | CONFIG_HOTPLUG is going away as an option. As a result, the __dev* markings need to be removed. This change removes the use of __devinit, __devexit_p, __devinitdata, __devinitconst, and __devexit from these drivers. Based on patches originally written by Bill Pemberton, but redone by me in order to handle some of the coding style issues better, by hand. Cc: Bill Pemberton <wfp5p@virginia.edu> Cc: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | mfd: twl6040: Remove duplicate inclusion of linux/err.h | Sachin Kamat | 2012-11-21 | 1 | -1/+0 |
| | | | | | | | linux/err.h was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> | ||||
* | mfd: twl6040: Rename the core driver | Peter Ujfalusi | 2012-11-13 | 1 | -0/+749 |
After the regmap_irq conversion there is no need to call the driver as twl6040-core.c since there is only one c file remained. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> |