From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932393AbbLRNQi (ORCPT ); Fri, 18 Dec 2015 08:16:38 -0500 Received: from mout.kundenserver.de ([217.72.192.73]:56451 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932168AbbLRNQg (ORCPT ); Fri, 18 Dec 2015 08:16:36 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Peter Ujfalusi , gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH v2] serial: 8250: of: Fix the driver and actually compile the 8250_of Date: Fri, 18 Dec 2015 14:16:06 +0100 Message-ID: <3295738.CvTDrXdGbt@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1450443649-31654-1-git-send-email-peter.ujfalusi@ti.com> References: <1450443649-31654-1-git-send-email-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:jG1FeamulDTgXPxrOUenpXve36OBu4XvbLueNXpFcPzyQvIFNrs nWq5ZgTnXpQehDpNCV36b+rNwFfBToeTX/7PuUAD90OiUyzjS8XisuFqwbvtQpU/PF0aQKZ qDMwla+II/5HSQqrOCBEW0cx4t39+TUzzAq+/Xv73YDSJ7XnM91fdkZlj+TsG0FzADmmYsj Flzic2wnSJ33ecbb+VPbw== X-UI-Out-Filterresults: notjunk:1;V01:K0:2drHLDESSuI=:k+eGxiidMpzzLcuqQu4kxF veCMCSl1MBhhoa/GDU/l5lQmYkqjjIfZyC5ppMk98wKRMURDD1eylvNwB5vXqSqx82ZBnjbz7 nx5A9oFUk8hdYd1bEgWXLEeKbpNaZgnVmwioyuqxsqh26xoaxQWBQdJjtfm7QVuMLN6fdUXYS mtlyij0B+M2Csnn2oEi8MwzdGJQ9XXqWiRa5Uokv61+e/zYU3wHuoKFx10364ClY4znrHujr7 ugE3Bits9ERXvunAmoyOyjqERGF66Q7AYyknjD7QY1uxADl/p1FOxy7odAnWiPuoAaD2y+CuD H+cyC9fTaB/hh7ArngQF9h8SeftIBAulYZCvy74Hx5vTp5eL69IZRf+E+jcrbQt+PLTwtAexj 16p4ULmlVvFGa27nsp1ximb9CzRyXMk6dM625OAzIicUYtp0DFKpAKRha7vbw12Vf8c7Py5X0 dzHGuVXOFDfXPdfrtPymINbm7bSOhtYT0SUZiC2Ia55+JLMU3R3lCLnBr4e1tXkajW0B4YOG2 JKsho3iRN7FLeLnE+Pg3o5qmrMXtlIUePFuCsuC8ZtIzZZ+VNeTGdLuTxAkzEmxiyf++8Lndl 9Z7Web8oFQCYIvSJ1NO01fARRK+sRUkgCo/Oi5top6fUxSz/7XLRfWXoaAA/BpGgSBk5vHGYd HdkLKXLFmTw9z3eYiSZX0W64PjH5J38T/h384s53z5oLz4dKDA9AZXYRHzs6r2GMaHBwYlmRo JEWpzeMS80amVPS9 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 18 December 2015 15:00:49 Peter Ujfalusi wrote: > The 8250_of never compiled since in the Kconfig we have SERIAL_OF_PLATFORM > but in the makefile we expect to have SERIAL_8250_OF... > > When the 8250_of.c is actually compiled we will have two errors: > missing linux/nwpserial.h and 8250/8250.h. > Fix those as well at the same time when enable the compilation of the > driver. > > Signed-off-by: Peter Ujfalusi > Fixes: afd7f88f1577 ("serial: 8250: move of_serial code to 8250 directory") > CC: Arnd Bergmann > Thanks for fixing this, and sorry for the mess. Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 18 Dec 2015 14:16:06 +0100 Subject: [PATCH v2] serial: 8250: of: Fix the driver and actually compile the 8250_of In-Reply-To: <1450443649-31654-1-git-send-email-peter.ujfalusi@ti.com> References: <1450443649-31654-1-git-send-email-peter.ujfalusi@ti.com> Message-ID: <3295738.CvTDrXdGbt@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 18 December 2015 15:00:49 Peter Ujfalusi wrote: > The 8250_of never compiled since in the Kconfig we have SERIAL_OF_PLATFORM > but in the makefile we expect to have SERIAL_8250_OF... > > When the 8250_of.c is actually compiled we will have two errors: > missing linux/nwpserial.h and 8250/8250.h. > Fix those as well at the same time when enable the compilation of the > driver. > > Signed-off-by: Peter Ujfalusi > Fixes: afd7f88f1577 ("serial: 8250: move of_serial code to 8250 directory") > CC: Arnd Bergmann > Thanks for fixing this, and sorry for the mess. Acked-by: Arnd Bergmann