[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200424224439.5601-1-nish.malpani25@gmail.com>
Date: Sat, 25 Apr 2020 04:14:36 +0530
From: Nishant Malpani <nish.malpani25@...il.com>
To: linux-iio@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, jic23@...nel.org, knaack.h@....de,
lars@...afoo.de, pmeerw@...erw.net, alexandru.Ardelean@...log.com,
nish.malpani25@...il.com
Subject: [PATCH 0/3] iio: accel: Abandon of_match_ptr macro
This patchset extends Jonathan's and Alexandru's work [1] on removing the instances of
of_match_ptr macro. Motivation to do so is two-fold:
1. to have an option of probing from ACPI using PRP0001
2. prevent people from copying to new driver code
[1] https://patchwork.kernel.org/cover/11497535/
Nishant Malpani (3):
iio: accel: dmard06: Use mod_devicetable.h and drop of_match_ptr macro
iio: accel: kxsd9-i2c: Use mod_devicetable.h and drop of_match_ptr
macro
iio: accel: mma8452: Drop of_match_ptr macro
drivers/iio/accel/dmard06.c | 3 ++-
drivers/iio/accel/kxsd9-i2c.c | 7 ++-----
drivers/iio/accel/mma8452.c | 2 +-
3 files changed, 5 insertions(+), 7 deletions(-)
--
2.20.1
Powered by blists - more mailing lists