All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 0/8] mfd: remove redundant of_match_ptr()
@ 2023-08-08 13:00 Zhu Wang
  2023-08-08 13:00 ` [PATCH -next 1/8] mfd: rsmu_i2c: " Zhu Wang
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Zhu Wang @ 2023-08-08 13:00 UTC (permalink / raw)
  To: lee, thor.thayer, ckeepax, rf, patches, linux-kernel; +Cc: wangzhu9

The driver depends on CONFIG_OF, so it is not necessary to use
of_match_ptr() here. We remove of_match_ptr() here.

Zhu Wang (8):
  mfd: rsmu_i2c: remove redundant of_match_ptr()
  mfd: altera-a10sr: remove redundant of_match_ptr()
  mfd: rsmu_spi: remove redundant of_match_ptr()
  mfd: act8945a: remove redundant of_match_ptr()
  mfd: stpmic1: remove redundant of_match_ptr()
  mfd: hi655x-pmic: remove redundant of_match_ptr()
  mfd: lochnagar-i2c: remove redundant of_match_ptr()
  mfd: rn5t618: remove redundant of_match_ptr()

 drivers/mfd/act8945a.c      | 2 +-
 drivers/mfd/altera-a10sr.c  | 2 +-
 drivers/mfd/hi655x-pmic.c   | 2 +-
 drivers/mfd/lochnagar-i2c.c | 2 +-
 drivers/mfd/rn5t618.c       | 2 +-
 drivers/mfd/rsmu_i2c.c      | 2 +-
 drivers/mfd/rsmu_spi.c      | 2 +-
 drivers/mfd/stpmic1.c       | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-08-17 13:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-08 13:00 [PATCH -next 0/8] mfd: remove redundant of_match_ptr() Zhu Wang
2023-08-08 13:00 ` [PATCH -next 1/8] mfd: rsmu_i2c: " Zhu Wang
2023-08-08 13:00 ` [PATCH -next 2/8] mfd: altera-a10sr: " Zhu Wang
2023-08-08 13:00 ` [PATCH -next 3/8] mfd: rsmu_spi: " Zhu Wang
2023-08-08 13:00 ` [PATCH -next 4/8] mfd: act8945a: " Zhu Wang
2023-08-08 13:00 ` [PATCH -next 5/8] mfd: stpmic1: " Zhu Wang
2023-08-08 13:00 ` [PATCH -next 6/8] mfd: hi655x-pmic: " Zhu Wang
2023-08-08 13:00 ` [PATCH -next 7/8] mfd: lochnagar-i2c: " Zhu Wang
2023-08-08 13:22   ` Charles Keepax
2023-08-08 13:00 ` [PATCH -next 8/8] mfd: rn5t618: " Zhu Wang
2023-08-17 12:59 ` (subset) [PATCH -next 0/8] mfd: " Lee Jones
2023-08-17 12:59   ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.