[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1423857173-16432-1-git-send-email-v1ron@v1ros.org>
Date: Fri, 13 Feb 2015 22:52:48 +0300
From: Roman Volkov <v1ron@...os.org>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>,
Rob Herring <robh+dt@...nel.org>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
Grant Likely <grant.likely@...aro.org>
Cc: Hans de Goede <hdegoede@...hat.com>, Jiri Kosina <jkosina@...e.cz>,
Wolfram Sang <wsa@...-dreams.de>, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Roman Volkov <v1ron@...os.org>
Subject: [PATCH v2 0/5] Device Tree support for i8042 driver
Yes, some embedded devices still use the i8042 controller. This patch set
enables the i8042 driver to get necessary information from Device Tree instead
of using specific headers with hardcoded addresses for each specific machine.
For example, vt8500 architecture has i8042.
v2:
Changes in the documentation.
Errors fixed in the initialization funtion.
Redundant parameters removed from Device Tree bindings (init-reset, etc.).
Roman Volkov (5):
i8042: intel-8042 DT documentation
i8042: Kernel configuration handling for DT support
i8042: Add OF match table
i8042: Prepare i8042 driver for DT support
i8042: Add i8042_dt.h glue for DT support
.../devicetree/bindings/input/intel-8042.txt | 26 ++++++
drivers/input/serio/i8042-dt.h | 104 +++++++++++++++++++++
drivers/input/serio/i8042.c | 43 ++++++++-
drivers/input/serio/i8042.h | 3 +
4 files changed, 173 insertions(+), 3 deletions(-)
create mode 100644 Documentation/devicetree/bindings/input/intel-8042.txt
create mode 100644 drivers/input/serio/i8042-dt.h
--
Friday the 13-th
2.3.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists