All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeffrey Hugo <quic_jhugo@quicinc.com>
To: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>,
	Daniel Vetter <daniel@ffwll.ch>, Oded Gabbay <ogabbay@kernel.org>
Cc: <linux-doc@vger.kernel.org>, <linux-arm-msm@vger.kernel.org>,
	<mani@kernel.org>, <dri-devel@lists.freedesktop.org>,
	<quic_ajitpals@quicinc.com>, <quic_pkanojiy@quicinc.com>,
	<stanislaw.gruszka@linux.intel.com>, <quic_carlv@quicinc.com>,
	<bagasdotme@gmail.com>
Subject: Re: [PATCH v5 0/8] QAIC accel driver
Date: Thu, 6 Apr 2023 07:15:09 -0600	[thread overview]
Message-ID: <b760e4bc-3f28-0fb7-3e15-76c3964d5407@quicinc.com> (raw)
In-Reply-To: <228d379b-e4e5-5324-4bcf-6152faf5c54f@linux.intel.com>

On 4/6/2023 12:34 AM, Jacek Lawrynowicz wrote:
> I've merged the patchset to drm-misc-next.
> Congrats Jeffrey :)

Thanks!

> 
> On 05.04.2023 16:28, Jeffrey Hugo wrote:
>> On 4/5/2023 7:27 AM, Daniel Vetter wrote:
>>> On Wed, Apr 05, 2023 at 03:35:19PM +0300, Oded Gabbay wrote:
>>>> On Wed, Apr 5, 2023 at 2:26 PM Jacek Lawrynowicz
>>>> <jacek.lawrynowicz@linux.intel.com> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> On 03.04.2023 19:22, Jeffrey Hugo wrote:
>>>>>> On 3/27/2023 9:54 AM, Jeffrey Hugo wrote:
>>>>>>> This series introduces a driver under the accel subsystem (QAIC -
>>>>>>> Qualcomm AIC) for the Qualcomm Cloud AI 100 product (AIC100).  AIC100 is
>>>>>>> a PCIe adapter card that hosts a dedicated machine learning inference
>>>>>>> accelerator.
>>>>>>>
>>>>>>> The previous version (v4) can be found at:
>>>>>>> https://lore.kernel.org/all/1679325074-5494-1-git-send-email-quic_jhugo@quicinc.com/
>>>>>>
>>>>>> Looks like things have been silent on this revision and we have a number of review tags already.  Seems like this series is ready for merge.
>>>>>>
>>>>>> I'd like to see this queued for 6.4 if possible.  Given that we are at 6.3-rc5, it seems like this would need to be merged now(ish) to make 6.4.
>>>>>>
>>>>>> Jacek, since you have commit permissions in drm-misc and are an active Accel maintainer, I wonder if it would be appropriate for you to merge this series to drm-misc.  Thoughts?
>>>>>
>>>>> I'm would be happy to merge it but I think it needs to be acked by Oded first.
>>>>>
>>>>> Regards,
>>>>> Jacek
>>>>
>>>> Hi,
>>>> Entire patch-set is:
>>>> Acked-by: Oded Gabbay <ogabbay@kernel.org>
>>>
>>> Once Jacke has pushed this I htink it would also be good to get Jeffrey
>>> commit rights for drm-misc, so that in the future bugfixes for the qaic
>>> driver can be pushed directly by the qaic team. Still with acks/r-b
>>> requirements as per usual, and I guess for anything bigger/new uapi an ack
>>> from oded is needed.
>>>
>>> https://drm.pages.freedesktop.org/maintainer-tools/commit-access.html#drm-misc
>>>
>>> Cheers, Daniel
>>
>> Yep.  This is the plan per my understanding.
>>
>> -Jeff


WARNING: multiple messages have this Message-ID (diff)
From: Jeffrey Hugo <quic_jhugo@quicinc.com>
To: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>,
	Daniel Vetter <daniel@ffwll.ch>, Oded Gabbay <ogabbay@kernel.org>
Cc: mani@kernel.org, linux-arm-msm@vger.kernel.org,
	linux-doc@vger.kernel.org, dri-devel@lists.freedesktop.org,
	quic_ajitpals@quicinc.com, quic_pkanojiy@quicinc.com,
	stanislaw.gruszka@linux.intel.com, quic_carlv@quicinc.com,
	bagasdotme@gmail.com
Subject: Re: [PATCH v5 0/8] QAIC accel driver
Date: Thu, 6 Apr 2023 07:15:09 -0600	[thread overview]
Message-ID: <b760e4bc-3f28-0fb7-3e15-76c3964d5407@quicinc.com> (raw)
In-Reply-To: <228d379b-e4e5-5324-4bcf-6152faf5c54f@linux.intel.com>

