linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Allwinner clock fixes for 4.8
@ 2016-09-07 19:33 Maxime Ripard
  2016-09-08 19:56 ` Stephen Boyd
  0 siblings, 1 reply; 3+ messages in thread
From: Maxime Ripard @ 2016-09-07 19:33 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160907/ce6b5177/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] Allwinner clock fixes for 4.8
  2016-09-07 19:33 [GIT PULL] Allwinner clock fixes for 4.8 Maxime Ripard
@ 2016-09-08 19:56 ` Stephen Boyd
  2016-09-09 14:54   ` Maxime Ripard
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Boyd @ 2016-09-08 19:56 UTC (permalink / raw)
  To: linux-arm-kernel

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.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] Allwinner clock fixes for 4.8
  2016-09-08 19:56 ` Stephen Boyd
@ 2016-09-09 14:54   ` Maxime Ripard
  0 siblings, 0 replies; 3+ messages in thread
From: Maxime Ripard @ 2016-09-09 14:54 UTC (permalink / raw)
  To: linux-arm-kernel

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

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160909/6ea04eaf/attachment-0001.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-09 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-07 19:33 [GIT PULL] Allwinner clock fixes for 4.8 Maxime Ripard
2016-09-08 19:56 ` Stephen Boyd
2016-09-09 14:54   ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).