From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933481AbcKPPmo (ORCPT ); Wed, 16 Nov 2016 10:42:44 -0500 Received: from mirror2.csie.ntu.edu.tw ([140.112.30.76]:36486 "EHLO wens.csie.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753453AbcKPPmh (ORCPT ); Wed, 16 Nov 2016 10:42:37 -0500 From: Chen-Yu Tsai To: Maxime Ripard , David Airlie , Archit Taneja Cc: Chen-Yu Tsai , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-sunxi@googlegroups.com Subject: [PATCH v4 0/2] ARM: dts: sun6i: hummingbird-a31: Enable display output through VGA bridge Date: Wed, 16 Nov 2016 23:42:30 +0800 Message-Id: <20161116154232.872-1-wens@csie.org> X-Mailer: git-send-email 2.10.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This is v4 of my sun6i DRM/KMS display enablement series. It adds regulator support to the dumb-vga-dac bridge and enables the VGA output on the A31 Hummingbird. Changes since v3: - Add Rob's Ack. - Fix up enable/disable callbacks as Archit suggested. - Dropped pinmux settings for GPIO pin. Changes since v2: - Changed the enable-gpio of dumb-vga-dac to vdd-supply regulator. This better matches the hardware that I have: the DAC has a fixed regulator dropping the voltage from the board-wide 5V to 3.3V the DAC uses. The regulator is controlled through a GPIO pin. - Renamed the node of the VGA connector from "vga" to "vga-connector". - Renamed the node of the VGA DAC from "bridge" to "vga-dac". Regards ChenYu Chen-Yu Tsai (2): drm/bridge: dumb-vga-dac: Support a VDD regulator supply ARM: dts: sun6i: hummingbird-a31: Enable display output through VGA bridge .../bindings/display/bridge/dumb-vga-dac.txt | 2 + arch/arm/boot/dts/sun6i-a31-hummingbird.dts | 67 ++++++++++++++++++++++ drivers/gpu/drm/bridge/dumb-vga-dac.c | 35 +++++++++++ 3 files changed, 104 insertions(+) -- 2.10.2