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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B8515C072A2 for ; Fri, 17 Nov 2023 21:06:05 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1927510E31A; Fri, 17 Nov 2023 21:06:05 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8EECB10E31A; Fri, 17 Nov 2023 21:06:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700255162; x=1731791162; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=aT2WVaBK/OG0nienKZxPLkMpvLciTyV3MOhYksMFC+c=; b=AkPGj9Sbz7mdYrI+zeLq6Ws6Xdrc3mvMoECObTWcVKANDIOxF9Of+R6d 2rT5k5SigzfdE9XxvlUBfDwjBlixkr9ybMNggv0z2vLUrzy3tulcLBuIV W8NBEzjBrLp4eq9UUrJdAZrfQ61N4HoeNmzC4Z8hgcO6i/f26fKGAvKjc M+h7uXgibC0v7UKDlWfuLcqR14X32xRNa0wMV59P1Pu74S7rZlJ0JaQ58 OFp2SNdMEdgJ/xbyivZl7omNlSVx3PxlRBUeBKuxaIUQIEh23JzwGjGje xStGupoW3/qx+pfovCikvtEz1wxyCd3tob8mTqkSYDK1Ilo4MZ0wi91Jy g==; X-IronPort-AV: E=McAfee;i="6600,9927,10897"; a="371546987" X-IronPort-AV: E=Sophos;i="6.04,206,1695711600"; d="scan'208";a="371546987" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2023 13:06:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10897"; a="742187505" X-IronPort-AV: E=Sophos;i="6.04,206,1695711600"; d="scan'208";a="742187505" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga006.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2023 13:05:57 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1r462E-0000000Eu2D-0uzm; Fri, 17 Nov 2023 23:05:54 +0200 Date: Fri, 17 Nov 2023 23:05:53 +0200 From: Andy Shevchenko To: Jani Nikula Message-ID: References: <20231103201831.1037416-1-andriy.shevchenko@linux.intel.com> <871qcqqa1k.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871qcqqa1k.fsf@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Subject: Re: [Intel-gfx] [rft, PATCH v4 00/16] drm/i915/dsi: 4th attempt to get rid of IOSF GPIO X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Hans de Goede , Daniel Vetter , Rodrigo Vivi , David Airlie Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, Nov 16, 2023 at 12:15:03PM +0200, Jani Nikula wrote: > On Thu, 16 Nov 2023, Hans de Goede wrote: > > Ok, this now has been testen on both a BYT and a CHT device which > > actually use GPIO controls in their MIPI sequences so this > > series is: > > > > Tested-by: Hans de Goede > > > > And the code of the entire series also looks good to me: > > > > Reviewed-by: Hans de Goede > > > > for the series. > > Thanks Andy & Hans! > > I'll merge this once the test results are in. The BAT results have been > a bit flaky recently, so needed to do a rerun. > > That said, I'm not sure if we have any hardware in CI that would > actually exercise the modifications, so in that sense I trust Hans' > testing much more. Thank you! Should I fix checkpatch warnings CI reported about? -- With Best Regards, Andy Shevchenko