From patchwork Tue Feb 18 15:29:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 13980158 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 472A926B977; Tue, 18 Feb 2025 15:29:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739892580; cv=none; b=iSDh+Um/bkvh0qN5mKUhNag6/80wxtkQa1aR8d/OPylAlQWPKMW/GRl0V7i+XPIG9N2A+HmpoH3LS8fituX+QQrr6ByQllh0wA9Qy9nZGtCS2X6cH8hRRz91XuXinb4hPWewzyrKHjzhGu7TPzdiUZqUSVWveqgNj0My5eqxlHU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739892580; c=relaxed/simple; bh=PtPRjdFC0LZ9nIX/aLLRuOjU4yBVVBHKeS+vx4R8tpg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=IdGT0hrF+72xC6R0PKe1lsHlZvfcSDAGc8CM2fezcdJ6gOuq610emrr7ulGCNizOZuDCRkXKW5Iuzu4bFKGrfv5y7zUQcL5MlLHESfMt4+DGv9QMltFVN33DEGRK2aadz0V1NUk9W+4xzytiZY0dw+tANAQI7Ms2m3zy9SdrPmQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=tDDI9t9a; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="tDDI9t9a" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DEEF9C4CEEB; Tue, 18 Feb 2025 15:29:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739892579; bh=PtPRjdFC0LZ9nIX/aLLRuOjU4yBVVBHKeS+vx4R8tpg=; h=From:To:Cc:Subject:Date:From; b=tDDI9t9aer/LBkULo5Aak1ep6YMaEw/IOmGkqzCqLSZXPEbSAuxRgHghraIoPG9tX C2mtXMRMhbjxHwo+NyigFVfeo11A3skc07iAgXAfhIna+iWVWrpqg3aoIeAOdAyR+p YFk+cVufATV3AmdKTltVZ+OEet3sDynfrSxL7/6rHBuNgzBnkUo9XlLjzx9UScpQhK ZB7QNyiV5UNBOXEcD/ojRHi4dM6pyHvuZn+FFZlpnuv5qxdhwQn1Se50D6wNV9igh9 1o7s9HYRwK2KyGAjHs6w24oLX3a2hnyHB2hA33kQSsi3su/Gp36V+AQe2jLEUHH1e5 vSL5Kml4lLGcQ== Received: from johan by xi.lan with local (Exim 4.97.1) (envelope-from ) id 1tkPXf-000000005zG-1ruW; Tue, 18 Feb 2025 16:29:48 +0100 From: Johan Hovold To: Heikki Krogerus , Greg Kroah-Hartman Cc: Abel Vesa , Stephan Gerhold , linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 0/3] usb: typec: ps883x: follow-up fixes Date: Tue, 18 Feb 2025 16:29:30 +0100 Message-ID: <20250218152933.22992-1-johan+linaro@kernel.org> X-Mailer: git-send-email 2.45.3 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Here are some further follow-up fixes for issues with the new ps883x retimer driver. They don't strictly depend on the probe error handling fix I posted earlier today, so I'm not including it here even if that one ideally should be applied before this series: https://lore.kernel.org/lkml/20250218082243.9318-1-johan+linaro@kernel.org/ Johan Johan Hovold (3): usb: typec: ps883x: fix registration race usb: typec: ps883x: fix missing accessibility check usb: typec: ps883x: fix configuration error handling drivers/usb/typec/mux/ps883x.c | 78 +++++++++++++++++++++++----------- 1 file changed, 53 insertions(+), 25 deletions(-)