* [PATCH v3 0/5] Add samsung keypad
@ 2010-05-31 4:40 Joonyoung Shim
0 siblings, 0 replies; only message in thread
From: Joonyoung Shim @ 2010-05-31 4:40 UTC (permalink / raw)
To: ben-linux
Cc: linux-arm-kernel, linux-samsung-soc, linux-input, kyungmin.park,
dmitry.torokhov
This is patch v3 series to add Samsung keypad.
Changes since v1:
- Include linux/gpio.h instead of mach/gpio.h
- Switch to dev_pm_ops in the samsung keypad driver
Changes since v2:
- Add keypad device types to remove platform specific #ifdef
- Remove unnecessary include and checking codes.
- Rename from 'kp' to 'keypad'
- Rename keypad registers definition
- Modify 'rep' variable declaration
---
Joonyoung Shim (5):
ARM: SAMSUNG: Add keypad device support
ARM: S5PV210: Add keypad device helpers
ARM: S5PV210: Add keypad device to the GONI board
ARM: S5PV210: Add keypad device to the Aquila board
input: samsung-keypad - Add samsung keypad driver
arch/arm/mach-s5pv210/Kconfig | 9 +
arch/arm/mach-s5pv210/Makefile | 1 +
arch/arm/mach-s5pv210/cpu.c | 4 +
arch/arm/mach-s5pv210/include/mach/map.h | 3 +
arch/arm/mach-s5pv210/mach-aquila.c | 25 ++
arch/arm/mach-s5pv210/mach-goni.c | 26 ++
arch/arm/mach-s5pv210/setup-keypad.c | 34 ++
arch/arm/plat-samsung/Kconfig | 5 +
arch/arm/plat-samsung/Makefile | 1 +
arch/arm/plat-samsung/dev-keypad.c | 50 +++
arch/arm/plat-samsung/include/plat/devs.h | 2 +
arch/arm/plat-samsung/include/plat/keypad.h | 57 +++
arch/arm/plat-samsung/include/plat/regs-keypad.h | 49 +++
drivers/input/keyboard/Kconfig | 9 +
drivers/input/keyboard/Makefile | 1 +
drivers/input/keyboard/samsung-keypad.c | 397 ++++++++++++++++++++++
16 files changed, 673 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/mach-s5pv210/setup-keypad.c
create mode 100644 arch/arm/plat-samsung/dev-keypad.c
create mode 100644 arch/arm/plat-samsung/include/plat/keypad.h
create mode 100644 arch/arm/plat-samsung/include/plat/regs-keypad.h
create mode 100644 drivers/input/keyboard/samsung-keypad.c
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-31 4:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-31 4:40 [PATCH v3 0/5] Add samsung keypad Joonyoung Shim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).