All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Input: sun4i-ts: Support touchpanel controller on A31
@ 2015-01-24 14:33 ` Chen-Yu Tsai
  0 siblings, 0 replies; 10+ messages in thread
From: Chen-Yu Tsai @ 2015-01-24 14:33 UTC (permalink / raw)
  To: Dmitry Torokhov, Maxime Ripard
  Cc: Chen-Yu Tsai, linux-input, linux-arm-kernel, Hans de Goede,
	Sugar, Meng Zhang

Hi everyone,

As part of my work to get cpufreq working, this series adds support for the
resistive touch panel controller on A31. It is the same hardware as on older
SoCs, with a few register bits shifted, and a different temperature curve.
I've matched the rest of the registers, and they all seem to fit.

As I do not have a resistive touch screen, I am asking anyone with an A31
board and a touch screen to help test this.

The temperature curve formula was confirmed by Allwinner as correct and
working.

I've yet to fully test the remaining cpufreq bits, so I'm sending out this
first. At least people will have a usable temperature sensor.


Regards,
ChenYu


Chen-Yu Tsai (2):
  Input: sun4i-ts: Add support for touchpanel controller on A31
  ARM: dts: sun6i: Add resistive touchscreen controller node to dtsi

 .../bindings/input/touchscreen/sun4i.txt           |  2 +-
 arch/arm/boot/dts/sun6i-a31.dtsi                   |  7 ++++
 drivers/input/touchscreen/sun4i-ts.c               | 46 ++++++++++++++++------
 3 files changed, 41 insertions(+), 14 deletions(-)

-- 
2.1.4


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

end of thread, other threads:[~2015-01-27  7:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-24 14:33 [PATCH 0/2] Input: sun4i-ts: Support touchpanel controller on A31 Chen-Yu Tsai
2015-01-24 14:33 ` Chen-Yu Tsai
2015-01-24 14:33 ` [PATCH 1/2] Input: sun4i-ts: Add support for " Chen-Yu Tsai
2015-01-24 14:33   ` Chen-Yu Tsai
2015-01-27  7:59   ` Dmitry Torokhov
2015-01-27  7:59     ` Dmitry Torokhov
2015-01-24 14:33 ` [PATCH 2/2] ARM: dts: sun6i: Add resistive touchscreen controller node to dtsi Chen-Yu Tsai
2015-01-24 14:33   ` Chen-Yu Tsai
2015-01-24 14:37   ` Maxime Ripard
2015-01-24 14:37     ` Maxime Ripard

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.