All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL]: clk: meson: amlogic updates for v5.11
@ 2020-11-29 20:50 ` Jerome Brunet
  0 siblings, 0 replies; 6+ messages in thread
From: Jerome Brunet @ 2020-11-29 20:50 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Neil Armstrong, Kevin Hilman, linux-clk, linux-amlogic


Hi Stephen,

Here are the updates for amlogic clocks for v5.11. This is based on your
clk-hw branch, instead of the usual rc1, since it depends on clk_hw
stuff you've already applied.

Please Pull.
Thx.

Cheers
Jerome

----------------------------------------------------------------
Amlogic clock changes for v5.11

* Add MIPI DSI clocks for axg and g12
* Make it possible to build controllers as modules
* Fix Video PLL clock dependency

----------------------------------------------------------------
Jerome Brunet (2):
      Merge branch 'v5.11/headers' into integ
      Merge branch 'v5.11/headers' into v5.11/drivers

Kevin Hilman (2):
      clk: meson: Kconfig: fix dependency for G12A
      clk: meson: enable building as modules

Neil Armstrong (6):
      dt-bindings: clk: axg-clkc: add Video Clocks
      dt-bindings: clk: axg-clkc: add MIPI DSI Host clock binding
      clk: meson: axg: add Video Clocks
      clk: meson: axg: add MIPI DSI Host clock
      dt-bindings: clk: g12a-clkc: add DSI Pixel clock bindings
      clk: meson: g12a: add MIPI DSI Host Pixel Clock

 drivers/clk/meson/Kconfig             |   7 +-
 drivers/clk/meson/axg-aoclk.c         |   5 +-
 drivers/clk/meson/axg.c               | 824 +++++++++++++++++++++++++++++++++-
 drivers/clk/meson/axg.h               |  23 +-
 drivers/clk/meson/g12a-aoclk.c        |   5 +-
 drivers/clk/meson/g12a.c              |  79 +++-
 drivers/clk/meson/g12a.h              |   3 +-
 drivers/clk/meson/gxbb-aoclk.c        |   5 +-
 drivers/clk/meson/gxbb.c              |   5 +-
 drivers/clk/meson/meson-aoclk.c       |   4 +
 drivers/clk/meson/meson-eeclk.c       |   3 +
 include/dt-bindings/clock/axg-clkc.h  |  25 ++
 include/dt-bindings/clock/g12a-clkc.h |   2 +
 13 files changed, 979 insertions(+), 11 deletions(-)

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

* [GIT PULL]: clk: meson: amlogic updates for v5.11
@ 2020-11-29 20:50 ` Jerome Brunet
  0 siblings, 0 replies; 6+ messages in thread
From: Jerome Brunet @ 2020-11-29 20:50 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Kevin Hilman, linux-amlogic, linux-clk, Neil Armstrong


Hi Stephen,

Here are the updates for amlogic clocks for v5.11. This is based on your
clk-hw branch, instead of the usual rc1, since it depends on clk_hw
stuff you've already applied.

Please Pull.
Thx.

Cheers
Jerome

----------------------------------------------------------------
Amlogic clock changes for v5.11

* Add MIPI DSI clocks for axg and g12
* Make it possible to build controllers as modules
* Fix Video PLL clock dependency

----------------------------------------------------------------
Jerome Brunet (2):
      Merge branch 'v5.11/headers' into integ
      Merge branch 'v5.11/headers' into v5.11/drivers

Kevin Hilman (2):
      clk: meson: Kconfig: fix dependency for G12A
      clk: meson: enable building as modules

