From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/2] ARM: OMAP1: ams-delta: refactor late_init() Date: Mon, 2 Jul 2018 05:55:54 -0700 Message-ID: <20180702125554.GW112168@atomide.com> References: <20180527135548.7904-1-jmkrzyszt@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180527135548.7904-1-jmkrzyszt@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Janusz Krzysztofik Cc: Aaro Koskinen , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-omap@vger.kernel.org * Janusz Krzysztofik [180527 06:58]: > Before the board level GPIO handling is converted from GPIO numbers to > GPIO descriptors, split late_init() into functional blocks and move > them to separate functions. > > While being at it, drop machine type check from late_init() - the > function is now called from the board init_late callback so there is > no need for yet another applicability check. Applying both into omap-for-v4.19/omap1 thanks. Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 2 Jul 2018 05:55:54 -0700 Subject: [PATCH 1/2] ARM: OMAP1: ams-delta: refactor late_init() In-Reply-To: <20180527135548.7904-1-jmkrzyszt@gmail.com> References: <20180527135548.7904-1-jmkrzyszt@gmail.com> Message-ID: <20180702125554.GW112168@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Janusz Krzysztofik [180527 06:58]: > Before the board level GPIO handling is converted from GPIO numbers to > GPIO descriptors, split late_init() into functional blocks and move > them to separate functions. > > While being at it, drop machine type check from late_init() - the > function is now called from the board init_late callback so there is > no need for yet another applicability check. Applying both into omap-for-v4.19/omap1 thanks. Tony