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 80DC3427FB2 for ; Thu, 6 Aug 2026 09:09:44 +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=1786007385; cv=none; b=r4+l0Q3eCpgGKTpfxxDmXR6EL52duRgfMpog9rz4frFxonunZ1DORwN3RF1HN1Kv9jUlYFIsUrzKWuQyPOMPLJHCkOhPPvAO6Y82XLfHRbGEll1TZ5m04zm7AyqdNiwm1IefyJq6pSq1vePpSNvPGRtV1HuUySwZkEddkFg8OwY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786007385; c=relaxed/simple; bh=lMyg4RPuuAIEEeuySPH1BaFDg/UgonLM3bYOP/+ZTYQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=brV9wSh0doKgOL0SPP13oM9l3MrOvqUC40f9nxq2lqPPdbCU/Pa42jhKn5eptf7EYMwDpdl5YqwSxkE3nXCr1DcU8pz4glE/+wujtB9Dhhcye+k6sYquZ0tZUCkIkrRAyNrGEykWhBSwZUQruJ039dWKEFSbYgrYgVxEZZBUpHM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=D+Em0/dm; 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="D+Em0/dm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90E9F1F000E9; Thu, 6 Aug 2026 09:09:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1786007384; bh=IJv+TG7XaskCWvDA+SCq8JcljgRPB4TqZ9xTgvLARKk=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=D+Em0/dmRN4sAuxZ5QbGYutz8fDE+yrutIuwvMTDF3qiSlW32vUbwxPHmDjdKG4KH osqbS3BPw5n7I7B0rWPYoibZLDpoIxHbYeGBF9q/ayobCy4unnrsuu7nwDL9U3SPWg Vl9x2VUlVqEYBvkVQfl5Qn27xuP03wx1NfnPGDJA= Date: Thu, 6 Aug 2026 11:09:18 +0200 From: Greg Kroah-Hartman To: Krzysztof Kozlowski Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] w1: drivers for v7.3 Message-ID: <2026080608-resonate-unleveled-7af6@gregkh> References: <20260806083429.351158-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: <20260806083429.351158-2-krzk@kernel.org> On Thu, Aug 06, 2026 at 10:34:27AM +0200, Krzysztof Kozlowski wrote: > Hi Greg, > > Minor w1 driver stuff > > Best regards, > Krzysztof > > > The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482: > > Linux 7.2-rc1 (2026-06-28 12:01:31 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1.git tags/w1-drv-7.3 Pulled and pushed out, thanks. greg k-h