From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id E109B537FF; Sun, 2 Jun 2024 15:54:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717343669; cv=none; b=XIsxCPwcdeB9NW6GQtMbT2naPLlM+AfatMkCexAPQxvx0oQJt2cfXMRBEV1AiG47YjSSS0tngGMiaeh+d5c5SCbfuXcu2dwaMp8OXgHWH5pVP53l7fuh3uDZ3DQFZkPvo9qAnqXx/97lbXqXqrycSI7r+pTgHR9wXsVVbS1GrWM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717343669; c=relaxed/simple; bh=Pial4zPTFNynySNton0QC3/Qd1accVop8Xud9f9QmJE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OrCVv1NpEzmosbPKAglb2p03BVKuRXGV6M+euOODT6jg3qmW2D1hH8R0jnpE/i9wmjBdb2hD31V6O8bG9HPrCcn1a32qNm1SxOUjOjlSFKBv8GtKgbXw2yi3z+E2EFEnzhKzLLX1ponXU66bAcTk5W0nMfxdvH03YDybPYmTqWc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DC4D8113E; Sun, 2 Jun 2024 08:54:45 -0700 (PDT) Received: from bogus (unknown [10.57.83.6]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 09DE23F792; Sun, 2 Jun 2024 08:54:18 -0700 (PDT) Date: Sun, 2 Jun 2024 16:54:16 +0100 From: Sudeep Holla To: Linus Walleij Cc: Krzysztof Kozlowski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jiaxun Yang Subject: Re: [PATCH 1/2] dt-bindings: arm: arm,juno-fpga-apb-regs: document FPGA syscon Message-ID: <20240602155416.5gkm7w3snba57vxa@bogus> References: <20240518203903.119608-1-krzysztof.kozlowski@linaro.org> 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 Content-Transfer-Encoding: 8bit In-Reply-To: On Tue, May 28, 2024 at 01:47:33PM +0200, Linus Walleij wrote: > On Sat, May 18, 2024 at 10:39 PM Krzysztof Kozlowski > wrote: > > > Add dedicated bindings for the FPGA syscon registers on ARM Juno board, > > to fully document the block and also fix dtbs_check warning: > > > > juno.dtb: apbregs@10000: compatible: ['syscon', 'simple-mfd'] is too short > > > > Signed-off-by: Krzysztof Kozlowski > (...) > > +maintainers: > > + - Linus Walleij > > This feels more like a Sudeep area of responsibility than > mine, so please use: > Sudeep Holla > Indeed, I queued them a week before -rc1 and was away last week. I plan to rebase and reply after applying them officially 😄 -- Regards, Sudeep