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
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
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
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
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
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
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
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
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
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
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
>
> +
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
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
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
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
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
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
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
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
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
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
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:
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:
>
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
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
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
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
>
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
, 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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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:
&
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:
>
&
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'
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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:
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
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
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
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
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
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
,
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
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
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
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:
>>
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
&
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.
>&
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
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,
>> >&
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
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
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
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
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
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
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
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
401 - 500 of 1011 matches
Mail list logo