Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756798AbcJGPSs (ORCPT ); Fri, 7 Oct 2016 11:18:48 -0400 Received: from mail-wm0-f51.google.com ([74.125.82.51]:35344 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753222AbcJGPSg (ORCPT ); Fri, 7 Oct 2016 11:18:36 -0400 From: Pantelis Antoniou To: Rob Herring Cc: Mark Rutland , Debjit Ghosh , Guenter Roeck , JawaharBalaji Thirumalaisamy , Mohammad Kamil , Rajat Jain , Pantelis Antoniou , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] Juniper prerequisites Date: Fri, 7 Oct 2016 18:15:22 +0300 Message-Id: <1475853325-21796-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 Content-Length: 1274 Lines: 34 This patchset contains prerequisites for a number of upcoming Juniper Inc.'s patches for its PTX series of routers. The first patch add the jnx vendor entry in the list of vendor-prefixes. The second introduces a board types header file that userspace requires for board identification, while the last introduces a header file containing the known board IDs as of now. 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 Guenter Roeck (1): uapi: jnx: Export board types to user space JawaharBalaji Thirumalaisamy (1): Documentation: vendor-prefixes: Add DT vendor entry "jnx" Rajat Jain (1): jnx: Introduce board_ids.h .../devicetree/bindings/vendor-prefixes.txt | 1 + include/linux/jnx/board_ids.h | 31 ++++++++++++++++++ include/uapi/linux/Kbuild | 1 + include/uapi/linux/jnx/Kbuild | 2 ++ include/uapi/linux/jnx/jnx-subsys.h | 38 ++++++++++++++++++++++ 5 files changed, 73 insertions(+) create mode 100644 include/linux/jnx/board_ids.h create mode 100644 include/uapi/linux/jnx/Kbuild create mode 100644 include/uapi/linux/jnx/jnx-subsys.h -- 1.9.1