[U-Boot] [PATCH v5 1/4] fdt: Add dts/dtsi arch board include paths to DTS_CPPFLAGS

2013-02-20 Thread Tom Warren
This allows the use of '#include xyz' in the dts/dtsi file which helps the C preprocessor find common dtsi include files. Signed-off-by: Tom Warren twar...@nvidia.com --- v4: new v5: Add dts/dtsi paths to DTS_CPPFLAGS instead of DTC command line dts/Makefile |3 ++- 1 files changed, 2

[U-Boot] [PATCH v5 0/4] Tegra: MMC: Add DT support for MMC to T20 boards

2013-02-20 Thread Tom Warren
: Additional changes as per Stephen/Lucas/Thierry/Simon v5: Additional changes as per Stephen/Lucas/Andy Tom Warren (4): fdt: add dts/dtsi arch board include paths to DTS_CPPFLAGS Tegra: fdt: tamonten: Add common tamonten.dtsi file from linux Tegra: fdt: Add/enhance sdhci (mmc) nodes for all

[U-Boot] [PATCH v5 2/4] Tegra: fdt: tamonten: Add common tamonten.dtsi file from linux

2013-02-20 Thread Tom Warren
Tamonten boards (medcom-wide, plutux, and tec) use a different/new dtsi file w/common settings. Signed-off-by: Tom Warren twar...@nvidia.com Acked-by: Thierry Reding thierry.red...@avionic-design.de --- v3: new v4: no change v5: change /include/ to #include board/avionic-design/dts/tegra20

[U-Boot] [PATCH v5 3/4] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-20 Thread Tom Warren
Linux dts files were used for those boards that didn't already have sdhci info populated. Tamonten has their own dtsi file with common sdhci nodes (sourced from Linux). Signed-off-by: Tom Warren twar...@nvidia.com Tested-by: Thierry Reding thierry.red...@avionic-design.de --- v2: - cleanup

[U-Boot] [PATCH v5 4/4] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-20 Thread Tom Warren
tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. Tested on Seaboard, fully functional. Tamonten boards (medcom-wide, plutux, and tec) use a different/new dtsi file w/common settings. Signed-off-by: Tom Warren twar...@nvidia.com Signed-off-by: Thierry Reding thierry.red

Re: [U-Boot] [PATCH v5 3/4] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-20 Thread Tom Warren
Stephen, On Wed, Feb 20, 2013 at 3:35 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/20/2013 02:05 PM, Tom Warren wrote: Linux dts files were used for those boards that didn't already have sdhci info populated. Tamonten has their own dtsi file with common sdhci nodes (sourced from

Re: [U-Boot] [PATCH v3 0/3] Tegra: MMC: Add DT support for MMC to T20 boards

2013-02-14 Thread Tom Warren
Thanks! On Thu, Feb 14, 2013 at 12:19 AM, Thierry Reding thierry.red...@avionic-design.de wrote: On Wed, Feb 13, 2013 at 02:44:47PM -0700, Tom Warren wrote: This patchset adds device-tree support to the Tegra MMC driver. All device config is done via properties in the DT files instead of hard

Re: [U-Boot] [PATCH v3 3/3] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-14 Thread Tom Warren
Stephen, On Wed, Feb 13, 2013 at 5:17 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/13/2013 02:44 PM, Tom Warren wrote: tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. Tested on Seaboard, fully functional. Tamonten boards (medcom-wide, plutux, and tec) use

Re: [U-Boot] [PATCH v3 1/3] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-14 Thread Tom Warren
Stephen, On Wed, Feb 13, 2013 at 5:10 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/13/2013 02:44 PM, Tom Warren wrote: Linux dts files were used for those boards that didn't already have sdhci info populated. Tamonten has their own dtsi file with common sdhci nodes (sourced from

[U-Boot] [PATCH v4 0/4] Tegra: MMC: Add DT support for MMC to T20 boards

2013-02-14 Thread Tom Warren
: Additional changes as per Stephen/Lucas/Thierry/Simon Tom Warren (4): fdt: Add dts/dtsi file include paths to DTC command line Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files Tegra: fdt: tamonten: Add common tamonten.dtsi file from linux Tegra: MMC: Add DT support to MMC

[U-Boot] [PATCH v4 1/4] fdt: Add dts/dtsi file include paths to DTC command line

2013-02-14 Thread Tom Warren
This requires a version of dtc that can handle the 'i' argument Signed-off-by: Tom Warren twar...@nvidia.com --- v4: new dts/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dts/Makefile b/dts/Makefile index 922c78c..2ef31e9 100644 --- a/dts/Makefile +++ b/dts

[U-Boot] [PATCH v4 2/4] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-14 Thread Tom Warren
Linux dts files were used for those boards that didn't already have sdhci info populated. Tamonten has their own dtsi file with common sdhci nodes (sourced from Linux). Signed-off-by: Tom Warren twar...@nvidia.com Tested-by: Thierry Reding thierry.red...@avionic-design.de --- v2: - cleanup

[U-Boot] [PATCH v4 3/4] Tegra: fdt: tamonten: Add common tamonten.dtsi file from linux

2013-02-14 Thread Tom Warren
Tamonten boards (medcom-wide, plutux, and tec) use a different/new dtsi file w/common settings. Signed-off-by: Tom Warren twar...@nvidia.com Acked-by: Thierry Reding thierry.red...@avionic-design.de --- v3: new v4: no change board/avionic-design/dts/tegra20-tamonten.dtsi | 489

