All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request for Tegra clock rework and Tegra124 clock support
@ 2013-10-21 13:56 ` Peter De Schrijver
  0 siblings, 0 replies; 16+ messages in thread
From: Peter De Schrijver @ 2013-10-21 13:56 UTC (permalink / raw)
  To: mturquette
  Cc: Prashant Gaikwad, swarren, thierry.reding, rob.herring,
	pawel.moll, mark.rutland, linux-kernel, linux-arm-kernel,
	linux-tegra

Hi Mike,

This pull request contains both the tegra clock rework patches
([PATCH v6 00/15] Introduce common infra for tegra clocks)
and the patches to support Tegra124 ([PATCH v4 0/7] Tegra124 clock support)

The following changes since commit d031acfc0b8376209e5b429513766e7028e40e1d:

  clk: tegra114: Rename gr_2d/gr_3d to gr2d/gr3d (2013-10-16 19:49:25 +0300)

are available in the git repository at:
  git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0

Joseph Lo (2):
      clk: tegra124: add wait_for_reset and disable_clock for tegra_cpu_car_ops
      clk: tegra124: add suspend/resume function for tegra_cpu_car_ops

Peter De Schrijver (20):
      ARM: tegra30: add missing CLK IDs
      clk: tegra: simplify periph clock data
      clk: tegra: common periph_clk_enb_refcnt and clks
      clk: tegra: Add TEGRA_PERIPH_NO_DIV flag
      clk: tegra: move some PLLC and PLLXC init to clk-pll.c
      clk: tegra: move fields to tegra_clk_pll_params
      clk: tegra: add header for common tegra clock IDs
      clk: tegra: add common infra for DT clocks
      clk: tegra: add clkdev registration infra
      clk: tegra: move audio clk to common file
      clk: tegra: move periph clocks to common file
      clk: tegra: move PMC, fixed clocks to common files
      clk: tegra: introduce common gen4 super clock
      clk: tegra: move tegra30 to common infra
      clk: tegra: move tegra20 to common infra
      clk: tegra: Add support for PLLSS
      clk: tegra: Add periph regs bank X
      clk: tegra124: Add common clk IDs to clk-id.h
      clk: tegra124: Add new peripheral clocks
      clk: tegra124: Add support for Tegra124 clocks

 .../bindings/clock/nvidia,tegra124-car.txt         |   59 +
 drivers/clk/tegra/Makefile                         |    7 +-
 drivers/clk/tegra/clk-id.h                         |  233 +++
 drivers/clk/tegra/clk-periph-gate.c                |    8 +-
 drivers/clk/tegra/clk-periph.c                     |   18 +-
 drivers/clk/tegra/clk-pll.c                        |  356 ++++--
 drivers/clk/tegra/clk-tegra-audio.c                |  215 +++
 drivers/clk/tegra/clk-tegra-fixed.c                |  111 ++
 drivers/clk/tegra/clk-tegra-periph.c               |  644 ++++++++
 drivers/clk/tegra/clk-tegra-pmc.c                  |  131 ++
 drivers/clk/tegra/clk-tegra-super-gen4.c           |  149 ++
 drivers/clk/tegra/clk-tegra114.c                   | 1540 +++++---------------
 drivers/clk/tegra/clk-tegra124.c                   | 1430 ++++++++++++++++++
 drivers/clk/tegra/clk-tegra20.c                    |  811 ++++-------
 drivers/clk/tegra/clk-tegra30.c                    | 1492 ++++++-------------
 drivers/clk/tegra/clk.c                            |  166 +++
 drivers/clk/tegra/clk.h                            |  104 +-
 include/dt-bindings/clock/tegra124-car.h           |  340 +++++
 include/dt-bindings/clock/tegra30-car.h            |   10 +-
 19 files changed, 4940 insertions(+), 2884 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra124-car.txt
 create mode 100644 drivers/clk/tegra/clk-id.h
 create mode 100644 drivers/clk/tegra/clk-tegra-audio.c
 create mode 100644 drivers/clk/tegra/clk-tegra-fixed.c
 create mode 100644 drivers/clk/tegra/clk-tegra-periph.c
 create mode 100644 drivers/clk/tegra/clk-tegra-pmc.c
 create mode 100644 drivers/clk/tegra/clk-tegra-super-gen4.c
 create mode 100644 drivers/clk/tegra/clk-tegra124.c
 create mode 100644 include/dt-bindings/clock/tegra124-car.h

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

* pull request for Tegra clock rework and Tegra124 clock support
@ 2013-10-21 13:56 ` Peter De Schrijver
  0 siblings, 0 replies; 16+ messages in thread
From: Peter De Schrijver @ 2013-10-21 13:56 UTC (permalink / raw)
  To: mturquette
  Cc: Prashant Gaikwad, swarren, thierry.reding, rob.herring,
	pawel.moll, mark.rutland, linux-kernel, linux-arm-kernel,
	linux-tegra

Hi Mike,

