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 892BEC433F5 for ; Mon, 8 Nov 2021 11:12:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6B0D660F9B for ; Mon, 8 Nov 2021 11:12:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235910AbhKHLOz (ORCPT ); Mon, 8 Nov 2021 06:14:55 -0500 Received: from mail.kernel.org ([198.145.29.99]:51510 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236176AbhKHLOy (ORCPT ); Mon, 8 Nov 2021 06:14:54 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id D888F603E9; Mon, 8 Nov 2021 11:12:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1636369930; bh=bTAmO8fcH2oI7/afPGINULK3ln3ZC3LHIelJWfKO57E=; h=Date:From:To:Subject:References:In-Reply-To:From; b=CvIaDbKiy0o/iCprhp6dYxuvrOskHmrO0Qjd/WlyRY3GriSRUcssdfHGhxg2rS4e1 Ngu81DlF3cySMWFicy/6TwvnHYRNa0IvIjvhXPonpcpsrWBIBLtdscHHVv+eMC27At NwrH2bS7zyMiPNFyhNEYrni4FbqkpvX5tkiLTFJs= Date: Mon, 8 Nov 2021 12:12:01 +0100 From: Greg Kroah-Hartman To: =?utf-8?Q?Ond=C5=99ej?= Jirman , Guenter Roeck , Heikki Krogerus , Badhri Jagan Sridharan , "open list:USB TYPEC PORT CONTROLLER DRIVERS" , open list Subject: Re: [PATCH 06/15] usb: typec: fusb302: Fix masking of comparator and bc_lvl interrupts Message-ID: References: <20211107185435.2540185-1-megous@megous.com> <20211107185724.ik6wthsl3e6qlbj3@core> <20211108092523.jfp7a2q2onxqlizt@core> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211108092523.jfp7a2q2onxqlizt@core> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Mon, Nov 08, 2021 at 10:25:23AM +0100, Ondřej Jirman wrote: > On Mon, Nov 08, 2021 at 09:10:31AM +0100, Greg Kroah-Hartman wrote: > > On Sun, Nov 07, 2021 at 07:57:24PM +0100, Ondřej Jirman wrote: > > > Hi, > > > > > > On Sun, Nov 07, 2021 at 07:54:33PM +0100, megous hlavni wrote: > > > > The masks are swapped (interrupts are enabled when the mask is 0). > > > > > > Please ignore the 06/15 in the subject. This is just a single patch > > > from my local series and I forgot to edit the subject. > > > > But I see 2 patches sent in this series? > > The other one is unrelated. This patch is a fix for a real bug. > > The other seemed like an independent correctness issue that I noticed from code > review I had to do to figure out the reason for failure to handle disconnect > detection properly. It's unrelated to this patch other than touching the same driver. Please resend anything you wish to have reviewed and applied properly, with the correct subject lines, so we can do so and do not get confused. Remember, we deal with thousands of patches a week... thanks, greg k-h