summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2018-09-06 10:00:03 -0700
committerOlof Johansson <olof@lixom.net>2018-09-06 10:00:03 -0700
commite312b6dcbb633bc87414f1143e0015adbbf87ae0 (patch)
tree30ef20f3f46592aaa388a4e12084bf47e61e4804 /drivers
parent96d529bac562574600eda85726fcfa3eef6dde8e (diff)
parentd07f05fb86439c41dd6967c94be3ba3837b21567 (diff)
downloadlinux-stable-e312b6dcbb633bc87414f1143e0015adbbf87ae0.tar.gz
linux-stable-e312b6dcbb633bc87414f1143e0015adbbf87ae0.tar.bz2
linux-stable-e312b6dcbb633bc87414f1143e0015adbbf87ae0.zip
Merge tag 'arm-soc/for-4.19/drivers-fixes' of https://github.com/Broadcom/stblinux into fixes
This pull request contains Broadcom ARM/ARM64 SoCs drivers fixes for 4.19, please pull the following: - Peter adds an alias to the Raspberry Pi HWMON driver that was just merged as part of the 4.19 merge window * tag 'arm-soc/for-4.19/drivers-fixes' of https://github.com/Broadcom/stblinux: hwmon: rpi: add module alias to raspberrypi-hwmon Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/hwmon/raspberrypi-hwmon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/raspberrypi-hwmon.c b/drivers/hwmon/raspberrypi-hwmon.c
index fb4e4a6bb1f6..be5ba4690895 100644
--- a/drivers/hwmon/raspberrypi-hwmon.c
+++ b/drivers/hwmon/raspberrypi-hwmon.c
@@ -164,3 +164,4 @@ module_platform_driver(rpi_hwmon_driver);
MODULE_AUTHOR("Stefan Wahren <stefan.wahren@i2se.com>");
MODULE_DESCRIPTION("Raspberry Pi voltage sensor driver");
MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:raspberrypi-hwmon");