All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Amlogic clock driver updates for 4.16 - 2nd batch
@ 2017-12-15 15:41 ` Jerome Brunet
  0 siblings, 0 replies; 4+ messages in thread
From: Jerome Brunet @ 2017-12-15 15:41 UTC (permalink / raw)
  To: Stephen Boyd, Michael Turquette
  Cc: linux-clk, open list:ARM/Amlogic Meson..., Kevin Hilman, Neil Armstrong

Dear clock maintainers

Here is a 2nd round of update for amlogic clocks. It is based on top the
first PR sent last week.

Thanks for pulling
Jerome

The following changes since commit ed3fb5af69afc802d6e29700fff3401ba99edac1:

  clk: meson: gxbb: remove IGNORE_UNUSED from mmc clocks (2017-12-08 21:37:19
+0100)

are available in the Git repository at:

  git://github.com/BayLibre/clk-meson.git tags/meson-clk-for-v4.16-2

for you to fetch changes up to 78b4af312f910e4f28ebf4cb0a8c1983daa16924:

  clk: meson-axg: add clock controller drivers (2017-12-14 10:19:37 +0100)

----------------------------------------------------------------
Second round of meson clock updates for v4.16

* Rename clock lock to help in case of lockdep issues
* Initial axg support

----------------------------------------------------------------
Jerome Brunet (1):
      Merge branch 'next/dt' into next/drivers

Qiufang Dai (2):
      clk: meson-axg: add clocks dt-bindings required header
      clk: meson-axg: add clock controller drivers

Yixun Lan (2):
      clk: meson: make the spinlock naming more specific
      dt-bindings: clock: add compatible variant for the Meson-AXG

 .../bindings/clock/amlogic,gxbb-clkc.txt           |   7 +-
 arch/arm64/Kconfig.platforms                       |   1 +
 drivers/clk/meson/Kconfig                          |   8 +
 drivers/clk/meson/Makefile                         |   1 +
 drivers/clk/meson/axg.c                            | 936 +++++++++++++++++++++
 drivers/clk/meson/axg.h                            | 126 +++
 drivers/clk/meson/clkc.h                           |   2 +-
 drivers/clk/meson/gxbb.c                           | 112 +--
 drivers/clk/meson/meson8b.c                        |  24 +-
 include/dt-bindings/clock/axg-clkc.h               |  71 ++
 10 files changed, 1217 insertions(+), 71 deletions(-)
 create mode 100644 drivers/clk/meson/axg.c
 create mode 100644 drivers/clk/meson/axg.h
 create mode 100644 include/dt-bindings/clock/axg-clkc.h

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

* [GIT PULL] Amlogic clock driver updates for 4.16 - 2nd batch
@ 2017-12-15 15:41 ` Jerome Brunet
  0 siblings, 0 replies; 4+ messages in thread
From: Jerome Brunet @ 2017-12-15 15:41 UTC (permalink / raw)
  To: linus-amlogic

Dear clock maintainers

Here is a 2nd round of update for amlogic clocks. It is based on top the
first PR sent last week.

Thanks for pulling
Jerome

The following changes since commit ed3fb5af69afc802d6e29700fff3401ba99edac1:

  clk: meson: gxbb: remove IGNORE_UNUSED from mmc clocks (2017-12-08 21:37:19
+0100)

are available in the Git repository at:

  git://github.com/BayLibre/clk-meson.git tags/meson-clk-for-v4.16-2

for you to fetch changes up to 78b4af312f910e4f28ebf4cb0a8c1983daa16924:

  clk: meson-axg: add clock controller drivers (2017-12-14 10:19:37 +0100)

----------------------------------------------------------------
Second round of meson clock updates for v4.16

* Rename clock lock to help in case of lockdep issues
* Initial axg support

----------------------------------------------------------------
Jerome Brunet (1):
      Merge branch 'next/dt' into next/drivers

Qiufang Dai (2):
      clk: meson-axg: add clocks dt-bindings required header
      clk: meson-axg: add clock controller drivers

Yixun Lan (2):
      clk: meson: make the spinlock naming more specific
      dt-bindings: clock: add compatible variant for the Meson-AXG

 .../bindings/clock/amlogic,gxbb-clkc.txt           |   7 +-
 arch/arm64/Kconfig.platforms                       |   1 +
 drivers/clk/meson/Kconfig                          |   8 +
 drivers/clk/meson/Makefile                         |   1 +
 drivers/clk/meson/axg.c                            | 936 +++++++++++++++++++++
 drivers/clk/meson/axg.h                            | 126 +++
 drivers/clk/meson/clkc.h                           |   2 +-
 drivers/clk/meson/gxbb.c                           | 112 +--
 drivers/clk/meson/meson8b.c                        |  24 +-
 include/dt-bindings/clock/axg-clkc.h               |  71 ++
 10 files changed, 1217 insertions(+), 71 deletions(-)
 create mode 100644 drivers/clk/meson/axg.c
 create mode 100644 drivers/clk/meson/axg.h
 create mode 100644 include/dt-bindings/clock/axg-clkc.h

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

* Re: [GIT PULL] Amlogic clock driver updates for 4.16 - 2nd batch
  2017-12-15 15:41 ` Jerome Brunet
@ 2017-12-19 22:45   ` Michael Turquette
  -1 siblings, 0 replies; 4+ messages in thread
From: Michael Turquette @ 2017-12-19 22:45 UTC (permalink / raw)
  To: Jerome Brunet, Stephen Boyd
  Cc: linux-clk, open list:ARM/Amlogic Meson..., Kevin Hilman, Neil Armstrong

