
On Mon, May 15, 2017 at 04:57:23AM -0600, Simon Glass wrote:
This subsystem has not been converted to driver model, there is only one driver and only one board that uses it. Drop it and its CONFIG option.
Also drop the rtc4543 RTC driver since it uses TWS.
Signed-off-by: Simon Glass sjg@chromium.org
configs/inka4x0_defconfig | 1 - drivers/Makefile | 1 - drivers/rtc/Makefile | 1 - drivers/rtc/rtc4543.c | 101 ------------------------------------------- drivers/twserial/Makefile | 8 ---- drivers/twserial/soft_tws.c | 94 ---------------------------------------- include/configs/inka4x0.h | 80 ---------------------------------- include/tws.h | 21 --------- scripts/config_whitelist.txt | 2 - 9 files changed, 309 deletions(-) delete mode 100644 drivers/rtc/rtc4543.c delete mode 100644 drivers/twserial/Makefile delete mode 100644 drivers/twserial/soft_tws.c delete mode 100644 include/tws.h
Anatolij, this is used only by a board you maintain, do you want to update the framework here or should we drop the board in question as well? Thanks!