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 96F0318B12 for ; Thu, 13 Jul 2023 15:19:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E068AC433C7; Thu, 13 Jul 2023 15:19:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689261594; bh=VsVd6c6fcDYfKRrByNwWM9qnQW5+5Y5fBRbciDWv40I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l5mdgSePHnomeUDlfS+pkzxKFrwwHpKsTuWkBqUg0484adSopLIhookQKA9b9+J7z WYum0Nt1IzXiXiTYLXuJYE08RGoyhlqtANzpZdb8GwRbiikqy6vZ9lPzwpRJlVVGWu LrQBNXSwL8x8zvgzAwA02tIAbpVCl6ILYu1xoaJslNOWRBh7hyqw1+bpuL73c81MyW xDs/Fzh6+vMBPhjxx2U/Brmcjiy5fXO8rUzDvazvIkLv6G2AfAzb4Gccj0rzhrjcBl YwjBnBZeaUPvY+7q8qht2BqYB/1m6thCFspv2U/58EJR9yA88OYfbxRImfY+eVHIKg DKCbJvpV9aDFw== Date: Thu, 13 Jul 2023 16:19:50 +0100 From: Lee Jones To: Min Li Cc: Min Li , "richardcochran@gmail.com" , "linux-kernel@vger.kernel.org" , "netdev@vger.kernel.org" Subject: Re: [PATCH mfd v2 1/3] mfd: rsmu: support 32-bit address space Message-ID: <20230713151950.GA968624@google.com> References: <20230330132600.GR434339@google.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: > Hi Lee > > -----Original Message----- > > From: Lee Jones > > Sent: March 30, 2023 9:26 AM > > To: Min Li > > Cc: richardcochran@gmail.com; linux-kernel@vger.kernel.org; > > netdev@vger.kernel.org; Min Li > > Subject: Re: [PATCH mfd v2 1/3] mfd: rsmu: support 32-bit address space > > > > On Mon, 27 Mar 2023, Min Li wrote: > > > > > From: Min Li > > > > > > We used to assume 0x2010xxxx address. Now that we need to access > > > 0x2011xxxx address, we need to support read/write the whole 32-bit > > > address space. > > > > > > Also defined RSMU_MAX_WRITE_COUNT and > > > RSMU_MAX_READ_COUNT for readability > > > > > > Signed-off-by: Min Li > > > --- > > > changelog > > > -change commit message to include defining > > RSMU_MAX_WRITE/WRITE_COUNT > > > > > > drivers/mfd/rsmu.h | 2 + > > > drivers/mfd/rsmu_i2c.c | 172 +++++++++++++++++++++++++++++++-- > > ------ > > > drivers/mfd/rsmu_spi.c | 52 +++++++----- > > > include/linux/mfd/rsmu.h | 5 +- > > > 4 files changed, 175 insertions(+), 56 deletions(-) > > > > I changed the commit message a little and reworded/moved a comment and: > > > > Applied, thanks > > I am writing to follow up with the following change. But I can't track it being merged with any branch, can anyone tell me where it is now? Thanks 67d6c76fc815c ("mfd: rsmu: Support 32-bit address space") -- Lee Jones [李琼斯]