* Re: [GIT PULL] fbdev updates & fixes for v5.17-rc1
@ 2022-01-21 9:19 ` Lee Jones
0 siblings, 0 replies; 15+ messages in thread
From: Lee Jones @ 2022-01-21 9:19 UTC (permalink / raw)
To: Jani Nikula
Cc: linux-fbdev, Jingoo Han, Helge Deller, linux-kernel, dri-devel,
Daniel Thompson, Linus Torvalds
On Fri, 21 Jan 2022, Jani Nikula wrote:
> On Fri, 21 Jan 2022, Daniel Vetter <daniel@ffwll.ch> wrote:
> > On Wed, Jan 19, 2022 at 5:02 PM Helge Deller <deller@gmx.de> wrote:
> >> A first bunch of updates and fixes for the following fbdev & backlight drivers:
> >> ocfb, aty128fb, mb862xx, omapfb, qcom-wled, dt-bindings, hyperv_fb,
> >> lm3630a_bl, omap2, controlfb, matroxfb
> >>
> >> Nothing really important, mostly cleanups, const conversions, added null
> >> pointer/boundary checks and build fixes.
> >>
> >> Signed-off-by: Helge Deller <deller@gmx.de>
> >
> > Not sure whether Linus missed this or just wanted to let the
> > discussion settle first. But since this is all random patches for
> > drivers that many distros don't even enable anymore there's no issues
> > here, and I very much welcome someone volunteering to pick these up.
> > I'd expect there's a pile more since it's been 1-2 years since Bart
> > took care of these and merged them consistently.
> >
> > Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
>
> ...
>
> >> drivers/video/backlight/lm3630a_bl.c | 1 -
> >> drivers/video/backlight/qcom-wled.c | 1 +
>
> Backlight changes usually go through the backlight tree.
Yes, they do. How were these applied to the DRM tree?
I don't see any mails about them being applied:
Luca Weiss (2):
backlight: qcom-wled: Add PM6150L compatible
https://lore.kernel.org/all/20211229170358.2457006-2-luca.weiss@fairphone.com/
Xu Wang (2):
backlight: lm3630a_bl: Remove redundant 'flush_workqueue()' calls
https://lore.kernel.org/all/20220113084806.13822-1-vulab@iscas.ac.cn/
--
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: [GIT PULL] fbdev updates & fixes for v5.17-rc1
2022-01-21 9:19 ` Lee Jones
@ 2022-01-21 9:53 ` Helge Deller
-1 siblings, 0 replies; 15+ messages in thread
From: Helge Deller @ 2022-01-21 9:53 UTC (permalink / raw)
To: Lee Jones, Jani Nikula
Cc: Daniel Vetter, linux-fbdev, Linus Torvalds, linux-kernel,
dri-devel, Daniel Thompson, Jingoo Han
On 1/21/22 10:19, Lee Jones wrote:
> On Fri, 21 Jan 2022, Jani Nikula wrote:
>
>> On Fri, 21 Jan 2022, Daniel Vetter <daniel@ffwll.ch> wrote:
>>> On Wed, Jan 19, 2022 at 5:02 PM Helge Deller <deller@gmx.de> wrote:
>>>> A first bunch of updates and fixes for the following fbdev & backlight drivers:
>>>> ocfb, aty128fb, mb862xx, omapfb, qcom-wled, dt-bindings, hyperv_fb,
>>>> lm3630a_bl, omap2, controlfb, matroxfb
>>>>
>>>> Nothing really important, mostly cleanups, const conversions, added null
>>>> pointer/boundary checks and build fixes.
>>>>
>>>> Signed-off-by: Helge Deller <deller@gmx.de>
>>>
>>> Not sure whether Linus missed this or just wanted to let the
>>> discussion settle first. But since this is all random patches for
>>> drivers that many distros don't even enable anymore there's no issues
>>> here, and I very much welcome someone volunteering to pick these up.
>>> I'd expect there's a pile more since it's been 1-2 years since Bart
>>> took care of these and merged them consistently.
>>>
>>> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
>>
>> ...
>>
>>>> drivers/video/backlight/lm3630a_bl.c | 1 -
>>>> drivers/video/backlight/qcom-wled.c | 1 +
>>
>> Backlight changes usually go through the backlight tree.
Sorry, I didn't know yet.
> Yes, they do. How were these applied to the DRM tree?
I did applied them.
Shall I drop them and you decide about them?
Next I round I'll take care not to pick backlight patches.
Helge
> I don't see any mails about them being applied:
>
> Luca Weiss (2):
> backlight: qcom-wled: Add PM6150L compatible
>
> https://lore.kernel.org/all/20211229170358.2457006-2-luca.weiss@fairphone.com/
>
> Xu Wang (2):
> backlight: lm3630a_bl: Remove redundant 'flush_workqueue()' calls
>
> https://lore.kernel.org/all/20220113084806.13822-1-vulab@iscas.ac.cn/
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] fbdev updates & fixes for v5.17-rc1
@ 2022-01-21 9:53 ` Helge Deller
0 siblings, 0 replies; 15+ messages in thread
From: Helge Deller @ 2022-01-21 9:53 UTC (permalink / raw)
To: Lee Jones, Jani Nikula
Cc: linux-fbdev, Jingoo Han, Daniel Thompson, dri-devel, linux-kernel,
Linus Torvalds
On 1/21/22 10:19, Lee Jones wrote:
> On Fri, 21 Jan 2022, Jani Nikula wrote:
>
>> On Fri, 21 Jan 2022, Daniel Vetter <daniel@ffwll.ch> wrote:
>>> On Wed, Jan 19, 2022 at 5:02 PM Helge Deller <deller@gmx.de> wrote:
>>>> A first bunch of updates and fixes for the following fbdev & backlight drivers:
>>>> ocfb, aty128fb, mb862xx, omapfb, qcom-wled, dt-bindings, hyperv_fb,
>>>> lm3630a_bl, omap2, controlfb, matroxfb
>>>>
>>>> Nothing really important, mostly cleanups, const conversions, added null
>>>> pointer/boundary checks and build fixes.
>>>>
>>>> Signed-off-by: Helge Deller <deller@gmx.de>
>>>
>>> Not sure whether Linus missed this or just wanted to let the
>>> discussion settle first. But since this is all random patches for
>>> drivers that many distros don't even enable anymore there's no issues
>>> here, and I very much welcome someone volunteering to pick these up.
>>> I'd expect there's a pile more since it's been 1-2 years since Bart
>>> took care of these and merged them consistently.
>>>
>>> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
>>
>> ...
>>
>>>> drivers/video/backlight/lm3630a_bl.c | 1 -
>>>> drivers/video/backlight/qcom-wled.c | 1 +
>>
>> Backlight changes usually go through the backlight tree.
Sorry, I didn't know yet.
> Yes, they do. How were these applied to the DRM tree?
I did applied them.
Shall I drop them and you decide about them?
Next I round I'll take care not to pick backlight patches.
Helge
> I don't see any mails about them being applied:
>
> Luca Weiss (2):
> backlight: qcom-wled: Add PM6150L compatible
>
> https://lore.kernel.org/all/20211229170358.2457006-2-luca.weiss@fairphone.com/
>
> Xu Wang (2):
> backlight: lm3630a_bl: Remove redundant 'flush_workqueue()' calls
>
> https://lore.kernel.org/all/20220113084806.13822-1-vulab@iscas.ac.cn/
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] fbdev updates & fixes for v5.17-rc1
2022-01-21 9:53 ` Helge Deller
@ 2022-01-21 10:17 ` Lee Jones
-1 siblings, 0 replies; 15+ messages in thread
From: Lee Jones @ 2022-01-21 10:17 UTC (permalink / raw)
To: Helge Deller
Cc: Jani Nikula, Daniel Vetter, linux-fbdev, Linus Torvalds,
linux-kernel, dri-devel, Daniel Thompson, Jingoo Han
On Fri, 21 Jan 2022, Helge Deller wrote:
> On 1/21/22 10:19, Lee Jones wrote:
> > On Fri, 21 Jan 2022, Jani Nikula wrote:
> >
> >> On Fri, 21 Jan 2022, Daniel Vetter <daniel@ffwll.ch> wrote:
> >>> On Wed, Jan 19, 2022 at 5:02 PM Helge Deller <deller@gmx.de> wrote:
> >>>> A first bunch of updates and fixes for the following fbdev & backlight drivers:
> >>>> ocfb, aty128fb, mb862xx, omapfb, qcom-wled, dt-bindings, hyperv_fb,
> >>>> lm3630a_bl, omap2, controlfb, matroxfb
> >>>>
> >>>> Nothing really important, mostly cleanups, const conversions, added null
> >>>> pointer/boundary checks and build fixes.
> >>>>
> >>>> Signed-off-by: Helge Deller <deller@gmx.de>
> >>>
> >>> Not sure whether Linus missed this or just wanted to let the
> >>> discussion settle first. But since this is all random patches for
> >>> drivers that many distros don't even enable anymore there's no issues
> >>> here, and I very much welcome someone volunteering to pick these up.
> >>> I'd expect there's a pile more since it's been 1-2 years since Bart
> >>> took care of these and merged them consistently.
> >>>
> >>> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> >>
> >> ...
> >>
> >>>> drivers/video/backlight/lm3630a_bl.c | 1 -
> >>>> drivers/video/backlight/qcom-wled.c | 1 +
> >>
> >> Backlight changes usually go through the backlight tree.
>
> Sorry, I didn't know yet.
>
> > Yes, they do. How were these applied to the DRM tree?
>
> I did applied them.
When you apply patches, you should reply to let the contributor know.
> Shall I drop them and you decide about them?
No, there's no need for that.
> Next I round I'll take care not to pick backlight patches.
Thank you.
--
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] fbdev updates & fixes for v5.17-rc1
@ 2022-01-21 10:17 ` Lee Jones
0 siblings, 0 replies; 15+ messages in thread
From: Lee Jones @ 2022-01-21 10:17 UTC (permalink / raw)
To: Helge Deller
Cc: linux-fbdev, Jingoo Han, linux-kernel, dri-devel, Daniel Thompson,
Linus Torvalds
On Fri, 21 Jan 2022, Helge Deller wrote:
> On 1/21/22 10:19, Lee Jones wrote:
> > On Fri, 21 Jan 2022, Jani Nikula wrote:
> >
> >> On Fri, 21 Jan 2022, Daniel Vetter <daniel@ffwll.ch> wrote:
> >>> On Wed, Jan 19, 2022 at 5:02 PM Helge Deller <deller@gmx.de> wrote:
> >>>> A first bunch of updates and fixes for the following fbdev & backlight drivers:
> >>>> ocfb, aty128fb, mb862xx, omapfb, qcom-wled, dt-bindings, hyperv_fb,
> >>>> lm3630a_bl, omap2, controlfb, matroxfb
> >>>>
> >>>> Nothing really important, mostly cleanups, const conversions, added null
> >>>> pointer/boundary checks and build fixes.
> >>>>
> >>>> Signed-off-by: Helge Deller <deller@gmx.de>
> >>>
> >>> Not sure whether Linus missed this or just wanted to let the
> >>> discussion settle first. But since this is all random patches for
> >>> drivers that many distros don't even enable anymore there's no issues
> >>> here, and I very much welcome someone volunteering to pick these up.
> >>> I'd expect there's a pile more since it's been 1-2 years since Bart
> >>> took care of these and merged them consistently.
> >>>
> >>> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> >>
> >> ...
> >>
> >>>> drivers/video/backlight/lm3630a_bl.c | 1 -
> >>>> drivers/video/backlight/qcom-wled.c | 1 +
> >>
> >> Backlight changes usually go through the backlight tree.
>
> Sorry, I didn't know yet.
>
> > Yes, they do. How were these applied to the DRM tree?
>
> I did applied them.
When you apply patches, you should reply to let the contributor know.
> Shall I drop them and you decide about them?
No, there's no need for that.
> Next I round I'll take care not to pick backlight patches.
Thank you.
--
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] fbdev updates & fixes for v5.17-rc1
2022-01-21 9:19 ` Lee Jones
@ 2022-01-21 9:53 ` Daniel Vetter
-1 siblings, 0 replies; 15+ messages in thread
From: Daniel Vetter @ 2022-01-21 9:53 UTC (permalink / raw)
To: Lee Jones
Cc: Jani Nikula, Helge Deller, linux-fbdev, Linus Torvalds,
linux-kernel, dri-devel, Daniel Thompson, Jingoo Han
On Fri, Jan 21, 2022 at 10:19 AM Lee Jones <lee.jones@linaro.org> wrote:
>
> On Fri, 21 Jan 2022, Jani Nikula wrote:
>
> > On Fri, 21 Jan 2022, Daniel Vetter <daniel@ffwll.ch> wrote:
> > > On Wed, Jan 19, 2022 at 5:02 PM Helge Deller <deller@gmx.de> wrote:
> > >> A first bunch of updates and fixes for the following fbdev & backlight drivers:
> > >> ocfb, aty128fb, mb862xx, omapfb, qcom-wled, dt-bindings, hyperv_fb,
> > >> lm3630a_bl, omap2, controlfb, matroxfb
> > >>
> > >> Nothing really important, mostly cleanups, const conversions, added null
> > >> pointer/boundary checks and build fixes.
> > >>
> > >> Signed-off-by: Helge Deller <deller@gmx.de>
> > >
> > > Not sure whether Linus missed this or just wanted to let the
> > > discussion settle first. But since this is all random patches for
> > > drivers that many distros don't even enable anymore there's no issues
> > > here, and I very much welcome someone volunteering to pick these up.
> > > I'd expect there's a pile more since it's been 1-2 years since Bart
> > > took care of these and merged them consistently.
> > >
> > > Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> >
> > ...
> >
> > >> drivers/video/backlight/lm3630a_bl.c | 1 -
> > >> drivers/video/backlight/qcom-wled.c | 1 +
> >
> > Backlight changes usually go through the backlight tree.
>
> Yes, they do. How were these applied to the DRM tree?
They are not applied to any drm trees, Helge jumped in last week to
take over drivers/video maintainership.
-Daniel
>
> I don't see any mails about them being applied:
>
> Luca Weiss (2):
> backlight: qcom-wled: Add PM6150L compatible
>
> https://lore.kernel.org/all/20211229170358.2457006-2-luca.weiss@fairphone.com/
>
> Xu Wang (2):
> backlight: lm3630a_bl: Remove redundant 'flush_workqueue()' calls
>
> https://lore.kernel.org/all/20220113084806.13822-1-vulab@iscas.ac.cn/
>
> --
> Lee Jones [李琼斯]
> Principal Technical Lead - Developer Services
> Linaro.org │ Open source software for Arm SoCs
> Follow Linaro: Facebook | Twitter | Blog
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] fbdev updates & fixes for v5.17-rc1
@ 2022-01-21 9:53 ` Daniel Vetter
0 siblings, 0 replies; 15+ messages in thread
From: Daniel Vetter @ 2022-01-21 9:53 UTC (permalink / raw)
To: Lee Jones
Cc: linux-fbdev, Jingoo Han, Helge Deller, linux-kernel, dri-devel,
Daniel Thompson, Linus Torvalds
On Fri, Jan 21, 2022 at 10:19 AM Lee Jones <lee.jones@linaro.org> wrote:
>
> On Fri, 21 Jan 2022, Jani Nikula wrote:
>
> > On Fri, 21 Jan 2022, Daniel Vetter <daniel@ffwll.ch> wrote:
> > > On Wed, Jan 19, 2022 at 5:02 PM Helge Deller <deller@gmx.de> wrote:
> > >> A first bunch of updates and fixes for the following fbdev & backlight drivers:
> > >> ocfb, aty128fb, mb862xx, omapfb, qcom-wled, dt-bindings, hyperv_fb,
> > >> lm3630a_bl, omap2, controlfb, matroxfb
> > >>
> > >> Nothing really important, mostly cleanups, const conversions, added null
> > >> pointer/boundary checks and build fixes.
> > >>
> > >> Signed-off-by: Helge Deller <deller@gmx.de>
> > >
> > > Not sure whether Linus missed this or just wanted to let the
> > > discussion settle first. But since this is all random patches for
> > > drivers that many distros don't even enable anymore there's no issues
> > > here, and I very much welcome someone volunteering to pick these up.
> > > I'd expect there's a pile more since it's been 1-2 years since Bart
> > > took care of these and merged them consistently.
> > >
> > > Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> >
> > ...
> >
> > >> drivers/video/backlight/lm3630a_bl.c | 1 -
> > >> drivers/video/backlight/qcom-wled.c | 1 +
> >
> > Backlight changes usually go through the backlight tree.
>
> Yes, they do. How were these applied to the DRM tree?
They are not applied to any drm trees, Helge jumped in last week to
take over drivers/video maintainership.
-Daniel
>
> I don't see any mails about them being applied:
>
> Luca Weiss (2):
> backlight: qcom-wled: Add PM6150L compatible
>
> https://lore.kernel.org/all/20211229170358.2457006-2-luca.weiss@fairphone.com/
>
> Xu Wang (2):
> backlight: lm3630a_bl: Remove redundant 'flush_workqueue()' calls
>
> https://lore.kernel.org/all/20220113084806.13822-1-vulab@iscas.ac.cn/
>
> --
> Lee Jones [李琼斯]
> Principal Technical Lead - Developer Services
> Linaro.org │ Open source software for Arm SoCs
> Follow Linaro: Facebook | Twitter | Blog
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] fbdev updates & fixes for v5.17-rc1
2022-01-21 9:53 ` Daniel Vetter
@ 2022-01-21 10:16 ` Lee Jones
-1 siblings, 0 replies; 15+ messages in thread
From: Lee Jones @ 2022-01-21 10:16 UTC (permalink / raw)
To: Daniel Vetter
Cc: Jani Nikula, Helge Deller, linux-fbdev, Linus Torvalds,
linux-kernel, dri-devel, Daniel Thompson, Jingoo Han
On Fri, 21 Jan 2022, Daniel Vetter wrote:
> On Fri, Jan 21, 2022 at 10:19 AM Lee Jones <lee.jones@linaro.org> wrote:
> >
> > On Fri, 21 Jan 2022, Jani Nikula wrote:
> >
> > > On Fri, 21 Jan 2022, Daniel Vetter <daniel@ffwll.ch> wrote:
> > > > On Wed, Jan 19, 2022 at 5:02 PM Helge Deller <deller@gmx.de> wrote:
> > > >> A first bunch of updates and fixes for the following fbdev & backlight drivers:
> > > >> ocfb, aty128fb, mb862xx, omapfb, qcom-wled, dt-bindings, hyperv_fb,
> > > >> lm3630a_bl, omap2, controlfb, matroxfb
> > > >>
> > > >> Nothing really important, mostly cleanups, const conversions, added null
> > > >> pointer/boundary checks and build fixes.
> > > >>
> > > >> Signed-off-by: Helge Deller <deller@gmx.de>
> > > >
> > > > Not sure whether Linus missed this or just wanted to let the
> > > > discussion settle first. But since this is all random patches for
> > > > drivers that many distros don't even enable anymore there's no issues
> > > > here, and I very much welcome someone volunteering to pick these up.
> > > > I'd expect there's a pile more since it's been 1-2 years since Bart
> > > > took care of these and merged them consistently.
> > > >
> > > > Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> > >
> > > ...
> > >
> > > >> drivers/video/backlight/lm3630a_bl.c | 1 -
> > > >> drivers/video/backlight/qcom-wled.c | 1 +
> > >
> > > Backlight changes usually go through the backlight tree.
> >
> > Yes, they do. How were these applied to the DRM tree?
>
> They are not applied to any drm trees, Helge jumped in last week to
> take over drivers/video maintainership.
> -Daniel
Sorry s/DRM/fbdev/
> > I don't see any mails about them being applied:
> >
> > Luca Weiss (2):
> > backlight: qcom-wled: Add PM6150L compatible
> >
> > https://lore.kernel.org/all/20211229170358.2457006-2-luca.weiss@fairphone.com/
> >
> > Xu Wang (2):
> > backlight: lm3630a_bl: Remove redundant 'flush_workqueue()' calls
> >
> > https://lore.kernel.org/all/20220113084806.13822-1-vulab@iscas.ac.cn/
> >
>
>
>
--
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] fbdev updates & fixes for v5.17-rc1
@ 2022-01-21 10:16 ` Lee Jones
0 siblings, 0 replies; 15+ messages in thread
From: Lee Jones @ 2022-01-21 10:16 UTC (permalink / raw)
To: Daniel Vetter
Cc: linux-fbdev, Jingoo Han, Helge Deller, linux-kernel, dri-devel,
Daniel Thompson, Linus Torvalds
On Fri, 21 Jan 2022, Daniel Vetter wrote:
> On Fri, Jan 21, 2022 at 10:19 AM Lee Jones <lee.jones@linaro.org> wrote:
> >
> > On Fri, 21 Jan 2022, Jani Nikula wrote:
> >
> > > On Fri, 21 Jan 2022, Daniel Vetter <daniel@ffwll.ch> wrote:
> > > > On Wed, Jan 19, 2022 at 5:02 PM Helge Deller <deller@gmx.de> wrote:
> > > >> A first bunch of updates and fixes for the following fbdev & backlight drivers:
> > > >> ocfb, aty128fb, mb862xx, omapfb, qcom-wled, dt-bindings, hyperv_fb,
> > > >> lm3630a_bl, omap2, controlfb, matroxfb
> > > >>
> > > >> Nothing really important, mostly cleanups, const conversions, added null
> > > >> pointer/boundary checks and build fixes.
> > > >>
> > > >> Signed-off-by: Helge Deller <deller@gmx.de>
> > > >
> > > > Not sure whether Linus missed this or just wanted to let the
> > > > discussion settle first. But since this is all random patches for
> > > > drivers that many distros don't even enable anymore there's no issues
> > > > here, and I very much welcome someone volunteering to pick these up.
> > > > I'd expect there's a pile more since it's been 1-2 years since Bart
> > > > took care of these and merged them consistently.
> > > >
> > > > Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> > >
> > > ...
> > >
> > > >> drivers/video/backlight/lm3630a_bl.c | 1 -
> > > >> drivers/video/backlight/qcom-wled.c | 1 +
> > >
> > > Backlight changes usually go through the backlight tree.
> >
> > Yes, they do. How were these applied to the DRM tree?
>
> They are not applied to any drm trees, Helge jumped in last week to
> take over drivers/video maintainership.
> -Daniel
Sorry s/DRM/fbdev/
> > I don't see any mails about them being applied:
> >
> > Luca Weiss (2):
> > backlight: qcom-wled: Add PM6150L compatible
> >
> > https://lore.kernel.org/all/20211229170358.2457006-2-luca.weiss@fairphone.com/
> >
> > Xu Wang (2):
> > backlight: lm3630a_bl: Remove redundant 'flush_workqueue()' calls
> >
> > https://lore.kernel.org/all/20220113084806.13822-1-vulab@iscas.ac.cn/
> >
>
>
>
--
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 15+ messages in thread