This pull request contains both the tegra clock rework patches
([PATCH v6 00/15] Introduce common infra for tegra clocks)
and the patches to support Tegra124 ([PATCH v4 0/7] Tegra124 clock support)

The following changes since commit d031acfc0b8376209e5b429513766e7028e40e1d:

  clk: tegra114: Rename gr_2d/gr_3d to gr2d/gr3d (2013-10-16 19:49:25 +0300)

are available in the git repository at:
  git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0

Joseph Lo (2):
      clk: tegra124: add wait_for_reset and disable_clock for tegra_cpu_car_ops
      clk: tegra124: add suspend/resume function for tegra_cpu_car_ops

Peter De Schrijver (20):
      ARM: tegra30: add missing CLK IDs
      clk: tegra: simplify periph clock data
      clk: tegra: common periph_clk_enb_refcnt and clks
      clk: tegra: Add TEGRA_PERIPH_NO_DIV flag
      clk: tegra: move some PLLC and PLLXC init to clk-pll.c
      clk: tegra: move fields to tegra_clk_pll_params
      clk: tegra: add header for common tegra clock IDs
      clk: tegra: add common infra for DT clocks
      clk: tegra: add clkdev registration infra
      clk: tegra: move audio clk to common file
      clk: tegra: move periph clocks to common file
      clk: tegra: move PMC, fixed clocks to common files
      clk: tegra: introduce common gen4 super clock
      clk: tegra: move tegra30 to common infra
      clk: tegra: move tegra20 to common infra
      clk: tegra: Add support for PLLSS
      clk: tegra: Add periph regs bank X
      clk: tegra124: Add common clk IDs to clk-id.h
      clk: tegra124: Add new peripheral clocks
      clk: tegra124: Add support for Tegra124 clocks

 .../bindings/clock/nvidia,tegra124-car.txt         |   59 +
 drivers/clk/tegra/Makefile                         |    7 +-
 drivers/clk/tegra/clk-id.h                         |  233 +++
 drivers/clk/tegra/clk-periph-gate.c                |    8 +-
 drivers/clk/tegra/clk-periph.c                     |   18 +-
 drivers/clk/tegra/clk-pll.c                        |  356 ++++--
 drivers/clk/tegra/clk-tegra-audio.c                |  215 +++
 drivers/clk/tegra/clk-tegra-fixed.c                |  111 ++
 drivers/clk/tegra/clk-tegra-periph.c               |  644 ++++++++
 drivers/clk/tegra/clk-tegra-pmc.c                  |  131 ++
 drivers/clk/tegra/clk-tegra-super-gen4.c           |  149 ++
 drivers/clk/tegra/clk-tegra114.c                   | 1540 +++++---------------
 drivers/clk/tegra/clk-tegra124.c                   | 1430 ++++++++++++++++++
 drivers/clk/tegra/clk-tegra20.c                    |  811 ++++-------
 drivers/clk/tegra/clk-tegra30.c                    | 1492 ++++++-------------
 drivers/clk/tegra/clk.c                            |  166 +++
 drivers/clk/tegra/clk.h                            |  104 +-
 include/dt-bindings/clock/tegra124-car.h           |  340 +++++
 include/dt-bindings/clock/tegra30-car.h            |   10 +-
 19 files changed, 4940 insertions(+), 2884 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra124-car.txt
 create mode 100644 drivers/clk/tegra/clk-id.h
 create mode 100644 drivers/clk/tegra/clk-tegra-audio.c
 create mode 100644 drivers/clk/tegra/clk-tegra-fixed.c
 create mode 100644 drivers/clk/tegra/clk-tegra-periph.c
 create mode 100644 drivers/clk/tegra/clk-tegra-pmc.c
 create mode 100644 drivers/clk/tegra/clk-tegra-super-gen4.c
 create mode 100644 drivers/clk/tegra/clk-tegra124.c
 create mode 100644 include/dt-bindings/clock/tegra124-car.h

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

