Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
* [PATCH wireless-next v1 1/1] wifi: mt76: mt7915: Remove unused of_gpio.h
@ 2024-02-28 20:03 Andy Shevchenko
  2024-04-10 17:36 ` Andy Shevchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2024-02-28 20:03 UTC (permalink / raw
  To: Felix Fietkau, Alexander Couzens, linux-wireless, linux-kernel,
	linux-arm-kernel, linux-mediatek
  Cc: Lorenzo Bianconi, Ryder Lee, Shayne Chen, Sean Wang, Kalle Valo,
	Matthias Brugger, AngeloGioacchino Del Regno, Andy Shevchenko

of_gpio.h is deprecated and subject to remove.
The driver doesn't use it, simply remove the unused header.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/net/wireless/mediatek/mt76/mt7915/soc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/mediatek/mt76/mt7915/soc.c b/drivers/net/wireless/mediatek/mt76/mt7915/soc.c
index f5b99917c08e..90a6f61d1089 100644
--- a/drivers/net/wireless/mediatek/mt76/mt7915/soc.c
+++ b/drivers/net/wireless/mediatek/mt76/mt7915/soc.c
@@ -7,7 +7,6 @@
 #include <linux/pinctrl/consumer.h>
 #include <linux/of.h>
 #include <linux/of_reserved_mem.h>
-#include <linux/of_gpio.h>
 #include <linux/iopoll.h>
 #include <linux/reset.h>
 #include <linux/of_net.h>
-- 
2.43.0.rc1.1.gbec44491f096


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH wireless-next v1 1/1] wifi: mt76: mt7915: Remove unused of_gpio.h
  2024-02-28 20:03 [PATCH wireless-next v1 1/1] wifi: mt76: mt7915: Remove unused of_gpio.h Andy Shevchenko
@ 2024-04-10 17:36 ` Andy Shevchenko
  2024-04-11  8:24   ` Kalle Valo
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2024-04-10 17:36 UTC (permalink / raw
  To: Felix Fietkau, Alexander Couzens, linux-wireless, linux-kernel,
	linux-arm-kernel, linux-mediatek
  Cc: Lorenzo Bianconi, Ryder Lee, Shayne Chen, Sean Wang, Kalle Valo,
	Matthias Brugger, AngeloGioacchino Del Regno

On Wed, Feb 28, 2024 at 10:03:21PM +0200, Andy Shevchenko wrote:
> of_gpio.h is deprecated and subject to remove.
> The driver doesn't use it, simply remove the unused header.

What should be done to move this forward?

-- 
With Best Regards,
Andy Shevchenko



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH wireless-next v1 1/1] wifi: mt76: mt7915: Remove unused of_gpio.h
  2024-04-10 17:36 ` Andy Shevchenko
@ 2024-04-11  8:24   ` Kalle Valo
  2024-04-11 10:20     ` Andy Shevchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Kalle Valo @ 2024-04-11  8:24 UTC (permalink / raw
  To: Andy Shevchenko
  Cc: Felix Fietkau, Alexander Couzens, linux-wireless, linux-kernel,
	linux-arm-kernel, linux-mediatek, Lorenzo Bianconi, Ryder Lee,
	Shayne Chen, Sean Wang, Matthias Brugger,
	AngeloGioacchino Del Regno

Andy Shevchenko <andriy.shevchenko@linux.intel.com> writes:

> On Wed, Feb 28, 2024 at 10:03:21PM +0200, Andy Shevchenko wrote:
>> of_gpio.h is deprecated and subject to remove.
>> The driver doesn't use it, simply remove the unused header.
>
> What should be done to move this forward?

It's applied to the mt76 tree:

https://github.com/nbd168/wireless/commit/b648ed2b4645e9cd0285aba576cb6f800c218b30

It will come to wireless-next in the next pull request, usually there's
one per release.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH wireless-next v1 1/1] wifi: mt76: mt7915: Remove unused of_gpio.h
  2024-04-11  8:24   ` Kalle Valo
@ 2024-04-11 10:20     ` Andy Shevchenko
  0 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2024-04-11 10:20 UTC (permalink / raw
  To: Kalle Valo
  Cc: Felix Fietkau, Alexander Couzens, linux-wireless, linux-kernel,
	linux-arm-kernel, linux-mediatek, Lorenzo Bianconi, Ryder Lee,
	Shayne Chen, Sean Wang, Matthias Brugger,
	AngeloGioacchino Del Regno

On Thu, Apr 11, 2024 at 11:24:18AM +0300, Kalle Valo wrote:
> Andy Shevchenko <andriy.shevchenko@linux.intel.com> writes:
> 
> > On Wed, Feb 28, 2024 at 10:03:21PM +0200, Andy Shevchenko wrote:
> >> of_gpio.h is deprecated and subject to remove.
> >> The driver doesn't use it, simply remove the unused header.
> >
> > What should be done to move this forward?
> 
> It's applied to the mt76 tree:
> 
> https://github.com/nbd168/wireless/commit/b648ed2b4645e9cd0285aba576cb6f800c218b30
> 
> It will come to wireless-next in the next pull request, usually there's
> one per release.

I see, thank you for explanation!

-- 
With Best Regards,
Andy Shevchenko



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2024-04-11 10:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-28 20:03 [PATCH wireless-next v1 1/1] wifi: mt76: mt7915: Remove unused of_gpio.h Andy Shevchenko
2024-04-10 17:36 ` Andy Shevchenko
2024-04-11  8:24   ` Kalle Valo
2024-04-11 10:20     ` 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 read-only IMAP folder(s) and NNTP newsgroup(s).