All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] dm: serial: Remove serial drivers not yet converted to driver model
@ 2016-01-31 16:16 Simon Glass
  2016-01-31 16:16 ` [U-Boot] [PATCH 1/6] dm: freescale: Drop mxs_auart serial driver Simon Glass
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Simon Glass @ 2016-01-31 16:16 UTC (permalink / raw)
  To: u-boot

The deadline was yesterday, so lets remove all the drivers that are not
converted and don't appear to be used.

There are still five that do seem to be in use but are not converted:

   arm_dcc.c
   mcfuart.c
   serial_bfin.c
   serial_pxa.c
   serial_s3c24x0.c

I will send emails to the maintainers to get these completed.


Simon Glass (6):
  dm: freescale: Drop mxs_auart serial driver
  dm: opencores: Drop opencores_yanu serial driver
  dm: freescale: serial: Drop serial_imx serial driver
  dm: serial: Drop serial_max3100 serial driver
  dm: pxa: serial: Drop serial_sa1100 serial driver
  dm: Update on current serial driver status

 doc/driver-model/serial-howto.txt |  14 +-
 drivers/serial/Makefile           |   5 -
 drivers/serial/mxs_auart.c        | 151 --------------------
 drivers/serial/opencores_yanu.c   | 242 -------------------------------
 drivers/serial/serial_imx.c       | 223 -----------------------------
 drivers/serial/serial_max3100.c   | 294 --------------------------------------
 drivers/serial/serial_sa1100.c    | 162 ---------------------
 include/configs/mxs.h             |   2 -
 8 files changed, 4 insertions(+), 1089 deletions(-)
 delete mode 100644 drivers/serial/mxs_auart.c
 delete mode 100644 drivers/serial/opencores_yanu.c
 delete mode 100644 drivers/serial/serial_imx.c
 delete mode 100644 drivers/serial/serial_max3100.c
 delete mode 100644 drivers/serial/serial_sa1100.c

-- 
2.7.0.rc3.207.g0ac5344

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-02-08 20:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-31 16:16 [U-Boot] [PATCH 0/6] dm: serial: Remove serial drivers not yet converted to driver model Simon Glass
2016-01-31 16:16 ` [U-Boot] [PATCH 1/6] dm: freescale: Drop mxs_auart serial driver Simon Glass
2016-02-08 20:47   ` [U-Boot] [U-Boot, " Tom Rini
2016-01-31 16:16 ` [U-Boot] [PATCH 2/6] dm: opencores: Drop opencores_yanu " Simon Glass
2016-02-04 17:40   ` Tom Rini
2016-02-08 20:47   ` [U-Boot] [U-Boot, " Tom Rini
2016-01-31 16:16 ` [U-Boot] [PATCH 3/6] dm: freescale: serial: Drop serial_imx " Simon Glass
2016-02-04 17:40   ` Tom Rini
2016-02-08 20:47   ` [U-Boot] [U-Boot, " Tom Rini
2016-01-31 16:16 ` [U-Boot] [PATCH 4/6] dm: serial: Drop serial_max3100 " Simon Glass
2016-02-04 17:41   ` Tom Rini
2016-02-08 20:47   ` [U-Boot] [U-Boot, " Tom Rini
2016-01-31 16:16 ` [U-Boot] [PATCH 5/6] dm: pxa: serial: Drop serial_sa1100 " Simon Glass
2016-02-04 17:41   ` Tom Rini
2016-02-08 20:47   ` [U-Boot] [U-Boot, " Tom Rini
2016-01-31 16:16 ` [U-Boot] [PATCH 6/6] dm: Update on current serial driver status Simon Glass
2016-02-08 20:47   ` [U-Boot] [U-Boot, " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.