All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] input: touchscreen: atmel_mxt_ts: Add Device Tree support
@ 2013-04-04 16:14 Tomasz Figa
  2013-04-04 16:14 ` [PATCH 1/2] input: touchscreen: atmel_mxt_ts: Add support for voltage regulator Tomasz Figa
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tomasz Figa @ 2013-04-04 16:14 UTC (permalink / raw)
  To: linux-input
  Cc: devicetree-discuss, linux-samsung-soc, dmitry.torokhov,
	jy0922.shim, kyungmin.park, Tomasz Figa

This series is an attempt to add Device Tree support to Atmel maXtouch
touchscreen driver.

First patch adds support for VDD voltage regulator to get operating voltage
using regulator API instead of a driver specific field in platform data.

Second patch implements Device Tree bindings for the driver and adds
respective documentation.

Tested on Universal C210 board.

Tomasz Figa (2):
  input: touchscreen: atmel_mxt_ts: Add support for voltage regulator
  input: touchscreen: atmel_mxt_ts: Add support for Device Tree

 .../bindings/input/touchscreen/atmel_mxt_ts.txt    | 51 ++++++++++++
 arch/arm/mach-exynos/mach-nuri.c                   | 29 ++++++-
 arch/arm/mach-exynos/mach-universal_c210.c         | 29 ++++++-
 arch/arm/mach-s5pv210/mach-goni.c                  | 28 ++++++-
 drivers/input/touchscreen/atmel_mxt_ts.c           | 97 ++++++++++++++++++++--
 include/linux/i2c/atmel_mxt_ts.h                   |  1 -
 6 files changed, 226 insertions(+), 9 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/atmel_mxt_ts.txt

-- 
1.8.1.5

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

end of thread, other threads:[~2013-04-11 20:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 16:14 [PATCH 0/2] input: touchscreen: atmel_mxt_ts: Add Device Tree support Tomasz Figa
2013-04-04 16:14 ` [PATCH 1/2] input: touchscreen: atmel_mxt_ts: Add support for voltage regulator Tomasz Figa
2013-04-04 16:14 ` [PATCH 2/2] input: touchscreen: atmel_mxt_ts: Add support for Device Tree Tomasz Figa
2013-04-04 17:30 ` [PATCH 0/2] input: touchscreen: atmel_mxt_ts: Add Device Tree support Dmitry Torokhov
     [not found]   ` <20130404173040.GB12302-WlK9ik9hQGAhIp7JRqBPierSzoNAToWh@public.gmane.org>
2013-04-11 20:32     ` Tomasz Figa

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.