From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757207AbaE2QmV (ORCPT ); Thu, 29 May 2014 12:42:21 -0400 Received: from mail-we0-f178.google.com ([74.125.82.178]:45782 "EHLO mail-we0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751130AbaE2QmT (ORCPT ); Thu, 29 May 2014 12:42:19 -0400 Message-ID: <53876359.8070304@gmail.com> Date: Thu, 29 May 2014 18:42:01 +0200 From: Tomasz Figa User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Lee Jones , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org CC: kernel@stlinux.com, djkurtz@chromium.org, seanpaul@chromium.org, inki.dae@samsung.com, irlied@linux.ie, jy0922.shim@samsung.com, sw0312.kim@samsung.com, linux-samsung-soc@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH] drm/exynos: hdmi: remove the i2c drivers and use devtree - continued References: <1401381377-29973-1-git-send-email-lee.jones@linaro.org> In-Reply-To: <1401381377-29973-1-git-send-email-lee.jones@linaro.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi. On 29.05.2014 18:36, Lee Jones wrote: > There appears to have been a merge error on commit: > > 2b76813: drm/exynos: hdmi: remove the i2c drivers and use > > The original submission can be found at: > > https://patchwork.kernel.org/patch/3559541/ > > It looks like the commit was only half applied. This patch aims > to finish what was started by Daniel. > > Signed-off-by: Lee Jones > --- > drivers/gpu/drm/exynos/exynos_ddc.c | 63 -------------------------------- > drivers/gpu/drm/exynos/exynos_hdmi.h | 23 ------------ > drivers/gpu/drm/exynos/exynos_hdmiphy.c | 65 --------------------------------- > 3 files changed, 151 deletions(-) > delete mode 100644 drivers/gpu/drm/exynos/exynos_ddc.c > delete mode 100644 drivers/gpu/drm/exynos/exynos_hdmi.h > delete mode 100644 drivers/gpu/drm/exynos/exynos_hdmiphy.c > Obviously there is nothing to review, but still: Reviewed-by: Tomasz Figa Thanks for the patch. Best regards, Tomasz