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>] [day] [month] [year] [list]
Date:   Thu, 14 Sep 2023 13:15:26 +0200
From:   Ulf Hansson <ulf.hansson@...aro.org>
To:     Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>
Cc:     Linus Walleij <linus.walleij@...aro.org>,
        Michal Simek <michal.simek@....com>,
        Nishanth Menon <nm@...com>,
        Santosh Shilimkar <ssantosh@...nel.org>,
        Tero Kristo <kristo@...nel.org>,
        Tony Lindgren <tony@...mide.com>,
        Thierry Reding <thierry.reding@...il.com>,
        Jonathan Hunter <jonathanh@...dia.com>,
        Mikko Perttunen <mperttunen@...dia.com>,
        Chen-Yu Tsai <wens@...e.org>,
        Jernej Skrabec <jernej.skrabec@...il.com>,
        Samuel Holland <samuel@...lland.org>,
        Walker Chen <walker.chen@...rfivetech.com>,
        Conor Dooley <conor@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
        Alim Akhtar <alim.akhtar@...sung.com>,
        Heiko Stuebner <heiko@...ech.de>,
        Geert Uytterhoeven <geert+renesas@...der.be>,
        Magnus Damm <magnus.damm@...il.com>,
        Bjorn Andersson <andersson@...nel.org>,
        Konrad Dybcio <konrad.dybcio@...aro.org>,
        Andy Gross <agross@...nel.org>,
        Matthias Brugger <matthias.bgg@...il.com>,
        AngeloGioacchino Del Regno 
        <angelogioacchino.delregno@...labora.com>,
        Shawn Guo <shawnguo@...nel.org>,
        Sascha Hauer <s.hauer@...gutronix.de>,
        Fabio Estevam <festevam@...il.com>,
        Florian Fainelli <florian.fainelli@...adcom.com>,
        Ray Jui <rjui@...adcom.com>,
        Scott Branden <sbranden@...adcom.com>,
        Hector Martin <marcan@...can.st>,
        Sven Peter <sven@...npeter.dev>,
        Alyssa Rosenzweig <alyssa@...enzweig.io>,
        Neil Armstrong <neil.armstrong@...aro.org>,
        Kevin Hilman <khilman@...libre.com>,
        Jerome Brunet <jbrunet@...libre.com>,
        Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
        Andreas Farber <afaerber@...e.de>,
        Manivannan Sadhasivam <mani@...nel.org>,
        Ulf Hansson <ulf.hansson@...aro.org>, linux-pm@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH 00/17] pmdomain: Move Kconfig options/files to the pmdomain subsystem

Recently we added a new subsystem to host pmdomain (genpd) providers and moved
a bunch of code for them in there. However, their corresponding Kconfig
options/files was not moved in that first step, but instead that is taken care
of in this series. Ideally it should be easier to keep Kconfig options closer
to their corresponding implementations.

Note that, I am planning to queue this up via my pmdomain tree [1] as soon as I
have received enough of reviewed/acked-by tags from soc maintainers. If you
have reasons to belive that this can be problem, due to conflicts etc, please
let me know so we can figure out a way forward.

Kind regards
Uffe

[1]
git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git next

