From patchwork Mon Sep 7 14:21:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heikki Krogerus X-Patchwork-Id: 297708 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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT 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 E8B43C433E2 for ; Mon, 7 Sep 2020 16:31:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BC358207DE for ; Mon, 7 Sep 2020 16:31:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729841AbgIGQbx (ORCPT ); Mon, 7 Sep 2020 12:31:53 -0400 Received: from mga09.intel.com ([134.134.136.24]:34562 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729594AbgIGOWF (ORCPT ); Mon, 7 Sep 2020 10:22:05 -0400 IronPort-SDR: 5vdADB9GgX9uVkBLpdHzqz6QpdoZ+PkSuMnxNIwOlSOYhph8gdKy+y5kx0yXRIYyd7bSW3Lf0E NR822N/vCWhQ== X-IronPort-AV: E=McAfee;i="6000,8403,9736"; a="158987043" X-IronPort-AV: E=Sophos;i="5.76,402,1592895600"; d="scan'208";a="158987043" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2020 07:21:55 -0700 IronPort-SDR: MtZZ5OKoeLz4JREC8HHteqKhBSg/4J9i7zyVkN8p/0xWtnGtMeTXFsmF/q7o26wGg06+gYMMII cPwAL57zPmhw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,402,1592895600"; d="scan'208";a="406850907" Received: from black.fi.intel.com (HELO black.fi.intel.com.) ([10.237.72.28]) by fmsmga001.fm.intel.com with ESMTP; 07 Sep 2020 07:21:53 -0700 From: Heikki Krogerus To: Greg Kroah-Hartman Cc: "Mani, Rajmohan" , Utkarsh Patel , linux-usb@vger.kernel.org Subject: [RESEND PATCH 0/2] [PATCH 0/2] Fixes for the Intel PMC mux driver Date: Mon, 7 Sep 2020 17:21:50 +0300 Message-Id: <20200907142152.35678-1-heikki.krogerus@linux.intel.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Hi, Here are two of fixes from Utkarsh. Both deal with alternate mode issues. Let me know if you want anything to be changed. Sorry again about the wrong list. I send these first accidentally to linux-acpi@vger.kernel.org thanks, Utkarsh Patel (2): usb: typec: intel_pmc_mux: Do not configure Altmode HPD High usb: typec: intel_pmc_mux: Do not configure SBU and HSL Orientation in Alternate modes drivers/usb/typec/mux/intel_pmc_mux.c | 12 ------------ 1 file changed, 12 deletions(-)