Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1309127 > unrolled thread

[GIT PULL] Backlight for v4.5

Started byLee Jones <lee.jones@linaro.org>
First post2016-01-14 10:50 +0100
Last post2016-01-14 22:20 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Backlight for v4.5 Lee Jones <lee.jones@linaro.org> - 2016-01-14 10:50 +0100
    Re: [GIT PULL] Backlight for v4.5 Linus Torvalds <torvalds@linux-foundation.org> - 2016-01-14 19:40 +0100
      Re: [GIT PULL] Backlight for v4.5 Lee Jones <lee.jones@linaro.org> - 2016-01-14 22:20 +0100

#1309127 — [GIT PULL] Backlight for v4.5

FromLee Jones <lee.jones@linaro.org>
Date2016-01-14 10:50 +0100
Subject[GIT PULL] Backlight for v4.5
Message-ID<qQMHx-59v-23@gated-at.bofh.it>
Hi Linus,

Some of the patches in this set haven't had as long of a -next
soak-test as I normally like.  This is due to a combination of
me taking a vacation from -rc4 and unusually short -rc releases
during the v4.4 cycle.

I'm keen not to let down contributors so I am sending the pull-
request out in the full knowledge that a snot-o-gram might well
be winging it's way to me in receipt.  I have taken due care to
thoroughly build test the set as much as possible, but if there
are any issues I'll take the time to provide reason and
apologise in advance now.

The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:

  Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-for-linus-4.5

for you to fetch changes up to 60d613d6aef4ae49988eeb3ad38af948c561db1e:

  backlight: pwm_bl: Free PWM requested by legacy API on error path (2016-01-11 10:45:24 +0000)

----------------------------------------------------------------
 - Fix-ups
   - Take heed of GPIO default-on requests; gpio_backlight
   - Enable DT probing; tps65217_bl
 - Bug Fixes
   - Free resources in error path; pwm_bl
   - Fix uninitialised variable warning; adp8860_bl, adp8870_bl
   - Protect unconditional DT look-ups from non-DT platforms; pwm_bl
   - Fix backlight flicker; pwm_bl

----------------------------------------------------------------
Arnd Bergmann (2):
      backlight: adp88x0: Fix uninitialized variable use
      backlight: adp8860: Fix another uninitialized variable use

Enric Balletbo i Serra (1):
      backlight: tps65217_bl: Add MODULE_DEVICE_TABLE

Philipp Zabel (2):
      backlight: pwm_bl: Avoid backlight flicker when probed from DT
      backlight: pwm_bl: Fix broken PWM backlight for non-dt platforms

Stefan Agner (1):
      backlight: gpio-backlight: Use default-on on GPIO request

Vladimir Zapolskiy (1):
      backlight: pwm_bl: Free PWM requested by legacy API on error path

 drivers/video/backlight/adp8860_bl.c     | 18 +++++++++++-------
 drivers/video/backlight/adp8870_bl.c     | 10 ++++++----
 drivers/video/backlight/gpio_backlight.c | 10 +++++++---
 drivers/video/backlight/pwm_bl.c         | 28 +++++++++++++++++++++++++---
 drivers/video/backlight/tps65217_bl.c    |  9 +++++++++
 5 files changed, 58 insertions(+), 17 deletions(-)

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

[toc] | [next] | [standalone]


#1309566

FromLinus Torvalds <torvalds@linux-foundation.org>
Date2016-01-14 19:40 +0100
Message-ID<qQUYq-2y6-15@gated-at.bofh.it>
In reply to#1309127
On Thu, Jan 14, 2016 at 1:44 AM, Lee Jones <lee.jones@linaro.org> wrote:
>
> Some of the patches in this set haven't had as long of a -next
> soak-test as I normally like.  This is due to a combination of
> me taking a vacation from -rc4 and unusually short -rc releases
> during the v4.4 cycle.

That makes no sense. The rc cycle for 4.4 was _longer_ than usual, not
unusually short. Exactly because I expected people to be off a bit
over the holidays. And while I have occasionally been off by a few
days for individual rc releases, every single 4.4 rc was on a Sunday
afternoon.

I've pulled the tree, but am baffled by your pull request.

                 Linus

[toc] | [prev] | [next] | [standalone]


#1309655

FromLee Jones <lee.jones@linaro.org>
Date2016-01-14 22:20 +0100
Message-ID<qQXtg-4hW-1@gated-at.bofh.it>
In reply to#1309566
On Thu, 14 Jan 2016, Linus Torvalds wrote:

> On Thu, Jan 14, 2016 at 1:44 AM, Lee Jones <lee.jones@linaro.org> wrote:
> >
> > Some of the patches in this set haven't had as long of a -next
> > soak-test as I normally like.  This is due to a combination of
> > me taking a vacation from -rc4 and unusually short -rc releases
> > during the v4.4 cycle.
> 
> That makes no sense. The rc cycle for 4.4 was _longer_ than usual, not
> unusually short. Exactly because I expected people to be off a bit
> over the holidays. And while I have occasionally been off by a few
> days for individual rc releases, every single 4.4 rc was on a Sunday
> afternoon.

For some reason I had it in my head that you usually release -rcs on a
fortnightly cycle.  You can safely ignore the 'unusually short' part,
but the remainder still stands and should make sense.  The patches in
this set have only had a few days soak test, but I'm hoping my AIAIAI
testing will stand and none of the builds will be adversely effected.
If they are, let me know and I'll fix posthaste.

> I've pulled the tree, but am baffled by your pull request.
> 
>                  Linus

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web