linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] ASoC: Drop or replace of_gpio.h
@ 2024-06-05 21:27 Andy Shevchenko
  2024-06-05 21:27 ` [PATCH v2 1/6] ASoC: codecs: Remove unused of_gpio.h Andy Shevchenko
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Andy Shevchenko @ 2024-06-05 21:27 UTC (permalink / raw)
  To: Charles Keepax, Rob Herring, Weidong Wang, Mark Brown,
	Andy Shevchenko, Uwe Kleine-König, Kuninori Morimoto,
	Shenghao Ding, Marco Felsch, Alper Nebi Yasak, Chancel Liu,
	linux-sound, linux-kernel, alsa-devel, patches, linux-arm-msm,
	linuxppc-dev, imx, linux-arm-kernel, linux-rockchip
  Cc: Nicolin Chen, Fabio Estevam, Pengutronix Kernel Team,
	Liam Girdwood, Shengjiu Wang, Sascha Hauer, Xiubo Li,
	Takashi Iwai, David Rhodes, Kevin Lu, Richard Fitzgerald,
	Srinivas Kandagatla, Banajit Goswami, Shawn Guo,
	Sylwester Nawrocki, Jaroslav Kysela, Baojun Xu, Heiko Stuebner

Replace or drop the legacy header that is subject to remove.
Not all of them were compile-tested, the series might have
hidden compilation errors.

In v3:
- moved aw88399 from the "Remove ..." patch to the "Replace ..." (LKP)

In v2:
- added tags (Kuninori, Charles)
- ripped out TAS2781 (it's a mess from GPIO handling perspective)

Andy Shevchenko (6):
  ASoC: codecs: Remove unused of_gpio.h
  ASoC: fsl: Remove unused of_gpio.h
  ASoC: rockchip: Remove unused of_gpio.h
  ASoC: codecs: Replace of_gpio.h by proper one
  ASoC: generic: Replace of_gpio.h by proper one
  ASoC: samsung: Replace of_gpio.h by proper one

 sound/soc/codecs/ak4118.c                           | 1 -
 sound/soc/codecs/ak4458.c                           | 1 -
 sound/soc/codecs/aw88395/aw88395.c                  | 2 +-
 sound/soc/codecs/aw88399.c                          | 2 +-
 sound/soc/codecs/cs53l30.c                          | 1 -
 sound/soc/codecs/max98390.c                         | 1 -
 sound/soc/codecs/pcm3168a.c                         | 1 -
 sound/soc/codecs/rk817_codec.c                      | 1 -
 sound/soc/codecs/tas2552.c                          | 1 -
 sound/soc/codecs/tas2764.c                          | 1 -
 sound/soc/codecs/tas2770.c                          | 1 -
 sound/soc/codecs/tas2780.c                          | 1 -
 sound/soc/codecs/tlv320adc3xxx.c                    | 1 -
 sound/soc/codecs/tlv320adcx140.c                    | 1 -
 sound/soc/codecs/tlv320aic31xx.c                    | 1 -
 sound/soc/codecs/ts3a227e.c                         | 1 -
 sound/soc/codecs/wsa883x.c                          | 1 -
 sound/soc/fsl/imx-es8328.c                          | 1 -
 sound/soc/fsl/imx-rpmsg.c                           | 2 --
 sound/soc/generic/audio-graph-card2-custom-sample.c | 3 ++-
 sound/soc/rockchip/rockchip_i2s.c                   | 1 -
 sound/soc/rockchip/rockchip_spdif.c                 | 1 -
 sound/soc/samsung/aries_wm8994.c                    | 2 +-
 23 files changed, 5 insertions(+), 24 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH v2 0/6] ASoC: Drop or replace of_gpio.h
@ 2024-05-31 15:29 Andy Shevchenko
  0 siblings, 0 replies; 9+ messages in thread
From: Andy Shevchenko @ 2024-05-31 15:29 UTC (permalink / raw)
  To: Charles Keepax, Rob Herring, Weidong Wang, Mark Brown,
	Andy Shevchenko, Uwe Kleine-König, Kuninori Morimoto,
	Shenghao Ding, Marco Felsch, Alper Nebi Yasak, Chancel Liu,
	linux-sound, linux-kernel, alsa-devel, patches, linuxppc-dev, imx,
	linux-arm-kernel, linux-rockchip
  Cc: Nicolin Chen, Fabio Estevam, Pengutronix Kernel Team,
	Liam Girdwood, Shengjiu Wang, Sascha Hauer, Xiubo Li,
	Takashi Iwai, David Rhodes, Kevin Lu, Richard Fitzgerald,
	Srinivas Kandagatla, Banajit Goswami, Shawn Guo,
	Sylwester Nawrocki, Jaroslav Kysela, Baojun Xu, Heiko Stuebner

Replace or drop the legacy header that is subject to remove.
Not all of them were compile-tested, the series might have
hidden compilation errors.

In v2:
- added tags (Kuninori, Charles)
- ripped out TAS2781 (it's a mess from GPIO handling perspective)

Andy Shevchenko (6):
  ASoC: codecs: Remove unused of_gpio.h
  ASoC: fsl: Remove unused of_gpio.h
  ASoC: rockchip: Remove unused of_gpio.h
  ASoC: codecs: Replace of_gpio.h by proper one
  ASoC: generic: Replace of_gpio.h by proper one
  ASoC: samsung: Replace of_gpio.h by proper one

 sound/soc/codecs/ak4118.c                           | 1 -
 sound/soc/codecs/ak4458.c                           | 1 -
 sound/soc/codecs/aw88395/aw88395.c                  | 2 +-
 sound/soc/codecs/aw88399.c                          | 1 -
 sound/soc/codecs/cs53l30.c                          | 1 -
 sound/soc/codecs/max98390.c                         | 1 -
 sound/soc/codecs/pcm3168a.c                         | 1 -
 sound/soc/codecs/rk817_codec.c                      | 1 -
 sound/soc/codecs/tas2552.c                          | 1 -
 sound/soc/codecs/tas2764.c                          | 1 -
 sound/soc/codecs/tas2770.c                          | 1 -
 sound/soc/codecs/tas2780.c                          | 1 -
 sound/soc/codecs/tlv320adc3xxx.c                    | 1 -
 sound/soc/codecs/tlv320adcx140.c                    | 1 -
 sound/soc/codecs/tlv320aic31xx.c                    | 1 -
 sound/soc/codecs/ts3a227e.c                         | 1 -
 sound/soc/codecs/wsa883x.c                          | 1 -
 sound/soc/fsl/imx-es8328.c                          | 1 -
 sound/soc/fsl/imx-rpmsg.c                           | 2 --
 sound/soc/generic/audio-graph-card2-custom-sample.c | 3 ++-
 sound/soc/rockchip/rockchip_i2s.c                   | 1 -
 sound/soc/rockchip/rockchip_spdif.c                 | 1 -
 sound/soc/samsung/aries_wm8994.c                    | 2 +-
 23 files changed, 4 insertions(+), 24 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac


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

end of thread, other threads:[~2024-06-07 12:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05 21:27 [PATCH v2 0/6] ASoC: Drop or replace of_gpio.h Andy Shevchenko
2024-06-05 21:27 ` [PATCH v2 1/6] ASoC: codecs: Remove unused of_gpio.h Andy Shevchenko
2024-06-05 21:27 ` [PATCH v2 2/6] ASoC: fsl: " Andy Shevchenko
2024-06-05 21:27 ` [PATCH v2 3/6] ASoC: rockchip: " Andy Shevchenko
2024-06-07 12:34   ` Heiko Stuebner
2024-06-05 21:27 ` [PATCH v2 4/6] ASoC: codecs: Replace of_gpio.h by proper one Andy Shevchenko
2024-06-05 21:27 ` [PATCH v2 5/6] ASoC: generic: " Andy Shevchenko
2024-06-05 21:27 ` [PATCH v2 6/6] ASoC: samsung: " Andy Shevchenko
  -- strict thread matches above, loose matches on Subject: below --
2024-05-31 15:29 [PATCH v2 0/6] ASoC: Drop or replace of_gpio.h Andy Shevchenko

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).