mbox series

[GIT,PULL] pwm: Fixes for v5.4-rc6

Message ID 20191102134800.3847540-1-thierry.reding@gmail.com
State Accepted
Headers show
Series [GIT,PULL] pwm: Fixes for v5.4-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-5.4-rc6

Message

Thierry Reding Nov. 2, 2019, 1:48 p.m. UTC
Hi Linus,

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-5.4-rc6

for you to fetch changes up to 40a6b9a00930fd6b59aa2eb6135abc2efe5440c3:

  Revert "pwm: Let pwm_get_state() return the last implemented state" (2019-10-21 16:48:52 +0200)

Thanks,
Thierry

----------------------------------------------------------------
pwm: Fixes for v5.4-rc6

It turned out that relying solely on drivers storing all the PWM state
in hardware was a little premature and causes a number of subtle (and
some not so subtle) regressions. Revert the offending patch for now.

----------------------------------------------------------------
Thierry Reding (1):
      Revert "pwm: Let pwm_get_state() return the last implemented state"

 drivers/pwm/core.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 2, 2019, 6:35 p.m. UTC | #1
The pull request you sent on Sat,  2 Nov 2019 14:48:00 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-5.4-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e935842a06dbcdefcdd93174a97010f22a36e26d

Thank you!
Uwe Kleine-König Nov. 5, 2019, 9:31 p.m. UTC | #2
Hello Thierry,

On Sat, Nov 02, 2019 at 02:48:00PM +0100, Thierry Reding wrote:
> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> 
>   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-5.4-rc6
> 
> for you to fetch changes up to 40a6b9a00930fd6b59aa2eb6135abc2efe5440c3:
> 
>   Revert "pwm: Let pwm_get_state() return the last implemented state" (2019-10-21 16:48:52 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> pwm: Fixes for v5.4-rc6
> 
> It turned out that relying solely on drivers storing all the PWM state
> in hardware was a little premature and causes a number of subtle (and
> some not so subtle) regressions. Revert the offending patch for now.
> 
> ----------------------------------------------------------------
> Thierry Reding (1):
>       Revert "pwm: Let pwm_get_state() return the last implemented state"

In a different thread on the pwm mailing list I suggested to add

	pwm: bcm-iproc: prevent unloading the driver module while in use

to this pull request. You didn't comment and didn't add it. :-|
(https://patchwork.ozlabs.org/patch/1178972/)

While this is not a recent regression (it was introduced in 4.8-rc1) I
think it's still worth to be fixed, don't you agree?
 
Best regards
Uwe