Introduce a Juniper PTX router series DT overlay based connector driver. This is submitted as an RFC since some OF infrastructure patches (like changeset helpers etc) are not yet mainlined. 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", "Juniper infrastructure" and "Juniper PCI methods" patchsets sent earlier. Guenter Roeck (2): staging: jnx: Add Juniper connector driver staging: jnx-connector: add device tree binding .../devicetree/bindings/jnx/jnx-connector | 59 + drivers/staging/jnx/Kconfig | 15 + drivers/staging/jnx/Makefile | 1 + drivers/staging/jnx/jnx-connector.c | 2172 ++++++++++++++++++++ 4 files changed, 2247 insertions(+) create mode 100644 Documentation/devicetree/bindings/jnx/jnx-connector create mode 100644 drivers/staging/jnx/jnx-connector.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html