linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] merge the define of PCI_CFG_SPACE_SIZE
@ 2008-09-27  3:08 Zhang, Yanmin
  2008-10-01 16:33 ` Jesse Barnes
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang, Yanmin @ 2008-09-27  3:08 UTC (permalink / raw)
  To: Greg KH, jbarnes; +Cc: LKML

Subject: pci: merge define of PCI_CFG_SPACE_SIZE
From: "Zhang, Yanmin" <yanmin_zhang@linux.intel.com>

3 files define PCI_CFG_SPACE_SIZE. Move the define to file
pci_regs.h.

Signed-off-by: Zhang Yanmin <yanmin_zhang@linux.intel.com>

---

diff -Nraup linux-2.6.27-rc7/drivers/pci/pcie/aer/aerdrv_core.c linux-2.6.27-rc7_cleanup/drivers/pci/pcie/aer/aerdrv_core.c
--- linux-2.6.27-rc7/drivers/pci/pcie/aer/aerdrv_core.c	2008-09-27 09:35:32.000000000 +0800
+++ linux-2.6.27-rc7_cleanup/drivers/pci/pcie/aer/aerdrv_core.c	2008-09-27 10:29:57.000000000 +0800
@@ -28,7 +28,6 @@
 static int forceload;
 module_param(forceload, bool, 0);
 
-#define PCI_CFG_SPACE_SIZE	(0x100)
 int pci_find_aer_capability(struct pci_dev *dev)
 {
 	int pos;
diff -Nraup linux-2.6.27-rc7/drivers/pci/pcie/portdrv.h linux-2.6.27-rc7_cleanup/drivers/pci/pcie/portdrv.h
--- linux-2.6.27-rc7/drivers/pci/pcie/portdrv.h	2008-07-14 05:51:29.000000000 +0800
+++ linux-2.6.27-rc7_cleanup/drivers/pci/pcie/portdrv.h	2008-09-27 10:29:38.000000000 +0800
@@ -25,7 +25,6 @@
 #define PCIE_CAPABILITIES_REG		0x2
 #define PCIE_SLOT_CAPABILITIES_REG	0x14
 #define PCIE_PORT_DEVICE_MAXSERVICES	4
-#define PCI_CFG_SPACE_SIZE		256
 
 #define get_descriptor_id(type, service) (((type - 4) << 4) | service)
 
diff -Nraup linux-2.6.27-rc7/drivers/pci/probe.c linux-2.6.27-rc7_cleanup/drivers/pci/probe.c
--- linux-2.6.27-rc7/drivers/pci/probe.c	2008-09-27 09:35:32.000000000 +0800
+++ linux-2.6.27-rc7_cleanup/drivers/pci/probe.c	2008-09-27 10:42:30.000000000 +0800
@@ -14,8 +14,6 @@
 
 #define CARDBUS_LATENCY_TIMER	176	/* secondary latency timer */
 #define CARDBUS_RESERVE_BUSNR	3
-#define PCI_CFG_SPACE_SIZE	256
-#define PCI_CFG_SPACE_EXP_SIZE	4096
 
 /* Ugh.  Need to stop exporting this to modules. */
 LIST_HEAD(pci_root_buses);
diff -Nraup linux-2.6.27-rc7/include/linux/pci_regs.h linux-2.6.27-rc7_cleanup/include/linux/pci_regs.h
--- linux-2.6.27-rc7/include/linux/pci_regs.h	2008-09-27 09:35:35.000000000 +0800
+++ linux-2.6.27-rc7_cleanup/include/linux/pci_regs.h	2008-09-27 10:37:34.000000000 +0800
@@ -421,6 +421,10 @@
 #define PCI_EXP_RTSTA		32	/* Root Status */
 
 /* Extended Capabilities (PCI-X 2.0 and Express) */
+/* pci space size & Ext cap start offset */
+#define PCI_CFG_SPACE_SIZE		(256)
+#define PCI_CFG_SPACE_EXP_SIZE		(4096) /* pci ext space size */
+
 #define PCI_EXT_CAP_ID(header)		(header & 0x0000ffff)
 #define PCI_EXT_CAP_VER(header)		((header >> 16) & 0xf)
 #define PCI_EXT_CAP_NEXT(header)	((header >> 20) & 0xffc)



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

* Re: [PATCH] merge the define of PCI_CFG_SPACE_SIZE
  2008-09-27  3:08 [PATCH] merge the define of PCI_CFG_SPACE_SIZE Zhang, Yanmin
@ 2008-10-01 16:33 ` Jesse Barnes
  0 siblings, 0 replies; 2+ messages in thread
From: Jesse Barnes @ 2008-10-01 16:33 UTC (permalink / raw)
  To: Zhang, Yanmin; +Cc: Greg KH, LKML

On Friday, September 26, 2008 8:08 pm Zhang, Yanmin wrote:
> Subject: pci: merge define of PCI_CFG_SPACE_SIZE
> From: "Zhang, Yanmin" <yanmin_zhang@linux.intel.com>
>
> 3 files define PCI_CFG_SPACE_SIZE. Move the define to file
> pci_regs.h.
>
> Signed-off-by: Zhang Yanmin <yanmin_zhang@linux.intel.com>

Applied to linux-next, thanks for a nice cleanup.

Now we just need to pull some of the other silliness out of the PCIe feature 
drivers (for instance making a generic pcie_find_capability).

Jesse

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

end of thread, other threads:[~2008-10-01 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-27  3:08 [PATCH] merge the define of PCI_CFG_SPACE_SIZE Zhang, Yanmin
2008-10-01 16:33 ` Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).