summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83627hf.c
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2019-04-04 11:28:37 -0700
committerGuenter Roeck <linux@roeck-us.net>2019-04-15 17:19:53 -0700
commitd6410408ad2a798c4cc685252c1baa713be0ad69 (patch)
treefade33aec84d75a24d83b417a259cc390359cf94 /drivers/hwmon/w83627hf.c
parent19f7b17630f22213d6529ed4cfa728d98d039505 (diff)
downloadlinux-d6410408ad2a798c4cc685252c1baa713be0ad69.tar.gz
linux-d6410408ad2a798c4cc685252c1baa713be0ad69.tar.bz2
linux-d6410408ad2a798c4cc685252c1baa713be0ad69.zip
hwmon: (smsc47m1) Use request_muxed_region for Super-IO accesses
Super-IO accesses may fail on a system with no or unmapped LPC bus. Also, other drivers may attempt to access the LPC bus at the same time, resulting in undefined behavior. Use request_muxed_region() to ensure that IO access on the requested address space is supported, and to ensure that access by multiple drivers is synchronized. Fixes: 8d5d45fb1468 ("I2C: Move hwmon drivers (2/3)") Reported-by: Kefeng Wang <wangkefeng.wang@huawei.com> Reported-by: John Garry <john.garry@huawei.com> Cc: John Garry <john.garry@huawei.com> Acked-by: John Garry <john.garry@huawei.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/w83627hf.c')
0 files changed, 0 insertions, 0 deletions