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 1C51526D4CD; Wed, 11 Mar 2026 09:05:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773219958; cv=none; b=FrnglTZetlcr9QQqmGl/Wfanbx/Yqs13S6S7tqrSKwtjgioT4DUxlfWH7VgD5Vif/L8azbniXXkanVA1RS4p7qQIzTzaN+BEIuvMFICKYzHQc+gVYwCsqkFnjW//rAUbyYI14sRyK2zBOdCdcjyhD80R+zfQoWtrU+RVZpxfHa4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773219958; c=relaxed/simple; bh=D51Pq/e4LwlQGDMBcJS01g9zdaJBXlcZ+FyspkYyjeE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=N46c+d8tgovU+Z93Lb5jGJfgRVxH6VbGSO7U1k3bCcGpyKtUOHebXv3JFUzzIUxa/DAXU1VorDcMgZWBu+OIs+bGPbFDFr3tc7Sokm40QUT49c4NhoJniaoElycg7p4iOm6/37df04qpYxU2hDRMyIX6ChvQCA2QiUyGHmMOhx8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OpaMyPfq; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="OpaMyPfq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F588C4CEF7; Wed, 11 Mar 2026 09:05:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773219957; bh=D51Pq/e4LwlQGDMBcJS01g9zdaJBXlcZ+FyspkYyjeE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OpaMyPfq5NJaxf+QkDm+yAtMK9kTWUJspfstygKAnF36YOzTZ2jWyATAqtQgBLBOM X7EOY4g5cKeILwzeLPh05VN39Ui0Tl0XRCyhPtPKF+XRDBvG3uGRxL3geoxNA01KsV ofaXr1sB2KM6GdSqJGVEzXwom3ewd9AWlWCw76//1vFUck3bpY/jDA2Z3TJeAS0wct x7wrFcLwQUXjxKKLVQojnFj42oKnR7IDX+XtyjJleVSLWbpk5XV9qItG3s7hMIzEUc chvYt7DQKjUQu3mfmM6HFrP1S1qSI/69qT/hoP0l27gPIQJeHYnZR5m2vfxMrlSCKn nz/28x/sq+9yA== Date: Wed, 11 Mar 2026 10:05:55 +0100 From: Krzysztof Kozlowski To: Mukesh Ojha Cc: Jonathan Corbet , Shuah Khan , Eugen Hristev , Arnd Bergmann , Dennis Zhou , Tejun Heo , Christoph Lameter , Andrew Morton , Thomas Gleixner , Peter Zijlstra , Anna-Maria Behnsen , Frederic Weisbecker , Ingo Molnar , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Valentin Schneider , David Hildenbrand , Lorenzo Stoakes , "Liam R. Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Kees Cook , Brendan Jackman , Johannes Weiner , Zi Yan , Chris Li , Kairui Song , Kemeng Shi , Nhat Pham , Baoquan He , Barry Song , Youngjun Park , Petr Mladek , John Ogness , Sergey Senozhatsky , Bjorn Andersson , Mathieu Poirier , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Saravana Kannan , workflows@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, linux-arm-msm@vger.kernel.org, linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 24/25] dt-bindings: reserved-memory: Add Google Kinfo Pixel reserved memory Message-ID: <20260311-light-terrestrial-bison-d9cd97@quoll> References: <20260311-minidump-v2-v2-0-f91cedc6f99e@oss.qualcomm.com> <20260311-minidump-v2-v2-24-f91cedc6f99e@oss.qualcomm.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260311-minidump-v2-v2-24-f91cedc6f99e@oss.qualcomm.com> On Wed, Mar 11, 2026 at 01:46:08AM +0530, Mukesh Ojha wrote: > Add documentation for Google Kinfo Pixel reserved memory area. > > Co-developed-by: Eugen Hristev > Signed-off-by: Eugen Hristev > Signed-off-by: Mukesh Ojha > --- > .../bindings/reserved-memory/google,kinfo.yaml | 46 ++++++++++++++++++++++ > MAINTAINERS | 6 +++ > 2 files changed, 52 insertions(+) > > diff --git a/Documentation/devicetree/bindings/reserved-memory/google,kinfo.yaml b/Documentation/devicetree/bindings/reserved-memory/google,kinfo.yaml > new file mode 100644 > index 000000000000..2f964151f0c0 > --- /dev/null > +++ b/Documentation/devicetree/bindings/reserved-memory/google,kinfo.yaml Nothing improved, read previous feedback. > @@ -0,0 +1,46 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/reserved-memory/google,kinfo.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Google Pixel Kinfo reserved memory > + > +maintainers: > + - Eugen Hristev > + - Mukesh Ojha > + > +description: | Do not need '|' unless you need to preserve formatting. > + This binding represents reserved-memory used to store data for firmware/bootloader Nothing improved. > + on the Pixel platform. The stored data is debugging information of the running > + kernel. > + > +allOf: > + - $ref: reserved-memory.yaml > + > +properties: > + compatible: > + const: google,debug-kinfo > + > + reg: > + description: page-aligned region of memory containing debugging data of running kernel Missing constraints. Please wrap code according to the preferred limit expressed in Kernel coding style (checkpatch is not a coding style description, but only a tool). However don't wrap blindly (see Kernel coding style). Best regards, Krzysztof