Re: [PATCH v2 15/24] net: qualcomm: MODULE_DEVICE_TABLE(serdev)

2018-06-11 Thread Ricardo Ribalda Delgado
Hi Marcel, On Mon, Jun 11, 2018 at 5:52 PM Marcel Holtmann wrote: > > Hi Ricardo, > > the commit message is misleading me. If I build something with ACPI or > DT support, then modinfo will show all modalias information for ACPI and > DT compatible strings. What else does udev/modp

Re: [PATCH v2 15/24] net: qualcomm: MODULE_DEVICE_TABLE(serdev)

2018-06-11 Thread Ricardo Ribalda Delgado
Hi Marcel, On Mon, Jun 11, 2018 at 5:28 PM Marcel Holtmann wrote: > > Hi Marcel, > > >> the commit message is misleading me. If I build something with ACPI or DT > >> support, then modinfo will show all modalias information for ACPI and DT > >> compatible strings. What else does udev/modprobe ac

Re: [PATCH v2 15/24] net: qualcomm: MODULE_DEVICE_TABLE(serdev)

2018-06-11 Thread Ricardo Ribalda Delgado
Hi Marcel, On Mon, Jun 11, 2018 at 3:01 PM Marcel Holtmann wrote: > > > the commit message is misleading me. If I build something with ACPI or DT > support, then modinfo will show all modalias information for ACPI and DT > compatible strings. What else does udev/modprobe actually need? Is someth

[PATCH v2 15/24] net: qualcomm: MODULE_DEVICE_TABLE(serdev)

2018-06-11 Thread Ricardo Ribalda Delgado
Export serdev table to the module header, allowing module autoload via udev/modprobe. Cc: Lino Sanfilippo Cc: David S. Miller Cc: Stefan Wahren Cc: Rob Herring Cc: Johan Hovold Cc: netdev@vger.kernel.org Signed-off-by: Ricardo Ribalda Delgado --- drivers/net/ethernet/qualcomm/qca_uart.c