linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] iio: accel: Abandon of_match_ptr macro
@ 2020-04-24 22:44 Nishant Malpani
  2020-04-24 22:44 ` [PATCH 1/3] iio: accel: dmard06: Use mod_devicetable.h and drop " Nishant Malpani
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Nishant Malpani @ 2020-04-24 22:44 UTC (permalink / raw)
  To: linux-iio
  Cc: linux-kernel, jic23, knaack.h, lars, pmeerw, alexandru.Ardelean,
	nish.malpani25

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-04-25 14:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 22:44 [PATCH 0/3] iio: accel: Abandon of_match_ptr macro Nishant Malpani
2020-04-24 22:44 ` [PATCH 1/3] iio: accel: dmard06: Use mod_devicetable.h and drop " Nishant Malpani
2020-04-25 14:35   ` Jonathan Cameron
2020-04-24 22:44 ` [PATCH 2/3] iio: accel: kxsd9-i2c: " Nishant Malpani
2020-04-25 14:36   ` Jonathan Cameron
2020-04-24 22:44 ` [PATCH 3/3] iio: accel: mma8452: Drop " Nishant Malpani
2020-04-25 14:35   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).