On 4/6/2023 12:34 AM, Jacek Lawrynowicz wrote:
> I've merged the patchset to drm-misc-next.
> Congrats Jeffrey :)

Thanks!

> 
> On 05.04.2023 16:28, Jeffrey Hugo wrote:
>> On 4/5/2023 7:27 AM, Daniel Vetter wrote:
>>> On Wed, Apr 05, 2023 at 03:35:19PM +0300, Oded Gabbay wrote:
>>>> On Wed, Apr 5, 2023 at 2:26 PM Jacek Lawrynowicz
>>>> <jacek.lawrynowicz@linux.intel.com> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> On 03.04.2023 19:22, Jeffrey Hugo wrote:
>>>>>> On 3/27/2023 9:54 AM, Jeffrey Hugo wrote:
>>>>>>> This series introduces a driver under the accel subsystem (QAIC -
>>>>>>> Qualcomm AIC) for the Qualcomm Cloud AI 100 product (AIC100).  AIC100 is
>>>>>>> a PCIe adapter card that hosts a dedicated machine learning inference
>>>>>>> accelerator.
>>>>>>>
>>>>>>> The previous version (v4) can be found at:
>>>>>>> https://lore.kernel.org/all/1679325074-5494-1-git-send-email-quic_jhugo@quicinc.com/
>>>>>>
>>>>>> Looks like things have been silent on this revision and we have a number of review tags already.  Seems like this series is ready for merge.
>>>>>>
>>>>>> I'd like to see this queued for 6.4 if possible.  Given that we are at 6.3-rc5, it seems like this would need to be merged now(ish) to make 6.4.
>>>>>>
>>>>>> Jacek, since you have commit permissions in drm-misc and are an active Accel maintainer, I wonder if it would be appropriate for you to merge this series to drm-misc.  Thoughts?
>>>>>
>>>>> I'm would be happy to merge it but I think it needs to be acked by Oded first.
>>>>>
>>>>> Regards,
>>>>> Jacek
>>>>
>>>> Hi,
>>>> Entire patch-set is:
>>>> Acked-by: Oded Gabbay <ogabbay@kernel.org>
>>>
>>> Once Jacke has pushed this I htink it would also be good to get Jeffrey
>>> commit rights for drm-misc, so that in the future bugfixes for the qaic
>>> driver can be pushed directly by the qaic team. Still with acks/r-b
>>> requirements as per usual, and I guess for anything bigger/new uapi an ack
>>> from oded is needed.
>>>
>>> https://drm.pages.freedesktop.org/maintainer-tools/commit-access.html#drm-misc
>>>
>>> Cheers, Daniel
>>
>> Yep.  This is the plan per my understanding.
>>
>> -Jeff


  reply	other threads:[~2023-04-06 13:15 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-27 15:54 [PATCH v5 0/8] QAIC accel driver Jeffrey Hugo
2023-03-27 15:54 ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 1/8] accel/qaic: Add documentation for AIC100 accelerator driver Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 2/8] accel/qaic: Add uapi and core driver file Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 3/8] accel/qaic: Add MHI controller Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 4/8] accel/qaic: Add control path Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 5/8] accel/qaic: Add datapath Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 6/8] accel/qaic: Add mhi_qaic_cntl Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 7/8] accel/qaic: Add qaic driver to the build system Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 8/8] MAINTAINERS: Add entry for QAIC driver Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-04-03 17:22 ` [PATCH v5 0/8] QAIC accel driver Jeffrey Hugo
2023-04-03 17:22   ` Jeffrey Hugo
2023-04-05 11:26   ` Jacek Lawrynowicz
2023-04-05 11:26     ` Jacek Lawrynowicz
2023-04-05 12:35     ` Oded Gabbay
2023-04-05 12:35       ` Oded Gabbay
2023-04-05 13:27       ` Daniel Vetter
2023-04-05 13:27         ` Daniel Vetter
2023-04-05 14:28         ` Jeffrey Hugo
2023-04-05 14:28           ` Jeffrey Hugo
2023-04-06  6:34           ` Jacek Lawrynowicz
2023-04-06  6:34             ` Jacek Lawrynowicz
2023-04-06 13:15             ` Jeffrey Hugo [this message]
2023-04-06 13:15               ` Jeffrey Hugo

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=b760e4bc-3f28-0fb7-3e15-76c3964d5407@quicinc.com \
    --to=quic_jhugo@quicinc.com \
    --cc=bagasdotme@gmail.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jacek.lawrynowicz@linux.intel.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=mani@kernel.org \
    --cc=ogabbay@kernel.org \
    --cc=quic_ajitpals@quicinc.com \
    --cc=quic_carlv@quicinc.com \
    --cc=quic_pkanojiy@quicinc.com \
    --cc=stanislaw.gruszka@linux.intel.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.