summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-03-08 19:12:12 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-03-09 12:47:56 -0800
commit927353a75602dd97144352f53177e18093fdd198 (patch)
treec857c5f64ef1854e229d4b45e8115d07ae61827a /drivers/tty/serial/8250
parentdfe42443ea1d30c98db59b7b1f914bc147d31336 (diff)
downloadop-kernel-dev-927353a75602dd97144352f53177e18093fdd198.zip
op-kernel-dev-927353a75602dd97144352f53177e18093fdd198.tar.gz
serial: introduce generic port in/out helpers
Looking at the existing serial drivers (esp. the 8250 derived variants) we see a common trend. They create a hardware specific port struct, which in turn contains a generic serial_port struct. The other trend, is that they all create some sort of shortcut to go through the hardware specific struct, to the serial_port struct, which has the basic in/out operations within. Looking for the serial_in and serial_out in several drivers shows this. Rather than let this continue, lets create a generic set of similar helper wrappers that can be used on a struct port, so we can eliminate bouncing out through hardware specific struct pointers just to come back into struct port where possible. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/8250')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud