From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 054C314AD0D for ; Sun, 24 May 2026 13:51:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779630664; cv=none; b=jsNm3orlOjcPr9lpx9HnuhoLOr/7rwA7qzs23BnnppmTEc2YSsuz+EuGVhlvl8iLHGVH/+vrdms2eCIM/THK3nfJhfSN8MQ7E7Cj95u9cf37MzX5kwUvkoWVoB/M1X12RACCiYG7uQJezhPYvK84C8AjInsS78ow29oxVaE23x4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779630664; c=relaxed/simple; bh=vqYbY4Em2MDV8x/EK4duoo5Wj16Z1E7/hcnsireJXm4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Nfvzc1PllmyawQuUqP3sxh6qLgH1hkJn+nWWyDw3tasNca54vwyMfWDm45qabrWFhy0VzHCCW5Fsh/8Sem5FheVWq60NSnyp9bIYB5pOXbkwupO0cMVYA7BZ30mLUU5/AUBnRnhDB6SWODVhRSQK1bcVxeHwH0iLIk6cExP6X5M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=lvSFcmbN; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="lvSFcmbN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55D491F000E9; Sun, 24 May 2026 13:51:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1779630662; bh=6kp+1+ZidGlqRr8g6h03vxhxL5cgMk5N4VE8X/9mi/E=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=lvSFcmbNu0u/xPGRTBNrfwIkfD2nLwSCSXfwUeR9Whbh6I4P2pED+pQNzoQqg1qHL kjy+d/iDvfZ8TweQ8gWG/J6TMdtuh9oUsYaVBpDDofuQlw+6dFan7hGQVLrW6o7xNv 1xvPtxCZLcbX4wu9H8Ha3N3g5KKi8dM0itzcUhRw= Date: Sun, 24 May 2026 15:51:05 +0200 From: Greg Kroah-Hartman To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig_=28The_Capable_Hub=29?= Cc: Arnd Bergmann , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] misc: pch_phub: Two cleanups Message-ID: <2026052447-denture-studio-9c15@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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Sun, May 24, 2026 at 12:38:24PM +0200, Uwe Kleine-König (The Capable Hub) wrote: > Hello, > > v1 of this series is available at > https://lore.kernel.org/cover.1779360001.git.u.kleine-koenig@baylibre.com. > > Sashiko[1] found a few issues that are addressed here: > > - Drop various members from pch_phub_reg (patch #1) > - Also handle ioh_type comparisons against magic constants > - Using an enum shifts the values used to identify the different > hardware variants. For the corner case where new pci ids are added at > runtime to the driver 0 is special. I think this doesn't matter in > practise but I noted that in the commit log. > > @Greg: I already received mail that you picked up v1 of this series. I > hope it's not too late to drop it still?! Please tell me if you don't > want to drop it any more, then I send incremental patches for the issues > addressed here. Just send an incremental set of patches please. thanks, greg k-h