From patchwork Thu Apr 3 14:59:21 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mario Limonciello X-Patchwork-Id: 878055 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 6864624E005 for ; Thu, 3 Apr 2025 15:00:37 +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=1743692438; cv=none; b=taW0XSQjd8W50f+Qp1LHLjQB07rWNS32be6o0Wgn9470+/iEKYphPeoi1E5K1eIelt5uqjwbMgaZyrHCwr3gFsnN40PYjXLPGvIAsresfjzhcWvxB0ICx4+wOt5UicDnh1lWJM1Isc+iXMtlHAnaT1pF8sK4+FWxHY388pv5UfI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743692438; c=relaxed/simple; bh=aomKwtfhdIUoSO4nBGMPjrnn+UriWeFDK5mqBPIDHOE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=TUuxAwQq2Xs2dZwk4vuoz9c3XCCGT8gWgZMQvCPoV0g7FqC3S2XUuPnRAt3pDZG03lrRcbaXWhKr7J0iV+GNeupfcywF2EXJnuihnZxQtRKIgcsYW0tnz57tYL8oHfYBP7nOaz7wa00A8qhdQfBI8m8vu9KED0SaCRFEfs2J2P4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ncJP2Cha; 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="ncJP2Cha" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC949C4CEE3; Thu, 3 Apr 2025 15:00:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1743692437; bh=aomKwtfhdIUoSO4nBGMPjrnn+UriWeFDK5mqBPIDHOE=; h=From:To:Cc:Subject:Date:From; b=ncJP2Chaonc9bHKoOl8qWmxjwQw6zy8cYmGhp+anrstDLVM3+K0T2JRBKSdE48ByW BqU6A+xUhKLwWXA0lFPI7XqLtTP0opOoQQLNMWORCg5thclcFhgERj+TDIiwIwPOqI Qhd38OfIuMnS3mVMUsJu9J8m0Go34Bf32MiTGwQDNRAJFeAxP7WlkZ8NLt+PD16t+X R5M00IUmBkYS/RjhtWt1aPPC+Gy6w5ITBLmlEqxUmbOke4LmzBoe9OodgP9LPb3TH2 +IE6qjTgGjUK/J+qOrA+APPOb0H+RVYsOjepqlxlT+BwagAKuZtUbTdH9JFD+I+oIM gZmpV+iAjMFbA== From: Mario Limonciello To: mario.limonciello@amd.com, akshata.mukundshetty@amd.com, basavaraj.natikar@amd.com, bentiss@kernel.org, ilpo.jarvinen@linux.intel.com, jikos@kernel.org, Shyam-sundar.S-k@amd.com Cc: linux-input@vger.kernel.org Subject: [PATCH v2 0/2] Fixes for SRA sensor handling Date: Thu, 3 Apr 2025 09:59:21 -0500 Message-ID: <20250403150026.1657538-1-superm1@kernel.org> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Mario Limonciello On systems with an SRA sensor there are some problems with both init and failure paths. This series accounts for both. Mario Limonciello (2): HID: amd_sfh: Fix SRA sensor when it's the only sensor HID: amd_sfh: Cleanup all sensors when init fails drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-)