From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 0/3] OMAP: RX51: save atags data to be exported on /proc/atags Date: Thu, 24 Dec 2015 16:50:33 +0100 Message-ID: <201512241650.33737.arnd@arndb.de> References: <1450965658-2675-1-git-send-email-ivo.g.dimitrov.75@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1450965658-2675-1-git-send-email-ivo.g.dimitrov.75@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: Ivaylo Dimitrov , linux@arm.linux.org.uk, tony@atomide.com, nicolas.pitre@linaro.org, pali.rohar@gmail.com, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-omap@vger.kernel.org On Thursday 24 December 2015, Ivaylo Dimitrov wrote: > Nokia N900 legacy userspace needs ATAGS passed by the bootloder to be > available in /proc/atags. With DT booted kernel this information is > no longer availabe. Fix that by saving ATAGS data early in the boot > stage so it can be exported in /proc/atags later Looks ok to me. Acked-by: Arnd Bergmann Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 24 Dec 2015 16:50:33 +0100 Subject: [PATCH 0/3] OMAP: RX51: save atags data to be exported on /proc/atags In-Reply-To: <1450965658-2675-1-git-send-email-ivo.g.dimitrov.75@gmail.com> References: <1450965658-2675-1-git-send-email-ivo.g.dimitrov.75@gmail.com> Message-ID: <201512241650.33737.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 24 December 2015, Ivaylo Dimitrov wrote: > Nokia N900 legacy userspace needs ATAGS passed by the bootloder to be > available in /proc/atags. With DT booted kernel this information is > no longer availabe. Fix that by saving ATAGS data early in the boot > stage so it can be exported in /proc/atags later Looks ok to me. Acked-by: Arnd Bergmann Arnd