From nobody Sat Apr 20 03:34:13 2024 Return-Path: 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 F17E0C77B7A for ; Fri, 26 May 2023 09:18:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242693AbjEZJSu (ORCPT ); Fri, 26 May 2023 05:18:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58260 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242982AbjEZJSf (ORCPT ); Fri, 26 May 2023 05:18:35 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4199199; Fri, 26 May 2023 02:18:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4C2ED64E6C; Fri, 26 May 2023 09:18:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6C00CC4339B; Fri, 26 May 2023 09:18:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685092707; bh=yplqz7LFwT3BPxWbIqpL9l8Y9WXsW7gyYbieMHFZ63M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jTWcsq76uyaQnoYgyHHoExt5aJ9l71WeMSYJqjA+Nea9FCu+BNfMv3onXzEBlgm5m iM17yUp+/Pgm8SvDzV1+78+4a1UO53i3+dLhog7OPo74JVdR1/Np6OqfMu5i4iBi3g SN4iMUnqMx89sKl3wPDjpsFhGTDOXsMvhcnHcrjtaaYhUBvFhXE/y/cQposGdRG0i2 4R5B5aj8d91WhY+nHy0OndbyiGtvbrgRKSNy7TKbLJ/sk2pAX+7yCbNwKE+vyavdxQ XSAFsBfieJN1dwyGbD9mASHU1PzdZA2O4mmsanPq+CTDwms9MWwCoQrhK5vXWUe+ra fMsjAOHKQY9cg== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1q2Tap-0004Wb-4y; Fri, 26 May 2023 11:18:39 +0200 From: Johan Hovold To: Lee Jones Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold , stable@vger.kernel.org Subject: [PATCH 1/2] mfd: pm8008: fix module autoloading Date: Fri, 26 May 2023 11:16:45 +0200 Message-Id: <20230526091646.17318-2-johan+linaro@kernel.org> X-Mailer: git-send-email 2.39.3 In-Reply-To: <20230526091646.17318-1-johan+linaro@kernel.org> References: <20230526091646.17318-1-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add the missing module device table alias to that the driver can be autoloaded when built as a module. Fixes: 6b149f3310a4 ("mfd: pm8008: Add driver for QCOM PM8008 PMIC") Cc: stable@vger.kernel.org # 5.14 Signed-off-by: Johan Hovold Reviewed-by: Konrad Dybcio --- drivers/mfd/qcom-pm8008.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/qcom-pm8008.c b/drivers/mfd/qcom-pm8008.c index 837246aab4ac..29ec3901564b 100644 --- a/drivers/mfd/qcom-pm8008.c +++ b/drivers/mfd/qcom-pm8008.c @@ -199,6 +199,7 @@ static const struct of_device_id pm8008_match[] =3D { { .compatible =3D "qcom,pm8008", }, { }, }; +MODULE_DEVICE_TABLE(of, pm8008_match); =20 static struct i2c_driver pm8008_mfd_driver =3D { .driver =3D { --=20 2.39.3 From nobody Sat Apr 20 03:34:13 2024 Return-Path: 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 8E532C77B7C for ; Fri, 26 May 2023 09:18:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242972AbjEZJSp (ORCPT ); Fri, 26 May 2023 05:18:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242655AbjEZJSe (ORCPT ); Fri, 26 May 2023 05:18:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA34019A; Fri, 26 May 2023 02:18:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4B4B264E68; Fri, 26 May 2023 09:18:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6F503C4339C; Fri, 26 May 2023 09:18:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685092707; bh=88/uGPpiYSu2UAheS3H0lRT6u8rFAc92NcdMxP7OLEo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gZqHtfZ3XpqX7zg1Nt1c3/AhkTEAnxg22bAYmodSiLWrOrg8/Rfq7AVVGXRhPEiJG pdII0jw/+xY2LNlRXpS8K/xjEbwPjfHho3nlvPE/wsWm5wNWHi1Fw61cLU5OGf8R6E KoKetT5p+UQumkW8QEx8V2LYYQfmblhv90Xhk3xQVAj8cvL76Dm4CZHSBRzrMT9Jp4 RErgqeUIFlG3MbcwgZ9j/SxJQiG8OAiPqQzQJNgNGZt2d3UNvqSgwnaktF2DCBBp93 0pWaVDtt2+v/QkHYUOKUYtmiBwdFPNj4/gQA29fCT8ssrDQGQ6wXR9O/mcABLmbq2r VQJMF4qtpLu8A== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1q2Tap-0004Wd-7U; Fri, 26 May 2023 11:18:39 +0200 From: Johan Hovold To: Lee Jones Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 2/2] mfd: pm8008: drop bogus i2c module alias Date: Fri, 26 May 2023 11:16:46 +0200 Message-Id: <20230526091646.17318-3-johan+linaro@kernel.org> X-Mailer: git-send-email 2.39.3 In-Reply-To: <20230526091646.17318-1-johan+linaro@kernel.org> References: <20230526091646.17318-1-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Prior to commit af503716ac14 ("i2c: core: report OF style module alias for devices registered via OF") drivers using OF matching needed an i2c module alias such as "i2c:pm8008" for module autoloading to work. Drop the bogus i2c alias from the pm8008 driver which was merged long after i2c core was fixed and whose alias did not match the driver name ("pm8008") to begin with. Signed-off-by: Johan Hovold --- drivers/mfd/qcom-pm8008.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mfd/qcom-pm8008.c b/drivers/mfd/qcom-pm8008.c index 29ec3901564b..c4cef3936ea3 100644 --- a/drivers/mfd/qcom-pm8008.c +++ b/drivers/mfd/qcom-pm8008.c @@ -211,4 +211,3 @@ static struct i2c_driver pm8008_mfd_driver =3D { module_i2c_driver(pm8008_mfd_driver); =20 MODULE_LICENSE("GPL v2"); -MODULE_ALIAS("i2c:qcom-pm8008"); --=20 2.39.3