linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/9] pci_ids: Add device ID for IBM PCI-X bridge
@ 2012-03-06  9:05 Zhao Chenhui
  2012-03-06 12:14 ` Kumar Gala
  2012-03-06 14:32 ` Greg KH
  0 siblings, 2 replies; 5+ messages in thread
From: Zhao Chenhui @ 2012-03-06  9:05 UTC (permalink / raw)
  To: linuxppc-dev, linux-pci

Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
---
 include/linux/pci_ids.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 31d77af..8f026c0 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -484,6 +484,7 @@
 #define PCI_DEVICE_ID_IBM_ICOM_V2_ONE_PORT_RVX_ONE_PORT_MDM	0x0251
 #define PCI_DEVICE_ID_IBM_ICOM_V2_ONE_PORT_RVX_ONE_PORT_MDM_PCIE 0x0361
 #define PCI_DEVICE_ID_IBM_ICOM_FOUR_PORT_MODEL	0x252
+#define PCI_DEVICE_ID_IBM_PCIX_BRIDGE	0x01a7
 
 #define PCI_SUBVENDOR_ID_IBM		0x1014
 #define PCI_SUBDEVICE_ID_IBM_SATURN_SERIAL_ONE_PORT	0x03d4
-- 
1.6.4.1

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

* Re: [PATCH 1/9] pci_ids: Add device ID for IBM PCI-X bridge
  2012-03-06  9:05 [PATCH 1/9] pci_ids: Add device ID for IBM PCI-X bridge Zhao Chenhui
@ 2012-03-06 12:14 ` Kumar Gala
  2012-03-07  8:40   ` Zhao Chenhui-B35336
  2012-03-08  7:55   ` Zang Roy-R61911
  2012-03-06 14:32 ` Greg KH
  1 sibling, 2 replies; 5+ messages in thread
From: Kumar Gala @ 2012-03-06 12:14 UTC (permalink / raw)
  To: Zhao Chenhui; +Cc: linux-pci, linuxppc-dev


On Mar 6, 2012, at 3:05 AM, Zhao Chenhui wrote:

> Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
> ---
> include/linux/pci_ids.h |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)

Just merge this with the 2nd patch that actually uses the ID.

- k

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

* Re: [PATCH 1/9] pci_ids: Add device ID for IBM PCI-X bridge
  2012-03-06  9:05 [PATCH 1/9] pci_ids: Add device ID for IBM PCI-X bridge Zhao Chenhui
  2012-03-06 12:14 ` Kumar Gala
@ 2012-03-06 14:32 ` Greg KH
  1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2012-03-06 14:32 UTC (permalink / raw)
  To: Zhao Chenhui; +Cc: linux-pci, linuxppc-dev

On Tue, Mar 06, 2012 at 05:05:07PM +0800, Zhao Chenhui wrote:
> Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
> ---
>  include/linux/pci_ids.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index 31d77af..8f026c0 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -484,6 +484,7 @@
>  #define PCI_DEVICE_ID_IBM_ICOM_V2_ONE_PORT_RVX_ONE_PORT_MDM	0x0251
>  #define PCI_DEVICE_ID_IBM_ICOM_V2_ONE_PORT_RVX_ONE_PORT_MDM_PCIE 0x0361
>  #define PCI_DEVICE_ID_IBM_ICOM_FOUR_PORT_MODEL	0x252
> +#define PCI_DEVICE_ID_IBM_PCIX_BRIDGE	0x01a7

Did you read the comment at the top of this file?

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

* RE: [PATCH 1/9] pci_ids: Add device ID for IBM PCI-X bridge
  2012-03-06 12:14 ` Kumar Gala
@ 2012-03-07  8:40   ` Zhao Chenhui-B35336
  2012-03-08  7:55   ` Zang Roy-R61911
  1 sibling, 0 replies; 5+ messages in thread
From: Zhao Chenhui-B35336 @ 2012-03-07  8:40 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linux-pci@vger.kernel.org, linuxppc-dev@lists.ozlabs.org

> On Mar 6, 2012, at 3:05 AM, Zhao Chenhui wrote:
>=20
> > Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
> > ---
> > include/linux/pci_ids.h |    1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
>=20
> Just merge this with the 2nd patch that actually uses the ID.
>=20
> - k

Ok. I put it in the file mpc85xx_cds.c.

-Chenhui

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

* RE: [PATCH 1/9] pci_ids: Add device ID for IBM PCI-X bridge
  2012-03-06 12:14 ` Kumar Gala
  2012-03-07  8:40   ` Zhao Chenhui-B35336
@ 2012-03-08  7:55   ` Zang Roy-R61911
  1 sibling, 0 replies; 5+ messages in thread
From: Zang Roy-R61911 @ 2012-03-08  7:55 UTC (permalink / raw)
  To: Kumar Gala, Zhao Chenhui-B35336
  Cc: linux-pci@vger.kernel.org, linuxppc-dev@lists.ozlabs.org



> -----Original Message-----
> From: linuxppc-dev-bounces+tie-fei.zang=3Dfreescale.com@lists.ozlabs.org
> [mailto:linuxppc-dev-bounces+tie-fei.zang=3Dfreescale.com@lists.ozlabs.or=
g]
> On Behalf Of Kumar Gala
> Sent: Tuesday, March 06, 2012 20:14 PM
> To: Zhao Chenhui-B35336
> Cc: linux-pci@vger.kernel.org; linuxppc-dev@lists.ozlabs.org
> Subject: Re: [PATCH 1/9] pci_ids: Add device ID for IBM PCI-X bridge
>=20
>=20
> On Mar 6, 2012, at 3:05 AM, Zhao Chenhui wrote:
>=20
> > Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
> > ---
> > include/linux/pci_ids.h |    1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
>=20
> Just merge this with the 2nd patch that actually uses the ID.
Why does this necessary?
I'd prefer using a separate patch for the PCI ID.
Roy

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

end of thread, other threads:[~2012-03-08  7:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06  9:05 [PATCH 1/9] pci_ids: Add device ID for IBM PCI-X bridge Zhao Chenhui
2012-03-06 12:14 ` Kumar Gala
2012-03-07  8:40   ` Zhao Chenhui-B35336
2012-03-08  7:55   ` Zang Roy-R61911
2012-03-06 14:32 ` Greg KH

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).