Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934591AbcKNRc1 (ORCPT ); Mon, 14 Nov 2016 12:32:27 -0500 Received: from mail-wm0-f44.google.com ([74.125.82.44]:35278 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933399AbcKNRcR (ORCPT ); Mon, 14 Nov 2016 12:32:17 -0500 From: Bartosz Golaszewski To: Kevin Hilman , Michael Turquette , Sekhar Nori , Rob Herring , Frank Rowand , Mark Rutland , Peter Ujfalusi , Russell King Cc: LKML , arm-soc , linux-drm , linux-devicetree , Jyri Sarha , Tomi Valkeinen , David Airlie , Laurent Pinchart , Bartosz Golaszewski Subject: [PATCH 0/2] ARM: da850: enable the MSTPRI and DDR2/mDDR drivers Date: Mon, 14 Nov 2016 18:32:02 +0100 Message-Id: <1479144724-14231-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 Content-Length: 771 Lines: 24 This is a follow-up for my previous series: ARM: da850: new drivers for better LCDC support from which the new drivers were merged, while the patch adding the panel node was nacked and has been dropped. The first patch in this series enables the new drivers in da850.dtsi. It has been changed since the last iteration to not disable the added nodes. Also: the patch enabling the nodes in da850-lcdk.dts has been dropped too. The second patch updates the davinci defconfig. Bartosz Golaszewski (2): ARM: dts: da850: add the mstpri and ddrctl nodes ARM: davinci_all_defconfig: enable the mstpri and ddrctl drivers arch/arm/boot/dts/da850.dtsi | 9 +++++++++ arch/arm/configs/davinci_all_defconfig | 2 ++ 2 files changed, 11 insertions(+) -- 2.9.3