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 7E52331B83B; Sat, 19 Sep 2026 07:49:56 +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=1789804197; cv=none; b=Fn8kf4YN0erdQRAWbtRiXeI5//znz8p98LMlj0fsQUkkHlTiS3Jmsd+zoz9slwbuunfkeqnxBFLfeCDSgDYkxjcTlrClXOQ3kkQI+t03PxZobQrxm8/EWxBY6CFIr6g+QqhjaV9iqke3EM1p374pUjN5v11GLltDyCD4QnxZjK4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789804197; c=relaxed/simple; bh=ELXzxCSTDiJbizD9ly1Usu2o19JBDvo6ajRI2ntiTLY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=h9BSj8XqWIAj7FRclzXHLKmke/0pVA7MgpUeWNrP3eY5L35Qq9Q+TzwYAQdrXstXKa+oC6c0H5CiZCwW/5yY8WNsu2WquOskUraToqSw2rYz45yO5/nxeHdd1/xRV1UuW1yoPixbO0EbulfXUDhsK8tNfTgaUi2tbWRdxcR40R0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=loWxG/OB; 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="loWxG/OB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 065621F000FF; Sat, 19 Sep 2026 07:49:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1789804196; bh=rJZuiOmeWqVEWcvtVO1JNGWdZyt2t0Jw79Rx5eg+x3U=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=loWxG/OBURGaKRvbFgJToMrkKwCXWIwaOT2x3q3RjqMpsJ1Ubypv0kYnTIyOOQHKj oUclMAtjEY+8NynZ5ZfQRw0kAXT/RF/Vd1uUvkCjAb86aP0dQ9MDYPNdwKlL5c3ixJ IP8uKCYVtfRKR+u0WhTOB5gD7GecKqK9x1PcPTfk= Date: Sat, 19 Sep 2026 08:47:57 +0100 From: Greg Kroah-Hartman To: Daniel28972897 Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH v2 0/2] dt-bindings: misc: convert axis-fifo binding to YAML Message-ID: <2026091930-resume-ascension-2fe2@gregkh> References: <20260919011417.156828-1-danyboy28sep@gmail.com> <20260919025900.169703-1-danyboy28sep@gmail.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: <20260919025900.169703-1-danyboy28sep@gmail.com> On Fri, Sep 18, 2026 at 08:58:58PM -0600, Daniel28972897 wrote: > This is v2 of the axis-fifo devicetree binding conversion, addressing > review feedback from the Sashiko AI bot on v1: > > - The FIFO depth properties are documented in 32-bit words, not bytes, > matching the original text binding and the driver's own arithmetic. > - additionalProperties: false no longer rejects real-world devicetrees, > since all properties generated by the Xilinx IP integrator (even > ones the driver ignores) are now listed in the schema. > - The now-superseded drivers/staging/axis-fifo/axis-fifo.txt is > removed, split into its own patch per > Documentation/devicetree/bindings/submitting-patches.rst. > > Daniel28972897 (2): Again, you were told this type of change was not ok, please do not ignore review comments. Also, this isn't a valid author name :) thanks, greg k-h