summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlexandru Ardelean <aardelean@deviqon.com>2021-06-30 16:16:35 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-07-17 18:49:30 +0100
commit09d5135b6ffcb243580a4a77f299a0253a94f5e3 (patch)
treea9a84ec625a28d272faff5447192323ad937d373 /tools/perf/scripts/python
parentbb761e722f6dff05b94bdfff8a7209a442f220ff (diff)
downloadlinux-09d5135b6ffcb243580a4a77f299a0253a94f5e3.tar.gz
linux-09d5135b6ffcb243580a4a77f299a0253a94f5e3.zip
iio: proximity: rfd77402: use i2c_client for rfd77402_{init,powerdown}()
These 2 functions only do I2C reads/writes and don't require any of the private data of the driver. They're also used in the PM suspend/resume part of the driver. Converting them to take an i2c_client object as parameter simplifies things a bit (especially in the suspend/resume) as the driver mostly needs the reference for i2c_client, so no need to jump through hoops to get it from the private data (as was done in many places). The rfd77402_measure() function has also been converted to take an i2c_client object, since it also does only I2C ops. Signed-off-by: Alexandru Ardelean <aardelean@deviqon.com> Link: https://lore.kernel.org/r/20210630131636.1563148-1-aardelean@deviqon.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions