All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH char-misc-next 0/5] misc: mic: driver cleanups and a build fix.
@ 2013-09-27 16:49 Sudeep Dutt
  2013-09-27 16:49 ` [PATCH char-misc-next 1/5] misc: mic: host driver sysfs cleanups Sudeep Dutt
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Sudeep Dutt @ 2013-09-27 16:49 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Arnd Bergmann, Joe Perches, linux-kernel,
	linux-doc, Fengguang Wu, Stephen Rothwell
  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.

It should also fix the build failures on certain non X86
architectures, reported in linux-next and 0-DAY builds.

Ashutosh Dixit (1):
  misc: mic: cleanups for "--strict" checkpatch.

Sudeep Dutt (4):
  misc: mic: host driver sysfs cleanups.
  misc: mic: header file cleanups.
  misc: mic: fix a warning in the IOCTL header file.
  misc: mic: depend on X86 for both host and card drivers.

 Documentation/mic/mpssd/mpssd.c                    | 65 +++++++--------
 Documentation/mic/mpssd/sysfs.c                    |  4 +-
 drivers/misc/mic/Kconfig                           |  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 +-
 .../misc/mic/common/{mic_device.h => mic_dev.h}    |  4 +-
 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, 206 insertions(+), 227 deletions(-)
 rename drivers/misc/mic/common/{mic_device.h => mic_dev.h} (95%)

-- 
1.8.2.1


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 16:49 [PATCH char-misc-next 0/5] misc: mic: driver cleanups and a build fix Sudeep Dutt
2013-09-27 16:49 ` [PATCH char-misc-next 1/5] misc: mic: host driver sysfs cleanups Sudeep Dutt
2013-09-27 16:49 ` [PATCH char-misc-next 2/5] misc: mic: header file cleanups Sudeep Dutt
2013-09-27 16:49 ` [PATCH char-misc-next 3/5] misc: mic: cleanups for "--strict" checkpatch Sudeep Dutt
2013-09-27 16:50 ` [PATCH char-misc-next 4/5] misc: mic: fix a warning in the IOCTL header file Sudeep Dutt
2013-09-27 16:50 ` [PATCH char-misc-next 5/5] misc: mic: depend on X86 for both host and card drivers Sudeep Dutt
2013-09-27 17:29 ` [PATCH char-misc-next 0/5] misc: mic: driver cleanups and a build fix Joe Perches
2013-09-27 18:14   ` Sudeep Dutt

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.