<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d17baf05 - input: keyboard: support i.MX95 BBM module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#d17baf05</link>
        <description>input: keyboard: support i.MX95 BBM moduleThe BBM module provides BUTTON feature. To i.MX95, this moduleis managed by System Manager and exported using System ManagementControl Interface(SCMI). Linux could use i.MX SCMI BBM Extensionprotocol to use BUTTON feature.This driver is to use SCMI interface to enable pwrkey.Acked-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Message-Id: &lt;20240823-imx95-bbm-misc-v2-v8-7-e600ed9e9271@nxp.com&gt;Signed-off-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Fri, 23 Aug 2024 09:05:23 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>6c65914a - Input: keypad-nomadik-ske - remove the driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#6c65914a</link>
        <description>Input: keypad-nomadik-ske - remove the driverThe users of this driver were removed in 2013 in commit 28633c54bda6(&quot;ARM: ux500: Rip out keypad initialisation which is no longer used&quot;).Remove the driver as well.Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/Zr-gX0dfN4te_8VG@google.comSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Fri, 16 Aug 2024 18:54:23 +0000</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dd29eade - Input: msc_touchkey - remove the driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#dd29eade</link>
        <description>Input: msc_touchkey - remove the driverMCS-5000/5080 chips belong to the 1st generation of Melfas chips,manufactured in 2000-2007.The driver relies on custom platform data (no DT support) and therenever were any users of this driver in the mainline kernel. It is likelythat the driver was (like mcs5000_ts driver) was tested on S3C6410 NCPboard (with Samsung S3C6410 SoC), but the touchkey device was neveradded to the board file. This board was removed in v6.3 in commit743c8fbb90ca (&quot;ARM: s3c: remove most s3c64xx board support&quot;).Remove the driver since there are no users.Reviewed-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Link: https://lore.kernel.org/r/20240714060029.1528662-2-dmitry.torokhov@gmail.comSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Sun, 14 Jul 2024 06:00:28 +0000</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>119df5ee - input: remove pxa930_rotary keyboard driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#119df5ee</link>
        <description>input: remove pxa930_rotary keyboard driverThe pxa930 platform is getting removed and no upstream machineever defined a rotary keyboard device.Cc: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Cc: linux-input@vger.kernel.orgAcked-by: Robert Jarzmik &lt;robert.jarzmik@free.fr&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Fri, 30 Sep 2022 12:35:42 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>3c9cb349 - input: remove davinci keyboard driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#3c9cb349</link>
        <description>input: remove davinci keyboard driverThe dm365evm board was removed, and no other users of thisdevice exist.Reviewed-by: Mattijs Korpershoek &lt;mkorpershoek@baylibre.com&gt;Acked-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Fri, 30 Sep 2022 13:24:42 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>17406967 - Input: pinephone-keyboard - add PinePhone keyboard driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#17406967</link>
        <description>Input: pinephone-keyboard - add PinePhone keyboard driverThe official Pine64 PinePhone keyboard case contains a matrix keypad anda MCU which runs a libre firmware. Add support for its I2C interface.Signed-off-by: Samuel Holland &lt;samuel@sholland.org&gt;Link: https://lore.kernel.org/r/20220618165747.55709-3-samuel@sholland.orgSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Sat, 01 Oct 2022 05:53:06 +0000</pubDate>
        <dc:creator>Samuel Holland &lt;samuel@sholland.org&gt;</dc:creator>
    </item>
