All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] paz00 updates for 3.3
@ 2011-10-26 19:59 Marc Dietrich
       [not found] ` <cover.1319658296.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
  0 siblings, 1 reply; 30+ messages in thread
From: Marc Dietrich @ 2011-10-26 19:59 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA
  Cc: Olof Johansson, Colin Cross, Marc Dietrich

Hi,

the following three patches are intended for the 3.3 merge window and are based
on linux-next.

The first one adds wakeup support similar to seaboard, but with the difference
that the wakeup gpio is connected to the embedded controller instead of a real
gpio key.

The second one adds a device tree for paz00. There is a nvec node which defines
resources similar to the i2c controller and also adds additional required 
properties for the embedded controller (which handles keyboard,touchpad, leds,
and suspend functions - and some other stuff).
The way it is initialized will probably change in the future, but we like to
include it for now as it makes debugging more easier.

The final patch adds device tree support for the nvec driver so that the previous
commit is useful.

Thanks

Marc

Changes since v1
    - replace addition of the embedded controller to the board file by a device-tree
      based implementation.

Marc Dietrich (3):
  ARM: tegra: paz00: add support for wakeup gpio key
  arm/dt: tegra: add dts file for paz00
  staging: nvec: add device tree support

 arch/arm/boot/dts/tegra-paz00.dts |   70 +++++++++++++++++++++++++++++++++++++
 arch/arm/mach-tegra/Makefile      |    1 +
 arch/arm/mach-tegra/Makefile.boot |    1 +
 arch/arm/mach-tegra/board-dt.c    |    3 ++
 arch/arm/mach-tegra/board-paz00.c |   29 +++++++++++++++-
 arch/arm/mach-tegra/board-paz00.h |    3 ++
 drivers/staging/nvec/nvec.c       |   39 +++++++++++++++++++-
 7 files changed, 143 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/boot/dts/tegra-paz00.dts

-- 
1.7.5.4

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

end of thread, other threads:[~2011-10-31 18:18 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-26 19:59 [PATCH v2 0/3] paz00 updates for 3.3 Marc Dietrich
     [not found] ` <cover.1319658296.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
2011-10-26 19:59   ` [PATCH v2 1/3] ARM: tegra: paz00: add support for wakeup gpio key Marc Dietrich
2011-10-26 19:59   ` [PATCH v2 2/3] arm/dt: tegra: add dts file for paz00 Marc Dietrich
     [not found]     ` <e528a8eb783ace4729e0c76ca72d500d5281c9af.1319658296.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
2011-10-27 16:50       ` Stephen Warren
     [not found]         ` <74CDBE0F657A3D45AFBB94109FB122FF173E1B48D7-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-28 10:29           ` Marc Dietrich
2011-10-28 16:49             ` Stephen Warren
2011-10-28 16:49               ` Stephen Warren
     [not found]               ` <74CDBE0F657A3D45AFBB94109FB122FF173EDAB4C7-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-29  8:43                 ` Russell King - ARM Linux
2011-10-29  8:43                   ` Russell King - ARM Linux
2011-10-29 11:03                   ` Grant Likely
2011-10-29 11:03                     ` Grant Likely
     [not found]                     ` <20111029110320.GD20132-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2011-10-29 11:44                       ` Russell King - ARM Linux
2011-10-29 11:44                         ` Russell King - ARM Linux
     [not found]                   ` <20111029084330.GW19187-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2011-10-31 15:51                     ` Stephen Warren
2011-10-31 15:51                       ` Stephen Warren
2011-10-30 20:39                 ` Marc Dietrich
2011-10-30 20:39                   ` Marc Dietrich
2011-10-31  3:13                   ` Grant Likely
2011-10-31  3:13                     ` Grant Likely
2011-10-31 16:09                   ` Stephen Warren
2011-10-31 16:09                     ` Stephen Warren
     [not found]                     ` <74CDBE0F657A3D45AFBB94109FB122FF173EDAB782-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-31 18:18                       ` Marc Dietrich
2011-10-31 18:18                         ` Marc Dietrich
2011-10-26 19:59   ` [PATCH v2 3/3] staging: nvec: add device tree support Marc Dietrich
     [not found]     ` <48050ec08d248a2a10b4f5faf6cac6b214041ebe.1319658296.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
2011-10-27 19:17       ` Stephen Warren
     [not found]         ` <74CDBE0F657A3D45AFBB94109FB122FF173E1B498B-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-27 21:07           ` Julian Andres Klode
2011-10-28 11:01           ` Marc Dietrich
2011-10-28 16:56             ` Stephen Warren
     [not found]               ` <74CDBE0F657A3D45AFBB94109FB122FF173EDAB4D1-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-30 20:58                 ` Marc Dietrich
2011-10-31 16:16                   ` Stephen Warren

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.