[U-Boot] [PATCH 08/47] Drop three-wire serial (TWS) support

Tom Rini trini at konsulko.com
Mon May 15 16:32:49 UTC 2017


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 at 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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170515/1bfe745f/attachment.sig>


More information about the U-Boot mailing list