[PATCH -next 0/8] mfd: remove redundant of_match_ptr()

Zhu Wang posted 8 patches 2 years, 1 month ago
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(-)
[PATCH -next 0/8] mfd: remove redundant of_match_ptr()
Posted by Zhu Wang 2 years, 1 month ago
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
Re: (subset) [PATCH -next 0/8] mfd: remove redundant of_match_ptr()
Posted by Lee Jones 2 years ago
On Tue, 08 Aug 2023 21:00:15 +0800, Zhu Wang wrote:
> 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()
> 
> [...]

Applied, thanks!

[1/8] mfd: rsmu_i2c: remove redundant of_match_ptr()
      commit: f2a34ca84bbb1ca3c4eb68134e5612b94038cf70
[2/8] mfd: altera-a10sr: remove redundant of_match_ptr()
      commit: 511a6aec5229b4d3fe3ef45067b51ab8eaa52a2c
[3/8] mfd: rsmu_spi: remove redundant of_match_ptr()
      commit: 9ca9f37cea730283be34ed8f418b97be6778e1f3
[4/8] mfd: act8945a: remove redundant of_match_ptr()
      commit: 523b0a5912a64c80ac806adb24e736140cb68024
[5/8] mfd: stpmic1: remove redundant of_match_ptr()
      commit: 475db34fa3e77b2f78a131c987d04a3a07a7b31d
[7/8] mfd: lochnagar-i2c: remove redundant of_match_ptr()
      commit: 6d5c5c855c6f48678070bd4760d302143bcfa724
[8/8] mfd: rn5t618: remove redundant of_match_ptr()
      commit: d98edddb79885a4c46cbf5bfcd57cc0e8a72a57b

--
Lee Jones [李琼斯]

Re: (subset) [PATCH -next 0/8] mfd: remove redundant of_match_ptr()
Posted by Lee Jones 2 years ago
On Thu, 17 Aug 2023, Lee Jones wrote:

> On Tue, 08 Aug 2023 21:00:15 +0800, Zhu Wang wrote:
> > 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()
> > 
> > [...]
> 
> Applied, thanks!
> 
> [1/8] mfd: rsmu_i2c: remove redundant of_match_ptr()
>       commit: f2a34ca84bbb1ca3c4eb68134e5612b94038cf70
> [2/8] mfd: altera-a10sr: remove redundant of_match_ptr()
>       commit: 511a6aec5229b4d3fe3ef45067b51ab8eaa52a2c
> [3/8] mfd: rsmu_spi: remove redundant of_match_ptr()
>       commit: 9ca9f37cea730283be34ed8f418b97be6778e1f3
> [4/8] mfd: act8945a: remove redundant of_match_ptr()
>       commit: 523b0a5912a64c80ac806adb24e736140cb68024
> [5/8] mfd: stpmic1: remove redundant of_match_ptr()
>       commit: 475db34fa3e77b2f78a131c987d04a3a07a7b31d
> [7/8] mfd: lochnagar-i2c: remove redundant of_match_ptr()
>       commit: 6d5c5c855c6f48678070bd4760d302143bcfa724
> [8/8] mfd: rn5t618: remove redundant of_match_ptr()
>       commit: d98edddb79885a4c46cbf5bfcd57cc0e8a72a57b

Notice that 6 did not apply cleanly.

Please rebase and resend.

-- 
Lee Jones [李琼斯]