From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752813AbcJJOpp (ORCPT ); Mon, 10 Oct 2016 10:45:45 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:34778 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752553AbcJJOpo (ORCPT ); Mon, 10 Oct 2016 10:45:44 -0400 Date: Mon, 10 Oct 2016 09:45:37 -0500 From: Rob Herring To: Chen-Yu Tsai Cc: Maxime Ripard , David Airlie , Mark Rutland , 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: Re: [PATCH 1/9] drm/sun4i: sun6i-drc: Support DRC on A31 and A31s Message-ID: <20161010144537.GA22357@rob-hp-laptop> References: <20161006160629.11198-1-wens@csie.org> <20161006160629.11198-2-wens@csie.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161006160629.11198-2-wens@csie.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 07, 2016 at 12:06:21AM +0800, Chen-Yu Tsai wrote: > The A31 and A31s also have the DRC as part of the display pipeline. > As we know virtually nothing about them, just add compatible strings > for both SoCs to the stub driver. > > Signed-off-by: Chen-Yu Tsai > --- > Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 2 ++ > drivers/gpu/drm/sun4i/sun6i_drc.c | 2 ++ > 2 files changed, 4 insertions(+) Acked-by: Rob Herring