Ulf Hansson (17):
  pmdomain: Prepare to move Kconfig files into the pmdomain subsystem
  pmdomain: actions: Move Kconfig file to the pmdomain subsystem
  pmdomain: amlogic: Move Kconfig options to the pmdomain subsystem
  pmdomain: apple: Move Kconfig option to the pmdomain subsystem
  pmdomain: bcm: Move Kconfig options to the pmdomain subsystem
  pmdomain: imx: Move Kconfig options to the pmdomain subsystem
  pmdomain: mediatek: Move Kconfig options to the pmdomain subsystem
  pmdomain: qcom: Move Kconfig options to the pmdomain subsystem
  pmdomain: renesas: Move Kconfig options to the pmdomain subsystem
  pmdomain: rockchip: Move Kconfig option to the pmdomain subsystem
  pmdomain: samsung: Move Kconfig option to the pmdomain subsystem
  pmdomain: st: Add a Kconfig option for the ux500 power domain
  pmdomain: starfive: Move Kconfig file to the pmdomain subsystem
  pmdomain: sunxi: Move Kconfig option to the pmdomain subsystem
  pmdomain: tegra: Move Kconfig option to the pmdomain subsystem
  pmdomain: ti: Move and add Kconfig options to the pmdomain subsystem
  pmdomain: xilinx: Move Kconfig option to the pmdomain subsystem

 MAINTAINERS                                |   4 +-
 drivers/Kconfig                            |   2 +
 drivers/firmware/imx/Kconfig               |   6 --
 drivers/pmdomain/Kconfig                   |  21 ++++
 drivers/{soc => pmdomain}/actions/Kconfig  |   0
 drivers/pmdomain/amlogic/Kconfig           |  39 ++++++++
 drivers/pmdomain/apple/Kconfig             |  18 ++++
 drivers/pmdomain/bcm/Kconfig               |  46 +++++++++
 drivers/pmdomain/imx/Kconfig               |  29 ++++++
 drivers/pmdomain/mediatek/Kconfig          |  29 ++++++
 drivers/pmdomain/qcom/Kconfig              |  41 ++++++++
 drivers/pmdomain/renesas/Kconfig           | 109 +++++++++++++++++++++
 drivers/pmdomain/rockchip/Kconfig          |  16 +++
 drivers/pmdomain/samsung/Kconfig           |   8 ++
 drivers/pmdomain/st/Kconfig                |   5 +
 drivers/pmdomain/st/Makefile               |   2 +-
 drivers/{soc => pmdomain}/starfive/Kconfig |   0
 drivers/pmdomain/sunxi/Kconfig             |  10 ++
 drivers/pmdomain/tegra/Kconfig             |   6 ++
 drivers/pmdomain/ti/Kconfig                |  22 +++++
 drivers/pmdomain/ti/Makefile               |   2 +-
 drivers/pmdomain/xilinx/Kconfig            |  10 ++
 drivers/soc/Kconfig                        |   2 -
 drivers/soc/amlogic/Kconfig                |  35 -------
 drivers/soc/apple/Kconfig                  |  13 ---
 drivers/soc/bcm/Kconfig                    |  42 --------
 drivers/soc/imx/Kconfig                    |  19 ----
 drivers/soc/mediatek/Kconfig               |  23 -----
 drivers/soc/qcom/Kconfig                   |  37 -------
 drivers/soc/renesas/Kconfig                | 105 --------------------
 drivers/soc/rockchip/Kconfig               |  12 ---
 drivers/soc/samsung/Kconfig                |   4 -
 drivers/soc/sunxi/Kconfig                  |   9 --
 drivers/soc/tegra/Kconfig                  |   5 -
 drivers/soc/ti/Kconfig                     |  12 ---
 drivers/soc/xilinx/Kconfig                 |   9 --
 36 files changed, 415 insertions(+), 337 deletions(-)
 create mode 100644 drivers/pmdomain/Kconfig
 rename drivers/{soc => pmdomain}/actions/Kconfig (100%)
 create mode 100644 drivers/pmdomain/amlogic/Kconfig
 create mode 100644 drivers/pmdomain/apple/Kconfig
 create mode 100644 drivers/pmdomain/bcm/Kconfig
 create mode 100644 drivers/pmdomain/imx/Kconfig
 create mode 100644 drivers/pmdomain/mediatek/Kconfig
 create mode 100644 drivers/pmdomain/qcom/Kconfig
 create mode 100644 drivers/pmdomain/renesas/Kconfig
 create mode 100644 drivers/pmdomain/rockchip/Kconfig
 create mode 100644 drivers/pmdomain/samsung/Kconfig
 create mode 100644 drivers/pmdomain/st/Kconfig
 rename drivers/{soc => pmdomain}/starfive/Kconfig (100%)
 create mode 100644 drivers/pmdomain/sunxi/Kconfig
 create mode 100644 drivers/pmdomain/tegra/Kconfig
 create mode 100644 drivers/pmdomain/ti/Kconfig
 create mode 100644 drivers/pmdomain/xilinx/Kconfig

-- 
2.34.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