Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-09-20 Thread Jan Kandziora
Am 18.09.2017 um 16:19 schrieb GregKH: > On Mon, Sep 18, 2017 at 03:03:45PM +0200, Jan Kandziora wrote: >> The w1_ds28e17 driver from the next part of this patch needs to emit >> single-bit read timeslots to the DS28E17. The w1 subsystem already >> has this function but it is not exported outside

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-09-20 Thread Jan Kandziora
Am 18.09.2017 um 16:19 schrieb GregKH: > On Mon, Sep 18, 2017 at 03:03:45PM +0200, Jan Kandziora wrote: >> The w1_ds28e17 driver from the next part of this patch needs to emit >> single-bit read timeslots to the DS28E17. The w1 subsystem already >> has this function but it is not exported outside

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-09-18 Thread GregKH
On Mon, Sep 18, 2017 at 09:34:27PM +0200, Jan Kandziora wrote: > Am 18.09.2017 um 16:19 schrieb GregKH: > > On Mon, Sep 18, 2017 at 03:03:45PM +0200, Jan Kandziora wrote: > >> The w1_ds28e17 driver from the next part of this patch needs to emit > >> single-bit read timeslots to the DS28E17. The w1

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-09-18 Thread GregKH
On Mon, Sep 18, 2017 at 09:34:27PM +0200, Jan Kandziora wrote: > Am 18.09.2017 um 16:19 schrieb GregKH: > > On Mon, Sep 18, 2017 at 03:03:45PM +0200, Jan Kandziora wrote: > >> The w1_ds28e17 driver from the next part of this patch needs to emit > >> single-bit read timeslots to the DS28E17. The w1

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-09-18 Thread Jan Kandziora
Am 18.09.2017 um 16:19 schrieb GregKH: > On Mon, Sep 18, 2017 at 03:03:45PM +0200, Jan Kandziora wrote: >> The w1_ds28e17 driver from the next part of this patch needs to emit >> single-bit read timeslots to the DS28E17. The w1 subsystem already >> has this function but it is not exported outside

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-09-18 Thread Jan Kandziora
Am 18.09.2017 um 16:19 schrieb GregKH: > On Mon, Sep 18, 2017 at 03:03:45PM +0200, Jan Kandziora wrote: >> The w1_ds28e17 driver from the next part of this patch needs to emit >> single-bit read timeslots to the DS28E17. The w1 subsystem already >> has this function but it is not exported outside

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-09-18 Thread GregKH
On Mon, Sep 18, 2017 at 03:03:45PM +0200, Jan Kandziora wrote: > The w1_ds28e17 driver from the next part of this patch needs to emit > single-bit read timeslots to the DS28E17. The w1 subsystem already > has this function but it is not exported outside drivers/w1/w1_io.c > > This subpatch

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-09-18 Thread GregKH
On Mon, Sep 18, 2017 at 03:03:45PM +0200, Jan Kandziora wrote: > The w1_ds28e17 driver from the next part of this patch needs to emit > single-bit read timeslots to the DS28E17. The w1 subsystem already > has this function but it is not exported outside drivers/w1/w1_io.c > > This subpatch

[PATCH v4 1/2] wire: export w1_touch_bit

2017-09-18 Thread Jan Kandziora
The w1_ds28e17 driver from the next part of this patch needs to emit single-bit read timeslots to the DS28E17. The w1 subsystem already has this function but it is not exported outside drivers/w1/w1_io.c This subpatch exports the w1_touch_bit symbol with EXPORT_SYMBOL_GPL, same as the other

[PATCH v4 1/2] wire: export w1_touch_bit

2017-09-18 Thread Jan Kandziora
The w1_ds28e17 driver from the next part of this patch needs to emit single-bit read timeslots to the DS28E17. The w1 subsystem already has this function but it is not exported outside drivers/w1/w1_io.c This subpatch exports the w1_touch_bit symbol with EXPORT_SYMBOL_GPL, same as the other

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-08-27 Thread Evgeniy Polyakov
Hi 19.07.2017, 23:14, "Jan Kandziora" : > The w1_ds28e17 driver from the next part of this patch needs to emit > single-bit read timeslots to the DS28E17. The w1 subsystem already > has this function but it is not exported outside drivers/w1/w1_io.c > > This subpatch exports the

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-08-27 Thread Evgeniy Polyakov
Hi 19.07.2017, 23:14, "Jan Kandziora" : > The w1_ds28e17 driver from the next part of this patch needs to emit > single-bit read timeslots to the DS28E17. The w1 subsystem already > has this function but it is not exported outside drivers/w1/w1_io.c > > This subpatch exports the w1_touch_bit

[PATCH v4 1/2] wire: export w1_touch_bit

2017-07-19 Thread Jan Kandziora
The w1_ds28e17 driver from the next part of this patch needs to emit single-bit read timeslots to the DS28E17. The w1 subsystem already has this function but it is not exported outside drivers/w1/w1_io.c This subpatch exports the w1_touch_bit symbol with EXPORT_SYMBOL_GPL, same as the other

[PATCH v4 1/2] wire: export w1_touch_bit

2017-07-19 Thread Jan Kandziora
The w1_ds28e17 driver from the next part of this patch needs to emit single-bit read timeslots to the DS28E17. The w1 subsystem already has this function but it is not exported outside drivers/w1/w1_io.c This subpatch exports the w1_touch_bit symbol with EXPORT_SYMBOL_GPL, same as the other

Re: [PATCH v4 1/2] wire: export w1_touch_bit (RESEND: line breaks fixed, I hope.)

