linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH CHAR-MISC-NEXT 0/4] Intel MIC Driver Cleanups.
@ 2013-09-27  1:09 Sudeep Dutt
  2013-09-27  1:09 ` [PATCH CHAR-MISC-NEXT 1/4] Intel MIC Host Driver Sysfs Cleanups Sudeep Dutt
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Sudeep Dutt @ 2013-09-27  1:09 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Joe Perches, linux-kernel, linux-doc
  Cc: Nikhil Rao, Ashutosh Dixit, Dasaratharaman Chandramouli,
	Harshavardhan R Kharche, Yaozu (Eddie) Dong,
	Peter P Waskiewicz Jr, Sudeep Dutt

These patches address code review feedback received on the patch
series @ https://lkml.org/lkml/2013/9/5/561 ,from:
a) Greg Kroah-Hartman on sysfs and header file cleanups.
b) Joe Perches on issues found by "--strict" checkpatch.

Ashutosh Dixit (1):
  Intel MIC Driver Cleanups for "--strict" checkpatch.

Sudeep Dutt (3):
  Intel MIC Host Driver Sysfs Cleanups.
  Intel MIC Driver Header File Cleanups.
  Intel MIC Header File warning fix.

 Documentation/mic/mpssd/mpssd.c      | 65 +++++++++++++------------
 Documentation/mic/mpssd/sysfs.c      |  4 +-
 drivers/misc/mic/card/mic_debugfs.c  |  2 +-
 drivers/misc/mic/card/mic_device.c   |  3 +-
 drivers/misc/mic/card/mic_virtio.c   | 19 ++++----
 drivers/misc/mic/card/mic_x100.c     |  6 +--
 drivers/misc/mic/common/mic_dev.h    | 51 +++++++++++++++++++
 drivers/misc/mic/common/mic_device.h | 51 -------------------
 drivers/misc/mic/host/mic_boot.c     |  2 +-
 drivers/misc/mic/host/mic_debugfs.c  | 92 +++++++++++++++++------------------
 drivers/misc/mic/host/mic_fops.c     |  8 +--
 drivers/misc/mic/host/mic_intr.c     | 36 +++++++-------
 drivers/misc/mic/host/mic_main.c     |  2 +-
 drivers/misc/mic/host/mic_smpt.c     | 16 +++---
 drivers/misc/mic/host/mic_sysfs.c    | 94 +++++++++++++++---------------------
 drivers/misc/mic/host/mic_virtio.c   | 39 +++++++--------
 drivers/misc/mic/host/mic_x100.c     | 35 ++++++--------
 include/uapi/linux/mic_ioctl.h       |  2 +
 18 files changed, 253 insertions(+), 274 deletions(-)
 create mode 100644 drivers/misc/mic/common/mic_dev.h
 delete mode 100644 drivers/misc/mic/common/mic_device.h

-- 
1.8.2.1


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

end of thread, other threads:[~2013-09-27 19:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-27  1:09 [PATCH CHAR-MISC-NEXT 0/4] Intel MIC Driver Cleanups Sudeep Dutt
2013-09-27  1:09 ` [PATCH CHAR-MISC-NEXT 1/4] Intel MIC Host Driver Sysfs Cleanups Sudeep Dutt
2013-09-27  3:15   ` Greg Kroah-Hartman
2013-09-27  1:10 ` [PATCH CHAR-MISC-NEXT 2/4] Intel MIC Driver Header File Cleanups Sudeep Dutt
2013-09-27  3:16   ` Greg Kroah-Hartman
2013-09-27  1:10 ` [PATCH CHAR-MISC-NEXT 3/4] Intel MIC Driver Cleanups for "--strict" checkpatch Sudeep Dutt
2013-09-27  1:10 ` [PATCH CHAR-MISC-NEXT 4/4] Intel MIC Header File warning fix Sudeep Dutt
2013-09-27  3:17   ` Greg Kroah-Hartman
2013-09-27 19:37     ` Sudeep Dutt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).