From: Thierry Reding <thierry.reding@gmail.com>
To: Arnd Bergmann <arnd@kernel.org>
Cc: Lee Jones <lee.jones@linaro.org>,
Rob Herring <robh+dt@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
Jun Nie <jun.nie@linaro.org>, Shawn Guo <shawnguo@kernel.org>,
linux-pwm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] pwm: remove zte zx driver
Date: Wed, 20 Jan 2021 16:50:09 +0100 [thread overview]
Message-ID: <YAhRMaJhYJZat2SI@ulmo> (raw)
In-Reply-To: <20210120150944.1688327-1-arnd@kernel.org>
[-- Attachment #1: Type: text/plain, Size: 2575 bytes --]
On Wed, Jan 20, 2021 at 04:09:22PM +0100, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> The zte zx platform is getting removed, so this driver is no
> longer needed.
>
> Cc: Jun Nie <jun.nie@linaro.org>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> .../devicetree/bindings/pwm/pwm-zx.txt | 22 --
> drivers/pwm/Kconfig | 20 --
> drivers/pwm/Makefile | 2 -
> drivers/pwm/pwm-zx.c | 278 ------------------
> 4 files changed, 322 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-zx.txt
> delete mode 100644 drivers/pwm/pwm-zx.c
>
> diff --git a/Documentation/devicetree/bindings/pwm/pwm-zx.txt b/Documentation/devicetree/bindings/pwm/pwm-zx.txt
> deleted file mode 100644
> index 3c8fe7aa8269..000000000000
> --- a/Documentation/devicetree/bindings/pwm/pwm-zx.txt
> +++ /dev/null
> @@ -1,22 +0,0 @@
> -ZTE ZX PWM controller
> -
> -Required properties:
> - - compatible: Should be "zte,zx296718-pwm".
> - - reg: Physical base address and length of the controller's registers.
> - - clocks : The phandle and specifier referencing the controller's clocks.
> - - clock-names: "pclk" for PCLK, "wclk" for WCLK to the PWM controller. The
> - PCLK is for register access, while WCLK is the reference clock for
> - calculating period and duty cycles.
> - - #pwm-cells: Should be 3. See pwm.yaml in this directory for a description of
> - the cells format.
> -
> -Example:
> -
> - pwm: pwm@1439000 {
> - compatible = "zte,zx296718-pwm";
> - reg = <0x1439000 0x1000>;
> - clocks = <&lsp1crm LSP1_PWM_PCLK>,
> - <&lsp1crm LSP1_PWM_WCLK>;
> - clock-names = "pclk", "wclk";
> - #pwm-cells = <3>;
> - };
> diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
> index 0937e1c047ac..4c28d0634ce9 100644
> --- a/drivers/pwm/Kconfig
> +++ b/drivers/pwm/Kconfig
> @@ -601,24 +601,4 @@ config PWM_TWL_LED
> To compile this driver as a module, choose M here: the module
> will be called pwm-twl-led.
>
> -config PWM_VT8500
> - tristate "vt8500 PWM support"
> - depends on ARCH_VT8500 || COMPILE_TEST
> - depends on HAS_IOMEM
> - help
> - Generic PWM framework driver for vt8500.
> -
> - To compile this driver as a module, choose M here: the module
> - will be called pwm-vt8500.
> -
I assume that you dropped the PWM_VT8500 symbol by mistake? I can fix
that up while applying, so no need to resend.
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2021-01-20 15:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-20 15:09 [PATCH] pwm: remove zte zx driver Arnd Bergmann
2021-01-20 15:50 ` Thierry Reding [this message]
2021-01-20 16:04 ` Arnd Bergmann
2021-01-20 16:46 ` Thierry Reding
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YAhRMaJhYJZat2SI@ulmo \
--to=thierry.reding@gmail.com \
--cc=arnd@arndb.de \
--cc=arnd@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jun.nie@linaro.org \
--cc=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.