* pull request for Tegra clock rework and Tegra124 clock support
@ 2013-10-21 13:56 ` Peter De Schrijver
  0 siblings, 0 replies; 16+ messages in thread
From: Peter De Schrijver @ 2013-10-21 13:56 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Mike,

This pull request contains both the tegra clock rework patches
([PATCH v6 00/15] Introduce common infra for tegra clocks)
and the patches to support Tegra124 ([PATCH v4 0/7] Tegra124 clock support)

The following changes since commit d031acfc0b8376209e5b429513766e7028e40e1d:

  clk: tegra114: Rename gr_2d/gr_3d to gr2d/gr3d (2013-10-16 19:49:25 +0300)

are available in the git repository at:
  git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0

Joseph Lo (2):
      clk: tegra124: add wait_for_reset and disable_clock for tegra_cpu_car_ops
      clk: tegra124: add suspend/resume function for tegra_cpu_car_ops

Peter De Schrijver (20):
      ARM: tegra30: add missing CLK IDs
      clk: tegra: simplify periph clock data
      clk: tegra: common periph_clk_enb_refcnt and clks
      clk: tegra: Add TEGRA_PERIPH_NO_DIV flag
      clk: tegra: move some PLLC and PLLXC init to clk-pll.c
      clk: tegra: move fields to tegra_clk_pll_params
      clk: tegra: add header for common tegra clock IDs
      clk: tegra: add common infra for DT clocks
      clk: tegra: add clkdev registration infra
      clk: tegra: move audio clk to common file
      clk: tegra: move periph clocks to common file
      clk: tegra: move PMC, fixed clocks to common files
      clk: tegra: introduce common gen4 super clock
      clk: tegra: move tegra30 to common infra
      clk: tegra: move tegra20 to common infra
      clk: tegra: Add support for PLLSS
      clk: tegra: Add periph regs bank X
      clk: tegra124: Add common clk IDs to clk-id.h
      clk: tegra124: Add new peripheral clocks
      clk: tegra124: Add support for Tegra124 clocks

 .../bindings/clock/nvidia,tegra124-car.txt         |   59 +
 drivers/clk/tegra/Makefile                         |    7 +-
 drivers/clk/tegra/clk-id.h                         |  233 +++
 drivers/clk/tegra/clk-periph-gate.c                |    8 +-
 drivers/clk/tegra/clk-periph.c                     |   18 +-
 drivers/clk/tegra/clk-pll.c                        |  356 ++++--
 drivers/clk/tegra/clk-tegra-audio.c                |  215 +++
 drivers/clk/tegra/clk-tegra-fixed.c                |  111 ++
 drivers/clk/tegra/clk-tegra-periph.c               |  644 ++++++++
 drivers/clk/tegra/clk-tegra-pmc.c                  |  131 ++
 drivers/clk/tegra/clk-tegra-super-gen4.c           |  149 ++
 drivers/clk/tegra/clk-tegra114.c                   | 1540 +++++---------------
 drivers/clk/tegra/clk-tegra124.c                   | 1430 ++++++++++++++++++
 drivers/clk/tegra/clk-tegra20.c                    |  811 ++++-------
 drivers/clk/tegra/clk-tegra30.c                    | 1492 ++++++-------------
 drivers/clk/tegra/clk.c                            |  166 +++
 drivers/clk/tegra/clk.h                            |  104 +-
 include/dt-bindings/clock/tegra124-car.h           |  340 +++++
 include/dt-bindings/clock/tegra30-car.h            |   10 +-
 19 files changed, 4940 insertions(+), 2884 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra124-car.txt
 create mode 100644 drivers/clk/tegra/clk-id.h
 create mode 100644 drivers/clk/tegra/clk-tegra-audio.c
 create mode 100644 drivers/clk/tegra/clk-tegra-fixed.c
 create mode 100644 drivers/clk/tegra/clk-tegra-periph.c
 create mode 100644 drivers/clk/tegra/clk-tegra-pmc.c
 create mode 100644 drivers/clk/tegra/clk-tegra-super-gen4.c
 create mode 100644 drivers/clk/tegra/clk-tegra124.c
 create mode 100644 include/dt-bindings/clock/tegra124-car.h

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

* Re: pull request for Tegra clock rework and Tegra124 clock support
  2013-10-21 13:56 ` Peter De Schrijver
  (?)
@ 2013-10-21 19:57     ` Stephen Warren
  -1 siblings, 0 replies; 16+ messages in thread
From: Stephen Warren @ 2013-10-21 19:57 UTC (permalink / raw)
  To: Peter De Schrijver, mturquette-QSEj5FYQhm4dnm+yROfE0A
  Cc: Prashant Gaikwad, thierry.reding-Re5JQEeQqe8AvxtiuMwx3w,
	rob.herring-bsGFqQB8/DxBDgjK7y7TUQ, pawel.moll-5wv7dgnIgG8,
	mark.rutland-5wv7dgnIgG8, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

On 10/21/2013 02:56 PM, Peter De Schrijver wrote:
> Hi Mike,
> 
> This pull request contains both the tegra clock rework patches
> ([PATCH v6 00/15] Introduce common infra for tegra clocks)
> and the patches to support Tegra124 ([PATCH v4 0/7] Tegra124 clock support)
> 
> The following changes since commit d031acfc0b8376209e5b429513766e7028e40e1d:
> 
>   clk: tegra114: Rename gr_2d/gr_3d to gr2d/gr3d (2013-10-16 19:49:25 +0300)
> 
> are available in the git repository at:
>   git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0
> 
> Joseph Lo (2):
>       clk: tegra124: add wait_for_reset and disable_clock for tegra_cpu_car_ops
>       clk: tegra124: add suspend/resume function for tegra_cpu_car_ops

Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

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

* Re: pull request for Tegra clock rework and Tegra124 clock support
@ 2013-10-21 19:57     ` Stephen Warren
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Warren @ 2013-10-21 19:57 UTC (permalink / raw)
  To: Peter De Schrijver, mturquette
  Cc: Prashant Gaikwad, thierry.reding, rob.herring, pawel.moll,
	mark.rutland, linux-kernel, linux-arm-kernel, linux-tegra

