From patchwork Tue Sep 29 23:05:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mychaela N. Falconia" X-Patchwork-Id: 258337 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D87FC4727C for ; Tue, 29 Sep 2020 23:13:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3C6F120897 for ; Tue, 29 Sep 2020 23:13:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728655AbgI2XNG (ORCPT ); Tue, 29 Sep 2020 19:13:06 -0400 Received: from freecalypso.org ([195.154.163.71]:38986 "EHLO freecalypso.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728384AbgI2XNG (ORCPT ); Tue, 29 Sep 2020 19:13:06 -0400 Received: by freecalypso.org (Postfix, from userid 1001) id 1CC943740390; Tue, 29 Sep 2020 23:05:11 +0000 (UTC) From: "Mychaela N. Falconia" To: Johan Hovold Cc: linux-usb@vger.kernel.org, mychaela.falconia@gmail.com Subject: [PATCH v2 0/2] USB: serial: ftdi_sio: quirk for DUART28C Message-Id: <20200929230511.1CC943740390@freecalypso.org> Date: Tue, 29 Sep 2020 23:05:10 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Here is the second version of the patch series (reduced to just two patches now) that adds the special quirk needed for FreeCalypso DUART28C adapter. The first patch in this new reduced series is a preparatory change that makes it possible for quirk port_probe functions to determine which FT2232x or FT4232H channel is being considered, whereas all controversial changes are contained in the second and final patch. Mychaela N. Falconia (2): USB: serial: ftdi_sio: pass port to quirk port_probe functions USB: serial: ftdi_sio: add support for FreeCalypso DUART28C adapter drivers/usb/serial/ftdi_sio.c | 80 ++++++++++++++++++++++++++++++++------- drivers/usb/serial/ftdi_sio_ids.h | 1 + 2 files changed, 68 insertions(+), 13 deletions(-)