All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Gerd Hoffmann <kraxel@redhat.com>, linux-fbdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org,
	kys@microsoft.com, abgupta@microsoft.com, haiyangz@microsoft.com,
	jasowang@redhat.com, devel@linuxdriverproject.org
Subject: Re: [PATCH v3 1/4] vmbus: add missing breaks
Date: Fri, 28 Feb 2014 09:05:53 +0000	[thread overview]
Message-ID: <53105171.1060102@ti.com> (raw)
In-Reply-To: <1393247831-5271-2-git-send-email-kraxel@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 852 bytes --]

On 24/02/14 15:17, Gerd Hoffmann wrote:
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  drivers/hv/vmbus_drv.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
> index b37c91b..2352ae48 100644
> --- a/drivers/hv/vmbus_drv.c
> +++ b/drivers/hv/vmbus_drv.c
> @@ -899,10 +899,12 @@ static acpi_status vmbus_walk_resources(struct acpi_resource *res, void *ctx)
>  	switch (res->type) {
>  	case ACPI_RESOURCE_TYPE_IRQ:
>  		irq = res->data.irq.interrupts[0];
> +		break;
>  
>  	case ACPI_RESOURCE_TYPE_ADDRESS64:
>  		hyperv_mmio_start = res->data.address64.minimum;
>  		hyperv_mmio_size = res->data.address64.address_length;
> +		break;
>  	}
>  
>  	return AE_OK;
> 

Why is this sent to fbdev list? Is this related to the hyperv-fb patches?

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Gerd Hoffmann <kraxel@redhat.com>, <linux-fbdev@vger.kernel.org>
Cc: <linux-kernel@vger.kernel.org>, <gregkh@linuxfoundation.org>,
	<kys@microsoft.com>, <abgupta@microsoft.com>,
	<haiyangz@microsoft.com>, <jasowang@redhat.com>,
	<devel@linuxdriverproject.org>
Subject: Re: [PATCH v3 1/4] vmbus: add missing breaks
Date: Fri, 28 Feb 2014 11:05:53 +0200	[thread overview]
Message-ID: <53105171.1060102@ti.com> (raw)
In-Reply-To: <1393247831-5271-2-git-send-email-kraxel@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 852 bytes --]

On 24/02/14 15:17, Gerd Hoffmann wrote:
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  drivers/hv/vmbus_drv.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
> index b37c91b..2352ae48 100644
> --- a/drivers/hv/vmbus_drv.c
> +++ b/drivers/hv/vmbus_drv.c
> @@ -899,10 +899,12 @@ static acpi_status vmbus_walk_resources(struct acpi_resource *res, void *ctx)
>  	switch (res->type) {
>  	case ACPI_RESOURCE_TYPE_IRQ:
>  		irq = res->data.irq.interrupts[0];
> +		break;
>  
>  	case ACPI_RESOURCE_TYPE_ADDRESS64:
>  		hyperv_mmio_start = res->data.address64.minimum;
>  		hyperv_mmio_size = res->data.address64.address_length;
> +		break;
>  	}
>  
>  	return AE_OK;
> 

Why is this sent to fbdev list? Is this related to the hyperv-fb patches?

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

  reply	other threads:[~2014-02-28  9:05 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-24 13:17 [PATCH v3 0/4] hyperv-fb: add support for generation 2 virtual machines Gerd Hoffmann
2014-02-24 13:17 ` Gerd Hoffmann
2014-02-24 13:17 ` [PATCH v3 1/4] vmbus: add missing breaks Gerd Hoffmann
2014-02-24 13:17   ` Gerd Hoffmann
2014-02-28  9:05   ` Tomi Valkeinen [this message]
2014-02-28  9:05     ` Tomi Valkeinen
2014-02-28 11:55     ` Gerd Hoffmann
2014-02-28 11:55       ` Gerd Hoffmann
2014-02-24 13:17 ` [PATCH v3 2/4] vmbus: use resource for hyperv mmio region Gerd Hoffmann
2014-02-24 13:17   ` Gerd Hoffmann
2014-02-24 21:57   ` KY Srinivasan
2014-02-24 13:17 ` [PATCH v3 3/4] hyperv-fb: add support for generation 2 virtual machines Gerd Hoffmann
2014-02-24 13:17   ` Gerd Hoffmann
2014-02-24 22:05   ` Haiyang Zhang
2014-02-24 22:05     ` Haiyang Zhang
2014-02-24 13:17 ` [PATCH v3 4/4] hyperv-fb: kick off efifb early Gerd Hoffmann
2014-02-24 13:17   ` Gerd Hoffmann
2014-02-24 22:06   ` Haiyang Zhang

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=53105171.1060102@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=abgupta@microsoft.com \
    --cc=devel@linuxdriverproject.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=haiyangz@microsoft.com \
    --cc=jasowang@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=kys@microsoft.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.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.