Quoting Jerome Brunet (2017-12-15 07:41:49)
> Dear clock maintainers
> =

> Here is a 2nd round of update for amlogic clocks. It is based on top the
> first PR sent last week.
> =

> Thanks for pulling
> Jerome
> =

> The following changes since commit ed3fb5af69afc802d6e29700fff3401ba99eda=
c1:
> =

>   clk: meson: gxbb: remove IGNORE_UNUSED from mmc clocks (2017-12-08 21:3=
7:19
> +0100)
> =

> are available in the Git repository at:
> =

>   git://github.com/BayLibre/clk-meson.git tags/meson-clk-for-v4.16-2
> =

> for you to fetch changes up to 78b4af312f910e4f28ebf4cb0a8c1983daa16924:
> =

>   clk: meson-axg: add clock controller drivers (2017-12-14 10:19:37 +0100)

Applied to clk-meson

Regards,
Mike

> =

> ----------------------------------------------------------------
> Second round of meson clock updates for v4.16
> =

> * Rename clock lock to help in case of lockdep issues
> * Initial axg support
> =

> ----------------------------------------------------------------
> Jerome Brunet (1):
>       Merge branch 'next/dt' into next/drivers
> =

> Qiufang Dai (2):
>       clk: meson-axg: add clocks dt-bindings required header
>       clk: meson-axg: add clock controller drivers
> =

> Yixun Lan (2):
>       clk: meson: make the spinlock naming more specific
>       dt-bindings: clock: add compatible variant for the Meson-AXG
> =

>  .../bindings/clock/amlogic,gxbb-clkc.txt           |   7 +-
>  arch/arm64/Kconfig.platforms                       |   1 +
>  drivers/clk/meson/Kconfig                          |   8 +
>  drivers/clk/meson/Makefile                         |   1 +
>  drivers/clk/meson/axg.c                            | 936 +++++++++++++++=
++++++
>  drivers/clk/meson/axg.h                            | 126 +++
>  drivers/clk/meson/clkc.h                           |   2 +-
>  drivers/clk/meson/gxbb.c                           | 112 +--
>  drivers/clk/meson/meson8b.c                        |  24 +-
>  include/dt-bindings/clock/axg-clkc.h               |  71 ++
>  10 files changed, 1217 insertions(+), 71 deletions(-)
>  create mode 100644 drivers/clk/meson/axg.c
>  create mode 100644 drivers/clk/meson/axg.h
>  create mode 100644 include/dt-bindings/clock/axg-clkc.h

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

* [GIT PULL] Amlogic clock driver updates for 4.16 - 2nd batch
@ 2017-12-19 22:45   ` Michael Turquette
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Turquette @ 2017-12-19 22:45 UTC (permalink / raw)
  To: linus-amlogic

Quoting Jerome Brunet (2017-12-15 07:41:49)
> Dear clock maintainers
> 
> Here is a 2nd round of update for amlogic clocks. It is based on top the
> first PR sent last week.
> 
> Thanks for pulling
> Jerome
> 
> The following changes since commit ed3fb5af69afc802d6e29700fff3401ba99edac1:
> 
>   clk: meson: gxbb: remove IGNORE_UNUSED from mmc clocks (2017-12-08 21:37:19
> +0100)
> 
> are available in the Git repository at:
> 
>   git://github.com/BayLibre/clk-meson.git tags/meson-clk-for-v4.16-2
> 
> for you to fetch changes up to 78b4af312f910e4f28ebf4cb0a8c1983daa16924:
> 
>   clk: meson-axg: add clock controller drivers (2017-12-14 10:19:37 +0100)

Applied to clk-meson

Regards,
Mike

> 
> ----------------------------------------------------------------
> Second round of meson clock updates for v4.16
> 
> * Rename clock lock to help in case of lockdep issues
> * Initial axg support
> 
> ----------------------------------------------------------------
> Jerome Brunet (1):
>       Merge branch 'next/dt' into next/drivers
> 
> Qiufang Dai (2):
>       clk: meson-axg: add clocks dt-bindings required header
>       clk: meson-axg: add clock controller drivers
> 
> Yixun Lan (2):
>       clk: meson: make the spinlock naming more specific
>       dt-bindings: clock: add compatible variant for the Meson-AXG
> 
>  .../bindings/clock/amlogic,gxbb-clkc.txt           |   7 +-
>  arch/arm64/Kconfig.platforms                       |   1 +
>  drivers/clk/meson/Kconfig                          |   8 +
>  drivers/clk/meson/Makefile                         |   1 +
>  drivers/clk/meson/axg.c                            | 936 +++++++++++++++++++++
>  drivers/clk/meson/axg.h                            | 126 +++
>  drivers/clk/meson/clkc.h                           |   2 +-
>  drivers/clk/meson/gxbb.c                           | 112 +--
>  drivers/clk/meson/meson8b.c                        |  24 +-
>  include/dt-bindings/clock/axg-clkc.h               |  71 ++
>  10 files changed, 1217 insertions(+), 71 deletions(-)
>  create mode 100644 drivers/clk/meson/axg.c
>  create mode 100644 drivers/clk/meson/axg.h
>  create mode 100644 include/dt-bindings/clock/axg-clkc.h

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

end of thread, other threads:[~2017-12-19 22:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-15 15:41 [GIT PULL] Amlogic clock driver updates for 4.16 - 2nd batch Jerome Brunet
2017-12-15 15:41 ` Jerome Brunet
2017-12-19 22:45 ` Michael Turquette
2017-12-19 22:45   ` Michael Turquette

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.