<item>
        <title>f28af984 - Input: mt6779-keypad - add MediaTek keypad driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#f28af984</link>
        <description>Input: mt6779-keypad - add MediaTek keypad driverThis patch adds matrix keypad support for Mediatek SoCs.Signed-off-by: fengping.yu &lt;fengping.yu@mediatek.com&gt;Reviewed-by: Marco Felsch &lt;m.felsch@pengutronix.de&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Reviewed-by: Mattijs Korpershoek &lt;mkorpershoek@baylibre.com&gt;Signed-off-by: Mattijs Korpershoek &lt;mkorpershoek@baylibre.com&gt;Link: https://lore.kernel.org/r/20220303154302.252041-3-mkorpershoek@baylibre.comSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Sat, 05 Mar 2022 22:45:40 +0000</pubDate>
        <dc:creator>fengping.yu &lt;fengping.yu@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>fcc28e0b - Input: cypress-sf - add Cypress StreetFighter touchkey driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#fcc28e0b</link>
        <description>Input: cypress-sf - add Cypress StreetFighter touchkey driverThis adds support for Cypress StreetFighter touchkey controllers suchas sf3155. This driver supports managing regulators and generatinginput events.Due to lack of documentation, this driver is entirely based oninformation gathered from a driver written for an old Android kernelfork[1][2].[1] https://github.com/LineageOS/android_kernel_xiaomi_msm8996/blob/lineage-18.1/drivers/input/touchscreen/cyttsp_button.c[2] https://github.com/LineageOS/android_kernel_xiaomi_msm8996/blob/lineage-18.1/arch/arm/boot/dts/qcom/a4-msm8996-mtp.dtsi#L291-L314Signed-off-by: Yassine Oudjana &lt;y.oudjana@protonmail.com&gt;Link: https://lore.kernel.org/r/20210907174341.422013-2-y.oudjana@protonmail.comSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Fri, 10 Sep 2021 05:12:29 +0000</pubDate>
        <dc:creator>Yassine Oudjana &lt;y.oudjana@protonmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ce1cb0ee - input: keyboard: Add support for Azoteq IQS620A/621/622/624/625</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#ce1cb0ee</link>
        <description>input: keyboard: Add support for Azoteq IQS620A/621/622/624/625This patch adds key and switch support for the Azoteq IQS620A,IQS621, IQS622, IQS624 and IQS625 multi-function sensors.Signed-off-by: Jeff LaBundy &lt;jeff@labundy.com&gt;Acked-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Sun, 16 Feb 2020 23:32:07 +0000</pubDate>
        <dc:creator>Jeff LaBundy &lt;jeff@labundy.com&gt;</dc:creator>
    </item>
<item>
        <title>688f1dfb - Input: keyboard - imx_sc: Add i.MX system controller key support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#688f1dfb</link>
        <description>Input: keyboard - imx_sc: Add i.MX system controller key supporti.MX8QXP is an ARMv8 SoC which has a Cortex-M4 system controllerinside, the system controller is in charge of controlling power,clock and scu key etc..Adds i.MX system controller key driver support, Linux kernel hasto communicate with system controller via MU (message unit) IPCto get scu key&apos;s status.Signed-off-by: Anson Huang &lt;Anson.Huang@nxp.com&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;Link: https://lore.kernel.org/r/1570412509-7893-2-git-send-email-Anson.Huang@nxp.comSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Wed, 16 Oct 2019 00:27:21 +0000</pubDate>
        <dc:creator>Anson Huang &lt;Anson.Huang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>060157e1 - Input: remove w90x900 keyboard driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#060157e1</link>
        <description>Input: remove w90x900 keyboard driverThe ARM w90x900 platform is getting removed, so this driver is obsolete.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Fri, 09 Aug 2019 21:55:43 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>038b1a05 - Input: add Apple SPI keyboard and trackpad driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#038b1a05</link>
        <description>Input: add Apple SPI keyboard and trackpad driverThe keyboard and trackpad on recent MacBook&apos;s (since 8,1) andMacBookPro&apos;s (13,* and 14,*) are attached to an SPI controller insteadof USB, as previously. The higher level protocol is not publiclydocumented and hence has been reverse engineered. As a consequence thereare still a number of unknown fields and commands. However, the knownparts have been working well and received extensive testing and use.In order for this driver to work, the proper SPI drivers need to beloaded too; for MB8,1 these are spi_pxa2xx_platform and spi_pxa2xx_pci;for all others they are spi_pxa2xx_platform and intel_lpss_pci.Link: https://bugzilla.kernel.org/show_bug.cgi?id=99891Link: https://bugzilla.kernel.org/show_bug.cgi?id=108331Signed-off-by: Ronald Tschal&#228;r &lt;ronald@innovation.ch&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Mon, 15 Jul 2019 17:30:11 +0000</pubDate>
        <dc:creator>Ronald Tschal&#228;r &lt;ronald@innovation.ch&gt;</dc:creator>
    </item>