2017-07-17 Thread Greg Kroah-Hartman
On Tue, Jul 18, 2017 at 12:53:14AM +0200, Jan Kandziora wrote: > Changes in v4 against v3 in this subpatch: > - adapted to linux-4.12.0 > > No changes in v3 against v2,v1 in this subpatch. All of that needs to go below the --- line. And your subject needs to be fixed. I should not have to

Re: [PATCH v4 1/2] wire: export w1_touch_bit (RESEND: line breaks fixed, I hope.)

2017-07-17 Thread Greg Kroah-Hartman
On Tue, Jul 18, 2017 at 12:53:14AM +0200, Jan Kandziora wrote: > Changes in v4 against v3 in this subpatch: > - adapted to linux-4.12.0 > > No changes in v3 against v2,v1 in this subpatch. All of that needs to go below the --- line. And your subject needs to be fixed. I should not have to

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-07-17 Thread Greg Kroah-Hartman
On Tue, Jul 18, 2017 at 12:56:46AM +0200, Jan Kandziora wrote: > Am 17.07.2017 um 16:47 schrieb Greg Kroah-Hartman: > > > > This is in no format that I can apply, sorry. > > > > Jan, can you resend it in a correct format? > > > I sent part 1/2 again with the line breaks fixed (I hope.) > >

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-07-17 Thread Greg Kroah-Hartman
On Tue, Jul 18, 2017 at 12:56:46AM +0200, Jan Kandziora wrote: > Am 17.07.2017 um 16:47 schrieb Greg Kroah-Hartman: > > > > This is in no format that I can apply, sorry. > > > > Jan, can you resend it in a correct format? > > > I sent part 1/2 again with the line breaks fixed (I hope.) > >

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-07-17 Thread Jan Kandziora
Am 17.07.2017 um 16:47 schrieb Greg Kroah-Hartman: > > This is in no format that I can apply, sorry. > > Jan, can you resend it in a correct format? > I sent part 1/2 again with the line breaks fixed (I hope.) Part 2/2 was okay? Kind regards Jan

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-07-17 Thread Jan Kandziora
Am 17.07.2017 um 16:47 schrieb Greg Kroah-Hartman: > > This is in no format that I can apply, sorry. > > Jan, can you resend it in a correct format? > I sent part 1/2 again with the line breaks fixed (I hope.) Part 2/2 was okay? Kind regards Jan

[PATCH v4 1/2] wire: export w1_touch_bit (RESEND: line breaks fixed, I hope.)

2017-07-17 Thread Jan Kandziora
Changes in v4 against v3 in this subpatch: - adapted to linux-4.12.0 No changes in v3 against v2,v1 in this subpatch. The w1_ds28e17 driver from the next part of this patch needs to emit single-bit read timeslots to the DS28E17. The w1 subsystem already has this function but it is not exported

[PATCH v4 1/2] wire: export w1_touch_bit (RESEND: line breaks fixed, I hope.)

2017-07-17 Thread Jan Kandziora
Changes in v4 against v3 in this subpatch: - adapted to linux-4.12.0 No changes in v3 against v2,v1 in this subpatch. The w1_ds28e17 driver from the next part of this patch needs to emit single-bit read timeslots to the DS28E17. The w1 subsystem already has this function but it is not exported

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-07-17 Thread Greg Kroah-Hartman
On Thu, Jul 13, 2017 at 06:13:19PM +0300, Evgeniy Polyakov wrote: > Hi Jan, Greg > > 11.07.2017, 02:00, "Jan Kandziora" : > > Changes in v4 against v3 in this subpatch: > >   - adapted to linux-4.12.0 > > > > No changes in v3 against v2,v1 in this subpatch. > > > > The w1_ds28e17

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-07-17 Thread Greg Kroah-Hartman
On Thu, Jul 13, 2017 at 06:13:19PM +0300, Evgeniy Polyakov wrote: > Hi Jan, Greg > > 11.07.2017, 02:00, "Jan Kandziora" : > > Changes in v4 against v3 in this subpatch: > >   - adapted to linux-4.12.0 > > > > No changes in v3 against v2,v1 in this subpatch. > > > > The w1_ds28e17 driver from the

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-07-13 Thread Evgeniy Polyakov
Hi Jan, Greg 11.07.2017, 02:00, "Jan Kandziora" : > Changes in v4 against v3 in this subpatch: >   - adapted to linux-4.12.0 > > No changes in v3 against v2,v1 in this subpatch. > > The w1_ds28e17 driver from the next part of this patch needs to emit > single-bit read timeslots to

Re: [PATCH v4 1/2] wire: export w1_touch_bit

2017-07-13 Thread Evgeniy Polyakov
Hi Jan, Greg 11.07.2017, 02:00, "Jan Kandziora" : > Changes in v4 against v3 in this subpatch: >   - adapted to linux-4.12.0 > > No changes in v3 against v2,v1 in this subpatch. > > The w1_ds28e17 driver from the next part of this patch needs to emit > single-bit read timeslots to the DS28E17.

[PATCH v4 1/2] wire: export w1_touch_bit

2017-07-10 Thread Jan Kandziora
Changes in v4 against v3 in this subpatch: - adapted to linux-4.12.0 No changes in v3 against v2,v1 in this subpatch. The w1_ds28e17 driver from the next part of this patch needs to emit single-bit read timeslots to the DS28E17. The w1 subsystem already has this function but it is not exported

[PATCH v4 1/2] wire: export w1_touch_bit

2017-07-10 Thread Jan Kandziora
Changes in v4 against v3 in this subpatch: - adapted to linux-4.12.0 No changes in v3 against v2,v1 in this subpatch. The w1_ds28e17 driver from the next part of this patch needs to emit single-bit read timeslots to the DS28E17. The w1 subsystem already has this function but it is not exported