From patchwork Tue Nov 3 18:12:15 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Auger Eric X-Patchwork-Id: 55949 Delivered-To: patches@linaro.org Received: by 10.112.61.134 with SMTP id p6csp1979547lbr; Tue, 3 Nov 2015 10:12:35 -0800 (PST) X-Received: by 10.194.23.199 with SMTP id o7mr4819444wjf.80.1446574351970; Tue, 03 Nov 2015 10:12:31 -0800 (PST) Return-Path: Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com. [2a00:1450:400c:c05::234]) by mx.google.com with ESMTPS id m186si29379618wmd.46.2015.11.03.10.12.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Nov 2015 10:12:31 -0800 (PST) Received-SPF: pass (google.com: domain of eric.auger@linaro.org designates 2a00:1450:400c:c05::234 as permitted sender) client-ip=2a00:1450:400c:c05::234; Authentication-Results: mx.google.com; spf=pass (google.com: domain of eric.auger@linaro.org designates 2a00:1450:400c:c05::234 as permitted sender) smtp.mailfrom=eric.auger@linaro.org; dkim=pass header.i=@linaro_org.20150623.gappssmtp.com Received: by wicfx6 with SMTP id fx6so74822642wic.1 for ; Tue, 03 Nov 2015 10:12:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro_org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=zbRPpzolvLhZ7g7oumpkXIWswe1z5oI3/jRsJKrFadU=; b=jE6GhrFua2O/GmCN0o/cuMOOYnazNucN+uU1jJ5kNSdvq6Qc00gA0nIfAXTlNI9IH4 /+Z2PfbYiksfxeNnDpC5mHO/k1uQLF2OxqKpC46FpA7OkWhJp4O+IdzORCPep70kHrCG nIxfTtgJdq17pRq0uz+0QKZQJ8rvtOHbim90XVJNIcDeUleFIsiPHz9tdDA5kCE2Wtq9 Ua3tJN72ylWHoxe41Z1cZO0SOJCMCUABH83wVjVlHDcVQZpNfi7BvQQVUC2zalbKkg1a k2n7qGFPp6W1zwUK8ZsfcZ6eJysv3o29i77OiwivEycNN8TUDGrd6yyfM5vqX2Ajr011 WBoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=zbRPpzolvLhZ7g7oumpkXIWswe1z5oI3/jRsJKrFadU=; b=MXkbhrRjgXW3ffzjb/iz+yxPinCJ/mbceAMnul3HZU5B/2Hn7REI10OV5X64qvS+JI U6F4DmvLL1sA4ZwBqVsI1qoWY/xCMx4m/BtIM+FbB4THrlOMujK//gJe0OfPQagL8QlQ 01mgB/nqkYlBvVGS421nKSwazuyPJBJtGlcNxAcni7bVhey1NsrjPNmPIXIEdWANfUI8 YKeT+oRUxfxDit/X0OKV4jCIp3XdnUU3wK/nI2q4/XjV70gAYcw5WXbgHaD7E0ag/AF0 00S4syNANR6yAYHW44oiz9YR31bp4LTYerHob/m8JG5/c88jyui4Vzn6RvPg1KX+qH7s dHaw== X-Gm-Message-State: ALoCoQkUsQSqk8qBGM7UWb+Bm/TyYDuzyS/4S4eC6wLlebRWDLkV/+MSnQNS7FjtL9P9orXdgyTa X-Received: by 10.194.89.98 with SMTP id bn2mr30636314wjb.55.1446574351749; Tue, 03 Nov 2015 10:12:31 -0800 (PST) Return-Path: Received: from new-host-3.home (LMontsouris-657-1-37-90.w80-11.abo.wanadoo.fr. [80.11.198.90]) by smtp.gmail.com with ESMTPSA id om1sm28830527wjc.2.2015.11.03.10.12.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 03 Nov 2015 10:12:30 -0800 (PST) From: Eric Auger To: eric.auger@st.com, eric.auger@linaro.org, alex.williamson@redhat.com, b.reynal@virtualopensystems.com, arnd@arndb.de, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org Cc: christoffer.dall@linaro.org, linux-kernel@vger.kernel.org, patches@linaro.org Subject: [PATCH v6 4/8] vfio: platform: reset: calxedaxgmac: add reset function registration Date: Tue, 3 Nov 2015 18:12:15 +0000 Message-Id: <1446574339-1843-5-git-send-email-eric.auger@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1446574339-1843-1-git-send-email-eric.auger@linaro.org> References: <1446574339-1843-1-git-send-email-eric.auger@linaro.org> This patch adds the reset function registration/unregistration. This is handled through the module_vfio_reset_handler macro. This latter also defines a MODULE_ALIAS which simplifies the load from vfio-platform. Signed-off-by: Eric Auger Reviewed-by: Arnd Bergmann --- v3 -> v4: - I restored the EXPORT_SYMBOL which will be removed when switching the lookup method - Add Arnd R-b. v2 -> v3: - do not include vfio_platform_reset_private.h anymore (removed) - remove pr_info - rework commit message v1 -> v2: - uses the module_vfio_reset_handler macro - add pr_info on vfio reset - do not export vfio_platform_calxedaxgmac_reset symbol anymore --- drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.9.1 diff --git a/drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c b/drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c index 619dc7d..80718f2 100644 --- a/drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c +++ b/drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c @@ -30,8 +30,6 @@ #define DRIVER_AUTHOR "Eric Auger " #define DRIVER_DESC "Reset support for Calxeda xgmac vfio platform device" -#define CALXEDAXGMAC_COMPAT "calxeda,hb-xgmac" - /* XGMAC Register definitions */ #define XGMAC_CONTROL 0x00000000 /* MAC Configuration */ @@ -80,6 +78,8 @@ int vfio_platform_calxedaxgmac_reset(struct vfio_platform_device *vdev) } EXPORT_SYMBOL_GPL(vfio_platform_calxedaxgmac_reset); +module_vfio_reset_handler("calxeda,hb-xgmac", vfio_platform_calxedaxgmac_reset); + MODULE_VERSION(DRIVER_VERSION); MODULE_LICENSE("GPL v2"); MODULE_AUTHOR(DRIVER_AUTHOR);