All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] pinctrl: Place correctly CONFIG_PINCTRL_STMFX in the Makefile
@ 2022-01-12 21:04 Andy Shevchenko
  2022-01-13 10:49 ` Andy Shevchenko
  2022-01-24 14:30 ` Andy Shevchenko
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2022-01-12 21:04 UTC (permalink / raw)
  To: Linus Walleij, Andy Shevchenko, linux-gpio, linux-kernel; +Cc: Linus Torvalds

Keep Makefile entries ordered in the same way as Kconfig ones.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/pinctrl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile
index 91665076e013..f64d29f614ec 100644
--- a/drivers/pinctrl/Makefile
+++ b/drivers/pinctrl/Makefile
@@ -42,9 +42,9 @@ obj-$(CONFIG_PINCTRL_PISTACHIO)	+= pinctrl-pistachio.o
 obj-$(CONFIG_PINCTRL_RK805)	+= pinctrl-rk805.o
 obj-$(CONFIG_PINCTRL_ROCKCHIP)	+= pinctrl-rockchip.o
 obj-$(CONFIG_PINCTRL_SINGLE)	+= pinctrl-single.o
-obj-$(CONFIG_PINCTRL_STMFX) 	+= pinctrl-stmfx.o
 obj-$(CONFIG_PINCTRL_ST) 	+= pinctrl-st.o
 obj-$(CONFIG_PINCTRL_STARFIVE)	+= pinctrl-starfive.o
+obj-$(CONFIG_PINCTRL_STMFX) 	+= pinctrl-stmfx.o
 obj-$(CONFIG_PINCTRL_SX150X)	+= pinctrl-sx150x.o
 obj-$(CONFIG_PINCTRL_TB10X)	+= pinctrl-tb10x.o
 obj-$(CONFIG_PINCTRL_THUNDERBAY) += pinctrl-thunderbay.o
-- 
2.34.1


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

* Re: [PATCH v1 1/1] pinctrl: Place correctly CONFIG_PINCTRL_STMFX in the Makefile
  2022-01-12 21:04 [PATCH v1 1/1] pinctrl: Place correctly CONFIG_PINCTRL_STMFX in the Makefile Andy Shevchenko
@ 2022-01-13 10:49 ` Andy Shevchenko
  2022-01-24 14:30 ` Andy Shevchenko
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2022-01-13 10:49 UTC (permalink / raw)
  To: Linus Walleij, linux-gpio, linux-kernel; +Cc: Linus Torvalds

On Wed, Jan 12, 2022 at 11:04:56PM +0200, Andy Shevchenko wrote:
> Keep Makefile entries ordered in the same way as Kconfig ones.

Damn, this is against old next/master.
I will send a new one later on.

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH v1 1/1] pinctrl: Place correctly CONFIG_PINCTRL_STMFX in the Makefile
  2022-01-12 21:04 [PATCH v1 1/1] pinctrl: Place correctly CONFIG_PINCTRL_STMFX in the Makefile Andy Shevchenko
  2022-01-13 10:49 ` Andy Shevchenko
@ 2022-01-24 14:30 ` Andy Shevchenko
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2022-01-24 14:30 UTC (permalink / raw)
  To: Linus Walleij, linux-gpio, linux-kernel; +Cc: Linus Torvalds

On Wed, Jan 12, 2022 at 11:04:56PM +0200, Andy Shevchenko wrote:
> Keep Makefile entries ordered in the same way as Kconfig ones.

I have pushed rebased version to my review and testing queue, I'll send it in
the PR for fixes to Linus W.

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2022-01-24 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12 21:04 [PATCH v1 1/1] pinctrl: Place correctly CONFIG_PINCTRL_STMFX in the Makefile Andy Shevchenko
2022-01-13 10:49 ` Andy Shevchenko
2022-01-24 14:30 ` Andy Shevchenko

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.