All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Weber <thomas@tomweber.eu>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: tony@atomide.com, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, stable@vger.kernel.org
Subject: Re: [PATCH] ARM: OMAP3: Devkit8000: Fix dvi output
Date: Mon, 19 Nov 2012 07:10:57 +0100	[thread overview]
Message-ID: <50A9CD71.8080501@tomweber.eu> (raw)
In-Reply-To: <50A9C909.1030006@ti.com>

Hello Tomi,

On 11/19/2012 06:52 AM, Tomi Valkeinen wrote:
> On 2012-11-18 18:28, Thomas Weber wrote:
>> Add i2c bus number for DVI output.
>> The driver uses this to detect if a panel is connected and to read EDID.
>>
>> Signed-off-by: Thomas Weber <thomas@tomweber.eu>
>> Cc: stable@vger.kernel.org #v3.5 v3.6
>> ---
>>   arch/arm/mach-omap2/board-devkit8000.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c
>> index 1fd161e..73d3d8e 100644
>> --- a/arch/arm/mach-omap2/board-devkit8000.c
>> +++ b/arch/arm/mach-omap2/board-devkit8000.c
>> @@ -138,6 +138,7 @@ static struct omap_dss_device devkit8000_lcd_device = {
>>   };
>>   
>>   static struct tfp410_platform_data dvi_panel = {
>> +	.i2c_bus_num		= 1,
>>   	.power_down_gpio	= -1,
>>   };
> That change is already included in the "[PATCH] OMAP: board-files: fix
> i2c_bus for tfp410" path I sent on Friday.
>
>   Tomi
>
>
Thanks.

Thomas

WARNING: multiple messages have this Message-ID (diff)
From: thomas@tomweber.eu (Thomas Weber)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: OMAP3: Devkit8000: Fix dvi output
Date: Mon, 19 Nov 2012 07:10:57 +0100	[thread overview]
Message-ID: <50A9CD71.8080501@tomweber.eu> (raw)
In-Reply-To: <50A9C909.1030006@ti.com>

Hello Tomi,

On 11/19/2012 06:52 AM, Tomi Valkeinen wrote:
> On 2012-11-18 18:28, Thomas Weber wrote:
>> Add i2c bus number for DVI output.
>> The driver uses this to detect if a panel is connected and to read EDID.
>>
>> Signed-off-by: Thomas Weber <thomas@tomweber.eu>
>> Cc: stable at vger.kernel.org #v3.5 v3.6
>> ---
>>   arch/arm/mach-omap2/board-devkit8000.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c
>> index 1fd161e..73d3d8e 100644
>> --- a/arch/arm/mach-omap2/board-devkit8000.c
>> +++ b/arch/arm/mach-omap2/board-devkit8000.c
>> @@ -138,6 +138,7 @@ static struct omap_dss_device devkit8000_lcd_device = {
>>   };
>>   
>>   static struct tfp410_platform_data dvi_panel = {
>> +	.i2c_bus_num		= 1,
>>   	.power_down_gpio	= -1,
>>   };
> That change is already included in the "[PATCH] OMAP: board-files: fix
> i2c_bus for tfp410" path I sent on Friday.
>
>   Tomi
>
>
Thanks.

Thomas

  reply	other threads:[~2012-11-19  6:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1353256083-19983-1-git-send-email-thomas@tomweber.eu>
2012-11-19  5:52 ` [PATCH] ARM: OMAP3: Devkit8000: Fix dvi output Tomi Valkeinen
2012-11-19  6:10   ` Thomas Weber [this message]
2012-11-19  6:10     ` Thomas Weber

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=50A9CD71.8080501@tomweber.eu \
    --to=thomas@tomweber.eu \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=tomi.valkeinen@ti.com \
    --cc=tony@atomide.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 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.