9
0
Fork 0
barebox/drivers
Antony Pavlov dab7dfcec3 serial_ns16550: change the driver's name
The name "serial_ns16550" is not handy because the devices
will have the names like "serial_ns165500", "serial_ns165501",
"serial_ns165502" etc.

The names like "ns16550_serial0" and "ns16550_serial1" look
much better.

Also it is reasonable to make serial driver's names unification.
E.g. see the names for drivers in drivers/serial directory:
 "netx_serial",
 "mpc5xxx_serial",
 "altera_serial",
 "s3c_serial",
 "imx_serial",
 "pxa_serial",
 "blackfin_serial",
 "stm_serial",
 "pl010_serial",
and even "g_serial" in ./drivers/usb/gadget/serial.c

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-07-20 10:01:25 +02:00
..
ata Change byte order detection mechanism to kernel style 2012-06-28 13:49:16 +02:00
base Merge branch 'for-next/resource-size' 2012-07-02 11:05:57 +02:00
clk arm: move clkdev to drivers/clk 2010-09-20 08:56:42 +02:00
dma dma: add mxs-apbh-dma driver 2012-06-30 12:53:36 +02:00
eeprom use loff_t for file offsets 2012-06-30 16:53:24 +02:00
i2c i2c-omap: add i2c omap4 support 2011-12-21 12:46:01 +01:00
input add gpio keyboard support 2012-02-16 18:17:30 +08:00
led LED: Add LED trigger support 2010-12-20 09:57:35 +01:00
mci Merge branch 'for-next/sparse' 2012-07-02 10:59:37 +02:00
mfd use loff_t for file offsets 2012-06-30 16:53:24 +02:00
mtd NAND/Samsung: remove a leftover from architeture clean ups 2012-07-20 08:41:35 +02:00
net Merge branch 'for-next/ethernet' 2012-07-02 11:00:33 +02:00
nor use loff_t for file offsets 2012-06-30 16:53:24 +02:00
pwm drivers/pwm: add PXA pulse width modulator controller 2012-02-17 10:18:30 +01:00
serial serial_ns16550: change the driver's name 2012-07-20 10:01:25 +02:00
spi i.MX SPI: Setup SPI chipselect to inactive state while initializing device 2012-05-16 19:20:33 +02:00
usb Merge branch 'for-next/resource-size' 2012-07-02 11:05:57 +02:00
video resource: store 'end' instead of 'size' in struct resource 2012-07-01 08:18:53 +02:00
watchdog ARM/MXS: add a watchdog driver for i.MX28 2012-06-29 15:16:34 +02:00
Kconfig Merge branch 'for-next/mxs-nand' 2012-07-02 11:08:03 +02:00
Makefile Merge branch 'for-next/mxs-nand' 2012-07-02 11:08:03 +02:00