Paul Gortmaker
e2527ec369
drivers/misc: delete non-required instances of include <linux/init.h>
...
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.
Cc: Arnd Bergmann <arnd@arndb.de >
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-02-07 15:10:19 -08:00
Daniel Mack
f91f9258f6
drivers: misc: ti_dac7512: add support for DT matching
...
Only matching is done via DT, no other details can be passed.
Signed-off-by: Daniel Mack <zonque@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-09-26 09:04:06 -07:00
Daniel Mack
beb900fc24
drivers: misc: ti_dac7512: provide a SPI ID table
...
This way, the module can be autoloaded by the SPI core.
Signed-off-by: Daniel Mack <zonque@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-09-26 09:04:06 -07:00
Daniel Mack
e06465050e
drivers: misc: ti_dac7512: drop DAC7512_DRV_NAME
...
The driver's name can be provided directly, so drop the #define.
Signed-off-by: Daniel Mack <zonque@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-09-26 09:04:05 -07:00
Daniel Mack
f464a1d00e
drivers: misc: ti_dac7512: drop module version
...
Providing a module version doesn't add any value, so drop it.
Signed-off-by: Daniel Mack <zonque@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-09-26 09:04:05 -07:00
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
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
a3dc3c9eb0
MISC: convert drivers/misc/* to use module_spi_driver()
...
This patch converts the drivers in drivers/misc/* to use the
module_spi_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: Anatolij Gustschin <agust@denx.de >
Cc: Daniel Mack <zonque@gmail.com >
Acked-by: Michael Hennerich <michael.hennerich@analog.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2012-01-24 16:31:49 -08:00
Daniel Mack
4d00928c1f
drivers/misc: add driver for Texas Instruments DAC7512
...
Signed-off-by: Daniel Mack <daniel@caiaq.de >
Cc: "H Hartley Sweeten" <hartleys@visionengravers.com >
Cc: David Brownell <dbrownell@users.sourceforge.net >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2009-12-15 08:53:25 -08:00