On 10/21/2013 02:56 PM, Peter De Schrijver wrote:
> Hi Mike,
> 
> This pull request contains both the tegra clock rework patches
> ([PATCH v6 00/15] Introduce common infra for tegra clocks)
> and the patches to support Tegra124 ([PATCH v4 0/7] Tegra124 clock support)
> 
> The following changes since commit d031acfc0b8376209e5b429513766e7028e40e1d:
> 
>   clk: tegra114: Rename gr_2d/gr_3d to gr2d/gr3d (2013-10-16 19:49:25 +0300)
> 
> are available in the git repository at:
>   git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0
> 
> Joseph Lo (2):
>       clk: tegra124: add wait_for_reset and disable_clock for tegra_cpu_car_ops
>       clk: tegra124: add suspend/resume function for tegra_cpu_car_ops

Acked-by: Stephen Warren <swarren@nvidia.com>


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

* pull request for Tegra clock rework and Tegra124 clock support
@ 2013-10-21 19:57     ` Stephen Warren
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Warren @ 2013-10-21 19:57 UTC (permalink / raw)
  To: linux-arm-kernel

On 10/21/2013 02:56 PM, Peter De Schrijver wrote:
> Hi Mike,
> 
> This pull request contains both the tegra clock rework patches
> ([PATCH v6 00/15] Introduce common infra for tegra clocks)
> and the patches to support Tegra124 ([PATCH v4 0/7] Tegra124 clock support)
> 
> The following changes since commit d031acfc0b8376209e5b429513766e7028e40e1d:
> 
>   clk: tegra114: Rename gr_2d/gr_3d to gr2d/gr3d (2013-10-16 19:49:25 +0300)
> 
> are available in the git repository at:
>   git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0
> 
> Joseph Lo (2):
>       clk: tegra124: add wait_for_reset and disable_clock for tegra_cpu_car_ops
>       clk: tegra124: add suspend/resume function for tegra_cpu_car_ops

Acked-by: Stephen Warren <swarren@nvidia.com>

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

* Re: pull request for Tegra clock rework and Tegra124 clock support
  2013-10-21 13:56 ` Peter De Schrijver
@ 2013-10-22 10:19   ` Mike Turquette
  -1 siblings, 0 replies; 16+ messages in thread
From: Mike Turquette @ 2013-10-22 10:19 UTC (permalink / raw)
  To: Peter De Schrijver
  Cc: mark.rutland, Prashant Gaikwad, pawel.moll, swarren,
	linux-kernel, rob.herring, thierry.reding, linux-tegra,
	linux-arm-kernel

Quoting Peter De Schrijver (2013-10-21 06:56:38)
> Hi Mike,
> 
> This pull request contains both the tegra clock rework patches
> ([PATCH v6 00/15] Introduce common infra for tegra clocks)
> and the patches to support Tegra124 ([PATCH v4 0/7] Tegra124 clock support)
> 
> The following changes since commit d031acfc0b8376209e5b429513766e7028e40e1d:
> 
>   clk: tegra114: Rename gr_2d/gr_3d to gr2d/gr3d (2013-10-16 19:49:25 +0300)
> 
> are available in the git repository at:
>   git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0

Thanks for the pull request Peter. I've taken into clk-next. Next time
can you generate a signed tag? Due to the increased volume of ccf
patches I'm happy to start taking pull requests more regularly (after
requisite review on the list).

Regards,
Mike

> 
> Joseph Lo (2):
>       clk: tegra124: add wait_for_reset and disable_clock for tegra_cpu_car_ops
>       clk: tegra124: add suspend/resume function for tegra_cpu_car_ops
> 
> Peter De Schrijver (20):
>       ARM: tegra30: add missing CLK IDs
>       clk: tegra: simplify periph clock data
>       clk: tegra: common periph_clk_enb_refcnt and clks
>       clk: tegra: Add TEGRA_PERIPH_NO_DIV flag
>       clk: tegra: move some PLLC and PLLXC init to clk-pll.c
>       clk: tegra: move fields to tegra_clk_pll_params
>       clk: tegra: add header for common tegra clock IDs
>       clk: tegra: add common infra for DT clocks
>       clk: tegra: add clkdev registration infra
>       clk: tegra: move audio clk to common file
>       clk: tegra: move periph clocks to common file
>       clk: tegra: move PMC, fixed clocks to common files
>       clk: tegra: introduce common gen4 super clock
>       clk: tegra: move tegra30 to common infra
>       clk: tegra: move tegra20 to common infra
>       clk: tegra: Add support for PLLSS
>       clk: tegra: Add periph regs bank X
>       clk: tegra124: Add common clk IDs to clk-id.h
>       clk: tegra124: Add new peripheral clocks
>       clk: tegra124: Add support for Tegra124 clocks
> 
>  .../bindings/clock/nvidia,tegra124-car.txt         |   59 +
>  drivers/clk/tegra/Makefile                         |    7 +-
>  drivers/clk/tegra/clk-id.h                         |  233 +++
>  drivers/clk/tegra/clk-periph-gate.c                |    8 +-
>  drivers/clk/tegra/clk-periph.c                     |   18 +-
>  drivers/clk/tegra/clk-pll.c                        |  356 ++++--
>  drivers/clk/tegra/clk-tegra-audio.c                |  215 +++
>  drivers/clk/tegra/clk-tegra-fixed.c                |  111 ++
>  drivers/clk/tegra/clk-tegra-periph.c               |  644 ++++++++
>  drivers/clk/tegra/clk-tegra-pmc.c                  |  131 ++
>  drivers/clk/tegra/clk-tegra-super-gen4.c           |  149 ++
>  drivers/clk/tegra/clk-tegra114.c                   | 1540 +++++---------------
>  drivers/clk/tegra/clk-tegra124.c                   | 1430 ++++++++++++++++++
>  drivers/clk/tegra/clk-tegra20.c                    |  811 ++++-------
>  drivers/clk/tegra/clk-tegra30.c                    | 1492 ++++++-------------
>  drivers/clk/tegra/clk.c                            |  166 +++
>  drivers/clk/tegra/clk.h                            |  104 +-
>  include/dt-bindings/clock/tegra124-car.h           |  340 +++++
>  include/dt-bindings/clock/tegra30-car.h            |   10 +-
>  19 files changed, 4940 insertions(+), 2884 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra124-car.txt
>  create mode 100644 drivers/clk/tegra/clk-id.h
>  create mode 100644 drivers/clk/tegra/clk-tegra-audio.c
>  create mode 100644 drivers/clk/tegra/clk-tegra-fixed.c
>  create mode 100644 drivers/clk/tegra/clk-tegra-periph.c
>  create mode 100644 drivers/clk/tegra/clk-tegra-pmc.c
>  create mode 100644 drivers/clk/tegra/clk-tegra-super-gen4.c
>  create mode 100644 drivers/clk/tegra/clk-tegra124.c
>  create mode 100644 include/dt-bindings/clock/tegra124-car.h

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

* pull request for Tegra clock rework and Tegra124 clock support
@ 2013-10-22 10:19   ` Mike Turquette
  0 siblings, 0 replies; 16+ messages in thread
