drivers: serial: jsm: Add the Classic board implementation
authorKonrad Zapalowicz <bergo.torino@gmail.com>
Thu, 6 Nov 2014 23:05:32 +0000 (00:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 23:17:34 +0000 (15:17 -0800)
commit95db1ccb15ae3703f751891ce1ee8f7734c21c96
treed3fc5bf6136857fa9baecfa24ed189ab9542d08f
parentc904375d4b15122c225c1073fd7a56bd541b0ce5
drivers: serial: jsm: Add the Classic board implementation

This commit adds the Digi Classic board implementation to the
staging/jsm driver.

The code here is taken from the staging/dgnc driver and modified to
match the serial/jsm state. This work is mostly based on the changes
that has been done to the code handling the Digi Neo cards with the
inspiration coming from the diff between staging/dgnc and serial/jsm
as well as the LKML history for the jsm_neo.c

The code compiles now and has no sparse and checkpatch errors or
warnings.

Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/jsm/Makefile
drivers/tty/serial/jsm/jsm.h
drivers/tty/serial/jsm/jsm_cls.c [new file with mode: 0644]