public inbox for linux-gpio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] gpio: Remove MODULE_ALIAS from gpio-menz127
@ 2026-01-08 13:48 Jose Javier Rodriguez Barbarin
  2026-01-08 13:48 ` [PATCH v2 1/1] gpio: gpio-menz127: drop unneeded MODULE_ALIAS Jose Javier Rodriguez Barbarin
  2026-01-12 10:40 ` [PATCH v2 0/1] gpio: Remove MODULE_ALIAS from gpio-menz127 Bartosz Golaszewski
  0 siblings, 2 replies; 5+ messages in thread
From: Jose Javier Rodriguez Barbarin @ 2026-01-08 13:48 UTC (permalink / raw)
  To: linusw, brgl
  Cc: andriy.shevchenko, dev-jorge.sanjuangarcia, linux-gpio,
	linux-kernel, Jose Javier Rodriguez Barbarin

The first patches I sent for fixing the autoload problem encountered
on mcb device drivers were 2. The first [1] was focused on updating the
modpost process for letting kbuild to access to the data within
MODULE_DEVICE_TABLE and the second one [2] for removing the MODULE_ALIAS
on all mcb client drivers.

They were rejected and Andy suggested me to split the second patch
in a per-driver basis instead of sending all drivers' changes in a
single patch once the first patch was merged.

The first patch is already merged on Linus's Git repository for 6.19-rc4

commit 1f4ea4838b13 ("mcb: Add missing modpost build support")

So now I am sending this patch for removing MODULE_ALIAS on the mcb driver
in this subsystem as it is no longer required. This cleanup is being sent
to each affected subsystem separately, as per the review suggestion to ease
the handling for maintainers.

[1] https://lore.kernel.org/all/20251127155452.42660-2-dev-josejavier.rodriguez@duagon.com/
[2] https://lore.kernel.org/all/20251127155452.42660-3-dev-josejavier.rodriguez@duagon.com/

changes in v2:
- Renane commit message

Jose Javier Rodriguez Barbarin (1):
  gpio: gpio-menz127: drop unneeded MODULE_ALIAS

 drivers/gpio/gpio-menz127.c | 1 -
 1 file changed, 1 deletion(-)

-- 
2.52.0

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

end of thread, other threads:[~2026-01-12 10:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-08 13:48 [PATCH v2 0/1] gpio: Remove MODULE_ALIAS from gpio-menz127 Jose Javier Rodriguez Barbarin
2026-01-08 13:48 ` [PATCH v2 1/1] gpio: gpio-menz127: drop unneeded MODULE_ALIAS Jose Javier Rodriguez Barbarin
2026-01-09  8:31   ` Bartosz Golaszewski
2026-01-09 11:30     ` Jose Javier Rodriguez Barbarin
2026-01-12 10:40 ` [PATCH v2 0/1] gpio: Remove MODULE_ALIAS from gpio-menz127 Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox