commit | 6915c0e487c822e2436683e14302c0b8a6155cc7 | [log] [tgz] |
---|---|---|
author | Tomas Hlavacek <tmshlvck@gmail.com> | Thu Sep 06 03:17:18 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 06 09:22:04 2012 -0700 |
tree | 3ef744c612c40517ed64d4f370a14c6c51eaab2f | |
parent | d83b54250988758cd3b9d21c242f98ae61fa1435 [diff] |
tty: uartclk value from serial_core exposed to sysfs Added file /sys/devices/.../tty/ttySX/uartclk to allow reading uartclk value in struct uart_port in serial_core via sysfs. tty_register_device() has been generalized and refactored in order to add support for setting drvdata and attribute_group to the device. Signed-off-by: Tomas Hlavacek <tmshlvck@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>