search for: mic_sysfs

Displaying 17 results from an estimated 17 matches for "mic_sysfs".

2013 Sep 05
0
[PATCH RESEND v3 1/7] Intel MIC Host Driver for X100 family.
...| 5 + drivers/misc/mic/common/mic_device.h | 37 +++ drivers/misc/mic/host/Makefile | 8 + drivers/misc/mic/host/mic_device.h | 109 +++++++++ drivers/misc/mic/host/mic_main.c | 309 ++++++++++++++++++++++++++ drivers/misc/mic/host/mic_sysfs.c | 97 ++++++++ drivers/misc/mic/host/mic_x100.c | 75 +++++++ drivers/misc/mic/host/mic_x100.h | 47 ++++ 12 files changed, 742 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-class-mic.txt create mode 100644 drivers/misc/mic/Kconfig cr...
2013 Aug 08
0
[PATCH v2 1/7] Intel MIC Host Driver for X100 family.
....h | 37 +++ drivers/misc/mic/host/Makefile | 8 + drivers/misc/mic/host/mic_common.h | 30 +++ drivers/misc/mic/host/mic_device.h | 114 +++++++++ drivers/misc/mic/host/mic_main.c | 326 ++++++++++++++++++++++++++ drivers/misc/mic/host/mic_sysfs.c | 94 ++++++++ drivers/misc/mic/host/mic_x100.c | 86 +++++++ drivers/misc/mic/host/mic_x100.h | 47 ++++ 13 files changed, 802 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-class-mic.txt create mode 100644 drivers/misc/mic/Kconfig cr...
2013 Sep 06
0
[PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...rivers/misc/mic/card/mic_x100.c | 4 +- drivers/misc/mic/host/mic_debugfs.c | 91 ++++++++++++++++++------------------- drivers/misc/mic/host/mic_fops.c | 6 +-- drivers/misc/mic/host/mic_intr.c | 37 ++++++++------- drivers/misc/mic/host/mic_smpt.c | 17 +++---- drivers/misc/mic/host/mic_sysfs.c | 18 ++++---- drivers/misc/mic/host/mic_virtio.c | 34 ++++++-------- drivers/misc/mic/host/mic_x100.c | 29 ++++++------ 9 files changed, 122 insertions(+), 131 deletions(-) diff --git a/drivers/misc/mic/card/mic_virtio.c b/drivers/misc/mic/card/mic_virtio.c index 38275c1..6071aec 100644...
2013 Sep 05
0
[PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.
...| 2 + drivers/misc/mic/host/mic_boot.c | 184 +++++++++++++ drivers/misc/mic/host/mic_debugfs.c | 355 +++++++++++++++++++++++++ drivers/misc/mic/host/mic_device.h | 60 +++++ drivers/misc/mic/host/mic_main.c | 129 ++++++++- drivers/misc/mic/host/mic_sysfs.c | 369 ++++++++++++++++++++++++++ drivers/misc/mic/host/mic_x100.c | 251 ++++++++++++++++++ drivers/misc/mic/host/mic_x100.h | 12 + include/uapi/linux/Kbuild | 1 + include/uapi/linux/mic_common.h | 74 ++++++ 12 files...
2013 Sep 04
0
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...++++ > drivers/misc/mic/host/mic_fops.h | 32 + > drivers/misc/mic/host/mic_main.c | 1098 ++++++++++++++++ > drivers/misc/mic/host/mic_smpt.c | 440 +++++++ > drivers/misc/mic/host/mic_smpt.h | 98 ++ > drivers/misc/mic/host/mic_sysfs.c | 468 +++++++ > drivers/misc/mic/host/mic_virtio.c | 704 ++++++++++ > drivers/misc/mic/host/mic_virtio.h | 138 ++ > drivers/misc/mic/host/mic_x100.c | 573 +++++++++ > drivers/misc/mic/host/mic_x100.h | 99 ++ > i...
2013 Aug 21
10
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...ops.c | 221 ++++ drivers/misc/mic/host/mic_fops.h | 32 + drivers/misc/mic/host/mic_main.c | 1098 ++++++++++++++++ drivers/misc/mic/host/mic_smpt.c | 440 +++++++ drivers/misc/mic/host/mic_smpt.h | 98 ++ drivers/misc/mic/host/mic_sysfs.c | 468 +++++++ drivers/misc/mic/host/mic_virtio.c | 704 ++++++++++ drivers/misc/mic/host/mic_virtio.h | 138 ++ drivers/misc/mic/host/mic_x100.c | 573 +++++++++ drivers/misc/mic/host/mic_x100.h | 99 ++ include/uapi/linux/Kbuild...
2013 Aug 21
10
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...ops.c | 221 ++++ drivers/misc/mic/host/mic_fops.h | 32 + drivers/misc/mic/host/mic_main.c | 1098 ++++++++++++++++ drivers/misc/mic/host/mic_smpt.c | 440 +++++++ drivers/misc/mic/host/mic_smpt.h | 98 ++ drivers/misc/mic/host/mic_sysfs.c | 468 +++++++ drivers/misc/mic/host/mic_virtio.c | 704 ++++++++++ drivers/misc/mic/host/mic_virtio.h | 138 ++ drivers/misc/mic/host/mic_x100.c | 573 +++++++++ drivers/misc/mic/host/mic_x100.h | 99 ++ include/uapi/linux/Kbuild...
2013 Sep 05
16
[PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...c_intr.c | 628 +++++++++ drivers/misc/mic/host/mic_intr.h | 137 ++ drivers/misc/mic/host/mic_main.c | 478 +++++++ drivers/misc/mic/host/mic_smpt.c | 442 +++++++ drivers/misc/mic/host/mic_smpt.h | 98 ++ drivers/misc/mic/host/mic_sysfs.c | 466 +++++++ drivers/misc/mic/host/mic_virtio.c | 703 ++++++++++ drivers/misc/mic/host/mic_virtio.h | 138 ++ drivers/misc/mic/host/mic_x100.c | 573 +++++++++ drivers/misc/mic/host/mic_x100.h | 98 ++ include/uapi/linux/Kbuild...
2013 Sep 05
16
[PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...c_intr.c | 628 +++++++++ drivers/misc/mic/host/mic_intr.h | 137 ++ drivers/misc/mic/host/mic_main.c | 478 +++++++ drivers/misc/mic/host/mic_smpt.c | 442 +++++++ drivers/misc/mic/host/mic_smpt.h | 98 ++ drivers/misc/mic/host/mic_sysfs.c | 466 +++++++ drivers/misc/mic/host/mic_virtio.c | 703 ++++++++++ drivers/misc/mic/host/mic_virtio.h | 138 ++ drivers/misc/mic/host/mic_x100.c | 573 +++++++++ drivers/misc/mic/host/mic_x100.h | 98 ++ include/uapi/linux/Kbuild...
2013 Jul 25
0
[PATCH 1/5] Intel MIC Host Driver for X100 family.
...c/host/mic_debugfs.h | 34 ++ drivers/misc/mic/host/mic_device.h | 280 +++++++++ drivers/misc/mic/host/mic_main.c | 1095 ++++++++++++++++++++++++++++++++++ drivers/misc/mic/host/mic_smpt.c | 441 ++++++++++++++ drivers/misc/mic/host/mic_smpt.h | 103 ++++ drivers/misc/mic/host/mic_sysfs.c | 360 +++++++++++ drivers/misc/mic/host/mic_x100.c | 665 +++++++++++++++++++++ drivers/misc/mic/host/mic_x100.h | 112 ++++ include/uapi/linux/Kbuild | 1 + include/uapi/linux/mic_common.h | 79 +++ 19 files changed, 3870 insertions(+) create mode 100644 driv...
2013 Aug 08
10
[PATCH v2 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...ops.c | 227 ++++ drivers/misc/mic/host/mic_fops.h | 32 + drivers/misc/mic/host/mic_main.c | 1110 ++++++++++++++++ drivers/misc/mic/host/mic_smpt.c | 436 +++++++ drivers/misc/mic/host/mic_smpt.h | 98 ++ drivers/misc/mic/host/mic_sysfs.c | 314 +++++ drivers/misc/mic/host/mic_virtio.c | 710 +++++++++++ drivers/misc/mic/host/mic_virtio.h | 139 ++ drivers/misc/mic/host/mic_x100.c | 661 ++++++++++ drivers/misc/mic/host/mic_x100.h | 99 ++ include/uapi/linux/Kbuild...
2013 Aug 08
10
[PATCH v2 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...ops.c | 227 ++++ drivers/misc/mic/host/mic_fops.h | 32 + drivers/misc/mic/host/mic_main.c | 1110 ++++++++++++++++ drivers/misc/mic/host/mic_smpt.c | 436 +++++++ drivers/misc/mic/host/mic_smpt.h | 98 ++ drivers/misc/mic/host/mic_sysfs.c | 314 +++++ drivers/misc/mic/host/mic_virtio.c | 710 +++++++++++ drivers/misc/mic/host/mic_virtio.h | 139 ++ drivers/misc/mic/host/mic_x100.c | 661 ++++++++++ drivers/misc/mic/host/mic_x100.h | 99 ++ include/uapi/linux/Kbuild...
2013 Jul 25
16
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.
...++++++ drivers/misc/mic/host/mic_fops.c | 280 ++++++ drivers/misc/mic/host/mic_fops.h | 37 + drivers/misc/mic/host/mic_main.c | 1119 ++++++++++++++++++++++ drivers/misc/mic/host/mic_smpt.c | 441 +++++++++ drivers/misc/mic/host/mic_smpt.h | 103 ++ drivers/misc/mic/host/mic_sysfs.c | 360 +++++++ drivers/misc/mic/host/mic_virtio.c | 703 ++++++++++++++ drivers/misc/mic/host/mic_virtio.h | 108 +++ drivers/misc/mic/host/mic_x100.c | 665 +++++++++++++ drivers/misc/mic/host/mic_x100.h | 112 +++ include/uapi/linux/Kbuild | 2 + include/uapi/l...
2013 Jul 25
16
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.
...++++++ drivers/misc/mic/host/mic_fops.c | 280 ++++++ drivers/misc/mic/host/mic_fops.h | 37 + drivers/misc/mic/host/mic_main.c | 1119 ++++++++++++++++++++++ drivers/misc/mic/host/mic_smpt.c | 441 +++++++++ drivers/misc/mic/host/mic_smpt.h | 103 ++ drivers/misc/mic/host/mic_sysfs.c | 360 +++++++ drivers/misc/mic/host/mic_virtio.c | 703 ++++++++++++++ drivers/misc/mic/host/mic_virtio.h | 108 +++ drivers/misc/mic/host/mic_x100.c | 665 +++++++++++++ drivers/misc/mic/host/mic_x100.h | 112 +++ include/uapi/linux/Kbuild | 2 + include/uapi/l...
2013 Jul 29
0
[PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.
...fine MIC_VIRTIO_PARAM_CONFIG_CHANGED 0x2 > + > #endif > diff --git a/drivers/misc/mic/host/Makefile b/drivers/misc/mic/host/Makefile > index 0608bbb..e02abdb 100644 > --- a/drivers/misc/mic/host/Makefile > +++ b/drivers/misc/mic/host/Makefile > @@ -9,3 +9,5 @@ mic_host-objs += mic_sysfs.o > mic_host-objs += mic_boot.o > mic_host-objs += mic_smpt.o > mic_host-objs += mic_debugfs.o > +mic_host-objs += mic_fops.o > +mic_host-objs += mic_virtio.o > diff --git a/drivers/misc/mic/host/mic_boot.c b/drivers/misc/mic/host/mic_boot.c > index 6485a87..40bcb90 100644 &...
2013 Jul 25
1
[PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.
...IC_VIRTIO_PARAM_DEV_REMOVE 0x1 +#define MIC_VIRTIO_PARAM_CONFIG_CHANGED 0x2 + #endif diff --git a/drivers/misc/mic/host/Makefile b/drivers/misc/mic/host/Makefile index 0608bbb..e02abdb 100644 --- a/drivers/misc/mic/host/Makefile +++ b/drivers/misc/mic/host/Makefile @@ -9,3 +9,5 @@ mic_host-objs += mic_sysfs.o mic_host-objs += mic_boot.o mic_host-objs += mic_smpt.o mic_host-objs += mic_debugfs.o +mic_host-objs += mic_fops.o +mic_host-objs += mic_virtio.o diff --git a/drivers/misc/mic/host/mic_boot.c b/drivers/misc/mic/host/mic_boot.c index 6485a87..40bcb90 100644 --- a/drivers/misc/mic/host/mic_boot...
2013 Jul 25
1
[PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.
...IC_VIRTIO_PARAM_DEV_REMOVE 0x1 +#define MIC_VIRTIO_PARAM_CONFIG_CHANGED 0x2 + #endif diff --git a/drivers/misc/mic/host/Makefile b/drivers/misc/mic/host/Makefile index 0608bbb..e02abdb 100644 --- a/drivers/misc/mic/host/Makefile +++ b/drivers/misc/mic/host/Makefile @@ -9,3 +9,5 @@ mic_host-objs += mic_sysfs.o mic_host-objs += mic_boot.o mic_host-objs += mic_smpt.o mic_host-objs += mic_debugfs.o +mic_host-objs += mic_fops.o +mic_host-objs += mic_virtio.o diff --git a/drivers/misc/mic/host/mic_boot.c b/drivers/misc/mic/host/mic_boot.c index 6485a87..40bcb90 100644 --- a/drivers/misc/mic/host/mic_boot...