summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-class.c
Commit message (Collapse)AuthorAgeFilesLines
* extcon: fixing typosPeter Meerwald2012-09-051-4/+4
| | | | | | Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* extcon: Ensure dynamically allocated sysfs attributes are initialisedMark Brown2012-08-161-0/+4
| | | | | | | | | | The operation of lockdep requires that all dynamically allocated sysfs nodes are initialised using sysfs_attr_init() otherwise lots of warnings are generated. Ensure that all the dynamically allocated attributes that extcon generates have this done. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* Extcon: renamed files to comply with the standard naming.MyungJoo Ham2012-08-161-0/+832
Replaced '_' with '-' in the extcon file names, which has been bogging since new drivers have been using the standard naming. Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
OpenPOWER on IntegriCloud