From: jsgood.yang@samsung.com (양진성)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 07/12] [ARM][S3C6410] Add definition of keypad platform data
Date: Sat, 05 Sep 2009 22:30:14 +0900 [thread overview]
Message-ID: <00a901ca2e2d$004e7bf0$00eb73d0$%yang@samsung.com> (raw)
This patch includes platform data header of keypad driver and
extern definition of function to set platform data.
Signed-off-by: Jinsung Yang <jsgood.yang@samsung.com>
Signed-off-by: Kyeongil Kim <ki0351.kim@samsung.com>
---
arch/arm/plat-s3c/include/plat/keypad.h | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/plat-s3c/include/plat/keypad.h
diff --git a/arch/arm/plat-s3c/include/plat/keypad.h b/arch/arm/plat-s3c/include/plat/keypad.h
new file mode 100644
index 0000000..caf2417
--- /dev/null
+++ b/arch/arm/plat-s3c/include/plat/keypad.h
@@ -0,0 +1,14 @@
+#ifndef __ASM_PLAT_S3C_KEYPAD_H
+#define __ASM_PLAT_S3C_KEYPAD_H
+
+struct s3c_platform_keypad {
+ int nr_rows;
+ int nr_cols;
+ int max_keys;
+ int max_masks;
+ int delay;
+};
+
+extern void s3c_keypad_set_platdata(struct s3c_platform_keypad *pd);
+
+#endif /* __ASM_PLAT_S3C_KEYPAD_H */
--
1.6.2.5
next reply other threads:[~2009-09-05 13:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-05 13:30 양진성 [this message]
2009-09-07 0:08 ` [PATCH 07/12] [ARM][S3C6410] Add definition of keypad platform data Kyungmin Park
2009-09-07 2:00 ` Jinsung Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='00a901ca2e2d$004e7bf0$00eb73d0$%yang@samsung.com' \
--to=jsgood.yang@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.