Re: [PATCH v3 1/5] w1_therm: fix reset_select_slave. Creating w1_therm.h

2020-04-29 Thread Akira shimahara
Le mercredi 29 avril 2020 à 15:43 +0200, Greg KH a écrit : > On Wed, Apr 29, 2020 at 03:30:48PM +0200, Akira Shimahara wrote: > > Patch for enhancement of w1_therm module. > > - Creating a w1_therm.h file to clean up the code and documenting > > it. > > - fix reset_select_slave function: w1_reset

Re: [PATCH v3 1/5] w1_therm: fix reset_select_slave. Creating w1_therm.h

2020-04-29 Thread Greg KH
On Wed, Apr 29, 2020 at 03:30:48PM +0200, Akira Shimahara wrote: > Patch for enhancement of w1_therm module. > - Creating a w1_therm.h file to clean up the code and documenting it. > - fix reset_select_slave function: w1_reset_select_slave() from w1_io.c > could not be used here because a S

[PATCH v3 1/5] w1_therm: fix reset_select_slave. Creating w1_therm.h

2020-04-29 Thread Akira Shimahara
Patch for enhancement of w1_therm module. - Creating a w1_therm.h file to clean up the code and documenting it. - fix reset_select_slave function: w1_reset_select_slave() from w1_io.c could not be used here because a SKIP ROM command is sent if only one device is on the line. At t