All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Juniper infrastructure
@ 2016-10-07 15:15 Pantelis Antoniou
  2016-10-07 15:15 ` [PATCH 1/2] staging: jnx: Juniper subsystem & board core APIs Pantelis Antoniou
                   ` (2 more replies)
  0 siblings, 3 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, Mohammad Kamil,
	Rajat Jain, Shyamshankar Dharmarajan, Pantelis Antoniou,
	linux-kernel, devel

Introduce a staging driver containing all the bit and
pieces of Juniper's board support infrastructure that don't quite
fit in any other place.

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" patchset sent
earlier.

Rajat Jain (1):
  jnx: Introduce include/linux/jnx/pci_ids.h

Tom Kavanagh (1):
  staging: jnx: Juniper subsystem & board core APIs

 Documentation/ABI/testing/sysfs-platform-jnx | 170 +++++++
 drivers/staging/Kconfig                      |   2 +
 drivers/staging/Makefile                     |   1 +
 drivers/staging/jnx/Kconfig                  |  24 +
 drivers/staging/jnx/Makefile                 |   5 +
 drivers/staging/jnx/jnx-board-core.c         | 247 ++++++++++
 drivers/staging/jnx/jnx-subsys-private.h     |  35 ++
 drivers/staging/jnx/jnx-subsys.c             | 655 +++++++++++++++++++++++++++
 include/linux/jnx/jnx-board-core.h           |  41 ++
 include/linux/jnx/jnx-subsys.h               |  94 ++++
 include/linux/jnx/pci_ids.h                  |  66 +++
 11 files changed, 1340 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-platform-jnx
 create mode 100644 drivers/staging/jnx/Kconfig
 create mode 100644 drivers/staging/jnx/Makefile
 create mode 100644 drivers/staging/jnx/jnx-board-core.c
 create mode 100644 drivers/staging/jnx/jnx-subsys-private.h
 create mode 100644 drivers/staging/jnx/jnx-subsys.c
 create mode 100644 include/linux/jnx/jnx-board-core.h
 create mode 100644 include/linux/jnx/jnx-subsys.h
 create mode 100644 include/linux/jnx/pci_ids.h

-- 
1.9.1

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

end of thread, other threads:[~2016-10-07 15:34 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/2] Juniper infrastructure Pantelis Antoniou
2016-10-07 15:15 ` [PATCH 1/2] staging: jnx: Juniper subsystem & board core APIs Pantelis Antoniou
2016-10-07 15:34   ` Greg Kroah-Hartman
2016-10-07 15:15 ` [PATCH 2/2] jnx: Introduce include/linux/jnx/pci_ids.h Pantelis Antoniou
2016-10-07 15:31   ` Greg Kroah-Hartman
2016-10-07 15:28 ` [PATCH 0/2] Juniper infrastructure 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.