Skip to content

Commit 392035c

Browse files
Wolfram Sangandersson
authored andcommitted
hwspinlock: u8500: delete driver
The U8500 platform was converted to DT around 2013 and is DT only meanwhile. This driver has never been converted to a DT driver, so it clearly hasn't been used since then. To ease upcoming refactoring in the hwspinlock subsystem, remove this obsolete driver. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Linus Walleij <linusw@kernel.org> Acked-by: Andy Shevchenko <andriy.shevchenko@intel.com> Link: https://lore.kernel.org/r/20260401071141.4718-2-wsa+renesas@sang-engineering.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 6de23f8 commit 392035c

5 files changed

Lines changed: 0 additions & 168 deletions

File tree

MAINTAINERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3158,7 +3158,6 @@ F: drivers/clocksource/clksrc-dbx500-prcmu.c
31583158
F: drivers/dma/ste_dma40*
31593159
F: drivers/pmdomain/st/ste-ux500-pm-domain.c
31603160
F: drivers/gpio/gpio-nomadik.c
3161-
F: drivers/hwspinlock/u8500_hsem.c
31623161
F: drivers/i2c/busses/i2c-nomadik.c
31633162
F: drivers/iio/adc/ab8500-gpadc.c
31643163
F: drivers/mfd/ab8500*

arch/arm/configs/u8500_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ CONFIG_RTC_DRV_PL031=y
148148
CONFIG_DMADEVICES=y
149149
CONFIG_STE_DMA40=y
150150
CONFIG_HWSPINLOCK=y
151-
CONFIG_HSEM_U8500=y
152151
CONFIG_EXTCON_FSA9480=y
153152
CONFIG_IIO=y
154153
CONFIG_IIO_SW_TRIGGER=y

drivers/hwspinlock/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,4 @@ config HWSPINLOCK_SUN6I
5353

5454
If unsure, say N.
5555

56-
config HSEM_U8500
57-
tristate "STE Hardware Semaphore functionality"
58-
depends on ARCH_U8500 || COMPILE_TEST
59-
help
60-
Say y here to support the STE Hardware Semaphore functionality, which
61-
provides a synchronisation mechanism for the various processor on the
62-
SoC.
63-
64-
If unsure, say N.
65-
6656
endif # HWSPINLOCK

drivers/hwspinlock/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ obj-$(CONFIG_HWSPINLOCK_QCOM) += qcom_hwspinlock.o
99
obj-$(CONFIG_HWSPINLOCK_SPRD) += sprd_hwspinlock.o
1010
obj-$(CONFIG_HWSPINLOCK_STM32) += stm32_hwspinlock.o
1111
obj-$(CONFIG_HWSPINLOCK_SUN6I) += sun6i_hwspinlock.o
12-
obj-$(CONFIG_HSEM_U8500) += u8500_hsem.o

drivers/hwspinlock/u8500_hsem.c

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)