From patchwork Wed Jul 15 09:43:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wen-chien Jesse Sung X-Patchwork-Id: 1329341 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4B6CC13CX8z9sTZ; Wed, 15 Jul 2020 19:44:13 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1jvdxQ-000246-Cp; Wed, 15 Jul 2020 09:44:08 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jvdxN-00023j-R8 for kernel-team@lists.ubuntu.com; Wed, 15 Jul 2020 09:44:05 +0000 Received: from 114-34-116-233.hinet-ip.hinet.net ([114.34.116.233] helo=cola.voip.idv.tw) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jvdxN-00040x-25; Wed, 15 Jul 2020 09:44:05 +0000 From: Wen-chien Jesse Sung To: kernel-team@lists.ubuntu.com Subject: [Bionic][PATCH 0/4] UBUNTU: SAUCE: Revert "Updates to Exar USB serial driver" Date: Wed, 15 Jul 2020 17:43:56 +0800 Message-Id: <20200715094400.1214204-1-jesse.sung@canonical.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://launchpad.net/bugs/1885271 [Impact] The Exar USB serial driver updates are causing issues on platforms other than Dell Edge Gateways. [Fixes] Since we're going to support the target platform with another derivative, these commits can be safely removed. [Regression Potential] Low. We're going back to the driver before these updates applied. Wen-chien Jesse Sung (4): UBUNTU: SAUCE: Revert "xr-usb-serial: fix kbuild" UBUNTU: SAUCE: Revert "xr-usb-serial: Changes to support updates in struct gpio_chip" UBUNTU: SAUCE: Revert "xr-usb-serial: re-initialise baudrate after resume from S3/S4" UBUNTU: SAUCE: Revert "xr-usb-serial: Update driver for Exar USB serial ports" ubuntu/xr-usb-serial/Kconfig | 11 - ubuntu/xr-usb-serial/Makefile | 14 +- ubuntu/xr-usb-serial/README.txt | 3 - ubuntu/xr-usb-serial/xr_get_smbios.c | 350 ----------------- ubuntu/xr-usb-serial/xr_get_smbios.h | 237 ------------ ubuntu/xr-usb-serial/xr_usb_serial_common.c | 405 +++++--------------- ubuntu/xr-usb-serial/xr_usb_serial_common.h | 20 +- ubuntu/xr-usb-serial/xr_usb_serial_hal.c | 244 ++---------- ubuntu/xr-usb-serial/xr_usb_serial_ioctl.h | 7 - 9 files changed, 144 insertions(+), 1147 deletions(-) delete mode 100644 ubuntu/xr-usb-serial/Kconfig delete mode 100644 ubuntu/xr-usb-serial/xr_get_smbios.c delete mode 100644 ubuntu/xr-usb-serial/xr_get_smbios.h Acked-by: Stefan Bader Acked-by: Andrea Righi Acked-by: Paolo Pisati