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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 94D9FC433F5 for ; Wed, 20 Oct 2021 06:48:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 68921610E6 for ; Wed, 20 Oct 2021 06:48:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229809AbhJTGu5 (ORCPT ); Wed, 20 Oct 2021 02:50:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:59182 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229591AbhJTGu5 (ORCPT ); Wed, 20 Oct 2021 02:50:57 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A6B38610CB; Wed, 20 Oct 2021 06:48:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634712523; bh=MNfb1++EYpc9JxhagAgZLPvO4LJwE7gvMKEM/LbN6i8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=u9MygGq8/TTQ25w1YPANrQUCmrRNQPVHQg08ROhbft6I7cd09LGuGuUN98+XgSbKb d39fbfycs9YExiWCN8xM36SsKNUnooDMyWASm/LDXcuBVan2sJscq7bIsDtLA7IZi6 DgRpJzAhq7bokFh/ZcgXXwuodBZewVva2VZgCEXmEl/8ZAW0ocmhHcEbf9ubbbZXjl 5w3u3xWZ8gw4x+9axAoO4/fOp5SFOX/VZGVXuGt3llQZgaXXLzv9JeCNIVLmhUVcNT t0IaQpOs+mV2sVqVeRaxo7GlQOmaO7G83cdd04v0JP1gp3HgI6ytQ2JiteEJXhMmWI byVHMk1rJlw3Q== Date: Wed, 20 Oct 2021 07:48:36 +0100 From: Mauro Carvalho Chehab To: Tsuchiya Yuto Cc: Hans de Goede , Patrik Gfeller , Sakari Ailus , Greg Kroah-Hartman , Peter Zijlstra , Thomas Gleixner , Arnd Bergmann , Kaixu Xia , Dan Carpenter , linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [BUG 0/5] bug reports for atomisp to make it work Message-ID: <20211020074836.42476792@sal.lan> In-Reply-To: <20211017162337.44860-1-kitakar@gmail.com> References: <20211017162337.44860-1-kitakar@gmail.com> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Em Mon, 18 Oct 2021 01:23:31 +0900 Tsuchiya Yuto escreveu: > Hi all, > > These mails contain RFC patches, which are almost bug report and some > are just bug report, for atomisp to work (again). Tested on Microsoft > Surface 3 (Windows) and Xiaomi Mi Pad 2 (Android model) with v5.15-rc5. > Both are Cherry Trail (ISP2401) devices. Before start looking at the patches, let me check if I got it right: Should this series be applied after the series you sent earlier[1]? [1] The series which starts with this one: [PATCH 00/17] various fixes for atomisp to make it work Regards, Mauro