linux_dsm_epyc7002/drivers/misc/mic/card
Himangi Saraogi e1ada0f2c2 misc: mic: Introduce the managed version of ioremap
This patch moves data allocated using ioremap to managed data
allocated using devm_ioremap and cleans now unnecessary
iounmaps in probe and remove functions. Also the unnecessary
label iounmap is done away with.

Link: https://lkml.org/lkml/2014/6/1/191
Tested-by: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-07-16 13:47:53 -07:00
..
Makefile Intel MIC Card Driver Changes for Virtio Devices. 2013-09-26 13:52:24 -07:00
mic_debugfs.c misc: mic: header file cleanups. 2013-09-27 17:20:18 -07:00
mic_device.c misc: mic: add threaded irq support in card driver 2014-07-11 18:31:12 -07:00
mic_device.h misc: mic: add dma support in card driver 2014-07-11 18:31:12 -07:00
mic_virtio.c misc: mic: add threaded irq support in card driver 2014-07-11 18:31:12 -07:00
mic_virtio.h misc: mic: Fix user space namespace pollution from mic_common.h. 2013-11-27 11:03:38 -08:00
mic_x100.c misc: mic: Introduce the managed version of ioremap 2014-07-16 13:47:53 -07:00
mic_x100.h