From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932471AbdBHQ71 (ORCPT ); Wed, 8 Feb 2017 11:59:27 -0500 Received: from thoth.sbs.de ([192.35.17.2]:45833 "EHLO thoth.sbs.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753204AbdBHQ6b (ORCPT ); Wed, 8 Feb 2017 11:58:31 -0500 From: Jan Kiszka To: Greg Kroah-Hartman Cc: Linux Kernel Mailing List , linux-serial@vger.kernel.org, Sudip Mukherjee , Andy Shevchenko Subject: [PATCH v2 0/7] serial: exar: Fixes and cleanups Date: Wed, 8 Feb 2017 17:09:02 +0100 Message-Id: X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes in v2: - line rewrapped in patch 2 [Andy] - reordered PCI ID list [Andy] - removed obsolete constants from 8250_pci [Andy] - added Commtech devices to 8250_pci blacklist [Andy] Original intro: Fixes one fall-out from the exar split-up and two longer pending issue regarding the correct initialization of exar registers ports > 0. Furthermore, it moves remaining exar code over to the new module and also cleans up & fixes some registers defines. This includes the previously posted "Fix EXAR feature control register constants". Note that I have no chance to test the Commtech change on real hardware. Jan Jan Kiszka (7): serial: exar: Fix mapping of port I/O resources serial: exar: Fix initialization of EXAR registers for ports > 0 serial: exar: Fix feature control register constants serial: exar: Move Commtech adapters to 8250_exar as well serial: pci: Remove unused pci_boards entries serial: exar: Move register defines from uapi header to consumer site serial: exar: Enable MSI support drivers/tty/serial/8250/8250_exar.c | 129 ++++++++++++++++++++++++----- drivers/tty/serial/8250/8250_pci.c | 161 +----------------------------------- drivers/tty/serial/8250/8250_port.c | 6 ++ include/uapi/linux/serial_reg.h | 18 ---- 4 files changed, 117 insertions(+), 197 deletions(-) -- 2.1.4