<item>
        <title>cbebf5ad - Input: qt1050 - add Microchip AT42QT1050 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#cbebf5ad</link>
        <description>Input: qt1050 - add Microchip AT42QT1050 supportAdd initial support for the AT42QT1050 (QT1050) device. The devicesupports up to five input keys, dependent on the mode. Since it adds onlythe initial support, the &quot;1 to 4 keys plus Guard Channel&quot; mode isn&apos;tsupported.Signed-off-by: Marco Felsch &lt;m.felsch@pengutronix.de&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Sat, 04 May 2019 16:49:23 +0000</pubDate>
        <dc:creator>Marco Felsch &lt;m.felsch@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>3e9f0b3e - input: Add MediaTek PMIC keys support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#3e9f0b3e</link>
        <description>input: Add MediaTek PMIC keys supportThis patch add support to handle MediaTek PMIC MT6397/MT6323 keyinterrupts including pwrkey and homekey, also add setting forlong press key shutdown behavior.Signed-off-by: Chen Zhong &lt;chen.zhong@mediatek.com&gt;Acked-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Wed, 25 Oct 2017 13:16:03 +0000</pubDate>
        <dc:creator>Chen Zhong &lt;chen.zhong@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>01b76495 - input: keyboard: remove bf54x driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#01b76495</link>
        <description>input: keyboard: remove bf54x driverThe blackfin architecture is getting removed, so thisdriver is now obsolete.Acked-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Fri, 09 Mar 2018 17:11:52 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>131b3de7 - Input: add D-Link DIR-685 touchkeys driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#131b3de7</link>
        <description>Input: add D-Link DIR-685 touchkeys driverThis adds support for the D-Link DIR-685 touchkeys found in therouter with this name.The vendor code calles this a &quot;touchpad&quot; but we are registeringit here under its real name.Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Mon, 05 Jun 2017 21:48:44 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>72d1f234 - Input: tm2-touchkey - add touchkey driver support for TM2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#72d1f234</link>
        <description>Input: tm2-touchkey - add touchkey driver support for TM2This patch adds support for the TM2 touch key and led functionality.The driver interfaces with userspace through an input device and reportsKEY_PHONE and KEY_BACK event types. LED brightness can be controlled by&quot;/sys/class/leds/tm2-touchkey/brightness&quot;.Signed-off-by: Beomho Seo &lt;beomho.seo@samsung.com&gt;Signed-off-by: Jaechul Lee &lt;jcsing.lee@samsung.com&gt;Reviewed-by: Javier Martinez Canillas &lt;javier@osg.samsung.com&gt;Reviewed-by: Andi Shyti &lt;andi.shyti@samsung.com&gt;Reviewed-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;Tested-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;Acked-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Wed, 18 Jan 2017 22:35:42 +0000</pubDate>
        <dc:creator>Jaechul Lee &lt;jcsing.lee@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>68077264 - Input: add ADC resistor ladder driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#68077264</link>
        <description>Input: add ADC resistor ladder driverA common way of multiplexing buttons on a single input in cheap devices isto use a resistor ladder on an ADC. This driver supports that configurationby polling an ADC channel provided by IIO.Acked-by: Jonathan Cameron &lt;jic23@kernel.org&gt;Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Tue, 30 Aug 2016 02:57:06 +0000</pubDate>
        <dc:creator>Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>d3dc6e23 - input: keyboard: imx: add snvs power key driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/keyboard/Makefile#d3dc6e23</link>
        <description>input: keyboard: imx: add snvs power key driveradd snvs power key driver.It work in imx chips after i.mx6sxON/OFF key used power on/off whole system.This driver make it wakeup from suspend state when short pressON/OFF key.Long time press will trig SNVS power off chip without softwareintervention.Signed-off-by: Robin Gong &lt;b38343@freescale.com&gt;Signed-off-by: Frank Li &lt;Frank.Li@freescale.com&gt;Acked-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Signed-off-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/input/keyboard/Makefile</description>
        <pubDate>Tue, 26 May 2015 16:26:00 +0000</pubDate>
        <dc:creator>Robin Gong &lt;b38343@freescale.com&gt;</dc:creator>
    </item>
</channel>
</rss>
