devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] arm: tegra: implement NVEC driver using tegra i2c.
@ 2015-01-29  7:20 Andrey Danin
  2015-01-29  7:20 ` [PATCH 3/3] dt: paz00: define nvec as child of i2c bus Andrey Danin
  0 siblings, 1 reply; 11+ messages in thread
From: Andrey Danin @ 2015-01-29  7:20 UTC (permalink / raw)
  To: devicetree, linux-i2c, linux-arm-kernel, linux-tegra,
	linux-kernel, ac100
  Cc: Mark Rutland, Alexandre Courbot, Russell King, Pawel Moll,
	Wolfram Sang, Julian Andres Klode, Greg Kroah-Hartman,
	Ian Campbell, Rob Herring, Marc Dietrich, Laxman Dewangan,
	Thierry Reding, Kumar Gala, Stephen Warren, Andrey Danin

Hi,

NVEC driver contains code to manage tegra i2c controller in slave mode.
I2C slave support was implemented in linux kernel. The goal of this
patch serie is to implement I2C slave mode in tegra drived and rework
NVEC driver to use it.

Patches are based on i2c for-next.

Patch 1 imeplents slave mode for tegra I2C controller. This patch
was checked on tegra 2 device (Toshiba AC100) only. Please review
carefully.

Patch 2 reworks NVEC driver itself. I kept code close to original.

Patch 3 fixes device tree and documentation.


Thanks in advance

Andrey Danin (3):
  i2c: tegra: implement slave mode
  staging/nvec: reimplement on top of tegra i2c driver
  dt: paz00: define nvec as child of i2c bus

 .../devicetree/bindings/nvec/nvidia,nvec.txt       |  19 +-
 arch/arm/boot/dts/tegra20-paz00.dts                |  22 +-
 drivers/i2c/busses/i2c-tegra.c                     | 131 +++++++
 drivers/staging/nvec/nvec.c                        | 379 +++++++--------------
 drivers/staging/nvec/nvec.h                        |  17 +-
 5 files changed, 264 insertions(+), 304 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-04-02 14:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-29  7:20 [PATCH 0/3] arm: tegra: implement NVEC driver using tegra i2c Andrey Danin
2015-01-29  7:20 ` [PATCH 3/3] dt: paz00: define nvec as child of i2c bus Andrey Danin
2015-01-29 10:01   ` Marc Dietrich
     [not found]   ` <1422516022-27161-4-git-send-email-danindrey-JGs/UdohzUI@public.gmane.org>
2015-02-02 21:20     ` Stephen Warren
     [not found]       ` <54CFEA2F.8040701-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2015-03-31  6:40         ` Andrey Danin
2015-03-31 14:09           ` Stephen Warren
     [not found]             ` <551AAA9B.6070607-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2015-03-31 15:46               ` Andrey Danin
     [not found]                 ` <551AC153.7060103-JGs/UdohzUI@public.gmane.org>
2015-03-31 16:04                   ` Andrey Danin
2015-04-01 17:28                   ` Stephen Warren
     [not found]                     ` <551C2AC0.9030304-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2015-04-02  9:37                       ` Marc Dietrich
2015-04-02 14:50                         ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).