Re: [PATCH v3 3/5] w1_therm: Optimizing read timing by checking device resolution. Updating documentation

From: Akira shimahara
Date: Wed Apr 29 2020 - 09:59:21 EST


Le mercredi 29 avril 2020 Ã 15:47 +0200, Greg KH a Ãcrit :
> On Wed, Apr 29, 2020 at 03:33:20PM +0200, Akira Shimahara wrote:
> > Patch for enhacement of w1_therm module. Added features :
> > - Optimized conversion time regarding to device resolution
> > - Dedicated sysfs entry for, resolution set/get, eeprom
> > save/restore,
> > and additionnal temperature entry to ease user data collect.
> > - Code optimization to mitigate bus traffic
>
> When you have to list different things you did in a single patch,
> that's
> a huge sign it needs to be multiple patches. Please break this up
> into
> one-logical-change-per-patch.
>

I will try but this block is hard to split as everything is connected.
I will separate it, but some some patches will be useless if applied
without the next ones.

> thanks,
>
> greg k-h