Skip to content

Commit 7f58ff5

Browse files
committed
Merge branch 'at91-4.14-trunk/ptc' into linux-4.14-at91
2 parents 0acc3e5 + ae600ce commit 7f58ff5

4 files changed

Lines changed: 1156 additions & 0 deletions

File tree

MAINTAINERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2382,6 +2382,13 @@ L: linux-mtd@lists.infradead.org
23822382
S: Supported
23832383
F: drivers/mtd/nand/atmel/*
23842384

2385+
ATMEL PTC SUBSYSTEM DRIVER
2386+
M: Ludovic Desroches <ludovic.desroches@microchip.com>
2387+
L: linux-input@vger.kernel.org
2388+
S: Supported
2389+
F: Documentation/devicetree/bindings/input/atmel,ptc.txt
2390+
F: drivers/input/misc/atmel_ptc.c
2391+
23852392
ATMEL SAMA5D2 ADC DRIVER
23862393
M: Ludovic Desroches <ludovic.desroches@microchip.com>
23872394
L: linux-iio@vger.kernel.org

drivers/input/misc/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,18 @@ config INPUT_ATMEL_CAPTOUCH
9696
To compile this driver as a module, choose M here: the
9797
module will be called atmel_captouch.
9898

99+
config INPUT_ATMEL_PTC
100+
tristate "Atmel PTC Driver"
101+
depends on OF || COMPILE_TEST
102+
depends on SOC_SAMA5D2
103+
help
104+
Say Y to enable support for the Atmel PTC Subsystem.
105+
106+
To compile this driver as a module, choose M here: the
107+
module will be called atmel_ptc.
108+
If you compile it as a built-in driver, you have to build the
109+
firmware into the kernel or to use an initrd.
110+
99111
config INPUT_BMA150
100112
tristate "BMA150/SMB380 acceleration sensor support"
101113
depends on I2C

drivers/input/misc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ obj-$(CONFIG_INPUT_ARIZONA_HAPTICS) += arizona-haptics.o
1919
obj-$(CONFIG_INPUT_ATI_REMOTE2) += ati_remote2.o
2020
obj-$(CONFIG_INPUT_ATLAS_BTNS) += atlas_btns.o
2121
obj-$(CONFIG_INPUT_ATMEL_CAPTOUCH) += atmel_captouch.o
22+
obj-$(CONFIG_INPUT_ATMEL_PTC) += atmel_ptc.o
2223
obj-$(CONFIG_INPUT_BFIN_ROTARY) += bfin_rotary.o
2324
obj-$(CONFIG_INPUT_BMA150) += bma150.o
2425
obj-$(CONFIG_INPUT_CM109) += cm109.o

0 commit comments

Comments
 (0)