From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Anholt Subject: Re: [PATCH] irqchip: Convert to using %pOF instead of full_name Date: Wed, 19 Jul 2017 12:49:41 -0700 Message-ID: <87tw28dx62.fsf@eliezer.anholt.net> References: <20170718214339.7774-30-robh@kernel.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: In-Reply-To: <20170718214339.7774-30-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring , Marc Zyngier , Thomas Gleixner Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jason Cooper , Lee Jones , Stefan Wahren , Florian Fainelli , Ray Jui , Scott Branden , bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, Baruch Siach , Vladimir Zapolskiy , Sylvain Lemieux , Matthias Brugger , Maxime Coquelin , Alexandre Torgue , Maxime Ripard , Chen-Yu Tsai , Thierry Reding , Jonathan Hunter , Michal Simek List-Id: linux-tegra@vger.kernel.org --=-=-= Content-Type: text/plain Rob Herring writes: > Now that we have a custom printf format specifier, convert users of > full_name to use %pOF instead. This is preparation to remove storing > of the full path string for each node. > For bcm283x: Acked-by: Eric Anholt --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE/JuuFDWp9/ZkuCBXtdYpNtH8nugFAllvt9UACgkQtdYpNtH8 nuhwQA/+PlDicnq8EVVpUAsGPV3jsdXBJLxEUlDxOCIFEJ5WUUL7oKMt67ShrKPg ACAAvMZFx+HBZeeuIvoQANUPvAUk16XJ66Du+VhMfeRMVLUBkZC0MPa6tSHtq/8x KdGW2OON4sqFiN2bJ+TCJoAq5e8LLjObOEZpdu42LixoC64OaX1COx2GxXgEcLf3 lfl5CS5YFZQGLlZOxDxl7+JlUyPxDPEnTwnKy5/awL913QvulJs7PnQreASk1BU8 mkVqQO6cJhzkFhv5uOmwtflPIanUHhhboLpueeZGpOGBLCSlgj10AmfVW+jwN5As yMTeMNhXSIuTK1aqwo4vPswgXNoE7V7c6bGNNdoCvj9EGAAQM8tgs1EI01fAKr4N QnUlF2WjE9WiP7Z381SFUtSPqymRB089hiCGQkuJQxuAcTINPNZAdthVOkNiiqU/ RbneQdb7psI8dJAJLXASGqAHx54+vLjhleIM4Ny5FsmzSQmuVaECpxgi/1VUPK3B il4qqM2fFkpG8NMTHiQ9xLjfq/CcT9ehC3/6PMCRJz9Tc/mDyIDmUz6YOaEpADni Qtph9/lTh7wB35Nd1A53ffjluvO2Sz2Vs+ko1oRY2pnbDUyZsaxzPBlBOQgbpD5x PgqOYZO052GOiet75x5jBbM/tV4LrS2iSzLFV7LtHhVGQppOT48= =H3jB -----END PGP SIGNATURE----- --=-=-=-- -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932603AbdGSTuW (ORCPT ); Wed, 19 Jul 2017 15:50:22 -0400 Received: from anholt.net ([50.246.234.109]:36486 "EHLO anholt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752994AbdGSTuT (ORCPT ); Wed, 19 Jul 2017 15:50:19 -0400 From: Eric Anholt To: Rob Herring , Marc Zyngier , Thomas Gleixner Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Jason Cooper , Lee Jones , Stefan Wahren , Florian Fainelli , Ray Jui , Scott Branden , bcm-kernel-feedback-list@broadcom.com, Baruch Siach , Vladimir Zapolskiy , Sylvain Lemieux , Matthias Brugger , Maxime Coquelin , Alexandre Torgue , Maxime Ripard , Chen-Yu Tsai , Thierry Reding , Jonathan Hunter , Michal Simek , =?utf-8?Q?S=C3=B6ren?= Brinkmann , linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-tegra@vger.kernel.org Subject: Re: [PATCH] irqchip: Convert to using %pOF instead of full_name In-Reply-To: <20170718214339.7774-30-robh@kernel.org> References: <20170718214339.7774-30-robh@kernel.org> User-Agent: Notmuch/0.22.2+1~gb0bcfaa (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Wed, 19 Jul 2017 12:49:41 -0700 Message-ID: <87tw28dx62.fsf@eliezer.anholt.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-=-= Content-Type: text/plain Rob Herring writes: > Now that we have a custom printf format specifier, convert users of > full_name to use %pOF instead. This is preparation to remove storing > of the full path string for each node. > For bcm283x: Acked-by: Eric Anholt --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE/JuuFDWp9/ZkuCBXtdYpNtH8nugFAllvt9UACgkQtdYpNtH8 nuhwQA/+PlDicnq8EVVpUAsGPV3jsdXBJLxEUlDxOCIFEJ5WUUL7oKMt67ShrKPg ACAAvMZFx+HBZeeuIvoQANUPvAUk16XJ66Du+VhMfeRMVLUBkZC0MPa6tSHtq/8x KdGW2OON4sqFiN2bJ+TCJoAq5e8LLjObOEZpdu42LixoC64OaX1COx2GxXgEcLf3 lfl5CS5YFZQGLlZOxDxl7+JlUyPxDPEnTwnKy5/awL913QvulJs7PnQreASk1BU8 mkVqQO6cJhzkFhv5uOmwtflPIanUHhhboLpueeZGpOGBLCSlgj10AmfVW+jwN5As yMTeMNhXSIuTK1aqwo4vPswgXNoE7V7c6bGNNdoCvj9EGAAQM8tgs1EI01fAKr4N QnUlF2WjE9WiP7Z381SFUtSPqymRB089hiCGQkuJQxuAcTINPNZAdthVOkNiiqU/ RbneQdb7psI8dJAJLXASGqAHx54+vLjhleIM4Ny5FsmzSQmuVaECpxgi/1VUPK3B il4qqM2fFkpG8NMTHiQ9xLjfq/CcT9ehC3/6PMCRJz9Tc/mDyIDmUz6YOaEpADni Qtph9/lTh7wB35Nd1A53ffjluvO2Sz2Vs+ko1oRY2pnbDUyZsaxzPBlBOQgbpD5x PgqOYZO052GOiet75x5jBbM/tV4LrS2iSzLFV7LtHhVGQppOT48= =H3jB -----END PGP SIGNATURE----- --=-=-=-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: eric@anholt.net (Eric Anholt) Date: Wed, 19 Jul 2017 12:49:41 -0700 Subject: [PATCH] irqchip: Convert to using %pOF instead of full_name In-Reply-To: <20170718214339.7774-30-robh@kernel.org> References: <20170718214339.7774-30-robh@kernel.org> Message-ID: <87tw28dx62.fsf@eliezer.anholt.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Rob Herring writes: > Now that we have a custom printf format specifier, convert users of > full_name to use %pOF instead. This is preparation to remove storing > of the full path string for each node. > For bcm283x: Acked-by: Eric Anholt -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 832 bytes Desc: not available URL: