mbox

[GIT,PULL] Allwinner clock fixes for 4.8

Message ID 20160907193335.GA4283@lukather
State New
Headers show

Pull-request

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

Message

Maxime Ripard Sept. 7, 2016, 7:33 p.m. UTC
Hi Mike, Stephen,

Please pull the following tag for the 4.8 release.

Thanks!
Maxime

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

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

for you to fetch changes up to 6654674cb7b5953ac04fc9d7f5f511676ae97e29:

  clk: sunxi-ng: Fix wrong reset register offsets (2016-08-29 08:38:55 +0200)

----------------------------------------------------------------
Clock Fixes for the Allwinner SoCs, 4.8 Edition

The usual bunch of fixes to the our clock drivers, mostly targetted to the
brand new sunxi-ng drivers.

----------------------------------------------------------------
Chen-Yu Tsai (2):
      clk: sunxi-ng: Fix inverted test condition in ccu_helper_wait_for_lock
      clk: sunxi-ng: nk: Make ccu_nk_find_best static

Jorik Jonker (1):
      clk: sunxi-ng: Fix wrong reset register offsets

Wei Yongjun (2):
      clk: sunxi: pll2: Fix return value check in sun4i_pll2_setup()
      clk: sunxi: Fix return value check in sun8i_a23_mbus_setup()

 drivers/clk/sunxi-ng/ccu-sun8i-h3.c | 16 ++++++++--------
 drivers/clk/sunxi-ng/ccu_common.c   |  2 +-
 drivers/clk/sunxi-ng/ccu_nk.c       |  6 +++---
 drivers/clk/sunxi/clk-a10-pll2.c    |  4 ++--
 drivers/clk/sunxi/clk-sun8i-mbus.c  |  2 +-
 5 files changed, 15 insertions(+), 15 deletions(-)

Comments

Stephen Boyd Sept. 8, 2016, 7:56 p.m. UTC | #1
On 09/07/2016 12:33 PM, Maxime Ripard wrote:
> Hi Mike, Stephen,
>
> Please pull the following tag for the 4.8 release.
>
> Thanks!
> Maxime
>
> The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
>
>   Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-clk-fixes-for-4.8
>
> for you to fetch changes up to 6654674cb7b5953ac04fc9d7f5f511676ae97e29:
>
>   clk: sunxi-ng: Fix wrong reset register offsets (2016-08-29 08:38:55 +0200)
>
> ----------------------------------------------------------------
> Clock Fixes for the Allwinner SoCs, 4.8 Edition
>
> The usual bunch of fixes to the our clock drivers, mostly targetted to the
> brand new sunxi-ng drivers.

Pulled, thanks. But,

>
> ----------------------------------------------------------------
> Chen-Yu Tsai (2):
>       clk: sunxi-ng: Fix inverted test condition in ccu_helper_wait_for_lock

we already had this one in clk-fixes. Git figured it out of course.
Maxime Ripard Sept. 9, 2016, 2:54 p.m. UTC | #2
Hi Stephen,

On Thu, Sep 08, 2016 at 12:56:53PM -0700, Stephen Boyd wrote:
> On 09/07/2016 12:33 PM, Maxime Ripard wrote:
> > Hi Mike, Stephen,
> >
> > Please pull the following tag for the 4.8 release.
> >
> > Thanks!
> > Maxime
> >
> > The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
> >
> >   Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
> >
> > are available in the git repository at:
> >
> >   https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-clk-fixes-for-4.8
> >
> > for you to fetch changes up to 6654674cb7b5953ac04fc9d7f5f511676ae97e29:
> >
> >   clk: sunxi-ng: Fix wrong reset register offsets (2016-08-29 08:38:55 +0200)
> >
> > ----------------------------------------------------------------
> > Clock Fixes for the Allwinner SoCs, 4.8 Edition
> >
> > The usual bunch of fixes to the our clock drivers, mostly targetted to the
> > brand new sunxi-ng drivers.
> 
> Pulled, thanks. But,

Thanks!

> >
> > ----------------------------------------------------------------
> > Chen-Yu Tsai (2):
> >       clk: sunxi-ng: Fix inverted test condition in ccu_helper_wait_for_lock
> 
> we already had this one in clk-fixes. Git figured it out of course.

Hmmm, sorry, it was probably a mistake from when I got back from
vacation.

Maxime