mbox series

[GIT,PULL] Allwinner clock fixes for 5.1

Message ID 20190419111927.j3ggz2oke6msty5g@flea
State New
Headers show
Series [GIT,PULL] Allwinner clock fixes for 5.1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/clk-fixes-for-5.1

Message

Maxime Ripard April 19, 2019, 11:19 a.m. UTC
Hi Mike, Stephen,

Please pull the following fixes for the current release.

Thanks!
Maxime

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/clk-fixes-for-5.1

for you to fetch changes up to 1054e4dd1cbbb7bf5cc836832648f9972134ef67:

  clk: sunxi-ng: nkmp: Explain why zero width check is needed (2019-04-04 09:32:32 +0200)

----------------------------------------------------------------
Allwinner clocks fixes for 5.1

Some fixes for odd cases of the NKMP clocks.

----------------------------------------------------------------
Jernej Skrabec (2):
      clk: sunxi-ng: nkmp: Avoid GENMASK(-1, 0)
      clk: sunxi-ng: nkmp: Explain why zero width check is needed

 drivers/clk/sunxi-ng/ccu_nkmp.c | 24 +++++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

Comments

Stephen Boyd April 19, 2019, 8:08 p.m. UTC | #1
Quoting Maxime Ripard (2019-04-19 04:19:27)
> Hi Mike, Stephen,
> 
> Please pull the following fixes for the current release.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/clk-fixes-for-5.1
> 
> for you to fetch changes up to 1054e4dd1cbbb7bf5cc836832648f9972134ef67:
> 
>   clk: sunxi-ng: nkmp: Explain why zero width check is needed (2019-04-04 09:32:32 +0200)

Thanks. Pulled into clk-next. Maybe we can improve GENMASK macro to make
a compilation error when the input is 0 or negative?