From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4124A3370E4 for ; Fri, 16 Jan 2026 14:29:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768573785; cv=none; b=Lv86B9NDinhSBZNiMXPxVMiHR5knyLllTR98Ej8AEK2/W7hKStMqgECUG4KYRucWUibOLhnavT2WbNEbjac5KmVHHyTE9Y8yJ3Kh4PDExemQBnqNbRMiIZX6NOoyeJnQtGsRzfsXbSAK3YXy0sVJbsl0R9/ZkyZ7XoXoFIbM5dY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768573785; c=relaxed/simple; bh=1apYqEb9kCq2zs4CpK3IijcfOaC71+W8I+KqOQvKIH8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NKoj4ktfFj38W1h8nUZt17cRz2sDXCxo+/KaBTuAGBssK8OL48fkv1/PFutNcfvdfbybdzSNVr7Ss0sxwfnCnHgY5RlCaCVg45qF3848g3ZnL7JBo/ss2pVJ6r1lFHw8DZJAVSe3SIgPBpzEGK39NqnGV/PmV4dz2eRbC3spFR4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=QSETIZKj; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="QSETIZKj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63E30C16AAE; Fri, 16 Jan 2026 14:29:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1768573784; bh=1apYqEb9kCq2zs4CpK3IijcfOaC71+W8I+KqOQvKIH8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QSETIZKji8JH0j3vP0Jbw3FP9C7w+zXUR1ThLNQAng4TS2zGrRde4IgiCzx7ogD4s Z+N65nYG+z6CDzjy2/r69Wc0imeOJiI3E6Q4cH32AM4OCOJXEIZMDQ+mCoa71vmEDi nYYyvcsxtxnYyGuolgd359DPi0RUd8vxTe43JZeg= Date: Fri, 16 Jan 2026 15:29:41 +0100 From: Greg Kroah-Hartman To: Johannes Thumshirn Cc: linux-kernel@vger.kernel.org, Jose Javier Rodriguez Barbarin Subject: Re: [PATCH 0/1] mcb: mcb patch for v6.20 Message-ID: <2026011629-gulp-unhidden-7955@gregkh> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Jan 16, 2026 at 12:26:57PM +0100, Johannes Thumshirn wrote: > On 1/16/26 12:21 PM, Johannes Thumshirn wrote: > > From: Johannes Thumshirn > > > > Hi Greg, > > > > Here's a patch from Javier for mcb removing an obsolete sanity check > > which ultimately caused the mcb attached gpio driver to fail loading. > > > > Please consider this submission for 6.20 > > > > Jose Javier Rodriguez Barbarin (1): > > mcb: fix incorrect sanity check > > > > drivers/mcb/mcb-core.c | 9 +++++---- > > 1 file changed, 5 insertions(+), 4 deletions(-) > > > Sorry Greg, > > I messed up my mail setup again. Can you please resend this, I don't see it anywhere :(