Neil Armstrong (6):
      dt-bindings: clk: axg-clkc: add Video Clocks
      dt-bindings: clk: axg-clkc: add MIPI DSI Host clock binding
      clk: meson: axg: add Video Clocks
      clk: meson: axg: add MIPI DSI Host clock
      dt-bindings: clk: g12a-clkc: add DSI Pixel clock bindings
      clk: meson: g12a: add MIPI DSI Host Pixel Clock

 drivers/clk/meson/Kconfig             |   7 +-
 drivers/clk/meson/axg-aoclk.c         |   5 +-
 drivers/clk/meson/axg.c               | 824 +++++++++++++++++++++++++++++++++-
 drivers/clk/meson/axg.h               |  23 +-
 drivers/clk/meson/g12a-aoclk.c        |   5 +-
 drivers/clk/meson/g12a.c              |  79 +++-
 drivers/clk/meson/g12a.h              |   3 +-
 drivers/clk/meson/gxbb-aoclk.c        |   5 +-
 drivers/clk/meson/gxbb.c              |   5 +-
 drivers/clk/meson/meson-aoclk.c       |   4 +
 drivers/clk/meson/meson-eeclk.c       |   3 +
 include/dt-bindings/clock/axg-clkc.h  |  25 ++
 include/dt-bindings/clock/g12a-clkc.h |   2 +
 13 files changed, 979 insertions(+), 11 deletions(-)

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [GIT PULL]: clk: meson: amlogic updates for v5.11
  2020-11-29 20:50 ` Jerome Brunet
@ 2020-12-05  6:26   ` Stephen Boyd
  -1 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2020-12-05  6:26 UTC (permalink / raw)
  To: Jerome Brunet; +Cc: Neil Armstrong, Kevin Hilman, linux-clk, linux-amlogic

Quoting Jerome Brunet (2020-11-29 12:50:40)
> 
> Hi Stephen,
> 
> Here are the updates for amlogic clocks for v5.11. This is based on your
> clk-hw branch, instead of the usual rc1, since it depends on clk_hw
> stuff you've already applied.
> 
> Please Pull.
> Thx.

Ok. Where do I pull from!?

:)

> 
> Cheers
> Jerome
> 
> ----------------------------------------------------------------
> Amlogic clock changes for v5.11
> 
> * Add MIPI DSI clocks for axg and g12
> * Make it possible to build controllers as modules
> * Fix Video PLL clock dependency
> 
> ----------------------------------------------------------------
> Jerome Brunet (2):
>       Merge branch 'v5.11/headers' into integ
>       Merge branch 'v5.11/headers' into v5.11/drivers
> 
> Kevin Hilman (2):
>       clk: meson: Kconfig: fix dependency for G12A
>       clk: meson: enable building as modules
> 
> Neil Armstrong (6):
>       dt-bindings: clk: axg-clkc: add Video Clocks
>       dt-bindings: clk: axg-clkc: add MIPI DSI Host clock binding
>       clk: meson: axg: add Video Clocks
>       clk: meson: axg: add MIPI DSI Host clock
>       dt-bindings: clk: g12a-clkc: add DSI Pixel clock bindings
>       clk: meson: g12a: add MIPI DSI Host Pixel Clock
> 
>  drivers/clk/meson/Kconfig             |   7 +-
>  drivers/clk/meson/axg-aoclk.c         |   5 +-
>  drivers/clk/meson/axg.c               | 824 +++++++++++++++++++++++++++++++++-
>  drivers/clk/meson/axg.h               |  23 +-
>  drivers/clk/meson/g12a-aoclk.c        |   5 +-
>  drivers/clk/meson/g12a.c              |  79 +++-
>  drivers/clk/meson/g12a.h              |   3 +-
>  drivers/clk/meson/gxbb-aoclk.c        |   5 +-
>  drivers/clk/meson/gxbb.c              |   5 +-
>  drivers/clk/meson/meson-aoclk.c       |   4 +
>  drivers/clk/meson/meson-eeclk.c       |   3 +
>  include/dt-bindings/clock/axg-clkc.h  |  25 ++
>  include/dt-bindings/clock/g12a-clkc.h |   2 +
>  13 files changed, 979 insertions(+), 11 deletions(-)

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

