From patchwork Wed Feb 17 15:02:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 102760 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp49608lbl; Wed, 17 Feb 2016 07:03:26 -0800 (PST) X-Received: by 10.98.0.194 with SMTP id 185mr2716068pfa.139.1455721406291; Wed, 17 Feb 2016 07:03:26 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i83si2466806pfj.103.2016.02.17.07.03.26; Wed, 17 Feb 2016 07:03:26 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-serial-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-serial-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-serial-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030335AbcBQPDZ (ORCPT + 1 other); Wed, 17 Feb 2016 10:03:25 -0500 Received: from mout.kundenserver.de ([212.227.126.133]:49716 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030252AbcBQPDY (ORCPT ); Wed, 17 Feb 2016 10:03:24 -0500 Received: from wuerfel.lan. ([78.42.132.4]) by mrelayeu.kundenserver.de (mreue004) with ESMTPA (Nemesis) id 0LapmW-1a7kNB0Apc-00kOdc; Wed, 17 Feb 2016 16:02:45 +0100 From: Arnd Bergmann To: Greg Kroah-Hartman Cc: linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Paul Gortmaker , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Masahiro Yamada , Peter Hurley Subject: [PATCH v3 0/5] serial: 8250: fixes for modular build Date: Wed, 17 Feb 2016 16:02:30 +0100 Message-Id: <1455721357-4008289-1-git-send-email-arnd@arndb.de> X-Mailer: git-send-email 2.7.0 X-Provags-ID: V03:K0:UdqQPWT3P/8c/581vW6IRC+DGynh0mco/uqXfPrDc0KTfzcmHcI hdlhIuzzcitJwyLw0nlEztBBvn47yNWv4wCCK9STBxPA3Z1k3NNx3tQgbmjFykyepone62d K9ucMk7le/UkH3ktvh1/SQx9sCZ4t1bTO/CRbxKGhN+3hde1OAn6fibUF68W1uIwZvzx4R1 DxtbCoBO9q+2vLikgorPg== X-UI-Out-Filterresults: notjunk:1; V01:K0:TES35Z2V9Qc=:BJI1QdvGj/4WNI3w/H3S+N kVIFgXkyUCYq0FO2WsohfsBE09dp3UyyFClmBPOnto+MsdBzKkSLejnu9FiMNcLir2ptpA4Iv E1moW+4UipZkeEbufkGNRfMGP6NrA5dDhXt/IWjTmah1jd/7TR22Z4nDGaTr80pwus2stDMtT +c8UUZ0QVZ3MKiIaNhZZ7DqYASP+xaDhBV5U3ZsE7HEtUXHhpYvqPvQJppF3OXVCWKtZBtO2w GOApojPkg3UxPD8nYySewhAD7veQ/PwfMokuGtUvgrZLmPyLtXZQONmznGcy71qNAJgbqga0Y 9G6cfO6LtBJ4MU4Mlitl67ckzAKu0d+EGRuoSkk7nHVfA4sQvkTS3+LGGdImPFRdIc5GRH+xk OfrY7nZ9sU+EwvTpBxJYve6L7l74ChsSpy6lQK95oNdwmWCldwtzR50sToCkssftVuqZhtacW /IQUOXRrrjvQH0rE3ozTUGKAnUubIJGOG4x52CTN+ltk60p1i02OccXB/piHGziCGuSop/F7r LUr4+VkzQo/6ZRJMqpEJtTvlVyi352PVbnrBE2X0jWF4whf1evx2QpMtF6CCaOw98mCWhaDhb 6hpIrBv5rSoI325lqnLEVYXpVstv6yu7Ywdt4Y6S37qdsZ2JYbx3lxA3DyzOr7B4h9S/01S9h uwN02szjrzw8JkRkFP+5gWtAG9Rdq27xqORwRktwU0DlRfERz7fav44GitomHXI8pUjM= Sender: linux-serial-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org Hi Greg, This is a resend of my last week's 8250 series, with a couple of issues fixed as pointed out by Paul Gortmaker. Masahiro Yamada had an idea for a nicer solution to the problem of a modular build, but after some back and forth, the conclusion was that this does not work any more after the rework done by Peter Hurley, so we are back to my original approach. I've done many compile tests over the last week and found another corner case in the Ingenic driver patch, which is now also fixed, and I'm no longer getting any invalid symbol references here or in other drivers. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html