diff mbox series

[36/47] pwm: remobe pwm-bfin driver

Message ID 20180314153603.3127932-37-arnd@arndb.de
State New
Headers show
Series [01/47] edac: remove tile driver | expand

Commit Message

Arnd Bergmann March 14, 2018, 3:35 p.m. UTC
The blackfin architecture is getting removed, so this driver is now
obsolete as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

---
 drivers/pwm/Kconfig    |   9 ---
 drivers/pwm/Makefile   |   1 -
 drivers/pwm/pwm-bfin.c | 157 -------------------------------------------------
 3 files changed, 167 deletions(-)
 delete mode 100644 drivers/pwm/pwm-bfin.c

diff --git a/drivers/pwm/pwm-bfin.c b/drivers/pwm/pwm-bfin.c
deleted file mode 100644
index a9a88137f2cb..000000000000
-- 
2.9.0

Comments

Thierry Reding March 14, 2018, 4:38 p.m. UTC | #1
On Wed, Mar 14, 2018 at 04:35:49PM +0100, Arnd Bergmann wrote:
> The blackfin architecture is getting removed, so this driver is now

> obsolete as well.

> 

> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

> ---

>  drivers/pwm/Kconfig    |   9 ---

>  drivers/pwm/Makefile   |   1 -

>  drivers/pwm/pwm-bfin.c | 157 -------------------------------------------------

>  3 files changed, 167 deletions(-)

>  delete mode 100644 drivers/pwm/pwm-bfin.c


Do you want to apply this in a batch or do you want me to pick it up
into the PWM tree?

If you want to go for the former:

Acked-by: Thierry Reding <thierry.reding@gmail.com>


Otherwise, just let me know and I'll pick this up for v4.17.

Thanks,
Thierry
Arnd Bergmann March 14, 2018, 4:44 p.m. UTC | #2
On Wed, Mar 14, 2018 at 5:38 PM, Thierry Reding
<thierry.reding@gmail.com> wrote:
> On Wed, Mar 14, 2018 at 04:35:49PM +0100, Arnd Bergmann wrote:

>> The blackfin architecture is getting removed, so this driver is now

>> obsolete as well.

>>

>> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

>> ---

>>  drivers/pwm/Kconfig    |   9 ---

>>  drivers/pwm/Makefile   |   1 -

>>  drivers/pwm/pwm-bfin.c | 157 -------------------------------------------------

>>  3 files changed, 167 deletions(-)

>>  delete mode 100644 drivers/pwm/pwm-bfin.c

>

> Do you want to apply this in a batch or do you want me to pick it up

> into the PWM tree?

>

> If you want to go for the former:

>

> Acked-by: Thierry Reding <thierry.reding@gmail.com>

>

> Otherwise, just let me know and I'll pick this up for v4.17.


Either way is fine with me, the other maintainers just provided
an Ack, and preferred me to keep the removal in one piece, so
i'll do the same here.

       Arnd
diff mbox series

Patch

diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 763ee50ea57d..5d9868d23781 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -113,15 +113,6 @@  config PWM_BERLIN
 	  To compile this driver as a module, choose M here: the module
 	  will be called pwm-berlin.
 
-config PWM_BFIN
-	tristate "Blackfin PWM support"
-	depends on BFIN_GPTIMERS
-	help
-	  Generic PWM framework driver for Blackfin.
-
-	  To compile this driver as a module, choose M here: the module
-	  will be called pwm-bfin.
-
 config PWM_BRCMSTB
 	tristate "Broadcom STB PWM support"
 	depends on ARCH_BRCMSTB || BMIPS_GENERIC
diff --git a/drivers/pwm/Makefile b/drivers/pwm/Makefile
index 0258a745f30c..9c676a0dadf5 100644
--- a/drivers/pwm/Makefile
+++ b/drivers/pwm/Makefile
@@ -9,7 +9,6 @@  obj-$(CONFIG_PWM_BCM_IPROC)	+= pwm-bcm-iproc.o
 obj-$(CONFIG_PWM_BCM_KONA)	+= pwm-bcm-kona.o
 obj-$(CONFIG_PWM_BCM2835)	+= pwm-bcm2835.o
 obj-$(CONFIG_PWM_BERLIN)	+= pwm-berlin.o
-obj-$(CONFIG_PWM_BFIN)		+= pwm-bfin.o
 obj-$(CONFIG_PWM_BRCMSTB)	+= pwm-brcmstb.o
 obj-$(CONFIG_PWM_CLPS711X)	+= pwm-clps711x.o
 obj-$(CONFIG_PWM_CRC)		+= pwm-crc.o