Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1586862

[PATCH 0/5] Add missing Tegra210 clocks

From Peter De Schrijver <pdeschrijver@nvidia.com>
Newsgroups linux.kernel
Subject [PATCH 0/5] Add missing Tegra210 clocks
Date 2017-02-23 13:50 +0100
Message-ID <te10l-1jJ-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series adds a number of clocks which were missing from the Tegra210
clock definition. It applies on top of the 'Tegra210 clock bug fixes' series
posted earlier.

Peter De Schrijver (5):
  clk: tegra: add cec clock
  clk: tegra: define Tegra210 DMIC sync clocks
  clk: tegra: define Tegra210 DMIC clocks
  clk: tegra: add super clk mux/div
  clk: tegra: add aclk

 drivers/clk/tegra/clk-id.h                      | 10 +++
 drivers/clk/tegra/clk-super.c                   | 87 +++++++++++++++++++++++--
 drivers/clk/tegra/clk-tegra-audio.c             | 85 +++++++++++++++++-------
 drivers/clk/tegra/clk-tegra-periph.c            | 22 +++++++
 drivers/clk/tegra/clk-tegra114.c                |  1 +
 drivers/clk/tegra/clk-tegra124.c                |  1 +
 drivers/clk/tegra/clk-tegra210.c                | 20 ++++++
 drivers/clk/tegra/clk-tegra30.c                 |  1 +
 drivers/clk/tegra/clk.h                         |  7 +-
 include/dt-bindings/clock/tegra114-car.h        |  2 +-
 include/dt-bindings/clock/tegra124-car-common.h |  2 +-
 include/dt-bindings/clock/tegra210-car.h        | 13 +++-
 include/dt-bindings/clock/tegra30-car.h         |  2 +-
 13 files changed, 219 insertions(+), 34 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] Add missing Tegra210 clocks Peter De Schrijver <pdeschrijver@nvidia.com> - 2017-02-23 13:50 +0100
  [PATCH 3/5] clk: tegra: define Tegra210 DMIC clocks Peter De Schrijver <pdeschrijver@nvidia.com> - 2017-02-23 13:50 +0100
  [PATCH 4/5] clk: tegra: add super clk mux/div Peter De Schrijver <pdeschrijver@nvidia.com> - 2017-02-23 13:50 +0100

csiph-web