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

2013-01-17 Thread Tom Warren
Stephen, On Thu, Jan 17, 2013 at 3:23 PM, Stephen Warren wrote: > On 01/17/2013 10:51 AM, Tom Warren wrote: >> Stephen, >> >> On Wed, Jan 16, 2013 at 3:32 PM, Stephen Warren >> wrote: >>> On 01/16/2013 02:14 PM, Tom Warren wrote: >>>> Common T

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

2013-01-17 Thread Tom Warren
Stephen, On Thu, Jan 17, 2013 at 3:25 PM, Stephen Warren wrote: > On 01/17/2013 10:58 AM, Tom Warren wrote: >> Stephen, >> >> On Wed, Jan 16, 2013 at 3:47 PM, Stephen Warren >> wrote: >>> On 01/16/2013 02:14 PM, Tom Warren wrote: >>>> These are

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

2013-01-17 Thread Tom Warren
Well, it's at 1GB now, so I'll leave it as is. Thanks. On Thu, Jan 17, 2013 at 4:11 PM, Stephen Warren wrote: > On 01/17/2013 03:58 PM, Tom Warren wrote: >> Stephen, >> >> On Thu, Jan 17, 2013 at 3:25 PM, Stephen Warren >> wrote: >>> On 01/17

[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 --- 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/cpu.c index 693d584

[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 3/7] Tegra114: Add CPU (armv7) files

2013-01-18 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 --- Changes in v2: - update all new copyright header dates to 2013 arch/arm/cpu/armv7/teg

[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 --- 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 instead of ifdef

[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 --- Changes in v2: - update all new copyright

[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 --- 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/nvidia/common/board.c

[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 --- --- 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 --- 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 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 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

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 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. >

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 wrote: > Hi Stephen, > > On Wed, Jan 16, 2013 at 2:51 PM, Stephen Warren 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 wrote: > Hi Tom, > > On Fri, Jan 18, 2013 at 1:12 PM, Tom Warren wrote: >> These files are used by both SPL and main U-Boot. >> >> Signed-off-by: Tom Warren >> --- >> Changes in v2: >> - update al

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 wrote: > Hi Tom, > > On Tue, Jan 22, 2013 at 1:37 PM, Tom Warren wrote: >> Simon, >> >> On Tue, Jan 22, 2013 at 1:54 PM, Simon Glass wrote: >>> Hi Tom, >>> >>> On Fri, Jan 18, 2013 at 1:12

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
Hofstee > Cc: u-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 > wrote: > > cc: Anatolij Gustschin > > cc: Simon Glass > &g

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

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

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

[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 --- 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 instead of ifdef

[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 --- Changes in v2: - update all new copyright header dates to 2013 Changes in v3: - none

[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 --- Changes in v2: - update all new copyright

[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 --- Changes in v2: - change memory size to 2GB Changes in v3: - none arch/arm/dts/tegra114

[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 --- 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 |9

[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 --- 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/common/board.c b

[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 --- Changes in v2: - update all new copyright header dates to 2013 - use correct table names in pinmux_init Changes in v3: - none board/nvidia/dalmore

[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

[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 --- arch/arm/dts/tegra114.dtsi

[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 --- include/configs/dalmore.h |9 + include/configs/tegra114-common.h |3 +++ 2 files c

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 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 th

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 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

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 wrote: > On 01/29/2013 01:40 PM, Tom Warren wrote: >> Stephen, >> >> On Tue, Jan 29, 2013 at 1:09 PM, Stephen Warren >> wrote: >>> On 01/29/2013 12:19 PM, Tom Warren wrote: >>>> Note

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 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 complete interrupt.

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

2013-02-04 Thread Tom Warren
27;ve used 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

[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 --- arch/arm/dts/tegra20.dtsi| 12 +++ board

[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 --- arch/arm/include/asm/arch-tegra/mmc.h |2 +- arch/arm/include/asm/arch-tegra/tegra_mmc.h | 12 +- board/avionic-design/common/tamonten.c

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

2013-02-04 Thread Tom Warren
Mon, Feb 4, 2013 at 4:48 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/function arguments. > > I've tested this on my Seaboard and e

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 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

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 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 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>&qu

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 wrote: > On Tuesday 05 February 2013 08:31:03 Tom Warren wrote: >> Marc, >> >> On Tue, Feb 5, 2013 at 2:28 AM, Marc Dietrich wrote: >> >> >> >> [...] >> >> >> >> diff --git

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 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/bo

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 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 wrote: >> > On Tuesday 05 February 2013 08:31:03 Tom Warren wrote: &

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

2013-02-06 Thread Tom Warren
Behalf Of Simon Glass > Sent: 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: > &

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] [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 --- v2: new arch/arm/include/asm/arch-tegra/tegra_i2c.h |6 ++ drivers/i2c

[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 --- v2: Match dts files with kernel 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 --- v2: No change include/configs/dalmore.h |9 + include/configs/tegra114-common.h |3 +++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git

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 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 th

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 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 >> I2

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 wrote: > On 02/07/2013 09:17 AM, Tom Warren wrote: >> Laxman, >> >> On Thu, Feb 7, 2013 at 7:57 AM, Laxman Dewangan wrote: >>> On Thursday 07 February 2013 04:56 AM, Tom Warren wrote: >>>> &g

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 wrote: > On 02/07/2013 11:14 AM, Tom Warren wrote: >> Stephen, >> >> On Thu, Feb 7, 2013 at 11:07 AM, Stephen Warren >> wrote: >>> On 02/07/2013 09:17 AM, Tom Warren wrote: >>>> Laxman,

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 wrote: > On 02/07/2013 12:05 PM, Tom Warren wrote: >> Stephen, >> >> On Thu, Feb 7, 2013 at 11:20 AM, Stephen Warren >> wrote: >>> On 02/07/2013 11:14 AM, Tom Warren wrote: >>>> Stephen, &g

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 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 >> c

[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 drive

[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 Acked-by: Laxman Dewangan --- v2: new V3: - Added tegra114-i2c name to compat_names/compat_id table(s) - Add search for T114 I2C node in i2c_init_board - Added is_scs flag to i2c_bus

[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 Acked-by: Laxman

[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 Acked-by: Laxman Dewangan --- v2: No change v3: No change include/configs/dalmore.h |9 + include/configs/tegra114-common.h |3 +++ 2 files changed, 12

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

2013-02-11 Thread Tom Warren
27;ve used 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:

[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 --- v2: - cleanup comments in dts files/match w/kernel files - add sdhci aliases in all dts

[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 --- v2: - all boards now call tegra_mmc_init once, w/no params

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 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

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 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-w

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 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 wrote: >> > Hi Tom, >> > >> > Am Montag, den 11.02.2

[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 Date: Mon, Feb 11, 2013 at 11:05 AM Subject: pull request for u-boot-tegra/master into ARM/master To: Albert ARIBAUD Cc: Tom Warren , Stephen Warren , Simon Glass , Wolfgang Denk ,

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 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: &g

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 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) >>> c

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

2013-02-12 Thread Tom Warren
Simon, On Tue, Feb 12, 2013 at 11:07 AM, Simon Glass wrote: > Hi, > > On Tue, Feb 5, 2013 at 1:02 PM, Tom Warren wrote: >> Stephen, >> >> On Tue, Feb 5, 2013 at 1:03 PM, Stephen Warren wrote: >>> On 02/04/2013 04:48 PM, Tom Warren wrote: >>>> teg

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 wrote: > On 02/12/2013 10:40 AM, Tom Warren wrote: >> Laxman, >> >> On Tue, Feb 12, 2013 at 5:02 AM, Laxman Dewangan >> wrote: >>> On Friday 08 February 2013 11:34 PM, Stephen Warren wrote: >>

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 wrote: > Hi Stephen, > > On Thu, Feb 7, 2013 at 10:17 AM, Stephen Warren wrote: >> On 02/07/2013 09:14 AM, Tom Warren wrote: >>> Stephen, >>> >>> On Wed, Feb 6, 2013 at 5:00 PM, Stephen Warren &

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 wrote: > Lucas, > > On Mon, Feb 11, 2013 at 10:33 AM, Lucas Stach 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 wrote: > On 02/12/2013 12:17 PM, Simon Glass wrote: >> Hi Tom, >> >> On Tue, Feb 12, 2013 at 11:13 AM, Tom Warren >> wrote: > ... >>> That's the current POR for Tegra DT use in upstream U-Boot, assum

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 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, >> >&

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 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 (sour

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 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, plutu

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 wrote: > On 02/12/2013 01:57 PM, Tom Warren wrote: >> Stephen, >> >> On Tue, Feb 12, 2013 at 1:38 PM, Stephen Warren >> wrote: >>> On 02/11/2013 10:17 AM, Tom Warren wrote: >>>> tegra_mmc

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 wrote: > On 02/13/2013 12:59 PM, Tom Warren wrote: >> Stephen, >> >> On Tue, Feb 12, 2013 at 2:06 PM, Stephen Warren >> wrote: >>> On 02/12/2013 01:57 PM, Tom Warren wrote: >>>> Stephen, &g

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

2013-02-13 Thread Tom Warren
27;ve used 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/L

[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 Tested-by: Thierry Reding --- v2: - cleanup comments in dts files/match w/kernel files - add

[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 Acked-by: Thierry Reding --- v3: new board/avionic-design/dts/tegra20-tamonten.dtsi | 489 1 files changed, 489 insertions(+), 0 deletions

[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 Signed-off-by: Thierry Reding --- v2: - all boards now call

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 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 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, plutu

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 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 (sour

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

2013-02-14 Thread Tom Warren
/Lucas/Thierry/Simon's feedback v4: 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 li

[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 --- 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/Makefil

[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 Tested-by: Thierry Reding --- v2: - cleanup comments in dts files/match w/kernel files - add

[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 Acked-by: Thierry Reding --- v3: new v4: no change board/avionic-design/dts/tegra20-tamonten.dtsi | 489 1 files changed, 489 insertions(+), 0

[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 Signed-off-by: Thierry Reding --- v2: - all boards now call

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 wrote: > Stephen, > > On Tue, Feb 12, 2013 at 11:10 AM, Stephen Warren > wrote: >> On 02/12/2013 10:40 AM, Tom Warren wrote: >>> Laxman, >>> >>> On Tue, Feb 12, 2013 at 5:02 AM, Laxman Dew

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 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 >> o

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 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 optio

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

2013-02-20 Thread Tom Warren
Stephen, On Thu, Feb 14, 2013 at 4:12 PM, Stephen Warren wrote: > On 02/14/2013 02:04 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, plutu

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

2013-02-20 Thread Tom Warren
Marc/Stephen, On Fri, Feb 15, 2013 at 9:42 AM, Marc Dietrich wrote: > Stephen, > > On Thursday 14 February 2013 16:12:42 Stephen Warren wrote: >> On 02/14/2013 02:04 PM, Tom Warren wrote: >> > tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. >&g

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

2013-02-20 Thread Tom Warren
Andy, On Mon, Feb 18, 2013 at 4:10 PM, Andy Fleming wrote: > > > > On Thu, Feb 14, 2013 at 3:04 PM, Tom Warren > wrote: >> >> tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. >> Tested on Seaboard, fully functional. >> >>

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