Re: [PATCH 3/3] w1: ds2438: adding support for accessing page1 registers

From: Greg KH
Date: Tue Mar 23 2021 - 05:43:35 EST


On Mon, Mar 22, 2021 at 11:44:10PM -0300, Luiz Sampaio wrote:
> @@ -395,6 +483,8 @@ static BIN_ATTR_RO(vdd, 0/* real length varies */);
> static struct bin_attribute *w1_ds2438_bin_attrs[] = {
> &bin_attr_iad,
> &bin_attr_page0,
> + &bin_attr_page1,
> + &bin_attr_offset,

You are adding new sysfs files, but no new Documentation/ABI entries :(

please fix that up for your next submission.

thanks,

greg k-h