From: Mayuresh Janorkar <mayur@ti.com>
To: linux-omap@vger.kernel.org
Cc: tomi.valkeinen@ti.com, Mayuresh Janorkar <mayur@ti.com>
Subject: [PATCH 1/4] OMAP: DSS: Adding a header file for picodlp data
Date: Mon, 9 May 2011 20:48:36 +0530 [thread overview]
Message-ID: <1304954319-8386-2-git-send-email-mayur@ti.com> (raw)
In-Reply-To: <1304954319-8386-1-git-send-email-mayur@ti.com>
picodlp is a TI projector supported by OMAP
picodlp is interfaced with host processor using pwrgood and emu_done pins.
In programming sequence it is required to send high to pwrgood to low
wait for a fraction of seconds and then wait for emu_done signal to go low.
picodlp would be ready to send/ receive i2c commands 500 mili-seconds after
emu_done goes low.
A new header file has been added for panel data and
picodlp_panel_data struct has been introduced
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
---
Changes since v2:
Changed gpio names to emu_done_gpio and pwrgood_gpio
Changes since v1: Nil
arch/arm/plat-omap/include/plat/panel-picodlp.h | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/plat-omap/include/plat/panel-picodlp.h
diff --git a/arch/arm/plat-omap/include/plat/panel-picodlp.h b/arch/arm/plat-omap/include/plat/panel-picodlp.h
new file mode 100644
index 0000000..333f7d6
--- /dev/null
+++ b/arch/arm/plat-omap/include/plat/panel-picodlp.h
@@ -0,0 +1,23 @@
+/*
+ * panel data for picodlp panel
+ *
+ * Copyright (C) 2011 Texas Instruments
+ *
+ * Author: Mayuresh Janorkar <mayur@ti.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+#ifndef __ARCH_ARM_PLAT_PANEL_PICODLP_H
+#define __ARCH_ARM_PLAT_PANEL_PICODLP_H
+/**
+ * struct : picodlp panel data
+ * picodlp_adapter_id: i2c_adapter number for picodlp
+ */
+struct picodlp_panel_data {
+ int picodlp_adapter_id;
+ int emu_done_gpio;
+ int pwrgood_gpio;
+};
+#endif /* __ARCH_ARM_PLAT_PANEL_PICODLP_H */
--
1.7.1
next prev parent reply other threads:[~2011-05-09 14:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-09 15:18 [PATCH v3 0/7] picodlp projector driver Mayuresh Janorkar
2011-05-09 15:18 ` Mayuresh Janorkar [this message]
2011-05-09 15:18 ` [PATCH v3 2/4] OMAP: DSS: Adding a picodlp header file Mayuresh Janorkar
2011-05-09 15:18 ` [PATCH v3 3/4] OMAP4: DSS: Adding a picodlp in OMAP4430 SDP board file Mayuresh Janorkar
2011-05-09 15:18 ` [PATCH v3 4/4] OMAP: DSS: Add picodlp panel driver Mayuresh Janorkar
2011-05-10 9:33 ` Tomi Valkeinen
2011-05-10 10:27 ` Janorkar, Mayuresh
2011-05-10 11:14 ` Tomi Valkeinen
2011-05-10 12:04 ` Janorkar, Mayuresh
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=1304954319-8386-2-git-send-email-mayur@ti.com \
--to=mayur@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=tomi.valkeinen@ti.com \
/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 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).