[U-Boot] [PATCH v4 4/4] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-14 Thread Tom Warren
tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. Tested on Seaboard, fully functional. Tamonten boards (medcom-wide, plutux, and tec) use a different/new dtsi file w/common settings. Signed-off-by: Tom Warren twar...@nvidia.com Signed-off-by: Thierry Reding thierry.red

Re: [U-Boot] [PATCH v3 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-14 Thread Tom Warren
Stephen/Laxman, On Tue, Feb 12, 2013 at 12:07 PM, Tom Warren twarren.nvi...@gmail.com wrote: Stephen, On Tue, Feb 12, 2013 at 11:10 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/12/2013 10:40 AM, Tom Warren wrote: Laxman, On Tue, Feb 12, 2013 at 5:02 AM, Laxman Dewangan ldewan

Re: [U-Boot] [PATCH v4 0/4] Tegra: MMC: Add DT support for MMC to T20 boards

2013-02-14 Thread Tom Warren
Marc, On Thu, Feb 14, 2013 at 3:48 PM, Marc Dietrich marvi...@gmx.de wrote: Hi Tom, On Thursday 14 February 2013 14:03:57 Tom Warren wrote: This patchset adds device-tree support to the Tegra MMC driver. All device config is done via properties in the DT files instead of hard-coded config

Re: [U-Boot] [PATCH v3 0/3] Tegra: MMC: Add DT support for MMC to T20 boards

2013-02-14 Thread Tom Warren
Stephen, On Thu, Feb 14, 2013 at 4:27 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/13/2013 02:44 PM, Tom Warren wrote: This patchset adds device-tree support to the Tegra MMC driver. All device config is done via properties in the DT files instead of hard-coded config options

Re: [U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-13 Thread Tom Warren
Stephen, On Tue, Feb 12, 2013 at 2:06 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/12/2013 01:57 PM, Tom Warren wrote: Stephen, On Tue, Feb 12, 2013 at 1:38 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/11/2013 10:17 AM, Tom Warren wrote: tegra_mmc_init() now parses

Re: [U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-13 Thread Tom Warren
Stephen, On Wed, Feb 13, 2013 at 1:02 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/13/2013 12:59 PM, Tom Warren wrote: Stephen, On Tue, Feb 12, 2013 at 2:06 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/12/2013 01:57 PM, Tom Warren wrote: Stephen, On Tue, Feb 12, 2013

[U-Boot] [PATCH v3 0/3] Tegra: MMC: Add DT support for MMC to T20 boards

2013-02-13 Thread Tom Warren
the Linux kernel DTS files for the sdhci nodes where there wasn't one already, or expanded the info that was already there. Everything builds fine, but I haven't tested anything but Seaboard. v2: Changes as per Stephen's Simon's review v3: Changes as per Stephen/Lucas/Thierry/Simon's feedback Tom

[U-Boot] [PATCH v3 1/3] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-13 Thread Tom Warren
Linux dts files were used for those boards that didn't already have sdhci info populated. Tamonten has their own dtsi file with common sdhci nodes (sourced from Linux). Signed-off-by: Tom Warren twar...@nvidia.com Tested-by: Thierry Reding thierry.red...@avionic-design.de --- v2: - cleanup

[U-Boot] [PATCH v3 2/3] Tegra: fdt: tamonten: Add common tamonten.dtsi file from linux

2013-02-13 Thread Tom Warren
Tamonten boards (medcom-wide, plutux, and tec) use a different/new dtsi file w/common settings. Signed-off-by: Tom Warren twar...@nvidia.com Acked-by: Thierry Reding thierry.red...@avionic-design.de --- v3: new board/avionic-design/dts/tegra20-tamonten.dtsi | 489 1

[U-Boot] [PATCH v3 3/3] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-13 Thread Tom Warren
tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. Tested on Seaboard, fully functional. Tamonten boards (medcom-wide, plutux, and tec) use a different/new dtsi file w/common settings. Signed-off-by: Tom Warren twar...@nvidia.com Signed-off-by: Thierry Reding thierry.red

Re: [U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-12 Thread Tom Warren
Thierry, On Tue, Feb 12, 2013 at 3:53 AM, Thierry Reding thierry.red...@avionic-design.de wrote: On Tue, Feb 12, 2013 at 11:41:09AM +0100, Thierry Reding wrote: On Tue, Feb 12, 2013 at 07:51:55AM +0100, Thierry Reding wrote: On Mon, Feb 11, 2013 at 12:21:59PM -0700, Tom Warren wrote

Re: [U-Boot] [PATCH v3 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-12 Thread Tom Warren
Laxman, On Tue, Feb 12, 2013 at 5:02 AM, Laxman Dewangan ldewan...@nvidia.com wrote: On Friday 08 February 2013 11:34 PM, Stephen Warren wrote: On 02/08/2013 10:25 AM, Tom Warren wrote: T114, like T30, does not have a separate/different DVC (power I2C) controller like T20 - all 5 I2C

Re: [U-Boot] [PATCH v3 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-12 Thread Tom Warren
Stephen, On Tue, Feb 12, 2013 at 11:10 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/12/2013 10:40 AM, Tom Warren wrote: Laxman, On Tue, Feb 12, 2013 at 5:02 AM, Laxman Dewangan ldewan...@nvidia.com wrote: On Friday 08 February 2013 11:34 PM, Stephen Warren wrote: On 02/08/2013

Re: [U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-12 Thread Tom Warren
Simon, On Tue, Feb 12, 2013 at 11:13 AM, Simon Glass s...@chromium.org wrote: Hi Stephen, On Thu, Feb 7, 2013 at 10:17 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/07/2013 09:14 AM, Tom Warren wrote: Stephen, On Wed, Feb 6, 2013 at 5:00 PM, Stephen Warren swar...@wwwdotorg.org

Re: [U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-12 Thread Tom Warren
Lucas, On Mon, Feb 11, 2013 at 10:59 AM, Tom Warren twarren.nvi...@gmail.com wrote: Lucas, On Mon, Feb 11, 2013 at 10:33 AM, Lucas Stach d...@lynxeye.de wrote: Am Montag, den 11.02.2013, 10:17 -0700 schrieb Tom Warren: tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc

Re: [U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-12 Thread Tom Warren
On Tue, Feb 12, 2013 at 12:26 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/12/2013 12:17 PM, Simon Glass wrote: Hi Tom, On Tue, Feb 12, 2013 at 11:13 AM, Tom Warren twarren.nvi...@gmail.com wrote: ... That's the current POR for Tegra DT use in upstream U-Boot, assuming I can find

Re: [U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-12 Thread Tom Warren
Lucas, On Tue, Feb 12, 2013 at 12:41 PM, Lucas Stach d...@lynxeye.de wrote: Hello Tom, Am Dienstag, den 12.02.2013, 12:24 -0700 schrieb Tom Warren: Lucas, tegra_mmc_init should not be called from every individual board file, but from the common nvidia tegra board file. Only the pinmux

Re: [U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-12 Thread Tom Warren
Stephen, On Tue, Feb 12, 2013 at 1:29 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/11/2013 10:17 AM, Tom Warren wrote: Linux dts files were used for those boards that didn't already have sdhci info populated. Tamonten has their own dtsi file with common sdhci nodes (sourced from

Re: [U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-12 Thread Tom Warren
Stephen, On Tue, Feb 12, 2013 at 1:38 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/11/2013 10:17 AM, Tom Warren wrote: tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. Tested on Seaboard, fully functional. Tamonten boards (medcom-wide, plutux, and tec) use

[U-Boot] [PATCH v2 0/2] Tegra: MMC: Add DT support for MMC to T20 boards

2013-02-11 Thread Tom Warren
the Linux kernel DTS files for the sdhci nodes where there wasn't one already, or expanded the info that was already there. Everything builds fine, but I haven't tested anything but Seaboard. v2: Changes as per Stephen's Simon's review Tom Warren (2): Tegra: fdt: Add/enhance sdhci (mmc) nodes

[U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-11 Thread Tom Warren
Linux dts files were used for those boards that didn't already have sdhci info populated. Tamonten has their own dtsi file with common sdhci nodes (sourced from Linux). Signed-off-by: Tom Warren twar...@nvidia.com --- v2: - cleanup comments in dts files/match w/kernel files - add sdhci aliases

[U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-11 Thread Tom Warren
tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. Tested on Seaboard, fully functional. Tamonten boards (medcom-wide, plutux, and tec) use a different/new dtsi file w/common settings. Signed-off-by: Tom Warren twar...@nvidia.com --- v2: - all boards now call tegra_mmc_init

Re: [U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-11 Thread Tom Warren
Lucas, On Mon, Feb 11, 2013 at 10:28 AM, Lucas Stach d...@lynxeye.de wrote: Hi Tom, Am Montag, den 11.02.2013, 10:17 -0700 schrieb Tom Warren: Linux dts files were used for those boards that didn't already have sdhci info populated. Tamonten has their own dtsi file with common sdhci nodes

Re: [U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-11 Thread Tom Warren
Lucas, On Mon, Feb 11, 2013 at 10:33 AM, Lucas Stach d...@lynxeye.de wrote: Am Montag, den 11.02.2013, 10:17 -0700 schrieb Tom Warren: tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. Tested on Seaboard, fully functional. Tamonten boards (medcom-wide, plutux, and tec

Re: [U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-11 Thread Tom Warren
Thierry/Lucas, On Mon, Feb 11, 2013 at 12:11 PM, Thierry Reding thierry.red...@avionic-design.de wrote: On Mon, Feb 11, 2013 at 10:56:33AM -0700, Tom Warren wrote: Lucas, On Mon, Feb 11, 2013 at 10:28 AM, Lucas Stach d...@lynxeye.de wrote: Hi Tom, Am Montag, den 11.02.2013, 10:17 -0700

[U-Boot] Fwd: pull request for u-boot-tegra/master into ARM/master

2013-02-11 Thread Tom Warren
Dropped the list from the PR. Sorry 'bout that. -- Forwarded message -- From: Tom Warren twarren.nvi...@gmail.com Date: Mon, Feb 11, 2013 at 11:05 AM Subject: pull request for u-boot-tegra/master into ARM/master To: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Tom Warren twar

Re: [U-Boot] [PATCH v2 1/3] Tegra: I2C: Add T114 clock support to tegra_i2c driver

2013-02-08 Thread Tom Warren
Laxman, On Fri, Feb 8, 2013 at 2:15 AM, Laxman Dewangan ldewan...@nvidia.com wrote: On Thursday 07 February 2013 04:56 AM, Tom Warren wrote: T114 has a slightly different I2C clock, with a new divisor for standard/fast mode and HS mode. Tested on my Dalmore, and the I2C clock is 100KHz +/- 3

[U-Boot] [PATCH v3 0/3] Add I2C driver for T114 Dalmore

2013-02-08 Thread Tom Warren
to dtsi file as per StephenW - Removed tegra30-car tegra20-i2c compatible strings - Changed I2C5 (PWR_I2C) clock to 400MHz Tom Warren (3): Tegra: I2C: Add T114 clock support to tegra_i2c driver Tegra114: fdt: Update DT files with I2C info for T114/Dalmore Tegra114: I2C: Enable I2C driver

[U-Boot] [PATCH v3 1/3] Tegra: I2C: Add T114 clock support to tegra_i2c driver

2013-02-08 Thread Tom Warren
when T114 I2C HW is found so new features like the extra clock divisor can be used. Signed-off-by: Tom Warren twar...@nvidia.com Acked-by: Laxman Dewangan ldewan...@nvidia.com --- v2: new V3: - Added tegra114-i2c name to compat_names/compat_id table(s) - Add search for T114 I2C node

[U-Boot] [PATCH v3 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-08 Thread Tom Warren
T114, like T30, does not have a separate/different DVC (power I2C) controller like T20 - all 5 I2C controllers are identical, but I2C5 is used to designate the controller intended for power control (PWR_I2C in the schematics). PWR_I2C is set to 400KHz. Signed-off-by: Tom Warren twar...@nvidia.com

[U-Boot] [PATCH v3 3/3] Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board

2013-02-08 Thread Tom Warren
Tested all 5 'buses', i2c probe enumerates device addresses on bus 1 and 2. Signed-off-by: Tom Warren twar...@nvidia.com Acked-by: Laxman Dewangan ldewan...@nvidia.com --- v2: No change v3: No change include/configs/dalmore.h |9 + include/configs/tegra114-common.h |3

Re: [U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-07 Thread Tom Warren
Stephen, On Wed, Feb 6, 2013 at 5:00 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/06/2013 04:26 PM, Tom Warren wrote: Note that T114 does not have a separate/different DVC (power I2C) controller like T20 - all 5 I2C controllers are identical, but I2C5 is used to designate

Re: [U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-07 Thread Tom Warren
Laxman, On Thu, Feb 7, 2013 at 7:57 AM, Laxman Dewangan ldewan...@nvidia.com wrote: On Thursday 07 February 2013 04:56 AM, Tom Warren wrote: Note that T114 does not have a separate/different DVC (power I2C) controller like T20 - all 5 I2C controllers are identical, but I2C5 is used

Re: [U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-07 Thread Tom Warren
Stephen, On Thu, Feb 7, 2013 at 11:07 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/07/2013 09:17 AM, Tom Warren wrote: Laxman, On Thu, Feb 7, 2013 at 7:57 AM, Laxman Dewangan ldewan...@nvidia.com wrote: On Thursday 07 February 2013 04:56 AM, Tom Warren wrote: Note that T114 does

Re: [U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-07 Thread Tom Warren
Stephen, On Thu, Feb 7, 2013 at 11:20 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/07/2013 11:14 AM, Tom Warren wrote: Stephen, On Thu, Feb 7, 2013 at 11:07 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/07/2013 09:17 AM, Tom Warren wrote: Laxman, On Thu, Feb 7, 2013

Re: [U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-07 Thread Tom Warren
Stephen, On Thu, Feb 7, 2013 at 12:08 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/07/2013 12:05 PM, Tom Warren wrote: Stephen, On Thu, Feb 7, 2013 at 11:20 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/07/2013 11:14 AM, Tom Warren wrote: Stephen, On Thu, Feb 7, 2013

Re: [U-Boot] Booting on seaboard (unaligned access)

2013-02-06 Thread Tom Warren
: Wednesday, February 06, 2013 2:06 PM To: U-Boot Mailing List Cc: Tom Warren; Albert ARIBAUD Subject: Booting on seaboard (unaligned access) Hi Tom, I can't boot mainline on seaboard at present without reverting this commit: c50afc1d Revert arm: armv7: add compile option -mno-unaligned

Re: [U-Boot] Booting on seaboard (unaligned access)

2013-02-06 Thread Tom Warren
Sorry, I do see it - I was using a mangled grep string. I have no problem with it w/Sourcery G++ Lite 2009q3-67 4.4.1, which is what I've used forever. -Original Message- From: Tom Warren Sent: Wednesday, February 06, 2013 3:08 PM To: 'Simon Glass'; U-Boot Mailing List Cc: Albert

[U-Boot] [PATCH v2 0/3] Add I2C driver for T114 Dalmore

2013-02-06 Thread Tom Warren
from StephenW for the dtsi file Tom Warren (3): Tegra: I2C: Add T114 clock support to tegra_i2c driver Tegra114: fdt: Update DT files with I2C info for T114/Dalmore Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board arch/arm/dts/tegra114.dtsi | 56

[U-Boot] [PATCH v2 1/3] Tegra: I2C: Add T114 clock support to tegra_i2c driver

2013-02-06 Thread Tom Warren
T114 has a slightly different I2C clock, with a new divisor for standard/fast mode and HS mode. Tested on my Dalmore, and the I2C clock is 100KHz +/- 3% on my Saleae Logic analyzer. Signed-off-by: Tom Warren twar...@nvidia.com --- v2: new arch/arm/include/asm/arch-tegra/tegra_i2c.h |6

[U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-06 Thread Tom Warren
Note that T114 does not have a separate/different DVC (power I2C) controller like T20 - all 5 I2C controllers are identical, but I2C5 is used to designate the controller intended for power control (PWR_I2C in the schematics). Signed-off-by: Tom Warren twar...@nvidia.com --- v2: Match dts files

[U-Boot] [PATCH v2 3/3] Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board

2013-02-06 Thread Tom Warren
Tested all 5 'buses', i2c probe enumerates device addresses on bus 1 and 2. Signed-off-by: Tom Warren twar...@nvidia.com --- v2: No change include/configs/dalmore.h |9 + include/configs/tegra114-common.h |3 +++ 2 files changed, 12 insertions(+), 0 deletions(-) diff

Re: [U-Boot] [PATCH 2/2] Tegra: MMC: Add DT support to MMC driver forall T20 boards

2013-02-05 Thread Tom Warren
Marc, On Tue, Feb 5, 2013 at 2:28 AM, Marc Dietrich marvi...@gmx.de wrote: Hi Tom, Am Montag, 4. Februar 2013, 16:48:55 schrieb Tom Warren: tegra_mmc_init() now uses DT info for bus width, WP/CD GPIOs, etc. Tested on Seaboard, fully functional. Signed-off-by: Tom Warren twar...@nvidia.com

Re: [U-Boot] [PATCH 0/2] Tegra: MMC: Add DT support for MMC to T20 boards

2013-02-05 Thread Tom Warren
Thierry, On Tue, Feb 5, 2013 at 3:21 AM, Thierry Reding thierry.red...@avionic-design.de wrote: On Mon, Feb 04, 2013 at 04:48:53PM -0700, Tom Warren wrote: This patchset adds device-tree support to the Tegra MMC driver. All device config is done via properties in the DT files instead of hard

Re: [U-Boot] [PATCH 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-05 Thread Tom Warren
Stephen, On Tue, Feb 5, 2013 at 12:54 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/04/2013 04:48 PM, Tom Warren wrote: Linux dts files were used for those boards that didn't already have sdhci info populated. If a cd-gpio was present, I set removable = 1, else removable = 0. diff

Re: [U-Boot] [PATCH 2/2] Tegra: MMC: Add DT support to MMC driverforall T20 boards

2013-02-05 Thread Tom Warren
Marc, On Tue, Feb 5, 2013 at 1:06 PM, Marc Dietrich marvi...@gmx.de wrote: On Tuesday 05 February 2013 08:31:03 Tom Warren wrote: Marc, On Tue, Feb 5, 2013 at 2:28 AM, Marc Dietrich marvi...@gmx.de wrote: [...] diff --git a/board/compal/paz00/paz00.c b/board/compal/paz00/paz00.c

Re: [U-Boot] [PATCH 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-05 Thread Tom Warren
Stephen, On Tue, Feb 5, 2013 at 1:03 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/04/2013 04:48 PM, Tom Warren wrote: tegra_mmc_init() now uses DT info for bus width, WP/CD GPIOs, etc. Tested on Seaboard, fully functional. diff --git a/board/compal/paz00/paz00.c b/board/compal/paz00

Re: [U-Boot] [PATCH 2/2] Tegra: MMC: Add DT support to MMCdriverforall T20 boards

2013-02-05 Thread Tom Warren
Marc, On Tue, Feb 5, 2013 at 1:54 PM, Marc Dietrich marvi...@gmx.de wrote: Tom, On Tuesday 05 February 2013 13:41:21 Tom Warren wrote: Marc, On Tue, Feb 5, 2013 at 1:06 PM, Marc Dietrich marvi...@gmx.de wrote: On Tuesday 05 February 2013 08:31:03 Tom Warren wrote: Marc, On Tue, Feb

[U-Boot] [PATCH 0/2] Tegra: MMC: Add DT support for MMC to T20 boards

2013-02-04 Thread Tom Warren
the Linux kernel DTS files for the sdhci nodes where there wasn't one already, or expanded the info that was already there. Everything builds fine, but I haven't tested anything but Seaboard. Tom Warren (2): Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files Tegra: MMC: Add DT

[U-Boot] [PATCH 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-04 Thread Tom Warren
Linux dts files were used for those boards that didn't already have sdhci info populated. If a cd-gpio was present, I set removable = 1, else removable = 0. Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/dts/tegra20.dtsi| 12 +++ board/avionic-design

[U-Boot] [PATCH 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-04 Thread Tom Warren
tegra_mmc_init() now uses DT info for bus width, WP/CD GPIOs, etc. Tested on Seaboard, fully functional. Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/include/asm/arch-tegra/mmc.h |2 +- arch/arm/include/asm/arch-tegra/tegra_mmc.h | 12 +- board/avionic-design

Re: [U-Boot] [PATCH 0/2] Tegra: MMC: Add DT support for MMC to T20 boards

2013-02-04 Thread Tom Warren
On Mon, Feb 4, 2013 at 4:48 PM, Tom Warren twarren.nvi...@gmail.com wrote: This patchset adds device-tree support to the Tegra MMC driver. All device config is done via properties in the DT files instead of hard-coded config options/function arguments. I've tested this on my Seaboard

Re: [U-Boot] [PATCH 1/2] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-01-30 Thread Tom Warren
Laxman, On Wed, Jan 30, 2013 at 12:01 AM, Laxman Dewangan ldewan...@nvidia.com wrote: Tegra30 i2c driver will not work as straight. There is los of change which need to be taken care. I posted the change for kernel driver. Changes are: - Enable/disable control for per packet transfer

[U-Boot] [PATCH 0/2] Add I2C driver for Tegra114 Dalmore

2013-01-29 Thread Tom Warren
Update DT tables and enable I2C driver support for the Tegra114 Dalmore board. This uses the standard Tegra I2C driver. 5 controllers are supported, although all may not have devices behind them on every board. Tom Warren (2): Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

[U-Boot] [PATCH 1/2] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-01-29 Thread Tom Warren
Note that T114 does not have a separate/different DVC (power I2C) controller like T20 - all 5 I2C controllers are identical, but I2C5 is used to designate the controller intended for power control (PWR_I2C in the schematics). Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/dts/tegra114

[U-Boot] [PATCH 2/2] Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board

2013-01-29 Thread Tom Warren
Tested all 5 'buses', i2c probe enumerates device addresses on bus 1 and 2. Note that this uses the tegra_i2c.c driver w/o modification. Signed-off-by: Tom Warren twar...@nvidia.com --- include/configs/dalmore.h |9 + include/configs/tegra114-common.h |3 +++ 2 files

Re: [U-Boot] [PATCH 1/2] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-01-29 Thread Tom Warren
Stephen, On Tue, Jan 29, 2013 at 1:09 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/29/2013 12:19 PM, Tom Warren wrote: Note that T114 does not have a separate/different DVC (power I2C) controller like T20 - all 5 I2C controllers are identical, but I2C5 is used to designate

Re: [U-Boot] [PATCH 2/2] Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board

2013-01-29 Thread Tom Warren
Stephen, On Tue, Jan 29, 2013 at 1:11 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/29/2013 12:19 PM, Tom Warren wrote: Tested all 5 'buses', i2c probe enumerates device addresses on bus 1 and 2. Why don't the other 3 buses work? No idea, but I assume because my Dalmore doesn't have

Re: [U-Boot] [PATCH 1/2] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-01-29 Thread Tom Warren
Stephen, On Tue, Jan 29, 2013 at 2:08 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/29/2013 01:40 PM, Tom Warren wrote: Stephen, On Tue, Jan 29, 2013 at 1:09 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/29/2013 12:19 PM, Tom Warren wrote: Note that T114 does not have

Re: [U-Boot] [PATCH 02/10] lcd, tegra: remove unused cursor functions

2013-01-28 Thread Tom Warren
Jeroen, -Original Message- From: Jeroen Hofstee [mailto:jer...@myspectrum.nl] Sent: Saturday, January 26, 2013 9:20 AM To: Tom Warren Cc: Simon Glass; u-boot@lists.denx.de; Anatolij Gustschin Subject: Re: [U-Boot] [PATCH 02/10] lcd, tegra: remove unused cursor functions Hello

Re: [U-Boot] [PATCH v2 0/7] Move Tegra EHCI drive to correct place

2013-01-28 Thread Tom Warren
Marek, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Sunday, January 27, 2013 4:49 PM To: Stephen Warren Cc: Lucas Stach; u-boot@lists.denx.de; Tom Warren; Simon Glass Subject: Re: [PATCH v2 0/7] Move Tegra EHCI drive to correct place Dear Stephen Warren

Re: [U-Boot] [PATCH] tegra: fdt: add back missing host1x node

2013-01-28 Thread Tom Warren
Albert, -Original Message- From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Sent: Saturday, January 26, 2013 3:57 AM To: Allen Martin Cc: Tom Warren; swar...@wwwdotorg.org; u-boot@lists.denx.de Subject: Re: [PATCH] tegra: fdt: add back missing host1x node Hi Allen

[U-Boot] [PATCH v3 2/7] Tegra114: Add AVP (arm720t) files

2013-01-28 Thread Tom Warren
This provides SPL support for T114 boards - AVP early init, plus CPU (A15) init/jump to main U-Boot. Signed-off-by: Tom Warren twar...@nvidia.com --- Changes in v2: - update all new copyright header dates to 2013 - use CHIPID directly to figure num cpus - set CPU2/3 bits at runtime using num cpus

[U-Boot] [PATCH v3 3/7] Tegra114: Add CPU (armv7) files

2013-01-28 Thread Tom Warren
These files are for code that runs on the CPU (A15) on T114 boards. At this time, there is no A15-specific code here. As T114-specific run-time code is added, it'll go here. Signed-off-by: Tom Warren twar...@nvidia.com --- Changes in v2: - update all new copyright header dates to 2013 Changes

[U-Boot] [PATCH v3 1/7] Tegra114: Add arch-tegra114 include files

2013-01-28 Thread Tom Warren
Common Tegra files are in arch-tegra, shared between T20/T30/T114. Tegra114-specific headers are in arch-tegra114. Note that some of these will be filled in as more T114 support is added (drivers, WB/LP0 support, etc.). Signed-off-by: Tom Warren twar...@nvidia.com --- Changes in v2: - update all

[U-Boot] [PATCH v3 5/7] Tegra114: Dalmore: Add DT files

2013-01-28 Thread Tom Warren
These are stripped down for bringup, They'll be filled out later to match-up with the kernel DT contents, and/or as devices are brought up (mmc, usb, spi, etc.). Signed-off-by: Tom Warren twar...@nvidia.com --- Changes in v2: - change memory size to 2GB Changes in v3: - none arch/arm/dts

[U-Boot] [PATCH v3 4/7] Tegra114: Add common CPU (shared) files

2013-01-28 Thread Tom Warren
These files are used by both SPL and main U-Boot. Signed-off-by: Tom Warren twar...@nvidia.com --- Changes in v2: - update all new copyright header dates to 2013 - use ODMDATA correctly in query_dram_size Changes in v3: - rename T114 SKU ID - use common clock code arch/arm/cpu/tegra-common/ap.c

[U-Boot] [PATCH v3 6/7] Tegra114: Add generic Tegra114 build support

2013-01-28 Thread Tom Warren
This patch adds basic Tegra114 (T114) build support - no specific board is targeted. Signed-off-by: Tom Warren twar...@nvidia.com --- Changes in v2: - none Changes in v3: - none board/nvidia/common/board.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/nvidia

[U-Boot] [PATCH v3 7/7] Tegra114: Add/enable Dalmore build (T114 reference board)

2013-01-28 Thread Tom Warren
This build is stripped down. It boots to the command prompt. GPIO is the only peripheral supported. Others TBD. Signed-off-by: Tom Warren twar...@nvidia.com --- Changes in v2: - update all new copyright header dates to 2013 - use correct table names in pinmux_init Changes in v3: - none board

[U-Boot] [PATCH v3 0/7] Add support for NVIDIA Tegra114 SoC

2013-01-28 Thread Tom Warren
, SPI, MMC, USB, etc. The Dalmore (E1611) T114 board is supported initially. Changes in v2: - Rework patchset as per feedback from Stephen and Allen. Changes in v3: - Use ENG SKU, use common clock code, only powerup fast cluster. Tom Warren (7): Tegra114: Add arch-tegra114 include files

Re: [U-Boot] [PATCH v2 0/7] Move Tegra EHCI drive to correct place

2013-01-25 Thread Tom Warren
Lucas, -Original Message- From: Lucas Stach [mailto:d...@lynxeye.de] Sent: Friday, January 25, 2013 7:41 AM To: u-boot@lists.denx.de Cc: Tom Warren; Marek Vasut; Simon Glass; Stephen Warren Subject: [PATCH v2 0/7] Move Tegra EHCI drive to correct place This moves out the Tegra EHCI

Re: [U-Boot] [PATCH 02/10] lcd, tegra: remove unused cursor functions

2013-01-25 Thread Tom Warren
-boot@lists.denx.de; Tom Warren Subject: Re: [U-Boot] [PATCH 02/10] lcd, tegra: remove unused cursor functions +Tom On Sun, Jan 13, 2013 at 11:07 AM, Jeroen Hofstee jer...@myspectrum.nl wrote: cc: Anatolij Gustschin ag...@denx.de cc: Simon Glass sjg.chromium.org Signed-off-by: Jeroen

Re: [U-Boot] [PATCH v2 1/7] Tegra114: Add arch-tegra114 include files

2013-01-22 Thread Tom Warren
Stephen, On Fri, Jan 18, 2013 at 4:54 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/18/2013 02:12 PM, Tom Warren wrote: Common Tegra files are in arch-tegra, shared between T20/T30/T114. Tegra114-specific headers are in arch-tegra114. Note that some of these will be filled in as more

Re: [U-Boot] [PATCH v2 2/7] Tegra114: Add AVP (arm720t) files

2013-01-22 Thread Tom Warren
Stephen, On Fri, Jan 18, 2013 at 5:09 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/18/2013 05:01 PM, Stephen Warren wrote: On 01/18/2013 02:12 PM, Tom Warren wrote: This provides SPL support for T114 boards - AVP early init, plus CPU (A15) init/jump to main U-Boot. +void

Re: [U-Boot] [PATCH 7/7] Tegra114: Add/enable Dalmore build (T114 reference board)

2013-01-22 Thread Tom Warren
Simon, On Mon, Jan 21, 2013 at 4:07 PM, Simon Glass s...@chromium.org wrote: Hi Stephen, On Wed, Jan 16, 2013 at 2:51 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/16/2013 02:14 PM, Tom Warren wrote: This build is stripped down. It boots to the command prompt. GPIO is the only

Re: [U-Boot] [PATCH v2 4/7] Tegra114: Add common CPU (shared) files

2013-01-22 Thread Tom Warren
Simon, On Tue, Jan 22, 2013 at 1:54 PM, Simon Glass s...@chromium.org wrote: Hi Tom, On Fri, Jan 18, 2013 at 1:12 PM, Tom Warren twarren.nvi...@gmail.com wrote: These files are used by both SPL and main U-Boot. Signed-off-by: Tom Warren twar...@nvidia.com --- Changes in v2: - update all

Re: [U-Boot] [PATCH v2 4/7] Tegra114: Add common CPU (shared) files

2013-01-22 Thread Tom Warren
Simon, On Tue, Jan 22, 2013 at 2:45 PM, Simon Glass s...@chromium.org wrote: Hi Tom, On Tue, Jan 22, 2013 at 1:37 PM, Tom Warren twarren.nvi...@gmail.com wrote: Simon, On Tue, Jan 22, 2013 at 1:54 PM, Simon Glass s...@chromium.org wrote: Hi Tom, On Fri, Jan 18, 2013 at 1:12 PM, Tom

[U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-01-18 Thread Tom Warren
pinmux tegra: enable LCD on PAZ00 tegra: remove custom TEGRA_DEVICE_SETTINGS for board files Thierry Reding (3): video: tegra: Update line length to match resolution tegra: Enable LCD on Medcom-Wide tegra: Enable LCD on TEC Tom Warren (10): Tegra30: Add arch

[U-Boot] [PATCH] Tegra: T20: Remove unused 'SLOW' SoC ID and PLLX table entry

2013-01-18 Thread Tom Warren
Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/cpu/arm720t/tegra-common/cpu.c |7 --- arch/arm/include/asm/arch-tegra/tegra.h |1 - 2 files changed, 0 insertions(+), 8 deletions(-) diff --git a/arch/arm/cpu/arm720t/tegra-common/cpu.c b/arch/arm/cpu/arm720t/tegra-common

[U-Boot] [PATCH v2 0/7] Add support for NVIDIA Tegra114 SoC

2013-01-18 Thread Tom Warren
, SPI, MMC, USB, etc. The Dalmore (E1611) T114 board is supported initially. Changes in v2: - Rework patchset as per feedback from Stephen and Allen. Tom Warren (7): Tegra114: Add arch-tegra114 include files Tegra114: Add AVP (arm720t) files Tegra114: Add CPU (armv7) files Tegra114: Add

[U-Boot] [PATCH v2 2/7] Tegra114: Add AVP (arm720t) files

2013-01-18 Thread Tom Warren
This provides SPL support for T114 boards - AVP early init, plus CPU (A15) init/jump to main U-Boot. Signed-off-by: Tom Warren twar...@nvidia.com --- Changes in v2: - update all new copyright header dates to 2013 - use CHIPID directly to figure num cpus - set CPU2/3 bits at runtime using num cpus

[U-Boot] [PATCH v2 1/7] Tegra114: Add arch-tegra114 include files

2013-01-18 Thread Tom Warren
Common Tegra files are in arch-tegra, shared between T20/T30/T114. Tegra114-specific headers are in arch-tegra114. Note that some of these will be filled in as more T114 support is added (drivers, WB/LP0 support, etc.). Signed-off-by: Tom Warren twar...@nvidia.com --- Changes in v2: - update all

[U-Boot] [PATCH v2 6/7] Tegra114: Add generic Tegra114 build support

2013-01-18 Thread Tom Warren
This patch adds basic Tegra114 (T114) build support - no specific board is targeted. Signed-off-by: Tom Warren twar...@nvidia.com --- Changes in v2: none board/nvidia/common/board.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/nvidia/common/board.c b/board

[U-Boot] [PATCH v2 5/7] Tegra114: Dalmore: Add DT files

2013-01-18 Thread Tom Warren
These are stripped down for bringup, They'll be filled out later to match-up with the kernel DT contents, and/or as devices are brought up (mmc, usb, spi, etc.). Signed-off-by: Tom Warren twar...@nvidia.com --- --- Changes in v2: - change memory size to 2GB arch/arm/dts/tegra114.dtsi

[U-Boot] [PATCH v2 7/7] Tegra114: Add/enable Dalmore build (T114 reference board)

2013-01-18 Thread Tom Warren
This build is stripped down. It boots to the command prompt. GPIO is the only peripheral supported. Others TBD. Signed-off-by: Tom Warren twar...@nvidia.com --- Changes in v2: - update all new copyright header dates to 2013 - use correct table names in pinmux_init board/nvidia/dalmore/Makefile

Re: [U-Boot] [PATCH 1/7] Tegra114: Add arch-tegra114 include files

2013-01-17 Thread Tom Warren
Allen, On Wed, Jan 16, 2013 at 3:39 PM, Allen Martin amar...@nvidia.com wrote: On Wed, Jan 16, 2013 at 01:14:02PM -0800, Tom Warren wrote: Common Tegra files are in arch-tegra, shared between T20/T30/T114. Tegra114-specific headers are in arch-tegra114. Note that some of these will be filled

Re: [U-Boot] [PATCH 4/7] Tegra114: Add common CPU (shared) files

2013-01-17 Thread Tom Warren
Stephen, On Wed, Jan 16, 2013 at 3:46 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/16/2013 02:14 PM, Tom Warren wrote: These files are used by both SPL and main U-Boot. diff --git a/arch/arm/cpu/tegra-common/board.c b/arch/arm/cpu/tegra-common/board.c @@ -68,7 +70,7 @@ unsigned

<    1   2   3   4   5   6   7   8   9   10   >