From: Tero Kristo <t-kristo@ti.com>
To: Peter Ujfalusi <peter.ujfalusi@ti.com>,
mturquette@linaro.org, grant.likely@linaro.org, tony@atomide.com
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-omap@vger.kernel.org, linux-doc@vger.kernel.org,
robh+dt@kernel.org, bcousson@baylibre.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/4] clk: Add clock driver for DRA7 ATL (Audio Tracking Logic)
Date: Mon, 19 May 2014 16:47:39 +0300 [thread overview]
Message-ID: <537A0B7B.9030704@ti.com> (raw)
In-Reply-To: <1399458048-28213-1-git-send-email-peter.ujfalusi@ti.com>
On 05/07/2014 01:20 PM, Peter Ujfalusi wrote:
> Hi,
>
> Changes since v1:
> - ATL binding documentation and driver has been separated.
>
> Audio Tracking Logic is designed to be used by HD Radio applications to
> synchronize the audio output clocks to the baseband clock. ATL can be also
> used to track errors between two reference clocks (BWS, AWS) and generate a modulated
> clock output which averages to some desired frequency.
> In essence ATL is generating a clock to be used by an audio codec and also
> to be used by the SoC as MCLK.
>
> The series will correct atl related clock names, adds binding documentation and
> corresponding driver for the ATL and integrates the ATL clock into the clock
> tree.
>
> V1 of the ATL series:
> https://lkml.org/lkml/2014/4/2/238
>
> Regards,
> Peter
Thanks, series queued for 3.16/ti-clk-drv.
-Tero
> ---
> Peter Ujfalusi (4):
> ARM: dts: dra7xx-clocks: Correct name for atl clkin3 clock
> dt:/bindings: DRA7 ATL (Audio Tracking Logic) clock bindings
> clk: ti: Driver for DRA7 ATL (Audio Tracking Logic)
> ARM: DTS: dra7/dra7xx-clocks: ATL related changes
>
> .../devicetree/bindings/clock/ti/dra7-atl.txt | 97 +++++++
> arch/arm/boot/dts/dra7.dtsi | 11 +
> arch/arm/boot/dts/dra7xx-clocks.dtsi | 38 +--
> drivers/clk/ti/Makefile | 3 +-
> drivers/clk/ti/clk-7xx.c | 2 +-
> drivers/clk/ti/clk-dra7-atl.c | 313 +++++++++++++++++++++
> include/dt-bindings/clk/ti-dra7-atl.h | 40 +++
> 7 files changed, 483 insertions(+), 21 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/clock/ti/dra7-atl.txt
> create mode 100644 drivers/clk/ti/clk-dra7-atl.c
> create mode 100644 include/dt-bindings/clk/ti-dra7-atl.h
>
WARNING: multiple messages have this Message-ID (diff)
From: t-kristo@ti.com (Tero Kristo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] clk: Add clock driver for DRA7 ATL (Audio Tracking Logic)
Date: Mon, 19 May 2014 16:47:39 +0300 [thread overview]
Message-ID: <537A0B7B.9030704@ti.com> (raw)
In-Reply-To: <1399458048-28213-1-git-send-email-peter.ujfalusi@ti.com>
On 05/07/2014 01:20 PM, Peter Ujfalusi wrote:
> Hi,
>
> Changes since v1:
> - ATL binding documentation and driver has been separated.
>
> Audio Tracking Logic is designed to be used by HD Radio applications to
> synchronize the audio output clocks to the baseband clock. ATL can be also
> used to track errors between two reference clocks (BWS, AWS) and generate a modulated
> clock output which averages to some desired frequency.
> In essence ATL is generating a clock to be used by an audio codec and also
> to be used by the SoC as MCLK.
>
> The series will correct atl related clock names, adds binding documentation and
> corresponding driver for the ATL and integrates the ATL clock into the clock
> tree.
>
> V1 of the ATL series:
> https://lkml.org/lkml/2014/4/2/238
>
> Regards,
> Peter
Thanks, series queued for 3.16/ti-clk-drv.
-Tero
> ---
> Peter Ujfalusi (4):
> ARM: dts: dra7xx-clocks: Correct name for atl clkin3 clock
> dt:/bindings: DRA7 ATL (Audio Tracking Logic) clock bindings
> clk: ti: Driver for DRA7 ATL (Audio Tracking Logic)
> ARM: DTS: dra7/dra7xx-clocks: ATL related changes
>
> .../devicetree/bindings/clock/ti/dra7-atl.txt | 97 +++++++
> arch/arm/boot/dts/dra7.dtsi | 11 +
> arch/arm/boot/dts/dra7xx-clocks.dtsi | 38 +--
> drivers/clk/ti/Makefile | 3 +-
> drivers/clk/ti/clk-7xx.c | 2 +-
> drivers/clk/ti/clk-dra7-atl.c | 313 +++++++++++++++++++++
> include/dt-bindings/clk/ti-dra7-atl.h | 40 +++
> 7 files changed, 483 insertions(+), 21 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/clock/ti/dra7-atl.txt
> create mode 100644 drivers/clk/ti/clk-dra7-atl.c
> create mode 100644 include/dt-bindings/clk/ti-dra7-atl.h
>
WARNING: multiple messages have this Message-ID (diff)
From: Tero Kristo <t-kristo@ti.com>
To: Peter Ujfalusi <peter.ujfalusi@ti.com>, <mturquette@linaro.org>,
<grant.likely@linaro.org>, <tony@atomide.com>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-omap@vger.kernel.org>, <linux-doc@vger.kernel.org>,
<robh+dt@kernel.org>, <bcousson@baylibre.com>,
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2 0/4] clk: Add clock driver for DRA7 ATL (Audio Tracking Logic)
Date: Mon, 19 May 2014 16:47:39 +0300 [thread overview]
Message-ID: <537A0B7B.9030704@ti.com> (raw)
In-Reply-To: <1399458048-28213-1-git-send-email-peter.ujfalusi@ti.com>
On 05/07/2014 01:20 PM, Peter Ujfalusi wrote:
> Hi,
>
> Changes since v1:
> - ATL binding documentation and driver has been separated.
>
> Audio Tracking Logic is designed to be used by HD Radio applications to
> synchronize the audio output clocks to the baseband clock. ATL can be also
> used to track errors between two reference clocks (BWS, AWS) and generate a modulated
> clock output which averages to some desired frequency.
> In essence ATL is generating a clock to be used by an audio codec and also
> to be used by the SoC as MCLK.
>
> The series will correct atl related clock names, adds binding documentation and
> corresponding driver for the ATL and integrates the ATL clock into the clock
> tree.
>
> V1 of the ATL series:
> https://lkml.org/lkml/2014/4/2/238
>
> Regards,
> Peter
Thanks, series queued for 3.16/ti-clk-drv.
-Tero
> ---
> Peter Ujfalusi (4):
> ARM: dts: dra7xx-clocks: Correct name for atl clkin3 clock
> dt:/bindings: DRA7 ATL (Audio Tracking Logic) clock bindings
> clk: ti: Driver for DRA7 ATL (Audio Tracking Logic)
> ARM: DTS: dra7/dra7xx-clocks: ATL related changes
>
> .../devicetree/bindings/clock/ti/dra7-atl.txt | 97 +++++++
> arch/arm/boot/dts/dra7.dtsi | 11 +
> arch/arm/boot/dts/dra7xx-clocks.dtsi | 38 +--
> drivers/clk/ti/Makefile | 3 +-
> drivers/clk/ti/clk-7xx.c | 2 +-
> drivers/clk/ti/clk-dra7-atl.c | 313 +++++++++++++++++++++
> include/dt-bindings/clk/ti-dra7-atl.h | 40 +++
> 7 files changed, 483 insertions(+), 21 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/clock/ti/dra7-atl.txt
> create mode 100644 drivers/clk/ti/clk-dra7-atl.c
> create mode 100644 include/dt-bindings/clk/ti-dra7-atl.h
>
next prev parent reply other threads:[~2014-05-19 13:47 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-07 10:20 [PATCH v2 0/4] clk: Add clock driver for DRA7 ATL (Audio Tracking Logic) Peter Ujfalusi
2014-05-07 10:20 ` Peter Ujfalusi
2014-05-07 10:20 ` Peter Ujfalusi
2014-05-07 10:20 ` [PATCH v2 1/4] ARM: dts: dra7xx-clocks: Correct name for atl clkin3 clock Peter Ujfalusi
2014-05-07 10:20 ` Peter Ujfalusi
2014-05-07 10:20 ` Peter Ujfalusi
2014-05-07 10:20 ` [PATCH v2 2/4] dt:/bindings: DRA7 ATL (Audio Tracking Logic) clock bindings Peter Ujfalusi
2014-05-07 10:20 ` Peter Ujfalusi
2014-05-07 10:20 ` Peter Ujfalusi
2014-05-07 10:20 ` [PATCH v2 3/4] clk: ti: Driver for DRA7 ATL (Audio Tracking Logic) Peter Ujfalusi
2014-05-07 10:20 ` Peter Ujfalusi
2014-05-07 10:20 ` Peter Ujfalusi
2014-05-20 17:45 ` Mike Turquette
2014-05-20 17:45 ` Mike Turquette
2014-05-07 10:20 ` [PATCH v2 4/4] ARM: DTS: dra7/dra7xx-clocks: ATL related changes Peter Ujfalusi
2014-05-07 10:20 ` Peter Ujfalusi
2014-05-07 10:20 ` Peter Ujfalusi
2014-06-16 14:01 ` Tero Kristo
2014-06-16 14:01 ` Tero Kristo
2014-06-16 14:01 ` Tero Kristo
2014-06-16 14:13 ` Tony Lindgren
2014-06-16 14:13 ` Tony Lindgren
2014-05-19 13:47 ` Tero Kristo [this message]
2014-05-19 13:47 ` [PATCH v2 0/4] clk: Add clock driver for DRA7 ATL (Audio Tracking Logic) Tero Kristo
2014-05-19 13:47 ` Tero Kristo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=537A0B7B.9030704@ti.com \
--to=t-kristo@ti.com \
--cc=bcousson@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=grant.likely@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=peter.ujfalusi@ti.com \
--cc=robh+dt@kernel.org \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.