From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ACCE8C54EBC for ; Sun, 8 Jan 2023 02:54:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232479AbjAHCx7 (ORCPT ); Sat, 7 Jan 2023 21:53:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59970 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231578AbjAHCx6 (ORCPT ); Sat, 7 Jan 2023 21:53:58 -0500 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C79383631F; Sat, 7 Jan 2023 18:53:57 -0800 (PST) Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id AD4D94AE; Sun, 8 Jan 2023 03:53:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1673146435; bh=HXteQRPeTgPSqkLb+K4XtxNNxj1ycDYLGum2Ph3TzBY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=N9+OkkCqKXJtexcDsjgrGSIUR7/D3q1xp8AIVI3a+vKr31JCDKrOQ4ECx1AZ+rswG R+C9H1k4s0O+GiFe+a36GMiTSbzThbXSgMdtkp9PY/V43a3zp4b1aurPiv2tx/lSyx d1SioVImnvd15iFP/ogAB8eyHvsUu+DGZQT/aieE= Date: Sun, 8 Jan 2023 04:53:50 +0200 From: Laurent Pinchart To: "Milen Mitkov (Consultant)" Cc: Bryan O'Donoghue , Bryan O'Donoghue , linux-media@vger.kernel.org, linux-arm-msm@vger.kernel.org, robert.foss@linaro.org, akapatra@quicinc.com, jzala@quicinc.com, todor.too@gmail.com, hverkuil@xs4all.nl, agross@kernel.org, konrad.dybcio@somainline.org, mchehab@kernel.org, cgera@qti.qualcomm.com, gchinnab@quicinc.com, ayasan@qti.qualcomm.com Subject: Re: [PATCH v7 0/4] media: camss: sm8250: Virtual channels support for SM8250 Message-ID: References: <20221209094037.1148-1-quic_mmitkov@quicinc.com> <4c822211-ef91-416d-2363-cd0022a417af@nexus-software.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hi Milen, On Fri, Jan 06, 2023 at 11:49:23AM +0200, Milen Mitkov (Consultant) wrote: > On 05/01/2023 20:43, Bryan O'Donoghue wrote: > > On 05/01/2023 08:37, Milen Mitkov (Consultant) wrote: > >> On 09/12/2022 18:17, Bryan O'Donoghue wrote: > >>> On 09/12/2022 09:40, quic_mmitkov@quicinc.com wrote: > >>>> From: Milen Mitkov > >>>> > >>>> For v7: > >>>> - Fix an issue with output state for different versions of the IFE > >>>>    hardware (for platforms different from QRB5, e.g. QRB3). > >>>> > >>> > >>> Yep. > >>> > >>> Working for me on rb3 now and thank you for updating the git commit > >>> in patch #4. > >>> > >>> Tested-by: Bryan O'Donoghue > >>> Reviewed-by: Bryan O'Donoghue > >>> > >>> for the series. > >>> > >>> --- > >>> bod > >> > >> Hi Bryan, Robert, Hans and others, > >> > >> Happy New Year! > >> > >> Is there anything else I can/need to do to speed up the merging > >> process of this series? > >> > >> Thanks, > >> > >> Milen > > > > I don't think so. > > > > Is everything still working on linux-next ? > > > > e45fb347b630e...cc3c08b41a9c9 master        -> linux-next/master > > Hi Bryan, > > Yes, I took the sm8250_config from > git.linaro.org/people/bryan.odonoghue/kernel.git, put it on most recent > master of git.linaro.org/kernel-org/linux-next.git and build with it, > virtual channels work as expected. I haven't had much time to review the series so far, sorry about that. Spare review time is limited, and I've recently focussed on the streams API to get it merged in v6.3. I'll try to review your patches in that context. -- Regards, Laurent Pinchart