Thomas Gleixner
21eb0be9ac
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 271
...
Based on 1 normalized pattern(s):
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license v2 as published
by the free software foundation this program is distributed in the
hope that it will be useful but without any warranty without even
the implied warranty of merchantability or fitness for a particular
purpose see the gnu general public license for more details you
should have received a copy of the gnu general public license along
with this program if not write to the free software foundation inc
51 franklin street fifth floor boston ma 02110 1301 usa
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 4 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
Reviewed-by: Allison Randal <allison@lohutok.net >
Reviewed-by: Richard Fontana <rfontana@redhat.com >
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com >
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190529141334.424952652@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2019-06-05 17:30:30 +02:00
Wolfram Sang
2a1ed07718
hwmon: drop owner assignment from platform_drivers
...
A platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de >
2014-10-20 16:20:36 +02:00
Axel Lin
b3aabd6db3
hwmon: (wm8350) Convert to devm_hwmon_device_register_with_groups
...
Use ATTRIBUTE_GROUPS macro and devm_hwmon_device_register_with_groups() to
simplify the code a bit.
Signed-off-by: Axel Lin <axel.lin@ingics.com >
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com >
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
2014-08-04 07:01:34 -07:00
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
a68abd32b9
hwmon: (wm8350-hwmon) Constify fixed string array
...
Constify fixed string array and make checkpatch happy.
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
2012-03-18 18:27:00 -07: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
Mark Brown
fb6c023a2b
hwmon: Add WM835x PMIC hardware monitoring driver
...
This driver provides reporting of the status supply voltage rails
of the WM835x series of PMICs via the hwmon API.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Acked-by: Jean Delvare <khali@linux-fr.org >
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com >
2009-09-17 09:46:51 +02:00