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 4B9C21E7660 for ; Wed, 20 May 2026 15:48:18 +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=1779292100; cv=none; b=nWXeQHUdehWeSU1NCxAGSeE+Lopw3TLPXSbe67nveL+76m7YLfqjI670+Y79aQ4LGJ0g0JPd+7dCTI0VgECe9Vu6qRu89P9Djj8wMCWXEJ39r/hs0jcF6l7w5cvMmwm9swJRLDCiZ9KktnUqovMsDB5NlvkYfw2tS/Eb8W6TzD0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779292100; c=relaxed/simple; bh=VbocmE3BwHIW4olCjbDAXaNc/bNrV/xnheHwLabd2/g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Gq1PJFZX38ffgP7803fcX6LbZT27EDa85QdLfDXGV3Xp9Q0dCBZcpPVpRpgsv55Ac8V24ifWCQ6IqBkrP+fHBsLuWMjubBCkZIS1MZFugh+2qWqq+zB6nHE9OUxbEE1gJ3cpqXvy4gIwLpFRNBwZhpwo96DlmtvttuPzFRNG6KI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DANSr2qI; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DANSr2qI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 010FA1F000E9; Wed, 20 May 2026 15:48:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779292098; bh=VaaG3BlKK5XhpTCWyhaqBUkacwbpZCwLd55+0tjf9a8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=DANSr2qI7gbVZ4WMQ6ddmNowvAlCpSOWMrwh30h+r6l7NgaDIfTnKAmYMvFaPztrN wFE91tiZicFa4ldKFZ8PjfyYiXt1VxcSRXlq7XetVkGsKIPfUcc8Se8ZdYX6FnzufF /3hikIP01L56FZttWvc5SBkdbxjITYHz60uPRKBAXhvylxg6x1AfkXPJSD+zIFSkJs L5ISpqheLZzwLFqnyvw+5YeN6tusKz8KpIpY6YKgIxpHIq5oU2pTsHaWd3DkgTbTui yzSNYCeftoenUYRnqp4xMkqcHn94BwIBE+K6IvsPfLHCR0KxSpr/eh/oYfO7gN15sa dwZf1JZ26sF8A== Date: Wed, 20 May 2026 16:48:15 +0100 From: Lee Jones To: Andy Shevchenko Cc: Craig McQueen , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/1] leds: Adjust documentation of brightness sysfs node Message-ID: <20260520154815.GJ2767592@google.com> References: <20260320070751.3189324-1-andriy.shevchenko@linux.intel.com> <20260507083009.GD305027@google.com> 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: On Thu, 14 May 2026, Andy Shevchenko wrote: > On Thu, May 07, 2026 at 09:30:09AM +0100, Lee Jones wrote: > > On Wed, 06 May 2026, Andy Shevchenko wrote: > > > On Fri, Mar 20, 2026 at 08:07:05AM +0100, Andy Shevchenko wrote: > > > > Adjust documentation of brightness sysfs node about accepted value range. > > > > The code accepts only decimal values. We may not relax that due to different > > > > readings for, e.g., octal 0100, which becomes 64 instead of currently parsed > > > > 100. > > > > > > Lee, Can we have this being applied? Perhaps even for this (v7.1) cycle. > > > > This is not in my inbox. Please [RESEND]. > > Done as 20260513220620.369825-1-andriy.shevchenko@linux.intel.com. Still didn't end up in my inbox, oddly! Applied with external tooling. -- Lee Jones