Jingoo Han
f7b41276b6
misc: replace strict_strtoul() with kstrtoul()
...
The usage of strict_strtoul() is not preferred, because
strict_strtoul() is obsolete. Thus, kstrtoul() should be
used.
Signed-off-by: Jingoo Han <jg1.han@samsung.com >
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-06-06 12:54:08 -07:00
Lars-Peter Clausen
873bf4f46c
misc: isl29003: Use dev_pm_ops
...
Use dev_pm_ops instead of the deprecated legacy suspend/resume callbacks.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de >
Cc: Daniel Mack <daniel@caiaq.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-04-11 12:39:02 -07:00
Bill Pemberton
486a5c28c2
misc: remove use of __devexit
...
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl >
Cc: Wolfram Sang <w.sang@pengutronix.de >
Cc: Eric Piel <eric.piel@tremplin-utc.net >
Cc: Jiri Slaby <jirislaby@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-21 12:53:32 -08:00
Bill Pemberton
80c8ae2892
misc: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl >
Cc: Eric Piel <eric.piel@tremplin-utc.net >
Cc: Jiri Slaby <jirislaby@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-21 12:51:53 -08:00
Bill Pemberton
2d6bed9ca9
drivers/misc: remove use of __devexit_p
...
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl >
Cc: Wolfram Sang <w.sang@pengutronix.de >
Cc: Eric Piel <eric.piel@tremplin-utc.net >
Cc: Jiri Slaby <jirislaby@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-21 12:49:50 -08:00
Axel Lin
a64fe2ed76
MISC: convert drivers/misc/* to use module_i2c_driver()
...
This patch converts the drivers in drivers/misc/* to use the
module_i2c_driver() macro which makes the code smaller and a bit
simpler.
Signed-off-by: Axel Lin <axel.lin@gmail.com >
Cc: Michael Hennerich <hennerich@blackfin.uclinux.org >
Cc: Anantha Narayanan <Anantha.Narayanan@intel.com >
Cc: Hemanth V <hemanthv@ti.com >
Cc: Christoph Mair <christoph.mair@gmail.com >
Cc: Grant Likely <grant.likely@secretlab.ca >
Cc: Ben Gardner <bgardner@wabtec.com >
Cc: Minkyu Kang <mk7.kang@samsung.com >
Cc: Kalhan Trisal <kalhan.trisal@intel.com >
Cc: Darrick J. Wong <djwong@us.ibm.com >
Cc: Daniel Mack <zonque@gmail.com >
Cc: Rodolfo Giometti <giometti@linux.it >
Acked-by: Arnd Bergmann <arnd@arndb.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2012-01-24 16:31:49 -08:00
Daniel Mack
74614f8d9d
isl29003: fix resume functionality
...
The isl29003 does not interpret the return value of
i2c_smbus_write_byte_data() correctly and hence causes an error on system
resume.
Also introduce power_state_before_suspend and restore the chip's power
state upon wakeup.
Signed-off-by: Daniel Mack <daniel@caiaq.de >
Cc: "Rafael J. Wysocki" <rjw@sisk.pl >
Cc: Jean Delvare <khali@linux-fr.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2009-05-06 16:36:10 -07:00
Daniel Mack
3cdbbeebb7
drivers/misc/isl29003.c: driver for the ISL29003 ambient light sensor
...
Add a driver for Intersil's ISL29003 ambient light sensor device plus some
documentation. Inspired by tsl2550.c, a driver for a similar device.
It is put in drivers/misc for now until the industrial I/O framework gets
merged.
Signed-off-by: Daniel Mack <daniel@caiaq.de >
Acked-by: Jonathan Cameron <jic23@cam.ac.uk >
Cc: Jean Delvare <khali@linux-fr.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2009-04-01 08:59:18 -07:00