All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sinan Kaya <okaya@codeaurora.org>
To: Alex Williamson <alex.williamson@redhat.com>
Cc: kvm@vger.kernel.org, timur@codeaurora.org, cov@codeaurora.org,
	jcm@redhat.com, eric.auger@redhat.com,
	linux-acpi@vger.kernel.org, agross@codeaurora.org,
	linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Baptiste Reynal <b.reynal@virtualopensystems.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH V10 4/9] vfio: platform: add support for ACPI probe
Date: Tue, 19 Jul 2016 11:29:34 -0400	[thread overview]
Message-ID: <055ee380-a6a2-7272-28cb-f463eb663a11@codeaurora.org> (raw)
In-Reply-To: <20160719092819.0334c607@t450s.home>

On 7/19/2016 11:28 AM, Alex Williamson wrote:
> On Tue, 19 Jul 2016 10:49:54 -0400
> Sinan Kaya <okaya@codeaurora.org> wrote:
> 
>> On 7/18/2016 8:24 PM, Alex Williamson wrote:
>>>>> nit, might make sense to replace EPERM with ENOENT and use EINVAL here.  
>>>>>>>     
>>>>>
>>>>> Sure, will take carr of it.
>>>>>
>>>>> Anything else I need to take care of?  
>>> Not that I see, maybe just send a new version of this patch if the
>>> changes don't trickle through too much.  Thanks,  
>>
>> I posted V11 with the discussed change. 
>>
>> [PATCH V11 0/9] vfio, platform: add ACPI support
>>
>> Do you see this making to 4.8 kernel?
> 
> 
> I hope so, I'll try to get it into my next branch within the next day
> or so.  Thanks,
> 
> Alex
> 

Thank you.

-- 
Sinan Kaya
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc.
Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.

WARNING: multiple messages have this Message-ID (diff)
From: okaya@codeaurora.org (Sinan Kaya)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V10 4/9] vfio: platform: add support for ACPI probe
Date: Tue, 19 Jul 2016 11:29:34 -0400	[thread overview]
Message-ID: <055ee380-a6a2-7272-28cb-f463eb663a11@codeaurora.org> (raw)
In-Reply-To: <20160719092819.0334c607@t450s.home>

On 7/19/2016 11:28 AM, Alex Williamson wrote:
> On Tue, 19 Jul 2016 10:49:54 -0400
> Sinan Kaya <okaya@codeaurora.org> wrote:
> 
>> On 7/18/2016 8:24 PM, Alex Williamson wrote:
>>>>> nit, might make sense to replace EPERM with ENOENT and use EINVAL here.  
>>>>>>>     
>>>>>
>>>>> Sure, will take carr of it.
>>>>>
>>>>> Anything else I need to take care of?  
>>> Not that I see, maybe just send a new version of this patch if the
>>> changes don't trickle through too much.  Thanks,  
>>
>> I posted V11 with the discussed change. 
>>
>> [PATCH V11 0/9] vfio, platform: add ACPI support
>>
>> Do you see this making to 4.8 kernel?
> 
> 
> I hope so, I'll try to get it into my next branch within the next day
> or so.  Thanks,
> 
> Alex
> 

Thank you.

-- 
Sinan Kaya
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc.
Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.

  reply	other threads:[~2016-07-19 15:29 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-18 23:09 [PATCH V10 0/9] vfio, platform: add ACPI support Sinan Kaya
2016-07-18 23:09 ` Sinan Kaya
2016-07-18 23:09 ` [PATCH V10 1/9] vfio: platform: rename reset function Sinan Kaya
2016-07-18 23:09   ` Sinan Kaya
2016-07-18 23:09 ` [PATCH V10 2/9] vfio: platform: move reset call to a common function Sinan Kaya
2016-07-18 23:09   ` Sinan Kaya
2016-07-18 23:09 ` [PATCH V10 3/9] vfio: platform: determine reset capability Sinan Kaya
2016-07-18 23:09   ` Sinan Kaya
2016-07-18 23:09 ` [PATCH V10 4/9] vfio: platform: add support for ACPI probe Sinan Kaya
2016-07-18 23:09   ` Sinan Kaya
2016-07-19  0:00   ` Alex Williamson
2016-07-19  0:00     ` Alex Williamson
2016-07-19  0:16     ` okaya
2016-07-19  0:16       ` okaya at codeaurora.org
2016-07-19  0:24       ` Alex Williamson
2016-07-19  0:24         ` Alex Williamson
2016-07-19 14:49         ` Sinan Kaya
2016-07-19 14:49           ` Sinan Kaya
2016-07-19 15:28           ` Alex Williamson
2016-07-19 15:28             ` Alex Williamson
2016-07-19 15:29             ` Sinan Kaya [this message]
2016-07-19 15:29               ` Sinan Kaya
2016-07-18 23:09 ` [PATCH V10 5/9] vfio: platform: add extra debug info argument to call reset Sinan Kaya
2016-07-18 23:09   ` Sinan Kaya
2016-07-18 23:09 ` [PATCH V10 6/9] vfio: platform: call _RST method when using ACPI Sinan Kaya
2016-07-18 23:09   ` Sinan Kaya
2016-07-18 23:09 ` [PATCH V10 7/9] vfio, platform: make reset driver a requirement by default Sinan Kaya
2016-07-18 23:09   ` Sinan Kaya
2016-07-18 23:09   ` Sinan Kaya
2016-07-18 23:09 ` [PATCH V10 8/9] vfio: platform: check reset call return code during open Sinan Kaya
2016-07-18 23:09   ` Sinan Kaya
2016-07-18 23:09   ` Sinan Kaya
2016-07-18 23:09 ` [PATCH V10 9/9] vfio: platform: check reset call return code during release Sinan Kaya
2016-07-18 23:09   ` Sinan Kaya

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=055ee380-a6a2-7272-28cb-f463eb663a11@codeaurora.org \
    --to=okaya@codeaurora.org \
    --cc=agross@codeaurora.org \
    --cc=alex.williamson@redhat.com \
    --cc=b.reynal@virtualopensystems.com \
    --cc=cov@codeaurora.org \
    --cc=eric.auger@redhat.com \
    --cc=jcm@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=timur@codeaurora.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.