Message ID | 20230307103421.8686-1-hdegoede@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-usb-owner@vger.kernel.org> 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 0EF2EC678D4 for <linux-usb@archiver.kernel.org>; Tue, 7 Mar 2023 10:35:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229809AbjCGKfq (ORCPT <rfc822;linux-usb@archiver.kernel.org>); Tue, 7 Mar 2023 05:35:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229831AbjCGKfn (ORCPT <rfc822;linux-usb@vger.kernel.org>); Tue, 7 Mar 2023 05:35:43 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D60223E0AC for <linux-usb@vger.kernel.org>; Tue, 7 Mar 2023 02:34:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1678185264; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=efqs5vRAQ8E0THZYkSV+wZ9+TRzdJSL2EJ2HQoLAGsI=; b=NmikgS8mCWKt2Lo2s4OGvWWth/xPv7F1LDKxqdlnvEOB1Rv+Ht/6WuUsbaBjpPGPh9qX61 2G49/0tZvn71VFQDdV9eyJQJRSVrSoXQzoDIBhs1KMHuM2aPXoLoAiLOAfN6ubq22sALPD B28Gr5JWBUUEmmGhtWnsnsluk5C3aCg= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-665-RPCPSDTGM7aBxcjJpJp2Cg-1; Tue, 07 Mar 2023 05:34:23 -0500 X-MC-Unique: RPCPSDTGM7aBxcjJpJp2Cg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5637585CCE1; Tue, 7 Mar 2023 10:34:23 +0000 (UTC) Received: from shalem.redhat.com (unknown [10.39.195.222]) by smtp.corp.redhat.com (Postfix) with ESMTP id 913B1400DFA1; Tue, 7 Mar 2023 10:34:22 +0000 (UTC) From: Hans de Goede <hdegoede@redhat.com> To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Heikki Krogerus <heikki.krogerus@linux.intel.com> Cc: Hans de Goede <hdegoede@redhat.com>, linux-usb@vger.kernel.org Subject: [PATCH v3 0/3] usb: ucsi: 3 bug fixes Date: Tue, 7 Mar 2023 11:34:18 +0100 Message-Id: <20230307103421.8686-1-hdegoede@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 Precedence: bulk List-ID: <linux-usb.vger.kernel.org> X-Mailing-List: linux-usb@vger.kernel.org |
Series | usb: ucsi: 3 bug fixes | expand |