From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Subject: Re: [PATCH 0/4] drm/exynos: fimd: Add support for S3C6400/S3C6410 Date: Sun, 19 May 2013 13:26:57 +0200 Message-ID: <2251148.tVTSO69sfP@flatron> References: <1367434949-14838-1-git-send-email-tomasz.figa@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from mail-ea0-f173.google.com ([209.85.215.173]:57292 "EHLO mail-ea0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754347Ab3ESL1B (ORCPT ); Sun, 19 May 2013 07:27:01 -0400 Received: by mail-ea0-f173.google.com with SMTP id n15so3327668ead.4 for ; Sun, 19 May 2013 04:27:00 -0700 (PDT) In-Reply-To: <1367434949-14838-1-git-send-email-tomasz.figa@gmail.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: dri-devel@lists.freedesktop.org Cc: linux-samsung-soc@vger.kernel.org, inki.dae@samsung.com, jy0922.shim@samsung.com, t.figa@samsung.com Hi, On Wednesday 01 of May 2013 21:02:25 Tomasz Figa wrote: > Much of the code in Exynos DRM subsystem is generic enough to use > it for older (non-Exynos) Samsung SoCs as well, after minor > modifications. > > This series starts adding support for previous SoCs to Exynos DRM by > introducing S3C64xx support to exynos_drm_fimd driver. > > Adding support for remaining SoCs between S3C64xx and Exynos4 (S5PC100, > S5P64x0 and S5PV210) should be rather straightforward, but at the moment > I can test only on S3C6410, so I limited my changes only to this SoC. > > On Tiny6410 (Mini6410-compatible) board based on Samsung S3C6410 SoC, > using my to-be-resubmitted patches for Device Tree support: > > Tested-by: Tomasz Figa > > Tomasz Figa (4): > drm/exynos: fimd: Hold pointer to driver data in context struct > drm/exynos: fimd: Add support for FIMD versions without SHADOWCON > register > drm/exynos: fimd: Add support for FIMD variants with clock selection > drm/exynos: fimd: Add support for S3C64xx SoCs > > drivers/gpu/drm/exynos/exynos_drm_fimd.c | 90 > ++++++++++++++++++++++++-------- 1 file changed, 68 insertions(+), 22 > deletions(-) Any comments for this series? Best regards, Tomasz