* Re: [GIT PULL]: clk: meson: amlogic updates for v5.11
@ 2020-12-05  6:26   ` Stephen Boyd
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2020-12-05  6:26 UTC (permalink / raw)
  To: Jerome Brunet; +Cc: Kevin Hilman, linux-amlogic, linux-clk, Neil Armstrong

Quoting Jerome Brunet (2020-11-29 12:50:40)
> 
> Hi Stephen,
> 
> Here are the updates for amlogic clocks for v5.11. This is based on your
> clk-hw branch, instead of the usual rc1, since it depends on clk_hw
> stuff you've already applied.
> 
> Please Pull.
> Thx.

Ok. Where do I pull from!?

:)

> 
> Cheers
> Jerome
> 
> ----------------------------------------------------------------
> Amlogic clock changes for v5.11
> 
> * Add MIPI DSI clocks for axg and g12
> * Make it possible to build controllers as modules
> * Fix Video PLL clock dependency
> 
> ----------------------------------------------------------------
> Jerome Brunet (2):
>       Merge branch 'v5.11/headers' into integ
>       Merge branch 'v5.11/headers' into v5.11/drivers
> 
> Kevin Hilman (2):
>       clk: meson: Kconfig: fix dependency for G12A
>       clk: meson: enable building as modules
> 
> Neil Armstrong (6):
>       dt-bindings: clk: axg-clkc: add Video Clocks
>       dt-bindings: clk: axg-clkc: add MIPI DSI Host clock binding
>       clk: meson: axg: add Video Clocks
>       clk: meson: axg: add MIPI DSI Host clock
>       dt-bindings: clk: g12a-clkc: add DSI Pixel clock bindings
>       clk: meson: g12a: add MIPI DSI Host Pixel Clock
> 
>  drivers/clk/meson/Kconfig             |   7 +-
>  drivers/clk/meson/axg-aoclk.c         |   5 +-
>  drivers/clk/meson/axg.c               | 824 +++++++++++++++++++++++++++++++++-
>  drivers/clk/meson/axg.h               |  23 +-
>  drivers/clk/meson/g12a-aoclk.c        |   5 +-
>  drivers/clk/meson/g12a.c              |  79 +++-
>  drivers/clk/meson/g12a.h              |   3 +-
>  drivers/clk/meson/gxbb-aoclk.c        |   5 +-
>  drivers/clk/meson/gxbb.c              |   5 +-
>  drivers/clk/meson/meson-aoclk.c       |   4 +
>  drivers/clk/meson/meson-eeclk.c       |   3 +
>  include/dt-bindings/clock/axg-clkc.h  |  25 ++
>  include/dt-bindings/clock/g12a-clkc.h |   2 +
>  13 files changed, 979 insertions(+), 11 deletions(-)

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [GIT PULL]: clk: meson: amlogic updates for v5.11
  2020-12-05  6:26   ` Stephen Boyd
@ 2020-12-05 17:55     ` Jerome Brunet
  -1 siblings, 0 replies; 6+ messages in thread
From: Jerome Brunet @ 2020-12-05 17:55 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Neil Armstrong, Kevin Hilman, linux-clk, linux-amlogic


On Sat 05 Dec 2020 at 07:26, Stephen Boyd <sboyd@kernel.org> wrote:

> Quoting Jerome Brunet (2020-11-29 12:50:40)
>> 
>> Hi Stephen,
>> 
>> Here are the updates for amlogic clocks for v5.11. This is based on your
>> clk-hw branch, instead of the usual rc1, since it depends on clk_hw
>> stuff you've already applied.
>> 
>> Please Pull.
>> Thx.
>
> Ok. Where do I pull from!?
>
> :)
>

:) seems I forgot a tiny detail ... sorry about that, resending

>> 
>> Cheers
>> Jerome
>> 
>> ----------------------------------------------------------------
>> Amlogic clock changes for v5.11
>> 
>> * Add MIPI DSI clocks for axg and g12
>> * Make it possible to build controllers as modules
>> * Fix Video PLL clock dependency
>> 
>> ----------------------------------------------------------------
>> Jerome Brunet (2):
>>       Merge branch 'v5.11/headers' into integ
>>       Merge branch 'v5.11/headers' into v5.11/drivers
>> 
>> Kevin Hilman (2):
>>       clk: meson: Kconfig: fix dependency for G12A
>>       clk: meson: enable building as modules
>> 
>> Neil Armstrong (6):
>>       dt-bindings: clk: axg-clkc: add Video Clocks
>>       dt-bindings: clk: axg-clkc: add MIPI DSI Host clock binding
>>       clk: meson: axg: add Video Clocks
>>       clk: meson: axg: add MIPI DSI Host clock
>>       dt-bindings: clk: g12a-clkc: add DSI Pixel clock bindings
>>       clk: meson: g12a: add MIPI DSI Host Pixel Clock
>> 
>>  drivers/clk/meson/Kconfig             |   7 +-
>>  drivers/clk/meson/axg-aoclk.c         |   5 +-
>>  drivers/clk/meson/axg.c               | 824 +++++++++++++++++++++++++++++++++-
>>  drivers/clk/meson/axg.h               |  23 +-
>>  drivers/clk/meson/g12a-aoclk.c        |   5 +-
>>  drivers/clk/meson/g12a.c              |  79 +++-
>>  drivers/clk/meson/g12a.h              |   3 +-
>>  drivers/clk/meson/gxbb-aoclk.c        |   5 +-
>>  drivers/clk/meson/gxbb.c              |   5 +-
>>  drivers/clk/meson/meson-aoclk.c       |   4 +
>>  drivers/clk/meson/meson-eeclk.c       |   3 +
>>  include/dt-bindings/clock/axg-clkc.h  |  25 ++
>>  include/dt-bindings/clock/g12a-clkc.h |   2 +
>>  13 files changed, 979 insertions(+), 11 deletions(-)


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

* Re: [GIT PULL]: clk: meson: amlogic updates for v5.11
@ 2020-12-05 17:55     ` Jerome Brunet
  0 siblings, 0 replies; 6+ messages in thread