From: Mike Turquette @ 2013-10-22 10:19 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Peter De Schrijver (2013-10-21 06:56:38)
> Hi Mike,
> 
> This pull request contains both the tegra clock rework patches
> ([PATCH v6 00/15] Introduce common infra for tegra clocks)
> and the patches to support Tegra124 ([PATCH v4 0/7] Tegra124 clock support)
> 
> The following changes since commit d031acfc0b8376209e5b429513766e7028e40e1d:
> 
>   clk: tegra114: Rename gr_2d/gr_3d to gr2d/gr3d (2013-10-16 19:49:25 +0300)
> 
> are available in the git repository at:
>   git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0

Thanks for the pull request Peter. I've taken into clk-next. Next time
can you generate a signed tag? Due to the increased volume of ccf
patches I'm happy to start taking pull requests more regularly (after
requisite review on the list).

Regards,
Mike

> 
> Joseph Lo (2):
>       clk: tegra124: add wait_for_reset and disable_clock for tegra_cpu_car_ops
>       clk: tegra124: add suspend/resume function for tegra_cpu_car_ops
> 
> Peter De Schrijver (20):
>       ARM: tegra30: add missing CLK IDs
>       clk: tegra: simplify periph clock data
>       clk: tegra: common periph_clk_enb_refcnt and clks
>       clk: tegra: Add TEGRA_PERIPH_NO_DIV flag
>       clk: tegra: move some PLLC and PLLXC init to clk-pll.c
>       clk: tegra: move fields to tegra_clk_pll_params
>       clk: tegra: add header for common tegra clock IDs
>       clk: tegra: add common infra for DT clocks
>       clk: tegra: add clkdev registration infra
>       clk: tegra: move audio clk to common file
>       clk: tegra: move periph clocks to common file
>       clk: tegra: move PMC, fixed clocks to common files
>       clk: tegra: introduce common gen4 super clock
>       clk: tegra: move tegra30 to common infra
>       clk: tegra: move tegra20 to common infra
>       clk: tegra: Add support for PLLSS
>       clk: tegra: Add periph regs bank X
>       clk: tegra124: Add common clk IDs to clk-id.h
>       clk: tegra124: Add new peripheral clocks
>       clk: tegra124: Add support for Tegra124 clocks
> 
>  .../bindings/clock/nvidia,tegra124-car.txt         |   59 +
>  drivers/clk/tegra/Makefile                         |    7 +-
>  drivers/clk/tegra/clk-id.h                         |  233 +++
>  drivers/clk/tegra/clk-periph-gate.c                |    8 +-
>  drivers/clk/tegra/clk-periph.c                     |   18 +-
>  drivers/clk/tegra/clk-pll.c                        |  356 ++++--
>  drivers/clk/tegra/clk-tegra-audio.c                |  215 +++
>  drivers/clk/tegra/clk-tegra-fixed.c                |  111 ++
>  drivers/clk/tegra/clk-tegra-periph.c               |  644 ++++++++
>  drivers/clk/tegra/clk-tegra-pmc.c                  |  131 ++
>  drivers/clk/tegra/clk-tegra-super-gen4.c           |  149 ++
>  drivers/clk/tegra/clk-tegra114.c                   | 1540 +++++---------------
>  drivers/clk/tegra/clk-tegra124.c                   | 1430 ++++++++++++++++++
>  drivers/clk/tegra/clk-tegra20.c                    |  811 ++++-------
>  drivers/clk/tegra/clk-tegra30.c                    | 1492 ++++++-------------
>  drivers/clk/tegra/clk.c                            |  166 +++
>  drivers/clk/tegra/clk.h                            |  104 +-
>  include/dt-bindings/clock/tegra124-car.h           |  340 +++++
>  include/dt-bindings/clock/tegra30-car.h            |   10 +-
>  19 files changed, 4940 insertions(+), 2884 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra124-car.txt
>  create mode 100644 drivers/clk/tegra/clk-id.h
>  create mode 100644 drivers/clk/tegra/clk-tegra-audio.c
>  create mode 100644 drivers/clk/tegra/clk-tegra-fixed.c
>  create mode 100644 drivers/clk/tegra/clk-tegra-periph.c
>  create mode 100644 drivers/clk/tegra/clk-tegra-pmc.c
>  create mode 100644 drivers/clk/tegra/clk-tegra-super-gen4.c
>  create mode 100644 drivers/clk/tegra/clk-tegra124.c
>  create mode 100644 include/dt-bindings/clock/tegra124-car.h

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

