From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: mythripk@ti.com
Cc: linux-omap@vger.kernel.org,
Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
Subject: Re: [PATCH v2 2/2] OMAPDSS: HDMI: Disable DDC internal pull up
Date: Mon, 19 Dec 2011 14:53:59 +0200 [thread overview]
Message-ID: <1324299239.31482.37.camel@deskari> (raw)
In-Reply-To: <1324298206-19161-2-git-send-email-mythripk@ti.com>
[-- Attachment #1: Type: text/plain, Size: 826 bytes --]
On Mon, 2011-12-19 at 18:06 +0530, mythripk@ti.com wrote:
> diff --git a/include/video/omapdss.h b/include/video/omapdss.h
> index 0cb0469..799470f 100644
> --- a/include/video/omapdss.h
> +++ b/include/video/omapdss.h
> @@ -200,6 +200,10 @@ enum omap_dss_clk_source {
> OMAP_DSS_CLK_SRC_DSI2_PLL_HSDIV_DSI, /* OMAP4: PLL2_CLK2 */
> };
>
> +enum omap_hdmi_flags {
> + OMAP_HDMI_SDA_SCL_EXTERNAL_PULLUP = 1 << 0,
> +};
> +
> /* RFBI */
>
> struct rfbi_timings {
> @@ -310,7 +314,7 @@ struct omap_dss_board_info {
> /* Init with the board info */
> extern int omap_display_init(struct omap_dss_board_info *board_data);
> /* HDMI mux init*/
> -extern int omap_hdmi_init(void);
> +extern int omap_hdmi_init(int flags);
You have an enum for flags, so use the enum instead of int.
Tomi
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
prev parent reply other threads:[~2011-12-19 12:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-19 12:36 [PATCH v2 1/2] OMAPDSS: HDMI: Move duplicate code from boardfile mythripk
2011-12-19 12:36 ` [PATCH v2 2/2] OMAPDSS: HDMI: Disable DDC internal pull up mythripk
2011-12-19 12:53 ` Tomi Valkeinen [this message]
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=1324299239.31482.37.camel@deskari \
--to=tomi.valkeinen@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=mythripk@ti.com \
--cc=ricardo.salveti@linaro.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 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).