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

