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 B6CEA19E7E1; Mon, 24 Jun 2024 16:28:10 +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=1719246491; cv=none; b=oH5yo2g32hTAaW2JFO12TDB3nS430gFU1dymcft9fynqpJVF3OgxhhqLHzycZzUeLbBPCwVEqWrkjtH5v6lGRvjYzBbVtd8N0J3WS+5S4hLqvcGoYZciIscqnlxkwCGxa4FsCVxv6JwjeEWwnyt91wlNJ4VAazTx9hb4MRVyc7w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719246491; c=relaxed/simple; bh=JXedkQbeFM/RywiYZABiZ6G9sfYpi6PxI3HPVYh8h1A=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=W9tIF5eN4Vn/Bvcc7yvyk1ik8yeW9IoI8gG9d1QtVAGqpY0fqbsN4hmU5kMrES7/VkviQjwwUpTFsKPu2UedXYXm4WVBZUV8lynIk2R/p6LFpUxooT2G2ZyVkKeVePbhOQ+tfB2wcvk/zXc2LpKhl3Nxt4qhxb/CHmf3HEXlM9s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=eF8/XYVU; 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="eF8/XYVU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EBC48C32789; Mon, 24 Jun 2024 16:28:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1719246490; bh=JXedkQbeFM/RywiYZABiZ6G9sfYpi6PxI3HPVYh8h1A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eF8/XYVUaZoFZJVATYQd2GfE67L+AtFCAA7fytVcaX2+4ZY+AAj17xhHxHrMlVxXb 6uc+vHFXB6irM411OPvS9BZxcOtJjrAs2Ys/IGR5h7TWAjrRVH84QjuEBnYfkDSrxH z6nyhf15bacVbR2KMc1GZNKGwr+eKKhPyncAlsAc= Date: Mon, 24 Jun 2024 18:28:07 +0200 From: Greg Kroah-Hartman To: Ilpo =?iso-8859-1?Q?J=E4rvinen?= Cc: Dmitry Baryshkov , Sebastian Reichel , Heikki Krogerus , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Hans de Goede , Bryan O'Donoghue , Konrad Dybcio , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, LKML , platform-driver-x86@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-msm@vger.kernel.org, Nikita Travkin , Krzysztof Kozlowski Subject: Re: [GIT PULL RESEND] Immutable branch between pdx86 lenovo c630 branch, power/supply and USB Message-ID: <2024062440-guide-knoll-94d0@gregkh> References: Precedence: bulk X-Mailing-List: devicetree@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 Mon, Jun 24, 2024 at 07:24:55PM +0300, Ilpo Järvinen wrote: > Hi, > > This is v2 of the lenovo c630 IB branch with the build fix for non-ARM64 > platforms (built on top of the commits in the previous IB PR). Resent with > full Subject line. > > The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: > > Linux 6.10-rc1 (2024-05-26 15:20:12 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-ib-lenovo-c630-v6.11-2 > > for you to fetch changes up to 13bbe1c83bc401c2538c758228d27b4042b08341: > > platform/arm64: build drivers even on non-ARM64 platforms (2024-06-24 18:22:15 +0300) So was the first one rewritten? Or is this just the second patch on top of the previous one? confused, greg k-h