Thomas Bogendoerfer wrote: > there shouldn't be many users of this driver, it's probably just me... > So changing names is ok for me. > > > I'm fine with pushing your changes, if there are regression for > RM system I'll take care later. > > Just add my Acked-By: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx> > to your patches. > > Thomas. > > Great thank you, Can I also have an Ack for this additional patch: Author: Martin Fuzzey <mfuzzey@xxxxxxxxx> Date: Sat Feb 20 18:47:06 2010 +0100 Serial: sc26xx - Use ttySC0 instead of ttySC205 Use device name ttySC0 as per Documentation/devices.txt diff --git a/drivers/serial/sc26xx.c b/drivers/serial/sc26xx.c index 2e17bbc..9b0ede0 100644 --- a/drivers/serial/sc26xx.c +++ b/drivers/serial/sc26xx.c @@ -918,8 +918,6 @@ static int __devinit sc26xx_probe(struct platform_device *dev) if (err) goto out_free_port; - sc26xx_reg.tty_driver->name_base = sc26xx_reg.minor; - err = uart_add_one_port(&sc26xx_reg, &up->port[0]); if (err) goto out_unregister_driver; If this is OK with you I'll repost the whole series with your acks and a rename patch to sc2xxx Cheers, Martin -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html