aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/jsm/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
There were a few Kconfig and Makefiles under drivers/tty/ that were missing a SPDX identifier. Fix that up so that automated tools can properly classify all kernel source files. Cc: Jiri Slaby <[email protected]> Cc: Jiri Kosina <[email protected]> Cc: Rob Herring <[email protected]> Acked-by: David Sterba <[email protected]> Reviewed-by: Mukesh Ojha <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2014-11-06drivers: serial: jsm: Add the Classic board implementationKonrad Zapalowicz1-1/+1
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+8
The serial drivers are really just tty drivers, so move them to drivers/tty/ to make things a bit neater overall. This is part of the tty/serial driver movement proceedure as proposed by Arnd Bergmann and approved by everyone involved a number of months ago. Cc: Arnd Bergmann <[email protected]> Cc: Alan Cox <[email protected]> Cc: Geert Uytterhoeven <[email protected]> Cc: Rogier Wolff <[email protected]> Cc: Michael H. Warfield <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>