* Re: pull request for Tegra clock rework and Tegra124 clock support
  2013-10-22 10:19   ` Mike Turquette
  (?)
@ 2013-10-23  8:46     ` Peter De Schrijver
  -1 siblings, 0 replies; 16+ messages in thread
From: Peter De Schrijver @ 2013-10-23  8:46 UTC (permalink / raw)
  To: Mike Turquette
  Cc: Prashant Gaikwad, swarren, thierry.reding, rob.herring,
	pawel.moll, mark.rutland, linux-kernel, linux-arm-kernel,
	linux-tegra

On Tue, Oct 22, 2013 at 12:19:04PM +0200, Mike Turquette wrote:
> Quoting Peter De Schrijver (2013-10-21 06:56:38)
> > Hi Mike,
> > 
> > This pull request contains both the tegra clock rework patches
> > ([PATCH v6 00/15] Introduce common infra for tegra clocks)
> > and the patches to support Tegra124 ([PATCH v4 0/7] Tegra124 clock support)
> > 
> > The following changes since commit d031acfc0b8376209e5b429513766e7028e40e1d:
> > 
> >   clk: tegra114: Rename gr_2d/gr_3d to gr2d/gr3d (2013-10-16 19:49:25 +0300)
> > 
> > are available in the git repository at:
> >   git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0
> 
> Thanks for the pull request Peter. I've taken into clk-next. Next time
> can you generate a signed tag? Due to the increased volume of ccf

Ok :) let's sign some keys next week then :)

Cheers,

Peter.

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

* Re: pull request for Tegra clock rework and Tegra124 clock support
@ 2013-10-23  8:46     ` Peter De Schrijver
  0 siblings, 0 replies; 16+ messages in thread
From: Peter De Schrijver @ 2013-10-23  8:46 UTC (permalink / raw)
  To: Mike Turquette
  Cc: Prashant Gaikwad, swarren, thierry.reding, rob.herring,
	pawel.moll, mark.rutland, linux-kernel, linux-arm-kernel,
	linux-tegra

On Tue, Oct 22, 2013 at 12:19:04PM +0200, Mike Turquette wrote:
> Quoting Peter De Schrijver (2013-10-21 06:56:38)
> > Hi Mike,
> > 
> > This pull request contains both the tegra clock rework patches
> > ([PATCH v6 00/15] Introduce common infra for tegra clocks)
> > and the patches to support Tegra124 ([PATCH v4 0/7] Tegra124 clock support)
> > 
> > The following changes since commit d031acfc0b8376209e5b429513766e7028e40e1d:
> > 
> >   clk: tegra114: Rename gr_2d/gr_3d to gr2d/gr3d (2013-10-16 19:49:25 +0300)
> > 
> > are available in the git repository at:
> >   git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0
> 
> Thanks for the pull request Peter. I've taken into clk-next. Next time
> can you generate a signed tag? Due to the increased volume of ccf

Ok :) let's sign some keys next week then :)

Cheers,

Peter.

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

* pull request for Tegra clock rework and Tegra124 clock support
@ 2013-10-23  8:46     ` Peter De Schrijver
  0 siblings, 0 replies; 16+ messages in thread
