As stated in patch 1, the U8500 driver is clearly unused for more than a decade. Removing it allows us to remove generic platform_data support. Both removals make the upcoming refactoring (headers and lock allocation) in the hwspinlock subsystem easier.
Wolfram Sang (2): hwspinlock: u8500: delete driver hwspinlock: remove now unused pdata from header file MAINTAINERS | 1 - drivers/hwspinlock/Kconfig | 10 --- drivers/hwspinlock/Makefile | 1 - drivers/hwspinlock/u8500_hsem.c | 155 -------------------------------- include/linux/hwspinlock.h | 28 ------ 5 files changed, 195 deletions(-) delete mode 100644 drivers/hwspinlock/u8500_hsem.c -- 2.51.0
