Re: [U-Boot] [PATCH 7/7] Tegra30: Add/enable Cardhu build (T30 reference board)

2012-10-03 Thread Tom Warren
Stephen, On Wed, Oct 3, 2012 at 1:46 PM, Stephen Warren wrote: > On 10/02/2012 04:45 PM, Tom Warren wrote: >> This build is stripped down. It boots to the command prompt. >> GPIO is the only peripheral supported. Others TBD. > >> diff --git a/board/nvidia/whistler/Makefi

Re: [U-Boot] [PATCH 4/7] Tegra30: Add arch-tegra30 include files

2012-10-03 Thread Tom Warren
Stephen, On Wed, Oct 3, 2012 at 1:31 PM, Stephen Warren wrote: > On 10/02/2012 04:45 PM, Tom Warren wrote: >> Common Tegra files are in arch-tegra, shared between T20 and T30. >> Tegra30-specific headers are in arch-tegra30. Note that some of >> these will be filled in a

Re: [U-Boot] [PATCH 5/7] Tegra30: Cardhu: Add DT files

2012-10-03 Thread Tom Warren
Stephen, On Wed, Oct 3, 2012 at 1:36 PM, Stephen Warren wrote: > On 10/02/2012 04:45 PM, Tom Warren wrote: >> 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

Re: [U-Boot] [PATCH 6/7] Tegra30: Add generic Tegra30 build support

2012-10-03 Thread Tom Warren
Stephen, On Wed, Oct 3, 2012 at 1:38 PM, Stephen Warren wrote: > On 10/02/2012 04:45 PM, Tom Warren wrote: >> This patch adds basic Tegra30 (T30) build support - no specific >> board is targeted. >> > >> diff --git a/board/nvidia/common/board.c b/board/nvid

Re: [U-Boot] [PATCH v4 0/16] tegra: Add display driver and LCD support for Seaboard

2012-10-08 Thread Tom Warren
Simon/Stephen, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Monday, October 08, 2012 1:06 PM > To: Stephen Warren > Cc: U-Boot Mailing List; Tom Warren > Subject: Re: [PATCH v4 0/16] tegra: Add display driver a

Re: [U-Boot] [PATCH] tegra: move common features to a common makefile

2012-10-12 Thread Tom Warren
Marc, > -Original Message- > From: Thierry Reding [mailto:thierry.red...@avionic-design.de] > Sent: Wednesday, October 03, 2012 10:59 PM > To: Marc Dietrich > Cc: u-boot@lists.denx.de; Stephen Warren; Tom Warren; Lucas Stach > Subject: Re: [PATCH] tegra: move common fe

Re: [U-Boot] u-boot-tegra/master and /next have been updated and uploaded to denx.de

2012-10-12 Thread Tom Warren
Folks, u-boot-tegra/next has been updated with new patches from Lucas, Marc, and Stephen, rebased against u-boot-arm, and pushed to denx.de. Please use this for any future patches, and if you have patches under review, please rebase them if they no longer apply cleanly. I'm going to be on vacati

Re: [U-Boot] [PATCH v2] tegra: nand: make ONFI detection work

2012-10-15 Thread Tom Warren
Lucas/Scott, > -Original Message- > From: Scott Wood [mailto:scottw...@freescale.com] > Sent: Monday, October 15, 2012 1:06 PM > To: Lucas Stach > Cc: u-boot@lists.denx.de; Tom Warren > Subject: Re: [U-Boot] [PATCH v2] tegra: nand: make ONFI detection work > > O

Re: [U-Boot] [PATCH 2/2] usb: Add quirk "USB_QUIRK_STRING_FETCH_255"

2012-02-23 Thread Tom Warren
Puneet, > -Original Message- > From: Puneet Saxena > Sent: Thursday, February 23, 2012 7:25 AM > To: u-boot@lists.denx.de; s...@chromium.org > Cc: vap...@gentoo.org; Tom Warren; Puneet Saxena > Subject: [PATCH 2/2] usb: Add quirk "USB_QUIRK_STRING_FETC

Re: [U-Boot] [PATCH v2] arm: Tegra2: Fix ELDK42 gcc failure with inline asm stack pointer load

2012-02-23 Thread Tom Warren
On Fri, Feb 17, 2012 at 9:01 AM, Tom Warren wrote: > The 4.2.2 gcc in the ELDK42 release doesn't like the direct SP > load using a constant in tegra2_start. Change it to use a load > thru another reg using mov sp, %0 : : "r"(CONST). > > Tested on my Seaboard T20