From: Peter De Schrijver @ 2013-10-23  8:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Oct 22, 2013 at 12:19:04PM +0200, Mike Turquette wrote:
> Quoting Peter De Schrijver (2013-10-21 06:56:38)
> > Hi Mike,
> > 
> > This pull request contains both the tegra clock rework patches
> > ([PATCH v6 00/15] Introduce common infra for tegra clocks)
> > and the patches to support Tegra124 ([PATCH v4 0/7] Tegra124 clock support)
> > 
> > The following changes since commit d031acfc0b8376209e5b429513766e7028e40e1d:
> > 
> >   clk: tegra114: Rename gr_2d/gr_3d to gr2d/gr3d (2013-10-16 19:49:25 +0300)
> > 
> > are available in the git repository at:
> >   git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0
> 
> Thanks for the pull request Peter. I've taken into clk-next. Next time
> can you generate a signed tag? Due to the increased volume of ccf

Ok :) let's sign some keys next week then :)

Cheers,

Peter.

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

* Re: pull request for Tegra clock rework and Tegra124 clock support
  2013-10-23  8:46     ` Peter De Schrijver
  (?)
@ 2013-10-30  0:47         ` Peter De Schrijver
  -1 siblings, 0 replies; 16+ messages in thread
From: Peter De Schrijver @ 2013-10-30  0:47 UTC (permalink / raw)
  To: Mike Turquette
  Cc: Prashant Gaikwad, swarren-3lzwWm7+Weoh9ZMKESR00Q,
	thierry.reding-Re5JQEeQqe8AvxtiuMwx3w,
	rob.herring-bsGFqQB8/DxBDgjK7y7TUQ, pawel.moll-5wv7dgnIgG8,
	mark.rutland-5wv7dgnIgG8, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

Mike,

This is an update to the previous pull request which fixes some late bugs.

Thanks,

Peter.

The following changes since commit 6c984fc8c6314596c302bbecf79dc59d9f98f348:

  clk: tegra124: add suspend/resume function for tegra_cpu_car_ops (2013-10-21 16:39:24 +0300)

are available in the git repository at:
  git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0

Mikko Perttunen (1):
      clk: tegra114: Initialize clocks needed for HDMI

Peter De Schrijver (1):
      clk: tegra: use pll_ref as the pll_e parent

Thierry Reding (2):
      clk: tegra: Initialize secondary gr3d clock on Tegra30
      clk: tegra: Properly setup PWM clock on Tegra30

 drivers/clk/tegra/clk-pll.c      |    7 ++++---
 drivers/clk/tegra/clk-tegra114.c |    5 ++++-
 drivers/clk/tegra/clk-tegra30.c  |    5 ++++-
 3 files changed, 12 insertions(+), 5 deletions(-)

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

* Re: pull request for Tegra clock rework and Tegra124 clock support
@ 2013-10-30  0:47         ` Peter De Schrijver
  0 siblings, 0 replies; 16+ messages in thread
From: Peter De Schrijver @ 2013-10-30  0:47 UTC (permalink / raw)
  To: Mike Turquette
  Cc: Prashant Gaikwad, swarren, thierry.reding, rob.herring,
	pawel.moll, mark.rutland, linux-kernel, linux-arm-kernel,
	linux-tegra

Mike,

This is an update to the previous pull request which fixes some late bugs.

Thanks,

Peter.

The following changes since commit 6c984fc8c6314596c302bbecf79dc59d9f98f348:

  clk: tegra124: add suspend/resume function for tegra_cpu_car_ops (2013-10-21 16:39:24 +0300)

are available in the git repository at:
  git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0

Mikko Perttunen (1):
      clk: tegra114: Initialize clocks needed for HDMI

Peter De Schrijver (1):
      clk: tegra: use pll_ref as the pll_e parent

Thierry Reding (2):
      clk: tegra: Initialize secondary gr3d clock on Tegra30
      clk: tegra: Properly setup PWM clock on Tegra30

 drivers/clk/tegra/clk-pll.c      |    7 ++++---
 drivers/clk/tegra/clk-tegra114.c |    5 ++++-
 drivers/clk/tegra/clk-tegra30.c  |    5 ++++-
 3 files changed, 12 insertions(+), 5 deletions(-)

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

* pull request for Tegra clock rework and Tegra124 clock support
@ 2013-10-30  0:47         ` Peter De Schrijver
  0 siblings, 0 replies; 16+ messages in thread
From: Peter De Schrijver @ 2013-10-30  0:47 UTC (permalink / raw)
  To: linux-arm-kernel

Mike,

This is an update to the previous pull request which fixes some late bugs.

Thanks,

Peter.

The following changes since commit 6c984fc8c6314596c302bbecf79dc59d9f98f348:

  clk: tegra124: add suspend/resume function for tegra_cpu_car_ops (2013-10-21 16:39:24 +0300)

are available in the git repository at:
  git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0

Mikko Perttunen (1):
      clk: tegra114: Initialize clocks needed for HDMI

Peter De Schrijver (1):
      clk: tegra: use pll_ref as the pll_e parent

