All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Juniper PCI methods
@ 2016-10-07 15:15 Pantelis Antoniou
  2016-10-07 15:15 ` [PATCH 1/3] staging: jnx: PCI quirks for all Juniper platforms Pantelis Antoniou
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Pantelis Antoniou @ 2016-10-07 15:15 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Debjit Ghosh, Georgi Vlaev, Guenter Roeck,
	JawaharBalaji Thirumalaisamy, Rajat Jain,
	Shyamshankar Dharmarajan, Pantelis Antoniou, linux-kernel, devel

Introduce PCI methods and infrastructure dealing with the
peculiarities of Juniper PTX series of routers.

The Juniper series of routers comprise of both x86 and powerpc
platforms that contain similar hardware components necessitating
common support methods.

Note that this is the first submission and we expect things to be
moved around as required.

This patchset is against mainline as of today: v4.8-9431-g3477d16
and is dependent on the "Juniper prerequisites" and
"Juniper infrastructure" patchsets sent earlier.

Rajat Jain (3):
  staging: jnx: PCI quirks for all Juniper platforms
  staging: jnx: Common Juniper PCI methods
  staging: jnx: pex8xxx I2C interface driver

 drivers/staging/jnx/Kconfig               |  19 ++
 drivers/staging/jnx/Makefile              |   3 +
 drivers/staging/jnx/jnx-chip-pci-quirks.c | 105 ++++++
 drivers/staging/jnx/jnx_common_pci.c      | 244 ++++++++++++++
 drivers/staging/jnx/pex8xxx_i2c.c         | 509 ++++++++++++++++++++++++++++++
 include/linux/jnx/jnx_common_pci.h        |  49 +++
 6 files changed, 929 insertions(+)
 create mode 100644 drivers/staging/jnx/jnx-chip-pci-quirks.c
 create mode 100644 drivers/staging/jnx/jnx_common_pci.c
 create mode 100644 drivers/staging/jnx/pex8xxx_i2c.c
 create mode 100644 include/linux/jnx/jnx_common_pci.h

-- 
1.9.1

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

end of thread, other threads:[~2016-10-07 16:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-07 15:15 [PATCH 0/3] Juniper PCI methods Pantelis Antoniou
2016-10-07 15:15 ` [PATCH 1/3] staging: jnx: PCI quirks for all Juniper platforms Pantelis Antoniou
2016-10-07 15:15 ` [PATCH 2/3] staging: jnx: Common Juniper PCI methods Pantelis Antoniou
2016-10-07 16:02   ` Joe Perches
2016-10-07 15:15 ` [PATCH 3/3] staging: jnx: pex8xxx I2C interface driver Pantelis Antoniou
2016-10-07 15:29 ` [PATCH 0/3] Juniper PCI methods Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.