From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932649AbdBVOCC (ORCPT ); Wed, 22 Feb 2017 09:02:02 -0500 Received: from mail-wm0-f42.google.com ([74.125.82.42]:38295 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932614AbdBVOB6 (ORCPT ); Wed, 22 Feb 2017 09:01:58 -0500 From: Bartosz Golaszewski To: Sekhar Nori , David Lechner , Kevin Hilman , Michael Turquette , Patrick Titiano , Laurent Pinchart , Rob Herring , Mark Rutland , Russell King Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v2 0/4] ARM: dts: da850-evm: vpif DT changes Date: Wed, 22 Feb 2017 15:01:45 +0100 Message-Id: <1487772109-10014-1-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds necessary changes to make vpif work on the da850-evm board. The first patch only contains whitespace error fixes. The second patch add a pinctrl node for vpif display pins. The third adds the UI expander node that is needed to select the video capture functionality. The last patch extends the vpif node with an output port. v1 -> v2: - used enable-gpios property instead of gpio hogs - renamed the UI expander - corrected the commit message in patch 2/4 Bartosz Golaszewski (4): ARM: dts: da850-evm: fix whitespace errors ARM: dts: da850: add vpif video display pins ARM: dts: da850-evm: add the UI expander node ARM: dts: da850-evm: add the output port to the vpif node arch/arm/boot/dts/da850-evm.dts | 35 +++++++++++++++++++++++++---------- arch/arm/boot/dts/da850.dtsi | 25 ++++++++++++++++++++++--- 2 files changed, 47 insertions(+), 13 deletions(-) -- 2.9.3 From mboxrd@z Thu Jan 1 00:00:00 1970 From: bgolaszewski@baylibre.com (Bartosz Golaszewski) Date: Wed, 22 Feb 2017 15:01:45 +0100 Subject: [PATCH v2 0/4] ARM: dts: da850-evm: vpif DT changes Message-ID: <1487772109-10014-1-git-send-email-bgolaszewski@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This series adds necessary changes to make vpif work on the da850-evm board. The first patch only contains whitespace error fixes. The second patch add a pinctrl node for vpif display pins. The third adds the UI expander node that is needed to select the video capture functionality. The last patch extends the vpif node with an output port. v1 -> v2: - used enable-gpios property instead of gpio hogs - renamed the UI expander - corrected the commit message in patch 2/4 Bartosz Golaszewski (4): ARM: dts: da850-evm: fix whitespace errors ARM: dts: da850: add vpif video display pins ARM: dts: da850-evm: add the UI expander node ARM: dts: da850-evm: add the output port to the vpif node arch/arm/boot/dts/da850-evm.dts | 35 +++++++++++++++++++++++++---------- arch/arm/boot/dts/da850.dtsi | 25 ++++++++++++++++++++++--- 2 files changed, 47 insertions(+), 13 deletions(-) -- 2.9.3