[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1362756691-14736-3-git-send-email-ciminaghi@gnudd.com>
Date: Fri, 8 Mar 2013 16:31:30 +0100
From: Davide Ciminaghi <ciminaghi@...dd.com>
To: tglx@...utronix.de, mingo@...hat.com, hpa@...or.com,
x86@...nel.org, rubini@...dd.com, sameo@...ux.intel.com,
giancarlo.asnaghi@...com, mturquette@...aro.org, arnd@...db.de,
linus.walleij@...aro.org, rob.herring@...xeda.com,
broonie@...nsource.wolfsonmicro.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 2/3] x86, pci sta2x11-fixup: add function to access sta2x11 instance id
The sta2x11 instance id will be included in clock names to make them
unique in case of multiple sta2x11's living on the same machine.
Signed-off-by: Davide Ciminaghi <ciminaghi@...dd.com>
---
arch/x86/pci/sta2x11-fixup.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/x86/pci/sta2x11-fixup.c b/arch/x86/pci/sta2x11-fixup.c
index 478c228..6450853 100644
--- a/arch/x86/pci/sta2x11-fixup.c
+++ b/arch/x86/pci/sta2x11-fixup.c
@@ -138,6 +138,12 @@ struct sta2x11_instance *sta2x11_get_instance(struct pci_dev *pdev)
}
EXPORT_SYMBOL(sta2x11_get_instance);
+int sta2x11_get_instance_id(struct sta2x11_instance *instance)
+{
+ return instance->bus0;
+}
+EXPORT_SYMBOL(sta2x11_get_instance_id);
+
/**
* p2a - Translate physical address to STA2x11 AMBA address,
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists