From mboxrd@z Thu Jan 1 00:00:00 1970 From: afaerber@suse.de (=?UTF-8?Q?Andreas_F=c3=a4rber?=) Date: Tue, 22 Mar 2016 21:12:56 +0100 Subject: [PATCH] musb: sunxi-glue: Fix sunxi-musb driver not auto-loading In-Reply-To: <1458598418-16959-1-git-send-email-hdegoede@redhat.com> References: <1458598418-16959-1-git-send-email-hdegoede@redhat.com> Message-ID: <56F1A748.6070808@suse.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Hans, Am 21.03.2016 um 23:13 schrieb Hans de Goede: > Add a missing MODULE_DEVICE_TABLE() line which was causing the > sunxi-musb glue to not auto-load when build as a module. "built" > Should this get a Fixes: header for backporting to stable? > Signed-off-by: Hans de Goede > --- > drivers/usb/musb/sunxi.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/usb/musb/sunxi.c b/drivers/usb/musb/sunxi.c > index 4b472b8..9af9431 100644 > --- a/drivers/usb/musb/sunxi.c > +++ b/drivers/usb/musb/sunxi.c > @@ -756,6 +756,7 @@ static const struct of_device_id sunxi_musb_match[] = { > { .compatible = "allwinner,sun8i-a33-musb", }, > {} > }; > +MODULE_DEVICE_TABLE(of, sunxi_musb_match); > > static struct platform_driver sunxi_musb_driver = { > .probe = sunxi_musb_probe, Has anyone looked into my earlier report about the module filename not having musb-? I did not see any response and haven't rechecked v4.5.0. Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Felix Imend?rffer, Jane Smithard, Graham Norton; HRB 21284 (AG N?rnberg) From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Andreas_F=c3=a4rber?= Subject: Re: [PATCH] musb: sunxi-glue: Fix sunxi-musb driver not auto-loading Date: Tue, 22 Mar 2016 21:12:56 +0100 Message-ID: <56F1A748.6070808@suse.de> References: <1458598418-16959-1-git-send-email-hdegoede@redhat.com> Reply-To: afaerber-l3A5Bk7waGM@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <1458598418-16959-1-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Hans de Goede Cc: Maxime Ripard , Chen-Yu Tsai , Bin Liu , Greg Kroah-Hartman , devicetree , linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Hans, Am 21.03.2016 um 23:13 schrieb Hans de Goede: > Add a missing MODULE_DEVICE_TABLE() line which was causing the > sunxi-musb glue to not auto-load when build as a module. "built" >=20 Should this get a Fixes: header for backporting to stable? > Signed-off-by: Hans de Goede > --- > drivers/usb/musb/sunxi.c | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/drivers/usb/musb/sunxi.c b/drivers/usb/musb/sunxi.c > index 4b472b8..9af9431 100644 > --- a/drivers/usb/musb/sunxi.c > +++ b/drivers/usb/musb/sunxi.c > @@ -756,6 +756,7 @@ static const struct of_device_id sunxi_musb_match[] = =3D { > { .compatible =3D "allwinner,sun8i-a33-musb", }, > {} > }; > +MODULE_DEVICE_TABLE(of, sunxi_musb_match); > =20 > static struct platform_driver sunxi_musb_driver =3D { > .probe =3D sunxi_musb_probe, Has anyone looked into my earlier report about the module filename not having musb-? I did not see any response and haven't rechecked v4.5.0. Regards, Andreas --=20 SUSE Linux GmbH, Maxfeldstr. 5, 90409 N=C3=BCrnberg, Germany GF: Felix Imend=C3=B6rffer, Jane Smithard, Graham Norton; HRB 21284 (AG N= =C3=BCrnberg) --=20 You received this message because you are subscribed to the Google Groups "= linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/d/optout.