summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-10-25 10:28:10 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-10 11:03:36 -0500
commitf2ed287bcc9073d8edbf6561c389b282163edc78 (patch)
tree1c730107aa2181bc9fb5fe40500403e68fc03344 /MAINTAINERS
parentacbb910ae04b8eed9eec7a69ef4e0979f364ff46 (diff)
char/pcmcia: add scr24x_cs chip card interface driver
This implements only the very basic protocol "Mode A", just to make the device functional. Patches to implement "Mode C" that uses better bulking and is interrupt-driver may follow. The device essentially speaks the same protocol as USB CCID devices do over the bulk endpoints. The driver exchanges the command submissions and responses over a plain read()/write() interface, compatible with legacy OpenCT's pcmcia_block driver. Patches for the newer CCID driver are available: https://github.com/lkundrak/CCID/tree/lr/pcmcia_block Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2e8b8710ce5d..46f74871df09 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10699,6 +10699,11 @@ W: http://www.sunplus.com
10699S: Supported 10699S: Supported
10700F: arch/score/ 10700F: arch/score/
10701 10701
10702SCR24X CHIP CARD INTERFACE DRIVER
10703M: Lubomir Rintel <lkundrak@v3.sk>
10704S: Supported
10705F: drivers/char/pcmcia/scr24x_cs.c
10706
10702SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers 10707SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10703M: Sudeep Holla <sudeep.holla@arm.com> 10708M: Sudeep Holla <sudeep.holla@arm.com>
10704L: linux-arm-kernel@lists.infradead.org 10709L: linux-arm-kernel@lists.infradead.org