Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1604550 > unrolled thread
| Started by | Thierry Reding <thierry.reding@gmail.com> |
|---|---|
| First post | 2017-03-20 14:20 +0100 |
| Last post | 2017-03-20 14:20 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v3 0/6] Add missing Tegra210 clocks Thierry Reding <thierry.reding@gmail.com> - 2017-03-20 14:20 +0100
| From | Thierry Reding <thierry.reding@gmail.com> |
|---|---|
| Date | 2017-03-20 14:20 +0100 |
| Subject | Re: [PATCH v3 0/6] Add missing Tegra210 clocks |
| Message-ID | <tn5o6-5eP-17@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
On Tue, Feb 28, 2017 at 04:37:16PM +0200, Peter De Schrijver wrote: > 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. > > Change log: > > v3: fixed compiler warnings > > v2: fixed a few useless lines moving around > > > Peter De Schrijver (6): > clk: tegra: add cec clock > clk: tegra: define Tegra210 DMIC sync clocks > clk: tegra: fix constness for periph clks > 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-periph.c | 4 +- > 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 | 11 +++- > 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 +- > 14 files changed, 223 insertions(+), 38 deletions(-) Applied to for-4.12/clk, thanks. Thierry
Back to top | Article view | linux.kernel
csiph-web