Re: [PATCH v6 0/4] LED triggers for USB host and device

2014-09-25 Thread Greg Kroah-Hartman
On Thu, Sep 25, 2014 at 08:56:32AM -0500, Felipe Balbi wrote: > Hi, > > On Thu, Sep 25, 2014 at 12:36:23PM +0200, Greg Kroah-Hartman wrote: > > On Wed, Sep 24, 2014 at 06:15:50PM -0500, Felipe Balbi wrote: > > > On Wed, Sep 24, 2014 at 05:18:30PM -0500, Felipe Balbi wrote: > > > > On Wed, Sep 24,

Re: [PATCH v6 0/4] LED triggers for USB host and device

2014-09-25 Thread Felipe Balbi
Hi, On Thu, Sep 25, 2014 at 12:36:23PM +0200, Greg Kroah-Hartman wrote: > On Wed, Sep 24, 2014 at 06:15:50PM -0500, Felipe Balbi wrote: > > On Wed, Sep 24, 2014 at 05:18:30PM -0500, Felipe Balbi wrote: > > > On Wed, Sep 24, 2014 at 11:41:55PM +0200, Greg Kroah-Hartman wrote: > > > > On Wed, Sep 24

Re: [PATCH v6 0/4] LED triggers for USB host and device

2014-09-25 Thread Greg Kroah-Hartman
On Wed, Sep 24, 2014 at 06:15:50PM -0500, Felipe Balbi wrote: > On Wed, Sep 24, 2014 at 05:18:30PM -0500, Felipe Balbi wrote: > > On Wed, Sep 24, 2014 at 11:41:55PM +0200, Greg Kroah-Hartman wrote: > > > On Wed, Sep 24, 2014 at 03:59:36PM -0500, Felipe Balbi wrote: > > > > On Wed, Sep 24, 2014 at 1

Re: [PATCH v6 0/4] LED triggers for USB host and device

2014-09-24 Thread Felipe Balbi
On Wed, Sep 24, 2014 at 05:18:30PM -0500, Felipe Balbi wrote: > On Wed, Sep 24, 2014 at 11:41:55PM +0200, Greg Kroah-Hartman wrote: > > On Wed, Sep 24, 2014 at 03:59:36PM -0500, Felipe Balbi wrote: > > > On Wed, Sep 24, 2014 at 10:43:17PM +0200, Michal Sojka wrote: > > > > This adds LED triggers fo

Re: [PATCH v6 0/4] LED triggers for USB host and device

2014-09-24 Thread Felipe Balbi
On Wed, Sep 24, 2014 at 11:41:55PM +0200, Greg Kroah-Hartman wrote: > On Wed, Sep 24, 2014 at 03:59:36PM -0500, Felipe Balbi wrote: > > On Wed, Sep 24, 2014 at 10:43:17PM +0200, Michal Sojka wrote: > > > This adds LED triggers for USB host and device. First two patches > > > refactor UDC drivers as

Re: [PATCH v6 0/4] LED triggers for USB host and device

2014-09-24 Thread Greg Kroah-Hartman
On Wed, Sep 24, 2014 at 03:59:36PM -0500, Felipe Balbi wrote: > On Wed, Sep 24, 2014 at 10:43:17PM +0200, Michal Sojka wrote: > > This adds LED triggers for USB host and device. First two patches > > refactor UDC drivers as requested by Felipe Balbi, the next renames a > > file and the last is the

Re: [PATCH v6 0/4] LED triggers for USB host and device

2014-09-24 Thread Felipe Balbi
On Wed, Sep 24, 2014 at 10:43:17PM +0200, Michal Sojka wrote: > This adds LED triggers for USB host and device. First two patches > refactor UDC drivers as requested by Felipe Balbi, the next renames a > file and the last is the actual implementation of the LED triggers. > > Changes from v5: > - R

[PATCH v6 0/4] LED triggers for USB host and device

2014-09-24 Thread Michal Sojka
This adds LED triggers for USB host and device. First two patches refactor UDC drivers as requested by Felipe Balbi, the next renames a file and the last is the actual implementation of the LED triggers. Changes from v5: - Refactoring of USB gadget completion split into two patches (Filipe Balbi