Thierry Reding (2):
      clk: tegra: Initialize secondary gr3d clock on Tegra30
      clk: tegra: Properly setup PWM clock on Tegra30

 drivers/clk/tegra/clk-pll.c      |    7 ++++---
 drivers/clk/tegra/clk-tegra114.c |    5 ++++-
 drivers/clk/tegra/clk-tegra30.c  |    5 ++++-
 3 files changed, 12 insertions(+), 5 deletions(-)

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

* Re: pull request for Tegra clock rework and Tegra124 clock support
  2013-10-30  0:47         ` Peter De Schrijver
@ 2013-10-31 18:52           ` Mike Turquette
  -1 siblings, 0 replies; 16+ messages in thread
From: Mike Turquette @ 2013-10-31 18:52 UTC (permalink / raw)
  To: Peter De Schrijver
  Cc: mark.rutland, Prashant Gaikwad, pawel.moll, swarren,
	linux-kernel, rob.herring, thierry.reding, linux-tegra,
	linux-arm-kernel

Quoting Peter De Schrijver (2013-10-29 17:47:52)
> Mike,
> 
> This is an update to the previous pull request which fixes some late bugs.
> 
> Thanks,
> 
> Peter.
> 
> The following changes since commit 6c984fc8c6314596c302bbecf79dc59d9f98f348:
> 
>   clk: tegra124: add suspend/resume function for tegra_cpu_car_ops (2013-10-21 16:39:24 +0300)
> 
> are available in the git repository at:
>   git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0

Pulled.

Thanks,
Mike

> 
> Mikko Perttunen (1):
>       clk: tegra114: Initialize clocks needed for HDMI
> 
> Peter De Schrijver (1):
>       clk: tegra: use pll_ref as the pll_e parent
> 
> Thierry Reding (2):
>       clk: tegra: Initialize secondary gr3d clock on Tegra30
>       clk: tegra: Properly setup PWM clock on Tegra30
> 
>  drivers/clk/tegra/clk-pll.c      |    7 ++++---
>  drivers/clk/tegra/clk-tegra114.c |    5 ++++-
>  drivers/clk/tegra/clk-tegra30.c  |    5 ++++-
>  3 files changed, 12 insertions(+), 5 deletions(-)

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

* pull request for Tegra clock rework and Tegra124 clock support
@ 2013-10-31 18:52           ` Mike Turquette
  0 siblings, 0 replies; 16+ messages in thread
From: Mike Turquette @ 2013-10-31 18:52 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Peter De Schrijver (2013-10-29 17:47:52)
> Mike,
> 
> This is an update to the previous pull request which fixes some late bugs.
> 
> Thanks,
> 
> Peter.
> 
> The following changes since commit 6c984fc8c6314596c302bbecf79dc59d9f98f348:
> 
>   clk: tegra124: add suspend/resume function for tegra_cpu_car_ops (2013-10-21 16:39:24 +0300)
> 
> are available in the git repository at:
>   git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-tegra124-0

Pulled.

Thanks,
Mike

> 
> Mikko Perttunen (1):
>       clk: tegra114: Initialize clocks needed for HDMI
> 
> Peter De Schrijver (1):
>       clk: tegra: use pll_ref as the pll_e parent
> 
> Thierry Reding (2):
>       clk: tegra: Initialize secondary gr3d clock on Tegra30
>       clk: tegra: Properly setup PWM clock on Tegra30
> 
>  drivers/clk/tegra/clk-pll.c      |    7 ++++---
>  drivers/clk/tegra/clk-tegra114.c |    5 ++++-
>  drivers/clk/tegra/clk-tegra30.c  |    5 ++++-
>  3 files changed, 12 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2013-10-31 18:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-21 13:56 pull request for Tegra clock rework and Tegra124 clock support Peter De Schrijver
2013-10-21 13:56 ` Peter De Schrijver
2013-10-21 13:56 ` Peter De Schrijver
     [not found] ` <20131021135638.GA10943-Rysk9IDjsxmJz7etNGeUX8VPkgjIgRvpAL8bYrjMMd8@public.gmane.org>
2013-10-21 19:57   ` Stephen Warren
2013-10-21 19:57     ` Stephen Warren
2013-10-21 19:57     ` Stephen Warren
2013-10-22 10:19 ` Mike Turquette
2013-10-22 10:19   ` Mike Turquette
2013-10-23  8:46   ` Peter De Schrijver
2013-10-23  8:46     ` Peter De Schrijver
2013-10-23  8:46     ` Peter De Schrijver
     [not found]     ` <20131023084631.GG22111-Rysk9IDjsxmJz7etNGeUX8VPkgjIgRvpAL8bYrjMMd8@public.gmane.org>
2013-10-30  0:47       ` Peter De Schrijver
2013-10-30  0:47         ` Peter De Schrijver
2013-10-30  0:47         ` Peter De Schrijver
2013-10-31 18:52         ` Mike Turquette
2013-10-31 18:52           ` Mike 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.