Hello all, I have been working in a batch of patches to make the driver sb105x compile-able with latest source code base.
I have not tested the patches in real HW as I don't have it. Hopefully, I didn't break anything. The driver has a lot of coding style issues, lack of tty_port support, a lot of debug information, commented-out code, etc. I added a TODO file in the last commit, to gather some of the work to be done. Thanks, Sam Samuel Iglesias Gonsalvez (9): staging/sb105x: coding style fixes staging/sb105x: rename _INLINE_ to inline staging/sb105x: delete debug printks staging/sb105x: change some printk to corresponding dev_* staging/sb105x: change some printk to corresponding pr_* staging/sb105x: coding style issues staging/sb105x: use tty_port staging/sb105x: remove BROKEN tag from Kconfig staging/sb105x: add TODO file drivers/staging/sb105x/Kconfig | 2 +- drivers/staging/sb105x/TODO | 6 + drivers/staging/sb105x/sb_mp_register.h | 7 +- drivers/staging/sb105x/sb_pci_mp.c | 1277 ++++++++++++++----------------- drivers/staging/sb105x/sb_pci_mp.h | 174 ++--- drivers/staging/sb105x/sb_ser_core.h | 226 +++--- 6 files changed, 783 insertions(+), 909 deletions(-) create mode 100644 drivers/staging/sb105x/TODO -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/