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 860FD30C353 for ; Fri, 21 Nov 2025 14:26:46 +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=1763735206; cv=none; b=TXK2ELvI/jrCiMjseDZpA/m9mVFlflchQXfgjt5AYIn+XkAHNLM7eff2ibSe1YW0EbmOwuCvPSEaVmR2kl8kJ4pyEb9XR5NU6bsLdEVVzHE+KfKTCfuqPgvL6DkumuaW4IscRUkmJF41AP80TLsSmOh/73tlhHDi6KeiYFlaJHw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763735206; c=relaxed/simple; bh=v99QxWHLFvJHCdCdsz24mp41v0x6pFtFLoeKosVIl+w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=POQ9C90vJ8hyqVwsK5/6gBlfcXy4GAhQfdaP8dCTwHaIDqb76f9fMc9zVn5EQMRhFpYxys5D31Cp7VFSrDK+vkpzlEstIlSExhzvEiDJWl4stdmDqCem5veEevB10lKpxgGhwSdkT9eHbwX/+VDagwHKUOHMOOV5OHBg+VknR/0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=MmWx1khx; 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="MmWx1khx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BAE36C4CEF1; Fri, 21 Nov 2025 14:26:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1763735206; bh=v99QxWHLFvJHCdCdsz24mp41v0x6pFtFLoeKosVIl+w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MmWx1khx3Pr583vKIlbXFTgrlruPGG3WJ8yROlldjJbvVYO1N5UjD/GA5JPk8/6xK TImlHAWrjvspw20kAVbo47zF8un4Xq0H6koFmT3VH5ZUkepnFeMWbrQ7in/xsPQrwz q2V1PoghozhvWLyK/IIkX3OUad1Y7dB6Uh8/TL50= Date: Fri, 21 Nov 2025 15:24:14 +0100 From: Greg Kroah-Hartman To: Krzysztof Kozlowski Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] w1: drivers for v6.19 Message-ID: <2025112104-attractor-fifteen-90fe@gregkh> References: <20251117105118.36403-2-krzk@kernel.org> 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: <20251117105118.36403-2-krzk@kernel.org> On Mon, Nov 17, 2025 at 11:51:19AM +0100, Krzysztof Kozlowski wrote: > Hi Greg, > > Few cleanups for 1-wire. > > Best regards, > Krzysztof > > > The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787: > > Linux 6.18-rc1 (2025-10-12 13:42:36 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1.git tags/w1-drv-6.19 > Pulled and pushed out, thanks, greg k-h