Re: [PATCH v4 05/20] backlight: improve backlight_device documentation

2020-07-17 Thread Sam Ravnborg
Hi Jingoo On Sat, Jul 18, 2020 at 05:18:39AM +, Jingoo Han wrote: > On 7/3/20, 2:46 PM, Sam Ravnborg wrote: > > > > Improve the documentation for backlight_device and > > adapt it to kernel-doc style. > > > > The updated documentation is more strict on how locking is used. > > With the update n

Re: [PATCH v4 05/20] backlight: improve backlight_device documentation

2020-07-17 Thread Jingoo Han
On 7/3/20, 2:46 PM, Sam Ravnborg wrote: > > Improve the documentation for backlight_device and > adapt it to kernel-doc style. > > The updated documentation is more strict on how locking is used. > With the update neither update_lock nor ops_lock may be used > outside the backlight core. > This res

Re: [PATCH v4 05/20] backlight: improve backlight_device documentation

2020-07-16 Thread Lee Jones
On Thu, 16 Jul 2020, Sam Ravnborg wrote: > Hi Lee. > > On Thu, Jul 16, 2020 at 03:39:41PM +0100, Lee Jones wrote: > > On Fri, 03 Jul 2020, Sam Ravnborg wrote: > > > > > Improve the documentation for backlight_device and > > > adapt it to kernel-doc style. > > > > > > The updated documentation i

Re: [PATCH v4 05/20] backlight: improve backlight_device documentation

2020-07-16 Thread Sam Ravnborg
Hi Lee. On Thu, Jul 16, 2020 at 03:39:41PM +0100, Lee Jones wrote: > On Fri, 03 Jul 2020, Sam Ravnborg wrote: > > > Improve the documentation for backlight_device and > > adapt it to kernel-doc style. > > > > The updated documentation is more strict on how locking is used. > > With the update ne

Re: [PATCH v4 05/20] backlight: improve backlight_device documentation

2020-07-16 Thread Lee Jones
On Fri, 03 Jul 2020, Sam Ravnborg wrote: > Improve the documentation for backlight_device and > adapt it to kernel-doc style. > > The updated documentation is more strict on how locking is used. > With the update neither update_lock nor ops_lock may be used > outside the backlight core. > This re

Re: [PATCH v4 05/20] backlight: improve backlight_device documentation

2020-07-08 Thread Daniel Thompson
On Fri, Jul 03, 2020 at 08:45:31PM +0200, Sam Ravnborg wrote: > Improve the documentation for backlight_device and > adapt it to kernel-doc style. > > The updated documentation is more strict on how locking is used. > With the update neither update_lock nor ops_lock may be used > outside the backl