Re: [U-Boot] [RFC PATCH 0/2] fdt: Deal correctly with alias nodes

2012-02-27 Thread Tom Warren
Marek/Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Sunday, February 26, 2012 7:55 PM > To: Marek Vasut; Tom Warren > Subject: Re: [U-Boot] [RFC PATCH 0/2] fdt: Deal correctly with alias nodes > > +

Re: [U-Boot] [PATCH v5 0/18] tegra: Add fdt definitions and USB driver

2012-02-27 Thread Tom Warren
Marek/Simon, > -Original Message- > From: Marek Vasut [mailto:marek.va...@gmail.com] > Sent: Monday, February 27, 2012 1:55 PM > To: u-boot@lists.denx.de > Cc: Simon Glass; Tom Warren > Subject: Re: [U-Boot] [PATCH v5 0/18] tegra: Add fdt definitions and USB > driver

Re: [U-Boot] [PATCH v7 15/20] tegra: fdt: Add function to return peripheral/clock ID

2012-03-01 Thread Tom Warren
Simon, > -Original Message- > From: Simon Glass [mailto:s...@chromium.org] > Sent: Tuesday, February 28, 2012 11:08 AM > To: U-Boot Mailing List > Cc: Tom Warren; Stephen Warren; Simon Glass; linux-te...@vger.kernel.org; > Jerry Van Baren; Devicetree Discuss > Sub

Re: [U-Boot] Tegra2 eldk4.2 builds

2012-03-05 Thread Tom Warren
Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Sunday, March 04, 2012 10:59 PM > To: Stephen Warren > Cc: albert.u.b...@aribaud.net; aflem...@gmail.com; s...@google.com; Tom > Warren; u-boot@lists.denx.de > Subject: Tegra2 eldk4.2 bui

Re: [U-Boot] [PATCH v8 21/21] tegra: fdt: Enable FDT support for Ventana

2012-03-07 Thread Tom Warren
Simon/Stephen, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Wednesday, March 07, 2012 10:15 AM > To: Stephen Warren > Cc: U-Boot Mailing List; Tom Warren; linux-te...@vger.kernel.org; Jerry Van > Baren; Devicetree

Re: [U-Boot] Any outstanding ARM pull requests?

2012-03-08 Thread Tom Warren
Albert, > -Original Message- > From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] > Sent: Thursday, March 08, 2012 12:20 AM > To: U-Boot@lists.denx.de > Cc: Reinhard Meyer; Stefano Babic; Marek Vasut; Minkyu Kang; Tom Warren > Subject: Any outstanding ARM pull req

[U-Boot] pull request: u-boot-tegra/master

2012-03-08 Thread Tom Warren
Seaboard Tom Warren (2): arm: Tegra2: Fix ELDK42 gcc failure with inline asm stack pointer load tegra: fdt: Enable FDT support for Ventana README |3 + arch/arm/cpu/armv7/tegra2/Makefile |4 +- arch/arm/cpu/armv7/tegra2

Re: [U-Boot] [PATCH v2 1/4] ns16550: Add function to drain serial output

2012-03-09 Thread Tom Warren
Simon, > -Original Message- > From: Simon Glass [mailto:s...@chromium.org] > Sent: Friday, March 09, 2012 1:33 PM > To: U-Boot Mailing List > Cc: Tom Warren; Stephen Warren; Simon Glass > Subject: [PATCH v2 1/4] ns16550: Add function to drain serial output This pat

Re: [U-Boot] [PATCH v2 1/4] ns16550: Add function to drain serial output

2012-03-09 Thread Tom Warren
Simon/Stephen, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Friday, March 09, 2012 2:09 PM > To: Stephen Warren > Cc: U-Boot Mailing List; Tom Warren > Subject: Re: [PATCH v2 1/4] ns16550: Add function to d

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

2012-03-09 Thread Tom Warren
Seaboard ns16550: Add function to drain serial output Enable printf() console if pre-console putc() is available tegra: Implement pre-console putc() for fdt warning tegra: Enable pre-console putc() for Tegra boards Tom Warren (2): arm: Tegra2: Fix ELDK42 gcc failure

Re: [U-Boot] pull request for u-boot-tegra/master

2012-03-12 Thread Tom Warren
Folks, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Saturday, March 10, 2012 12:35 PM > To: Wolfgang Denk > Cc: Albert ARIBAUD; Tom Warren; Stephen Warren; U-Boot Mailing List > Subject: Re: pull request for u

