public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Remove MODULE_ALIAS from all mcb client drivers
@ 2025-12-30 21:59 Javier Rodriguez
  2025-12-30 21:59 ` [PATCH 1/5] gpio: gpio-menz127: drop unneeded MODULE_ALIAS Javier Rodriguez
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Javier Rodriguez @ 2025-12-30 21:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Javier Rodriguez

The first patches I sent for fixing the autoload problem encountered
on mcb device drivers were 2. The first was focused on updating the
modpost process for letting kbuild to access to the data within
MODULE_DEVICE_TABLE and the second one 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.

You can find the messages here:

https://lore.kernel.org/all/CAHp75VfhM5GuYY1qUKgBhePDo4oe5k3K1ZDTPbYJNr5NtjVVfQ@mail.gmail.com/

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 series for removing MODULE_ALIAS
on all mcb client drivers as it is no longer required.

Jose Javier Rodriguez Barbarin (5):
  gpio: gpio-menz127: drop unneeded MODULE_ALIAS
  serial: men_z135_uart: drop unneeded MODULE_ALIAS
  iio: adc: men_z188_adc: drop unneeded MODULE_ALIAS
  8250_men_mcb: drop unneeded MODULE_ALIAS
  watchdog: menz069_wdt: drop unneeded MODULE_ALIAS

 drivers/gpio/gpio-menz127.c            | 1 -
 drivers/iio/adc/men_z188_adc.c         | 1 -
 drivers/tty/serial/8250/8250_men_mcb.c | 3 ---
 drivers/tty/serial/men_z135_uart.c     | 1 -
 drivers/watchdog/menz69_wdt.c          | 1 -
 5 files changed, 7 deletions(-)

-- 
2.52.0

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

end of thread, other threads:[~2026-01-07 17:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-30 21:59 [PATCH 0/5] Remove MODULE_ALIAS from all mcb client drivers Javier Rodriguez
2025-12-30 21:59 ` [PATCH 1/5] gpio: gpio-menz127: drop unneeded MODULE_ALIAS Javier Rodriguez
2026-01-02 12:10   ` Andy Shevchenko
2026-01-07 17:17     ` Jose Javier Rodriguez Barbarin
2025-12-30 21:59 ` [PATCH 2/5] serial: men_z135_uart: " Javier Rodriguez
2025-12-30 21:59 ` [PATCH 3/5] iio: adc: men_z188_adc: " Javier Rodriguez
2025-12-31 18:00   ` Jonathan Cameron
2025-12-30 21:59 ` [PATCH 4/5] 8250_men_mcb: " Javier Rodriguez
2025-12-30 21:59 ` [PATCH 5/5] watchdog: menz069_wdt: " Javier Rodriguez
2025-12-31 14:21   ` Guenter Roeck

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