All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastien Guiriec <s-guiriec@ti.com>
To: Ricardo Neri <rneri@dextratech.com>
Cc: tomi.valkeinen@ti.com, broonie@opensource.wolfsonmicro.com,
	liam.r.girdwood@intel.com, tony@atomide.com,
	peter.ujfalusi@ti.com, alsa-devel@alsa-project.org,
	linux-omap@vger.kernel.org, dzuniga@dextratech.com
Subject: Re: [alsa-devel] [RESEND PATCH v3 2/5] ARM: OMAP4: Assign IDs to DSS HDMI devices
Date: Fri, 25 Jan 2013 15:44:00 +0100	[thread overview]
Message-ID: <51029A30.7070903@ti.com> (raw)
In-Reply-To: <1357341987-3327-3-git-send-email-rneri@dextratech.com>

Hi Ricardo,

You need to rebase this patch as the code has been moved to dss-common.c 
file now. So it would not apply.

Sebastien

On 01/05/2013 12:26 AM, Ricardo Neri wrote:
> While Pandaboard and SDP4430 have only one HDMI output connector, it may be
> possible that future boards and SoCs support more than one HDMI output.
> Thus, we define the identifier of the device. This is used by display
> common code to identify and create the platform devices for HDMI audio drivers.
>
> Signed-off-by: Ricardo Neri <rneri@dextratech.com>
> ---
>   arch/arm/mach-omap2/board-4430sdp.c    |    3 +++
>   arch/arm/mach-omap2/board-omap4panda.c |    3 +++
>   2 files changed, 6 insertions(+)
>
> diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c
> index 3669c12..5a486d9 100644
> --- a/arch/arm/mach-omap2/board-4430sdp.c
> +++ b/arch/arm/mach-omap2/board-4430sdp.c
> @@ -666,6 +666,9 @@ static struct omap_dss_device sdp4430_hdmi_device = {
>   	.type = OMAP_DISPLAY_TYPE_HDMI,
>   	.channel = OMAP_DSS_CHANNEL_DIGIT,
>   	.data = &sdp4430_hdmi_data,
> +	.dev = {
> +		.id = -1,
> +	},
>   };
>
>   static struct picodlp_panel_data sdp4430_picodlp_pdata = {
> diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c
> index bfcd397..9f336a3 100644
> --- a/arch/arm/mach-omap2/board-omap4panda.c
> +++ b/arch/arm/mach-omap2/board-omap4panda.c
> @@ -440,6 +440,9 @@ static struct omap_dss_device  omap4_panda_hdmi_device = {
>   	.type = OMAP_DISPLAY_TYPE_HDMI,
>   	.channel = OMAP_DSS_CHANNEL_DIGIT,
>   	.data = &omap4_panda_hdmi_data,
> +	.dev = {
> +		.id = -1,
> +	},
>   };
>
>   static struct omap_dss_device *omap4_panda_dss_devices[] = {
>


  reply	other threads:[~2013-01-25 14:44 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-04 23:26 [RESEND PATCH v3 0/5] ARM: OMAP4+: HDMI: Update platform devices for audio Ricardo Neri
2013-01-04 23:26 ` [RESEND PATCH v3 1/5] ARM: OMAP4+: HDMI: Rename platform devices for ASoC drivers Ricardo Neri
2013-01-13 23:19   ` Mark Brown
2013-01-04 23:26 ` [RESEND PATCH v3 2/5] ARM: OMAP4: Assign IDs to DSS HDMI devices Ricardo Neri
2013-01-25 14:44   ` Sebastien Guiriec [this message]
2013-01-25 15:10     ` ALSA versions versus kernel versions Daniel Griscom
2013-01-28 15:28       ` Takashi Iwai
2013-01-28 15:50         ` Daniel Griscom
2013-01-28 16:32           ` Takashi Iwai
2013-01-28 16:14         ` Daniel Griscom
2013-01-28 16:29           ` Takashi Iwai
2013-01-28 17:06             ` Daniel Griscom
2013-01-28 17:16               ` Takashi Iwai
2013-02-04 17:03                 ` Daniel Griscom
2013-02-04 17:13                   ` Takashi Iwai
2013-01-25 16:23     ` [alsa-devel] [RESEND PATCH v3 2/5] ARM: OMAP4: Assign IDs to DSS HDMI devices Ricardo Neri
2013-01-04 23:26 ` [RESEND PATCH v3 3/5] ARM4: OMAP4+: HDMI: Relocate devices for audio codec and card Ricardo Neri
2013-01-04 23:26 ` [RESEND PATCH v3 4/5] ARM: OMAP4+: HDMI: Relocate the device for audio interface Ricardo Neri
2013-01-04 23:26 ` [RESEND PATCH v3 5/5] ARM: OMAP4+: HDMI: Refine the DMA port resource for audio Ricardo Neri
2013-01-13 23:20   ` Mark Brown

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=51029A30.7070903@ti.com \
    --to=s-guiriec@ti.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=dzuniga@dextratech.com \
    --cc=liam.r.girdwood@intel.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=peter.ujfalusi@ti.com \
    --cc=rneri@dextratech.com \
    --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.