From patchwork Thu Feb 11 15:41:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 102810 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp275833lbl; Thu, 11 Feb 2016 07:42:20 -0800 (PST) X-Received: by 10.98.15.135 with SMTP id 7mr51888204pfp.142.1455205340096; Thu, 11 Feb 2016 07:42:20 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s80si13282077pfi.55.2016.02.11.07.42.19; Thu, 11 Feb 2016 07:42:20 -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 S1750884AbcBKPmS (ORCPT + 1 other); Thu, 11 Feb 2016 10:42:18 -0500 Received: from mout.kundenserver.de ([212.227.17.24]:57734 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750812AbcBKPmS (ORCPT ); Thu, 11 Feb 2016 10:42:18 -0500 Received: from wuerfel.lan. ([78.42.132.4]) by mrelayeu.kundenserver.de (mreue102) with ESMTPA (Nemesis) id 0McWQK-1alYmg0jR2-00HgT4; Thu, 11 Feb 2016 16:41:46 +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 Subject: [PATCH v2 0/6] serial: 8250: fixes for modular build Date: Thu, 11 Feb 2016 16:41:26 +0100 Message-Id: <1455205297-1021302-1-git-send-email-arnd@arndb.de> X-Mailer: git-send-email 2.7.0 X-Provags-ID: V03:K0:RULLeBH0QOKQsGHQD2j4HyWij3PdbKGi/fx446srqwOAZwhRycB 51Bodte2fDXK8HMksel3qDSM41xLUOUx+TNnRtoF3BJD/9kX2J+v52/Y+uPM9Er9iPNXSvC dApbq6afNTDzccMxyKVDQBR+yWkxMHGmDh9t7IlcQK+4OZg1fjTT+xajvnOCaVhIoTeoSJk DQaJWqeTzAsZYBjU28aMQ== X-UI-Out-Filterresults: notjunk:1; V01:K0:isprlNIjlqU=:gUZAcr+5Fb61Zqp49ot8IF xdsHYmCj8aqnilkeLyW73PO3WQNc7FJ86OftrTQs1MYj4MHJfWVYEkHNXE94yMRBEN4QdD+6Y AciHRrz43LXFlyoVekI82PQkZwFmcHbVgkicyyj6YrkHZwRZnlb9RDQ7q9EIqdRx4SuEGxTzP A8DH65pOHFN3al/ixmbViA9AgwtKLxjDRKAbryiVTyCQ6sCvPOnPxShSqFPVDz1GmJ/3PF4OD INq+1uJEPbf6fS6DZ7OOZmYjHhP+ng+MOHJUScgVRR6JaXZogjufODFK+/fYpN7CsKKdVkQzD HZ03wH6c35h2WNzrtlVz+4ZZmNH8PIpL4dA+2omu3JVlfEERRdPczgii+aT7MtB1QA17pTlHb sJilfgtISlwQ3wjMSNs7+ZSk28vkmAY7nfHlJSGlImuYctsfj9qDZNe+BBpBhfnZWpB95zFp/ iAUr96lo3wvNpDdnSLDsFJuJKHeH0GI6ZpOUF7XW5kHFxvBuaozGJ+MWnz6cL2mCqbYV1+kiL 1lZJ8aRumL1YMRJZyvaVS7ijIn+0R0prpFhLh6JaVb9bQPRnahaNBBN1sFV/nOGV8goYvDecb JKzt2uaeUlEVMRYV5HFKUDKaCac1qX/RDBd/WjZdg5c3KNqhDCaUBueZdc5C44kZYkwR7BBVv Rp3rsvPKvTQTo6N6sPv74tMc9W77M/ibpa9iCQ9q5/6EBE3A3pRbHCLpm6lId7Mok+x4= Sender: linux-serial-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org This is a re-send of three patches I sent a couple of days ago, with a revert of two patches that Paul did, taking the code in the opposite direction now, towards ensuring the drivers actually work as loadable modules, which helps with 'allmodconfig' build testing. I've also added another patch for uniphier, and fixed smaller related issues that came up in further testing. 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