All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/1] misc: IBM Virtual Management Channel Driver
@ 2018-04-23 14:46 ` Bryant G. Ly
  0 siblings, 0 replies; 19+ messages in thread
From: Bryant G. Ly @ 2018-04-23 14:46 UTC (permalink / raw)
  To: benh, mpe, gregkh, arnd
  Cc: corbet, seroyer, mrochs, adreznec, fbarrat, davem, linus.walleij,
	akpm, rdunlap, mikey, pombredanne, tlfalcon, msuchanek,
	linux-doc, linuxppc-dev, Bryant G. Ly

Steven Royer had previously attempted to upstream this
driver two years ago, but never got the chance to address
the concerns from Greg Kroah-Hartman.

The thread with the initial upstream is:
https://lkml.org/lkml/2016/2/16/918

I have addressed the following:
- Documentation
- Use of dev_dbg instead of pr_dbg
- Change to misc class
- Fixed memory barrier usages
- Addressed styling, checkpatch, renaming of functions
- General fixes to the driver to make it more inline with
  existing upstream drivers.

Bryant G. Ly (1):
  misc: IBM Virtual Management Channel Driver

 Documentation/ioctl/ioctl-number.txt  |    1 +
 Documentation/misc-devices/ibmvmc.txt |  161 +++
 MAINTAINERS                           |    6 +
 arch/powerpc/include/asm/hvcall.h     |    1 +
 drivers/misc/Kconfig                  |    9 +
 drivers/misc/Makefile                 |    1 +
 drivers/misc/ibmvmc.c                 | 2413 +++++++++++++++++++++++++++++++++
 drivers/misc/ibmvmc.h                 |  215 +++
 8 files changed, 2807 insertions(+)
 create mode 100644 Documentation/misc-devices/ibmvmc.txt
 create mode 100644 drivers/misc/ibmvmc.c
 create mode 100644 drivers/misc/ibmvmc.h

-- 
2.7.2

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2018-04-25 12:01 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-23 14:46 [PATCH v1 0/1] misc: IBM Virtual Management Channel Driver Bryant G. Ly
2018-04-23 14:46 ` Bryant G. Ly
2018-04-23 14:46 ` [PATCH v1 1/1] " Bryant G. Ly
2018-04-23 14:46   ` Bryant G. Ly
2018-04-23 18:38   ` Randy Dunlap
2018-04-23 18:38     ` Randy Dunlap
2018-04-23 19:53     ` Greg KH
2018-04-23 19:53       ` Greg KH
2018-04-23 21:06       ` Bryant G. Ly
2018-04-23 21:06         ` Bryant G. Ly
2018-04-23 21:17       ` Randy Dunlap
2018-04-23 21:17         ` Randy Dunlap
2018-04-24 14:29         ` Greg KH
2018-04-24 14:29           ` Greg KH
2018-04-24 15:21           ` Randy Dunlap
2018-04-24 15:21             ` Randy Dunlap
2018-04-25  8:29   ` Linus Walleij
2018-04-25  8:29     ` Linus Walleij
2018-04-25 12:00   ` kbuild test robot

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.