From: Jerome Brunet @ 2020-12-05 17:55 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Kevin Hilman, linux-amlogic, linux-clk, Neil Armstrong


On Sat 05 Dec 2020 at 07:26, Stephen Boyd <sboyd@kernel.org> wrote:

> Quoting Jerome Brunet (2020-11-29 12:50:40)
>> 
>> Hi Stephen,
>> 
>> Here are the updates for amlogic clocks for v5.11. This is based on your
>> clk-hw branch, instead of the usual rc1, since it depends on clk_hw
>> stuff you've already applied.
>> 
>> Please Pull.
>> Thx.
>
> Ok. Where do I pull from!?
>
> :)
>

:) seems I forgot a tiny detail ... sorry about that, resending

>> 
>> Cheers
>> Jerome
>> 
>> ----------------------------------------------------------------
>> Amlogic clock changes for v5.11
>> 
>> * Add MIPI DSI clocks for axg and g12
>> * Make it possible to build controllers as modules
>> * Fix Video PLL clock dependency
>> 
>> ----------------------------------------------------------------
>> Jerome Brunet (2):
>>       Merge branch 'v5.11/headers' into integ
>>       Merge branch 'v5.11/headers' into v5.11/drivers
>> 
>> Kevin Hilman (2):
>>       clk: meson: Kconfig: fix dependency for G12A
>>       clk: meson: enable building as modules
>> 
>> Neil Armstrong (6):
>>       dt-bindings: clk: axg-clkc: add Video Clocks
>>       dt-bindings: clk: axg-clkc: add MIPI DSI Host clock binding
>>       clk: meson: axg: add Video Clocks
>>       clk: meson: axg: add MIPI DSI Host clock
>>       dt-bindings: clk: g12a-clkc: add DSI Pixel clock bindings
>>       clk: meson: g12a: add MIPI DSI Host Pixel Clock
>> 
>>  drivers/clk/meson/Kconfig             |   7 +-
>>  drivers/clk/meson/axg-aoclk.c         |   5 +-
>>  drivers/clk/meson/axg.c               | 824 +++++++++++++++++++++++++++++++++-
>>  drivers/clk/meson/axg.h               |  23 +-
>>  drivers/clk/meson/g12a-aoclk.c        |   5 +-
>>  drivers/clk/meson/g12a.c              |  79 +++-
>>  drivers/clk/meson/g12a.h              |   3 +-
>>  drivers/clk/meson/gxbb-aoclk.c        |   5 +-
>>  drivers/clk/meson/gxbb.c              |   5 +-
>>  drivers/clk/meson/meson-aoclk.c       |   4 +
>>  drivers/clk/meson/meson-eeclk.c       |   3 +
>>  include/dt-bindings/clock/axg-clkc.h  |  25 ++
>>  include/dt-bindings/clock/g12a-clkc.h |   2 +
>>  13 files changed, 979 insertions(+), 11 deletions(-)


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

end of thread, other threads:[~2020-12-05 18:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-29 20:50 [GIT PULL]: clk: meson: amlogic updates for v5.11 Jerome Brunet
2020-11-29 20:50 ` Jerome Brunet
2020-12-05  6:26 ` Stephen Boyd
2020-12-05  6:26   ` Stephen Boyd
2020-12-05 17:55   ` Jerome Brunet
2020-12-05 17:55     ` Jerome Brunet

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.