Re: [U-Boot] [PATCH v8] usb: align buffers at cacheline

2012-03-19 Thread Tom Warren
Marek, > -Original Message- > From: Marek Vasut [mailto:marek.va...@gmail.com] > Sent: Monday, March 19, 2012 7:43 AM > To: Puneet Saxena > Cc: Mike Frysinger; u-boot@lists.denx.de; s...@chromium.org; > li...@bohmer.net; tr...@ti.com; Tom Warren > Subject: Re:

Re: [U-Boot] [PATCH] drivers/mmc/tegra2_mmc.c: fix GCC 4.6 warning

2012-03-28 Thread Tom Warren
Anatolij, > -Original Message- > From: Anatolij Gustschin [mailto:ag...@denx.de] > Sent: Wednesday, March 28, 2012 6:40 AM > To: u-boot@lists.denx.de > Cc: Doug Anderson; Tom Warren > Subject: [PATCH] drivers/mmc/tegra2_mmc.c: fix GCC 4.6 warning > > Fix: >

Re: [U-Boot] [PATCH 1/2] fdt: Avoid early panic() when there is no FDT present

2012-03-28 Thread Tom Warren
Simon, > -Original Message- > From: Simon Glass [mailto:s...@chromium.org] > Sent: Wednesday, March 28, 2012 1:08 PM > To: U-Boot Mailing List > Cc: Tom Warren; Stephen Warren; Albert Aribaud; Simon Glass; Jerry Van > Baren; Devicetree Discuss > Subject: [PATCH 1/2] f

Re: [U-Boot] [PATCH 2/2] arm: Check for valid FDT after console is up

2012-03-28 Thread Tom Warren
Simon, > -Original Message- > From: Simon Glass [mailto:s...@chromium.org] > Sent: Wednesday, March 28, 2012 1:08 PM > To: U-Boot Mailing List > Cc: Tom Warren; Stephen Warren; Albert Aribaud; Simon Glass > Subject: [PATCH 2/2] arm: Check for valid FDT after console is

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

2012-03-28 Thread Tom Warren
handle 16-bit clock divisors tegra: i2c: Initialise I2C on Nvidia boards tegra: i2c: Select number of controllers for Tegra2 boards tegra: i2c: Enable I2C on Seaboard tegra: i2c: Select I2C ordering for Seaboard tegra: fdt: i2c: Add extra I2C bindings for U-Boot Tom

Re: [U-Boot] [PATCH v2 0/20] tegra: warmboot (suspend / resume) support

2012-03-30 Thread Tom Warren
s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Friday, March 30, 2012 12:24 PM > To: Mike Frysinger > Cc: u-boot@lists.denx.de; Tom Warren; Jimmy Zhang; Yen Lin; Wei Ni > Subject: Re: [U-Boot] [PATCH v2 0/20] tegra: warmboot (suspend / resume) > support >

Re: [U-Boot] [PATCH v8] usb: align buffers at cacheline

2012-04-02 Thread Tom Warren
Marek, Puneet, et al., > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Monday, March 19, 2012 8:47 AM > To: Tom Warren > Cc: Puneet Saxena; Mike Frysinger; u-boot@lists.denx.de; s...@chromium.org; > li...@bohmer.net; tr...@ti.com; albert.

Re: [U-Boot] [PATCH v8] usb: align buffers at cacheline

2012-04-02 Thread Tom Warren
Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Monday, April 02, 2012 9:12 AM > To: Tom Warren > Cc: Puneet Saxena; Mike Frysinger; u-boot@lists.denx.de; s...@chromium.org; > li...@bohmer.net; tr...@ti.com; albert.u.b...@aribaud.net > S

Re: [U-Boot] [PATCH v3 06/23] tegra: Move ap20.h header into arch location

2012-04-09 Thread Tom Warren
Simon/Stephen, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Monday, April 09, 2012 2:24 PM > To: Stephen Warren > Cc: U-Boot Mailing List; Tom Warren > Subject: Re: [PATCH v3 06/23] tegra: Move ap20.h header

Re: [U-Boot] [PATCH v3 0/23] tegra: warmboot (suspend / resume) support

2012-04-09 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, April 09, 2012 2:54 PM > To: Simon Glass; Tom Warren > Cc: U-Boot Mailing List > Subject: Re: [PATCH v3 0/23] tegra: warmboot (suspend / resume) support > > On 04

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

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