Bill Pemberton
281dfd0b6e
hwmon: 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: Hans de Goede <hdegoede@redhat.com >
Cc: Jean Delvare <khali@linux-fr.org >
Cc: Alistair John Strachan <alistair@devzero.co.uk >
Cc: Fenghua Yu <fenghua.yu@intel.com >
Cc: Juerg Haefliger <juergh@gmail.com >
Cc: Andreas Herrmann <herrmann.der.user@googlemail.com >
Cc: Clemens Ladisch <clemens@ladisch.de >
Cc: Rudolf Marek <r.marek@assembler.cz >
Cc: Jim Cromie <jim.cromie@gmail.com >
Cc: "Mark M. Hoffman" <mhoffman@lightlink.com >
Cc: Roger Lucas <vt8231@hiddenengine.co.uk >
Acked-by: Guenter Roeck <linux@roeck-us.net >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 11:50:34 -08:00
Bill Pemberton
6c931ae1c0
hwmon: 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: Hans de Goede <hdegoede@redhat.com >
Cc: Jean Delvare <khali@linux-fr.org >
Cc: Alistair John Strachan <alistair@devzero.co.uk >
Cc: Fenghua Yu <fenghua.yu@intel.com >
Cc: Juerg Haefliger <juergh@gmail.com >
Cc: Andreas Herrmann <herrmann.der.user@googlemail.com >
Cc: Clemens Ladisch <clemens@ladisch.de >
Cc: Rudolf Marek <r.marek@assembler.cz >
Cc: Jim Cromie <jim.cromie@gmail.com >
Cc: "Mark M. Hoffman" <mhoffman@lightlink.com >
Cc: Roger Lucas <vt8231@hiddenengine.co.uk >
Acked-by: Guenter Roeck <linux@roeck-us.net >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 11:49:40 -08:00
Bill Pemberton
9e5e9b7a92
hwmon: 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: Hans de Goede <hdegoede@redhat.com >
Cc: Jean Delvare <khali@linux-fr.org >
Cc: Alistair John Strachan <alistair@devzero.co.uk >
Cc: Fenghua Yu <fenghua.yu@intel.com >
Cc: Juerg Haefliger <juergh@gmail.com >
Cc: Andreas Herrmann <herrmann.der.user@googlemail.com >
Cc: Clemens Ladisch <clemens@ladisch.de >
Cc: Rudolf Marek <r.marek@assembler.cz >
Cc: Jim Cromie <jim.cromie@gmail.com >
Cc: "Mark M. Hoffman" <mhoffman@lightlink.com >
Cc: Roger Lucas <vt8231@hiddenengine.co.uk >
Acked-by: Guenter Roeck <linux@roeck-us.net >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 11:48:59 -08:00
Guenter Roeck
b25df2bfbe
hwmon: (jz4740-hwmon) Convert to use devm_ functions
...
Convert to use devm_ functions to reduce code size and simplify the code.
Cc: Lars-Peter Clausen <lars@metafoo.de >
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
2012-09-23 21:08:33 -07:00
Axel Lin
d6c4f2ac1d
hwmon: (jz4740) Staticise jz4740_hwmon_driver
...
It is not used outside this driver so no need to make the symbol global.
Signed-off-by: Axel Lin <axel.lin@gmail.com >
Acked-by: Lars-Peter Clausen <lars@metafoo.de >
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com >
2011-12-12 08:31:21 -08:00
Axel Lin
0b57d7602b
hwmon: (jz4740) fix signedness bug
...
wait_for_completion_interruptible_timeout() may return negative value.
In this case, checking if (t > 0) will return true if t is unsigned.
Signed-off-by: Axel Lin <axel.lin@gmail.com >
Acked-by: Lars-Peter Clausen <lars@metafoo.de >
Cc: stable@kernel.org (3.0+)
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com >
2011-12-12 08:31:21 -08:00
Axel Lin
25a236a5db
hwmon: convert drivers/hwmon/* to use module_platform_driver()
...
This patch converts the drivers in drivers/hwmon/* to use the
module_platform_driver() macro which makes the code smaller and a bit
simpler.
Cc: Donggeun Kim <dg77.kim@samsung.com >
Cc: Simon Guinot <sguinot@lacie.com >
Cc: Lars-Peter Clausen <lars@metafoo.de >
Cc: MyungJoo Ham <myungjoo.ham@samsung.com >
Cc: Ben Dooks <ben@simtec.co.uk >
Cc: Hans de Goede <hdegoede@redhat.com >
Cc: J Keerthy <j-keerthy@ti.com >
Cc: David S. Miller <davem@davemloft.net >
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Axel Lin <axel.lin@gmail.com >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com >
2011-11-26 09:48:20 -08:00
Andres Salomon
e9300066bb
jz4740: silence warnings related to mfd_get_cell changes
...
mfd_get_cell returns a const, so change the jz4740 clients to store
a const mfd cell. This silences type mismatch warnings.
Signed-off-by: Andres Salomon <dilinger@queued.net >
Acked-by: Anton Vorontsov <cbouatmailru@gmail.com >
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com >
2011-03-23 10:42:02 +01:00
Andres Salomon
6a54ac2149
mfd: mfd_cell is now implicitly available to jz4740 drivers
...
No need to explicitly set the cell's platform_data/data_size.
Modify clients to use mfd_get_cell helper function instead of
accessing platform_data directly.
Signed-off-by: Andres Salomon <dilinger@queued.net >
Acked-by: Jean Delvare <khali@linux-fr.org >
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com >
2011-03-23 10:41:50 +01:00
Lars-Peter Clausen
7f983ba93d
HWMON: Add JZ4740 ADC driver
...
Add support for reading the ADCIN pin of the ADC unit on JZ4740 SoCs.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de >
Cc: lm-sensors@lm-sensors.org
Acked-by: Jean Delvare <khali@linux-fr.org >
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/1425/
Signed-off-by: Axel Lin <axel.lin@gmail.com >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:26:19 +01:00