lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231009162510.335208-1-u.kleine-koenig@pengutronix.de>
Date:   Mon,  9 Oct 2023 18:25:07 +0200
From:   Uwe Kleine-König 
        <u.kleine-koenig@...gutronix.de>
To:     Linus Walleij <linus.walleij@...aro.org>
Cc:     Bjorn Andersson <andersson@...nel.org>,
        Andy Gross <agross@...nel.org>,
        Konrad Dybcio <konrad.dybcio@...aro.org>,
        linux-arm-msm@...r.kernel.org, linux-gpio@...r.kernel.org,
        linux-kernel@...r.kernel.org, Orson Zhai <orsonzhai@...il.com>,
        Baolin Wang <baolin.wang@...ux.alibaba.com>,
        Chunyan Zhang <zhang.lyra@...il.com>,
        Damien Le Moal <dlemoal@...nel.org>,
        Emil Renner Berthing <emil.renner.berthing@...onical.com>,
        Rob Herring <robh@...nel.org>,
        Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCH 0/3] pinctrl: Convert to platform remove callback returning void (take #2)

Hello,

when I sent out
https://lore.kernel.org/linux-gpio/20231009083856.222030-1-u.kleine-koenig@pengutronix.de
earlier today, I claimed this would convert all drivers below
drivers/pinctrl to .remove_new(). I just noticed that this was a lie and
there are a few more drivers that my coccinelle script just missed to
convert (because the remove function is implemented in a different file
than the struct platform_driver making use of .remove).

So here come three more patches ...

Best regards
Uwe

Uwe Kleine-König (3):
  pinctrl: qcom/lpi: Convert to platform remove callback returning void
  pinctrl: qcom/msm: Convert to platform remove callback returning void
  pinctrl: sprd-sc9860: Convert to platform remove callback returning
    void

 drivers/pinctrl/qcom/pinctrl-apq8064.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-apq8084.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-ipq4019.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-ipq5018.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-ipq5332.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-ipq6018.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-ipq8064.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-ipq8074.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-ipq9574.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-lpass-lpi.c          | 4 +---
 drivers/pinctrl/qcom/pinctrl-lpass-lpi.h          | 2 +-
 drivers/pinctrl/qcom/pinctrl-mdm9607.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-mdm9615.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-msm.c                | 4 +---
 drivers/pinctrl/qcom/pinctrl-msm.h                | 2 +-
 drivers/pinctrl/qcom/pinctrl-msm8226.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-msm8660.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-msm8909.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-msm8916.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-msm8953.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-msm8960.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-msm8976.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-msm8994.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-msm8996.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-msm8998.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-msm8x74.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-qcm2290.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-qcs404.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-qdf2xxx.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-qdu1000.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-sa8775p.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-sc7180.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c   | 2 +-
 drivers/pinctrl/qcom/pinctrl-sc7280.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-sc8180x.c            | 2 +-
 drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c | 2 +-
 drivers/pinctrl/qcom/pinctrl-sc8280xp.c           | 2 +-
 drivers/pinctrl/qcom/pinctrl-sdm660.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-sdm670.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-sdm845.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-sdx55.c              | 2 +-
 drivers/pinctrl/qcom/pinctrl-sdx65.c              | 2 +-
 drivers/pinctrl/qcom/pinctrl-sdx75.c              | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c   | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm6115.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm6125.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm6350.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm6375.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm7150.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm8150.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c   | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm8250.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm8350-lpass-lpi.c   | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm8350.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c   | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm8450.c             | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c   | 2 +-
 drivers/pinctrl/qcom/pinctrl-sm8550.c             | 2 +-
 drivers/pinctrl/sprd/pinctrl-sprd-sc9860.c        | 2 +-
 drivers/pinctrl/sprd/pinctrl-sprd.c               | 3 +--
 drivers/pinctrl/sprd/pinctrl-sprd.h               | 2 +-
 61 files changed, 61 insertions(+), 66 deletions(-)


base-commit: 0bb80ecc33a8fb5a682236443c1e740d5c917d1d
-- 
2.40.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