From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756999AbcJGPUS (ORCPT ); Fri, 7 Oct 2016 11:20:18 -0400 Received: from mail-wm0-f51.google.com ([74.125.82.51]:35898 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756637AbcJGPSh (ORCPT ); Fri, 7 Oct 2016 11:18:37 -0400 From: Pantelis Antoniou To: Rob Herring , Mark Rutland Cc: Frank Rowand , Greg Kroah-Hartman , Alon Ronen , Debjit Ghosh , Dhruva Diveneni , Georgi Vlaev , Guenter Roeck , Yu-Lin Lu , Pantelis Antoniou , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: [RFC 0/2] Juniper DT based connector driver Date: Fri, 7 Oct 2016 18:16:10 +0300 Message-Id: <1475853372-21997-1-git-send-email-pantelis.antoniou@konsulko.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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