All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/7] Add ST Keyscan driver
@ 2014-04-11 15:07 ` Gabriel FERNANDEZ
  0 siblings, 0 replies; 38+ messages in thread
From: Gabriel FERNANDEZ @ 2014-04-11 15:07 UTC (permalink / raw)
  To: Dmitry Torokhov, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Rob Landley, Russell King,
	Grant Likely
  Cc: devicetree, linux-doc, linux-kernel, linux-arm-kernel,
	linux-input, kernel, Lee Jones, Gabriel Fernandez


Changes in v4:
- add reset controller management
- rename 'st,debounce_us' into 'st,debounce-us' in dt binding

Changes in v3: (bad manipulation)

Changes in v2:
- use standard format for matrix keymap
- suppress __exit mark for keyscan_remove()
- Call to keyscan_stop() shoudl go into keyscan_close() implementation
- use of SIMPLE_DEV_PM_OPS()
- rename compatibility name into "st,sti-keyscan"
- suppress platform data management
- omit vendor information
- cosmetic change and renaming

The goal of this series is to add ST Keyscan support to ST SoCs.
The DT definition is added for STiH415 and STiH416 SoCs on
B2000 board.


Gabriel Fernandez (7):
  drivers: input: keyboard: st-keyscan: add keyscan driver
  driver: reset: sti: add keyscan for stih415
  driver: reset: sti: add keyscan for stih416
  ARM: STi: DT: add keyscan for stih415
  ARM: STi: DT: add keyscan for stih416
  ARM: STi: DT: add keyscan for stih41x-b2000
  ARM: multi_v7_defconfig: add ST Keyscan driver

 .../devicetree/bindings/input/st-keyscan.txt       |  60 +++++
 arch/arm/boot/dts/stih415-pinctrl.dtsi             |  16 ++
 arch/arm/boot/dts/stih415.dtsi                     |  12 +
 arch/arm/boot/dts/stih416-pinctrl.dtsi             |  16 ++
 arch/arm/boot/dts/stih416.dtsi                     |  12 +
 arch/arm/boot/dts/stih41x-b2000.dtsi               |  23 ++
 arch/arm/configs/multi_v7_defconfig                |   1 +
 drivers/input/keyboard/Kconfig                     |  12 +
 drivers/input/keyboard/Makefile                    |   1 +
 drivers/input/keyboard/st-keyscan.c                | 260 +++++++++++++++++++++
 drivers/reset/sti/reset-stih415.c                  |   1 +
 drivers/reset/sti/reset-stih416.c                  |   1 +
 .../dt-bindings/reset-controller/stih415-resets.h  |   1 +
 .../dt-bindings/reset-controller/stih416-resets.h  |   1 +
 14 files changed, 417 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/st-keyscan.txt
 create mode 100644 drivers/input/keyboard/st-keyscan.c

-- 
1.9.1


^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2014-05-14 10:02 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-11 15:07 [PATCH v4 0/7] Add ST Keyscan driver Gabriel FERNANDEZ
2014-04-11 15:07 ` Gabriel FERNANDEZ
2014-04-11 15:07 ` Gabriel FERNANDEZ
2014-04-11 15:07 ` [PATCH v4 1/7] drivers: input: keyboard: st-keyscan: add keyscan driver Gabriel FERNANDEZ
2014-04-11 15:07   ` Gabriel FERNANDEZ
2014-04-13  5:10   ` Dmitry Torokhov
2014-04-13  5:10     ` Dmitry Torokhov
2014-04-16  8:49     ` Gabriel Fernandez
2014-04-16  8:49       ` Gabriel Fernandez
2014-04-19 21:09       ` Dmitry Torokhov
2014-04-19 21:09         ` Dmitry Torokhov
2014-04-11 15:07 ` [PATCH v4 2/7] driver: reset: sti: add keyscan for stih415 Gabriel FERNANDEZ
2014-04-11 15:07   ` Gabriel FERNANDEZ
2014-04-11 15:07   ` Gabriel FERNANDEZ
2014-05-14  8:51   ` [STLinux Kernel] " Maxime Coquelin
2014-05-14  8:51     ` Maxime Coquelin
2014-05-14  8:51     ` Maxime Coquelin
2014-05-14  9:15     ` Philipp Zabel
2014-05-14  9:15       ` Philipp Zabel
2014-05-14 10:00       ` Maxime Coquelin
2014-05-14 10:00         ` Maxime Coquelin
2014-05-14 10:00         ` Maxime Coquelin
2014-04-11 15:07 ` [PATCH v4 3/7] driver: reset: sti: add keyscan for stih416 Gabriel FERNANDEZ
2014-04-11 15:07   ` Gabriel FERNANDEZ
2014-04-11 15:07 ` [PATCH v4 4/7] ARM: STi: DT: add keyscan for stih415 Gabriel FERNANDEZ
2014-04-11 15:07   ` Gabriel FERNANDEZ
2014-04-11 15:07 ` [PATCH v4 5/7] ARM: STi: DT: add keyscan for stih416 Gabriel FERNANDEZ
2014-04-11 15:07   ` Gabriel FERNANDEZ
2014-04-11 15:07   ` Gabriel FERNANDEZ
2014-04-11 15:07 ` [PATCH v4 6/7] ARM: STi: DT: add keyscan for stih41x-b2000 Gabriel FERNANDEZ
2014-04-11 15:07   ` Gabriel FERNANDEZ
2014-04-11 15:07   ` Gabriel FERNANDEZ
2014-04-11 15:07 ` [PATCH v4 7/7] ARM: multi_v7_defconfig: add ST Keyscan driver Gabriel FERNANDEZ
2014-04-11 15:07   ` Gabriel FERNANDEZ
2014-04-11 15:07   ` Gabriel FERNANDEZ
2014-05-14  8:47 ` [STLinux Kernel] [PATCH v4 0/7] Add " Maxime Coquelin
2014-05-14  8:47   ` Maxime Coquelin
2014-05-14  8:47   ` Maxime Coquelin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.