All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] musb: Export musb_root_disconnect for use in modules
@ 2016-09-17 10:08 Hans de Goede
  2016-09-21 20:51 ` Bin Liu
  0 siblings, 1 reply; 6+ messages in thread
From: Hans de Goede @ 2016-09-17 10:08 UTC (permalink / raw)
  To: linux-arm-kernel

Export musb_root_disconnect for use in modules, so that musb glue
code build as module can use it.

This fixes the buildbot errors for -next in arm64-allmodconfig
and arm-allmodconfig.

Fixes: 7cba17ec9adc8cf ("musb: sunxi: Add support for platform_set_mode")
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
Changes in v2:
-Add Fixes tag and buildbot reference to the commit msg
---
 drivers/usb/musb/musb_virthub.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/musb/musb_virthub.c b/drivers/usb/musb/musb_virthub.c
index fe08e77..61b5f1c 100644
--- a/drivers/usb/musb/musb_virthub.c
+++ b/drivers/usb/musb/musb_virthub.c
@@ -245,6 +245,7 @@ void musb_root_disconnect(struct musb *musb)
 			usb_otg_state_string(musb->xceiv->otg->state));
 	}
 }
+EXPORT_SYMBOL_GPL(musb_root_disconnect);
 
 
 /*---------------------------------------------------------------------*/
-- 
2.9.3

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

* [PATCH v2] musb: Export musb_root_disconnect for use in modules
  2016-09-17 10:08 [PATCH v2] musb: Export musb_root_disconnect for use in modules Hans de Goede
@ 2016-09-21 20:51 ` Bin Liu
  2016-09-22 13:30   ` Bin Liu
  0 siblings, 1 reply; 6+ messages in thread
From: Bin Liu @ 2016-09-21 20:51 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Sat, Sep 17, 2016 at 12:08:10PM +0200, Hans de Goede wrote:
> Export musb_root_disconnect for use in modules, so that musb glue
> code build as module can use it.
> 
> This fixes the buildbot errors for -next in arm64-allmodconfig
> and arm-allmodconfig.
> 
> Fixes: 7cba17ec9adc8cf ("musb: sunxi: Add support for platform_set_mode")
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Applied. Thanks.

Regards,
-Bin.

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

* [PATCH v2] musb: Export musb_root_disconnect for use in modules
  2016-09-21 20:51 ` Bin Liu
@ 2016-09-22 13:30   ` Bin Liu
  2016-09-22 17:15     ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Bin Liu @ 2016-09-22 13:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Sep 21, 2016 at 03:51:33PM -0500, Bin Liu wrote:
> Hi,
> 
> On Sat, Sep 17, 2016 at 12:08:10PM +0200, Hans de Goede wrote:
> > Export musb_root_disconnect for use in modules, so that musb glue
> > code build as module can use it.
> > 
> > This fixes the buildbot errors for -next in arm64-allmodconfig
> > and arm-allmodconfig.
> > 
> > Fixes: 7cba17ec9adc8cf ("musb: sunxi: Add support for platform_set_mode")
> > Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> 
> Applied. Thanks.

Removed it from my tree, since Greg already picked it.

Regards,
-Bin.

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

* [PATCH v2] musb: Export musb_root_disconnect for use in modules
  2016-09-22 13:30   ` Bin Liu
@ 2016-09-22 17:15     ` Mark Brown
  2016-09-22 17:28       ` Greg Kroah-Hartman
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2016-09-22 17:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 22, 2016 at 08:30:16AM -0500, Bin Liu wrote:
> On Wed, Sep 21, 2016 at 03:51:33PM -0500, Bin Liu wrote:

> > Applied. Thanks.

> Removed it from my tree, since Greg already picked it.

It's not showing in today's -next...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160922/22161643/attachment-0001.sig>

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

* [PATCH v2] musb: Export musb_root_disconnect for use in modules
  2016-09-22 17:15     ` Mark Brown
@ 2016-09-22 17:28       ` Greg Kroah-Hartman
  2016-09-22 17:40         ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Greg Kroah-Hartman @ 2016-09-22 17:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 22, 2016 at 06:15:26PM +0100, Mark Brown wrote:
> On Thu, Sep 22, 2016 at 08:30:16AM -0500, Bin Liu wrote:
> > On Wed, Sep 21, 2016 at 03:51:33PM -0500, Bin Liu wrote:
> 
> > > Applied. Thanks.
> 
> > Removed it from my tree, since Greg already picked it.
> 
> It's not showing in today's -next...

It probably missed the cut-off, should be there tomorrow.

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

* [PATCH v2] musb: Export musb_root_disconnect for use in modules
  2016-09-22 17:28       ` Greg Kroah-Hartman
@ 2016-09-22 17:40         ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2016-09-22 17:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 22, 2016 at 07:28:42PM +0200, Greg Kroah-Hartman wrote:
> On Thu, Sep 22, 2016 at 06:15:26PM +0100, Mark Brown wrote:
> > On Thu, Sep 22, 2016 at 08:30:16AM -0500, Bin Liu wrote:

> > > Removed it from my tree, since Greg already picked it.

> > It's not showing in today's -next...

> It probably missed the cut-off, should be there tomorrow.

Ah, excellent thanks!  Down to only one build break in all*config in -next :/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160922/10a502e1/attachment.sig>

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

end of thread, other threads:[~2016-09-22 17:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-17 10:08 [PATCH v2] musb: Export musb_root_disconnect for use in modules Hans de Goede
2016-09-21 20:51 ` Bin Liu
2016-09-22 13:30   ` Bin Liu
2016-09-22 17:15     ` Mark Brown
2016-09-22 17:28       ` Greg Kroah-Hartman
2016-09-22 17:40         ` Mark Brown

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.