From patchwork Mon Sep 19 13:24:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 12980442 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4CEAC54EE9 for ; Mon, 19 Sep 2022 13:25:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230112AbiISNZg (ORCPT ); Mon, 19 Sep 2022 09:25:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56918 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230253AbiISNZb (ORCPT ); Mon, 19 Sep 2022 09:25:31 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 406A0CE2D; Mon, 19 Sep 2022 06:25:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 81A93B81BE3; Mon, 19 Sep 2022 13:25:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27B00C433D7; Mon, 19 Sep 2022 13:25:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663593926; bh=4bEUd19yquFy95j1oi43w3aV8cwe4vvx50yTbe2Sue0=; h=From:To:Cc:Subject:Date:From; b=bs/Tea3wekFPv1dUppYj0DLcTw9lZvncBNDZrtZkPcsgxxxcl1Uyjg1QGub3rzW7q b5MHfXfm/fiRta6QdX0dBKXZvv5pbRxZwcocuXkhFdGVUhEJZ125ZGE07g6kpLdVGe mcFCb6R/9yJlB7no5/pixgNVUx5Law8q0ihR/LMMWJNb/kmjuvO6G3ZiLdaXAnPQen jfb7SL0Y4KuTFdTOOFgUOJuqxCfJNZV/qSCQvrbGjzir7FudVnJUPiv5dI1JHnc/LR PfU/Om7dcRThG6H9iscDN6Uqj4b6n47xTg1+iG/gx5Flf24m4vAtPjErpvWfGNVLgV 2w2ZsMb7m2gfA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oaGmA-0005R3-Uo; Mon, 19 Sep 2022 15:25:31 +0200 From: Johan Hovold To: Johan Hovold Cc: Jiasheng Jiang , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] USB: serial: ftdi_sio: misc clean ups Date: Mon, 19 Sep 2022 15:24:53 +0200 Message-Id: <20220919132456.20851-1-johan@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Here are some clean ups on top of the recent dev_groups attribute conversion. Johan Johan Hovold (3): USB: serial: ftdi_sio: clean up attribute visibility logic USB: serial: ftdi_sio: move driver structure USB: serial: ftdi_sio: clean up driver prefix drivers/usb/serial/ftdi_sio.c | 144 +++++++++++++--------------------- 1 file changed, 54 insertions(+), 90 deletions(-) Reviewed-by: Greg Kroah-Hartman