* typec: tcpm/tcpci drivers acceptable for drivers/staging in v4.12 ?
@ 2017-04-25 16:50 Guenter Roeck
2017-04-25 17:37 ` Greg Kroah-Hartman
0 siblings, 1 reply; 5+ messages in thread
From: Guenter Roeck @ 2017-04-25 16:50 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: linux-kernel, Heikki Krogerus, badhri, Oliver Neukum,
Mats Karrman, Felipe Balbi, linux-usb
Hi Greg,
would you be open to accepting the tcpm [1] and tcpci [2] drivers into
drivers/staging for v4.12 ?
The drivers are not ready for prime time, yet there is interest by others
to have them available and to help improving the code. I could create a
repository/branch at github to enable that, but drivers/staging seems to be
a better approach.
Thanks,
Guenter
---
[1] https://patchwork.kernel.org/patch/9693861/
[2] https://patchwork.kernel.org/patch/9693863/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: typec: tcpm/tcpci drivers acceptable for drivers/staging in v4.12 ?
2017-04-25 16:50 typec: tcpm/tcpci drivers acceptable for drivers/staging in v4.12 ? Guenter Roeck
@ 2017-04-25 17:37 ` Greg Kroah-Hartman
2017-04-25 17:54 ` Guenter Roeck
0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2017-04-25 17:37 UTC (permalink / raw)
To: Guenter Roeck
Cc: linux-kernel, Heikki Krogerus, badhri, Oliver Neukum,
Mats Karrman, Felipe Balbi, linux-usb
On Tue, Apr 25, 2017 at 09:50:31AM -0700, Guenter Roeck wrote:
> Hi Greg,
>
> would you be open to accepting the tcpm [1] and tcpci [2] drivers into
> drivers/staging for v4.12 ?
What's the rush?
> The drivers are not ready for prime time, yet there is interest by others
> to have them available and to help improving the code. I could create a
> repository/branch at github to enable that, but drivers/staging seems to be
> a better approach.
Sure, if you want to maintain it in the kernel, and send me patches that
way for changes, I'll be glad to take them into staging, just send me a
patch that adds them to the tree and I'll merge them for 4.12-rc1.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: typec: tcpm/tcpci drivers acceptable for drivers/staging in v4.12 ?
2017-04-25 17:37 ` Greg Kroah-Hartman
@ 2017-04-25 17:54 ` Guenter Roeck
2017-04-25 18:02 ` Greg Kroah-Hartman
0 siblings, 1 reply; 5+ messages in thread
From: Guenter Roeck @ 2017-04-25 17:54 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: linux-kernel, Heikki Krogerus, badhri, Oliver Neukum,
Mats Karrman, Felipe Balbi, linux-usb
On Tue, Apr 25, 2017 at 07:37:42PM +0200, Greg Kroah-Hartman wrote:
> On Tue, Apr 25, 2017 at 09:50:31AM -0700, Guenter Roeck wrote:
> > Hi Greg,
> >
> > would you be open to accepting the tcpm [1] and tcpci [2] drivers into
> > drivers/staging for v4.12 ?
>
> What's the rush?
>
It has been a long time, and it avoids duplicate work and submissions,
including for drivers depending on it, such as the fusb302 driver submitted
by Hans de Goede [1] for which we have a (not yet published) driver based on
tcpm as well. If for nothing else, it widens the audience.
> > The drivers are not ready for prime time, yet there is interest by others
> > to have them available and to help improving the code. I could create a
> > repository/branch at github to enable that, but drivers/staging seems to be
> > a better approach.
>
> Sure, if you want to maintain it in the kernel, and send me patches that
> way for changes, I'll be glad to take them into staging, just send me a
> patch that adds them to the tree and I'll merge them for 4.12-rc1.
>
Ok, will do.
Thanks,
Guenter
---
[1] https://lkml.org/lkml/2017/4/21/312
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: typec: tcpm/tcpci drivers acceptable for drivers/staging in v4.12 ?
2017-04-25 17:54 ` Guenter Roeck
@ 2017-04-25 18:02 ` Greg Kroah-Hartman
2017-04-25 18:25 ` Guenter Roeck
0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2017-04-25 18:02 UTC (permalink / raw)
To: Guenter Roeck
Cc: linux-kernel, Heikki Krogerus, badhri, Oliver Neukum,
Mats Karrman, Felipe Balbi, linux-usb
On Tue, Apr 25, 2017 at 10:54:02AM -0700, Guenter Roeck wrote:
> On Tue, Apr 25, 2017 at 07:37:42PM +0200, Greg Kroah-Hartman wrote:
> > On Tue, Apr 25, 2017 at 09:50:31AM -0700, Guenter Roeck wrote:
> > > Hi Greg,
> > >
> > > would you be open to accepting the tcpm [1] and tcpci [2] drivers into
> > > drivers/staging for v4.12 ?
> >
> > What's the rush?
> >
>
> It has been a long time, and it avoids duplicate work and submissions,
> including for drivers depending on it, such as the fusb302 driver submitted
> by Hans de Goede [1] for which we have a (not yet published) driver based on
> tcpm as well. If for nothing else, it widens the audience.
Ok, fair enough, send away!
And getting a sane fusb302 driver would be great. The ones I have seen
are just so bad...
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: typec: tcpm/tcpci drivers acceptable for drivers/staging in v4.12 ?
2017-04-25 18:02 ` Greg Kroah-Hartman
@ 2017-04-25 18:25 ` Guenter Roeck
0 siblings, 0 replies; 5+ messages in thread
From: Guenter Roeck @ 2017-04-25 18:25 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: linux-kernel, Heikki Krogerus, badhri, Oliver Neukum,
Mats Karrman, Felipe Balbi, linux-usb
On Tue, Apr 25, 2017 at 08:02:54PM +0200, Greg Kroah-Hartman wrote:
> On Tue, Apr 25, 2017 at 10:54:02AM -0700, Guenter Roeck wrote:
> > On Tue, Apr 25, 2017 at 07:37:42PM +0200, Greg Kroah-Hartman wrote:
> > > On Tue, Apr 25, 2017 at 09:50:31AM -0700, Guenter Roeck wrote:
> > > > Hi Greg,
> > > >
> > > > would you be open to accepting the tcpm [1] and tcpci [2] drivers into
> > > > drivers/staging for v4.12 ?
> > >
> > > What's the rush?
> > >
> >
> > It has been a long time, and it avoids duplicate work and submissions,
> > including for drivers depending on it, such as the fusb302 driver submitted
> > by Hans de Goede [1] for which we have a (not yet published) driver based on
> > tcpm as well. If for nothing else, it widens the audience.
>
> Ok, fair enough, send away!
>
> And getting a sane fusb302 driver would be great. The ones I have seen
> are just so bad...
>
It should hopefully be less insane :-). Looking forward to get your feedback.
We are still trying to figure out if there is anything we have to watch out
for before we can make it available; it is currently sitting in a private
Android branch and we don't want to get into trouble. Most likely we are just
over-cautious. Should hopefully be a matter of days.
Thanks,
Guenter
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-04-25 18:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-25 16:50 typec: tcpm/tcpci drivers acceptable for drivers/staging in v4.12 ? Guenter Roeck
2017-04-25 17:37 ` Greg Kroah-Hartman
2017-04-25 17:54 ` Guenter Roeck
2017-04-25 18:02 ` Greg Kroah-Hartman
2017-04-25 18:25 ` Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox