All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] Add I2C driver for T114 Dalmore
@ 2013-02-06 23:26 Tom Warren
  2013-02-06 23:26 ` [U-Boot] [PATCH v2 1/3] Tegra: I2C: Add T114 clock support to tegra_i2c driver Tom Warren
                   ` (2 more replies)
  0 siblings, 3 replies; 27+ messages in thread
From: Tom Warren @ 2013-02-06 23:26 UTC (permalink / raw)
  To: u-boot

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.

Changes in V2:
- use new calculation for T114 I2C clocks
- incorporate review comments 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 +++++++++++++++++++++++++++
 arch/arm/include/asm/arch-tegra/tegra_i2c.h |    6 +++
 board/nvidia/dts/tegra114-dalmore.dts       |   33 ++++++++++++++++
 drivers/i2c/tegra_i2c.c                     |   22 ++++++++++-
 include/configs/dalmore.h                   |    9 ++++
 include/configs/tegra114-common.h           |    3 +
 6 files changed, 128 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2013-02-12 19:33 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06 23:26 [U-Boot] [PATCH v2 0/3] Add I2C driver for T114 Dalmore Tom Warren
2013-02-06 23:26 ` [U-Boot] [PATCH v2 1/3] Tegra: I2C: Add T114 clock support to tegra_i2c driver Tom Warren
2013-02-06 23:50   ` Stephen Warren
2013-02-07 14:52   ` Laxman Dewangan
2013-02-08  9:15   ` Laxman Dewangan
2013-02-08 16:39     ` Tom Warren
2013-02-06 23:26 ` [U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore Tom Warren
2013-02-07  0:00   ` Stephen Warren
2013-02-07 16:14     ` Tom Warren
2013-02-07 18:17       ` Stephen Warren
2013-02-12 18:13         ` Simon Glass
2013-02-12 19:13           ` Tom Warren
2013-02-12 19:17             ` Simon Glass
2013-02-12 19:26               ` Stephen Warren
2013-02-12 19:32                 ` Simon Glass
2013-02-12 19:33                 ` Tom Warren
2013-02-07 14:57   ` Laxman Dewangan
2013-02-07 16:17     ` Tom Warren
2013-02-07 18:07       ` Stephen Warren
2013-02-07 18:14         ` Tom Warren
2013-02-07 18:20           ` Stephen Warren
2013-02-07 19:05             ` Tom Warren
2013-02-07 19:08               ` Stephen Warren
2013-02-07 19:59                 ` Tom Warren
2013-02-06 23:26 ` [U-Boot] [PATCH v2 3/3] Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board Tom Warren
2013-02-07  0:01   ` Stephen Warren
2013-02-07 14:58   ` Laxman Dewangan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.