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 179CA47A4C for ; Wed, 20 Dec 2023 17:30:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Nxtwn1+N" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33CABC433C8; Wed, 20 Dec 2023 17:30:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1703093401; bh=KWMe8dZc16asY/n+l/Y9Bl5j/40VLDxMqyaW6MKfgnE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Nxtwn1+NzIKnbhC9BRJlZxbGs7ifxQ/ab/SYNSxnkgG1oXbTln1NdqDZOjbHYx3QB EozsM9mYQ+V/L/ia8QcTWRNnWBoDmVi3ffNh4NhCL/F7bIutxto4fOV6Xqcgr/r85X 2OmGnveLZ31D6adA+DWg1yXclaBt/Bo3LmCRa4Gw= Date: Wed, 20 Dec 2023 17:14:47 +0100 From: Greg KH To: Jonathan Cameron Cc: linux-iio@vger.kernel.org Subject: Re: [PULL] IIO: First set of new device support etc for 6.8 Message-ID: <2023122040-glare-rope-fee1@gregkh> References: <20231220150007.200d5183@jic23-huawei> Precedence: bulk X-Mailing-List: linux-iio@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: <20231220150007.200d5183@jic23-huawei> On Wed, Dec 20, 2023 at 03:00:07PM +0000, Jonathan Cameron wrote: > The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: > > Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-6.8a Pulled and pushed out, thanks. greg k-h