]> git.baikalelectronics.ru Git - kernel.git/commit
Input: of_touchscreen - rework the DT parsing function
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 22 Mar 2015 03:17:48 +0000 (20:17 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 24 Mar 2015 19:00:39 +0000 (12:00 -0700)
commitdc0b1c108f6e5a15f52e3c57e36f5eb7cfba9fb7
treef164f747c44980092ac997122320690f550f53cd
parent38bc67715b0b64e3d2845a73d851471d3918f089
Input: of_touchscreen - rework the DT parsing function

The DT parsing function currently duplicates a lot of the code to parse the
touchscreen DT properties. In order to ease further additions to this
parsing routine, rework it slightly to create new helper functions.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/of_touchscreen.c