Re: [PATCH v3 1/1] w1: Add subsystem kernel public interface

2017-06-12 Thread Greg Kroah-Hartman
On Mon, Jun 12, 2017 at 09:24:04AM -0500, Andrew F. Davis wrote: > On 06/10/2017 07:51 AM, Greg Kroah-Hartman wrote: > > On Mon, Jun 05, 2017 at 08:52:08AM -0500, Andrew F. Davis wrote: > >> Like other subsystems we should be able to define slave devices outside > >> of the w1 directory. To do

Re: [PATCH v3 1/1] w1: Add subsystem kernel public interface

2017-06-12 Thread Greg Kroah-Hartman
On Mon, Jun 12, 2017 at 09:24:04AM -0500, Andrew F. Davis wrote: > On 06/10/2017 07:51 AM, Greg Kroah-Hartman wrote: > > On Mon, Jun 05, 2017 at 08:52:08AM -0500, Andrew F. Davis wrote: > >> Like other subsystems we should be able to define slave devices outside > >> of the w1 directory. To do

Re: [PATCH v3 1/1] w1: Add subsystem kernel public interface

2017-06-12 Thread Andrew F. Davis
On 06/10/2017 07:51 AM, Greg Kroah-Hartman wrote: > On Mon, Jun 05, 2017 at 08:52:08AM -0500, Andrew F. Davis wrote: >> Like other subsystems we should be able to define slave devices outside >> of the w1 directory. To do this we move public facing interface >> definitions to include/linux/w1.h

Re: [PATCH v3 1/1] w1: Add subsystem kernel public interface

2017-06-12 Thread Andrew F. Davis
On 06/10/2017 07:51 AM, Greg Kroah-Hartman wrote: > On Mon, Jun 05, 2017 at 08:52:08AM -0500, Andrew F. Davis wrote: >> Like other subsystems we should be able to define slave devices outside >> of the w1 directory. To do this we move public facing interface >> definitions to include/linux/w1.h

Re: [PATCH v3 1/1] w1: Add subsystem kernel public interface

2017-06-10 Thread Greg Kroah-Hartman
On Mon, Jun 05, 2017 at 08:52:08AM -0500, Andrew F. Davis wrote: > Like other subsystems we should be able to define slave devices outside > of the w1 directory. To do this we move public facing interface > definitions to include/linux/w1.h and rename the internal definition > file to

Re: [PATCH v3 1/1] w1: Add subsystem kernel public interface

2017-06-10 Thread Greg Kroah-Hartman
On Mon, Jun 05, 2017 at 08:52:08AM -0500, Andrew F. Davis wrote: > Like other subsystems we should be able to define slave devices outside > of the w1 directory. To do this we move public facing interface > definitions to include/linux/w1.h and rename the internal definition > file to

Re: [PATCH v3 1/1] w1: Add subsystem kernel public interface

2017-06-09 Thread Greg Kroah-Hartman
On Thu, Jun 08, 2017 at 02:19:40PM +0200, Sebastian Reichel wrote: > Hi, > > On Mon, Jun 05, 2017 at 08:04:45PM +0300, Evgeniy Polyakov wrote: > > 05.06.2017, 16:52, "Andrew F. Davis" : > > > Like other subsystems we should be able to define slave devices outside > > > of the w1

Re: [PATCH v3 1/1] w1: Add subsystem kernel public interface

2017-06-09 Thread Greg Kroah-Hartman
On Thu, Jun 08, 2017 at 02:19:40PM +0200, Sebastian Reichel wrote: > Hi, > > On Mon, Jun 05, 2017 at 08:04:45PM +0300, Evgeniy Polyakov wrote: > > 05.06.2017, 16:52, "Andrew F. Davis" : > > > Like other subsystems we should be able to define slave devices outside > > > of the w1 directory. To do

Re: [PATCH v3 1/1] w1: Add subsystem kernel public interface

2017-06-08 Thread Sebastian Reichel
Hi, On Mon, Jun 05, 2017 at 08:04:45PM +0300, Evgeniy Polyakov wrote: > 05.06.2017, 16:52, "Andrew F. Davis" : > > Like other subsystems we should be able to define slave devices outside > > of the w1 directory. To do this we move public facing interface > > definitions to

Re: [PATCH v3 1/1] w1: Add subsystem kernel public interface

2017-06-08 Thread Sebastian Reichel
Hi, On Mon, Jun 05, 2017 at 08:04:45PM +0300, Evgeniy Polyakov wrote: > 05.06.2017, 16:52, "Andrew F. Davis" : > > Like other subsystems we should be able to define slave devices outside > > of the w1 directory. To do this we move public facing interface > > definitions to include/linux/w1.h and

[PATCH v3 1/1] w1: Add subsystem kernel public interface

2017-06-05 Thread Andrew F. Davis
Like other subsystems we should be able to define slave devices outside of the w1 directory. To do this we move public facing interface definitions to include/linux/w1.h and rename the internal definition file to w1_internal.h. As w1_family.h and w1_int.h contained almost entirely public driver

[PATCH v3 1/1] w1: Add subsystem kernel public interface

2017-06-05 Thread Andrew F. Davis
Like other subsystems we should be able to define slave devices outside of the w1 directory. To do this we move public facing interface definitions to include/linux/w1.h and rename the internal definition file to w1_internal.h. As w1_family.h and w1_int.h contained almost entirely public driver