Message ID | 20230306103359.6591-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 19FC9C61DA4 for <linux-usb@archiver.kernel.org>; Mon, 6 Mar 2023 10:35:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231220AbjCFKfq (ORCPT <rfc822;linux-usb@archiver.kernel.org>); Mon, 6 Mar 2023 05:35:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43634 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231561AbjCFKfi (ORCPT <rfc822;linux-usb@vger.kernel.org>); Mon, 6 Mar 2023 05:35:38 -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 806132054A for <linux-usb@vger.kernel.org>; Mon, 6 Mar 2023 02:34:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1678098844; 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=nk+qEMKLnGBNyiBoDHmr5Ko6eiOftzPruVRMgtr7R3Y=; b=BbhsbfpUWn4RqdcwyjExP4y5sEwc9D1FLMXNhc2f0JuukK9iKNpWPPeABSIzh7zKqRYIzz s2PYpcezXkhsl4z1of7EGjfKdr/agmmSyzyWogVWbFP/4CHpSzIc7l1/pEVzVa2rd3UbeV ZgtcBWdCIcmy8ni1fPNLuJBa0xSIi1Q= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-15-WqefdaPgP4KQaH85UMUQ5A-1; Mon, 06 Mar 2023 05:34:02 -0500 X-MC-Unique: WqefdaPgP4KQaH85UMUQ5A-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 90D9B38123C6; Mon, 6 Mar 2023 10:34:01 +0000 (UTC) Received: from x1.localdomain.com (unknown [10.39.195.139]) by smtp.corp.redhat.com (Postfix) with ESMTP id 492EE40C83B6; Mon, 6 Mar 2023 10:34:00 +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 v2 0/3] usb: ucsi: 3 bug fixes Date: Mon, 6 Mar 2023 11:33:56 +0100 Message-Id: <20230306103359.6591-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 |