All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] staging/sb105x: minor fixes
@ 2013-03-19  9:51 Samuel Iglesias Gonsalvez
  2013-03-19  9:51 ` [PATCH 1/9] staging/sb105x: coding style fixes Samuel Iglesias Gonsalvez
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Samuel Iglesias Gonsalvez @ 2013-03-19  9:51 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: devel, linux-kernel, Samuel Iglesias Gonsalvez

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-03-19  9:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-19  9:51 [PATCH 0/9] staging/sb105x: minor fixes Samuel Iglesias Gonsalvez
2013-03-19  9:51 ` [PATCH 1/9] staging/sb105x: coding style fixes Samuel Iglesias Gonsalvez
2013-03-19  9:51 ` [PATCH 2/9] staging/sb105x: rename _INLINE_ to inline Samuel Iglesias Gonsalvez
2013-03-19  9:51 ` [PATCH 3/9] staging/sb105x: delete debug printks Samuel Iglesias Gonsalvez
2013-03-19  9:51 ` [PATCH 4/9] staging/sb105x: change some printk to corresponding dev_* Samuel Iglesias Gonsalvez
2013-03-19  9:51 ` [PATCH 5/9] staging/sb105x: change some printk to corresponding pr_* Samuel Iglesias Gonsalvez
2013-03-19  9:51 ` [PATCH 6/9] staging/sb105x: coding style issues Samuel Iglesias Gonsalvez
2013-03-19  9:51 ` [PATCH 7/9] staging/sb105x: use tty_port Samuel Iglesias Gonsalvez
2013-03-19  9:51 ` [PATCH 8/9] staging/sb105x: remove BROKEN tag from Kconfig Samuel Iglesias Gonsalvez
2013-03-19  9:51 ` [PATCH 9/9] staging/sb105x: add TODO file Samuel Iglesias Gonsalvez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.