From: Heiko Schocher <hs-ynQEQJNshbs@public.gmane.org>
To: Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
Cc: U-Boot Mailing List
<u-boot-0aAXYlwwYIKGBzrmiIFOJg@public.gmane.org>,
Devicetree Discuss
<devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>,
Jerry Van Baren
<vanbaren-He//nVnquyzQT0dZR+AlfA@public.gmane.org>,
Tom Warren <twarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [U-Boot] [PATCH v3 4/9] tegra: fdt: i2c: Add extra I2C bindings for U-Boot
Date: Fri, 10 Feb 2012 07:29:14 +0100 [thread overview]
Message-ID: <4F34B93A.2050503@denx.de> (raw)
In-Reply-To: <1328318041-10943-5-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
Hello Simon,
Simon Glass wrote:
> Add U-Boot's peripheral clock information to the Tegra20 device tree file.
>
> Signed-off-by: Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
> ---
> Changes in v2:
> - Adjust definitions to fit new peripheral clock bindings
> - Change 'speed' to 'clock-frequency'
> - Remove u-boot,pinmux binding (sadly)
>
> Changes in v3:
> - Move speed setting from tegra20.dtsi to board .dts file
>
> arch/arm/dts/tegra20.dtsi | 6 +++++-
> 1 files changed, 5 insertions(+), 1 deletions(-)
Acked-by: Heiko Schocher <hs-ynQEQJNshbs@public.gmane.org>
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
WARNING: multiple messages have this Message-ID (diff)
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 4/9] tegra: fdt: i2c: Add extra I2C bindings for U-Boot
Date: Fri, 10 Feb 2012 07:29:14 +0100 [thread overview]
Message-ID: <4F34B93A.2050503@denx.de> (raw)
In-Reply-To: <1328318041-10943-5-git-send-email-sjg@chromium.org>
Hello Simon,
Simon Glass wrote:
> Add U-Boot's peripheral clock information to the Tegra20 device tree file.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> Changes in v2:
> - Adjust definitions to fit new peripheral clock bindings
> - Change 'speed' to 'clock-frequency'
> - Remove u-boot,pinmux binding (sadly)
>
> Changes in v3:
> - Move speed setting from tegra20.dtsi to board .dts file
>
> arch/arm/dts/tegra20.dtsi | 6 +++++-
> 1 files changed, 5 insertions(+), 1 deletions(-)
Acked-by: Heiko Schocher <hs@denx.de>
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
next prev parent reply other threads:[~2012-02-10 6:29 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-04 1:13 [PATCH v3 0/9] tegra: Add I2C driver and associated parts Simon Glass
2012-02-04 1:13 ` [U-Boot] " Simon Glass
[not found] ` <1328318041-10943-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2012-02-04 1:13 ` [PATCH v3 1/9] tegra: Rename NV_PA_PMC_BASE to TEGRA2_PMC_BASE Simon Glass
2012-02-04 1:13 ` [U-Boot] " Simon Glass
2012-02-04 1:13 ` [PATCH v3 2/9] fdt: Add function to allow aliases to refer to multiple nodes Simon Glass
2012-02-04 1:13 ` [U-Boot] " Simon Glass
2012-02-04 1:13 ` [PATCH v3 3/9] tegra: Enhance clock support to handle 16-bit clock divisors Simon Glass
2012-02-04 1:13 ` [U-Boot] " Simon Glass
[not found] ` <1328318041-10943-4-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2012-02-10 17:52 ` Tom Warren
2012-02-10 17:52 ` [U-Boot] " Tom Warren
2012-02-04 1:13 ` [PATCH v3 4/9] tegra: fdt: i2c: Add extra I2C bindings for U-Boot Simon Glass
2012-02-04 1:13 ` [U-Boot] " Simon Glass
[not found] ` <1328318041-10943-5-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2012-02-10 6:29 ` Heiko Schocher [this message]
2012-02-10 6:29 ` Heiko Schocher
2012-02-04 1:13 ` [PATCH v3 5/9] tegra: i2c: Add I2C driver Simon Glass
2012-02-04 1:13 ` [U-Boot] " Simon Glass
[not found] ` <1328318041-10943-6-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2012-02-09 23:17 ` Yen Lin
2012-02-09 23:17 ` [U-Boot] " Yen Lin
2012-02-10 6:29 ` Heiko Schocher
2012-02-10 6:29 ` [U-Boot] " Heiko Schocher
2012-02-04 1:13 ` [PATCH v3 6/9] tegra: i2c: Initialise I2C on Nvidia boards Simon Glass
2012-02-04 1:13 ` [U-Boot] " Simon Glass
[not found] ` <1328318041-10943-7-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2012-02-10 6:30 ` Heiko Schocher
2012-02-10 6:30 ` [U-Boot] " Heiko Schocher
2012-02-04 1:13 ` [PATCH v3 7/9] tegra: i2c: Select I2C ordering for Seaboard Simon Glass
2012-02-04 1:13 ` [U-Boot] " Simon Glass
[not found] ` <1328318041-10943-8-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2012-02-10 6:30 ` Heiko Schocher
2012-02-10 6:30 ` [U-Boot] " Heiko Schocher
2012-02-04 1:13 ` [PATCH v3 8/9] tegra: i2c: Select number of controllers for Tegra2 boards Simon Glass
2012-02-04 1:13 ` [U-Boot] " Simon Glass
[not found] ` <1328318041-10943-9-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2012-02-10 6:30 ` Heiko Schocher
2012-02-10 6:30 ` [U-Boot] " Heiko Schocher
2012-02-04 1:14 ` [PATCH v3 9/9] tegra: i2c: Enable I2C on Seaboard Simon Glass
2012-02-04 1:14 ` [U-Boot] " Simon Glass
2012-02-10 6:30 ` Heiko Schocher
2012-02-10 6:30 ` [U-Boot] " Heiko Schocher
2012-02-09 7:02 ` [PATCH v3 0/9] tegra: Add I2C driver and associated parts Heiko Schocher
2012-02-09 7:02 ` [U-Boot] " Heiko Schocher
[not found] ` <4F336F75.3010202-ynQEQJNshbs@public.gmane.org>
2012-02-09 17:35 ` Tom Warren
2012-02-09 17:35 ` Tom Warren
[not found] ` <5FBF8E85CA34454794F0F7ECBA79798F3792269860-wAPRp6hVlRhDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2012-02-10 6:22 ` Heiko Schocher
2012-02-10 6:22 ` Heiko Schocher
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=4F34B93A.2050503@denx.de \
--to=hs-ynqeqjnshbs@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
--cc=twarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=u-boot-0aAXYlwwYIKGBzrmiIFOJg@public.gmane.org \
--cc=vanbaren-He//nVnquyzQT0dZR+AlfA@public.gmane.org \
/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.