Hello! On Thu, Sep 6, 2012 at 11:17 PM, Tomas Hlavacek <[email protected]> wrote: > Added tty_device_create_release() and bound to dev->release in > tty_register_device_attr(). > Added tty_port_register_device_attr() and used in uart_add_one_port() > instead of tty_register_device_attr(). > > Signed-off-by: Tomas Hlavacek <[email protected]> > --- > drivers/tty/serial/serial_core.c | 8 ++++---- > drivers/tty/tty_io.c | 7 +++++++ > drivers/tty/tty_port.c | 24 ++++++++++++++++++++++++ > include/linux/tty.h | 4 ++++ > 4 files changed, 39 insertions(+), 4 deletions(-) >
A little bit more explanation regarding this patch: It fixes two problems with my previous patch (tty: uartclk value from serial_core exposed to sysfs) which Jiri has pointed out earlier today. Both are related to the changed interface in the tty-next branch and both should have been dealt with in the first patch. It also fixes minor problems (one const keyword added and newlines rearranged in the uart_get_attr_uartclk() function). Tomas -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

