From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756268AbcAZAp3 (ORCPT ); Mon, 25 Jan 2016 19:45:29 -0500 Received: from lb1-smtp-cloud2.xs4all.net ([194.109.24.21]:48929 "EHLO lb1-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755540AbcAZAp0 (ORCPT ); Mon, 25 Jan 2016 19:45:26 -0500 Message-ID: <1453769119.17181.37.camel@tiscali.nl> Subject: Re: [PATCH v6] drm/rockchip: hdmi: add Innosilicon HDMI support From: Paul Bolle To: Yakir Yang , Mark Yao , David Airlie , Heiko Stuebner Cc: Thierry Reding , Rob Herring , Ken Mixte , Ben Chan , Zheng Yang , Kumar Gala , Ian Campbell , Pawel Moll , Mark Rutland , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org Date: Tue, 26 Jan 2016 01:45:19 +0100 In-Reply-To: <1453686430-21470-1-git-send-email-ykk@rock-chips.com> References: <1453686197-20975-1-git-send-email-ykk@rock-chips.com> <1453686430-21470-1-git-send-email-ykk@rock-chips.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5 (3.16.5-3.fc22) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On ma, 2016-01-25 at 09:47 +0800, Yakir Yang wrote: > --- a/drivers/gpu/drm/rockchip/Kconfig > +++ b/drivers/gpu/drm/rockchip/Kconfig > +config ROCKCHIP_INNO_HDMI > + tristate "Rockchip specific extensions for Innosilicon HDMI" > + depends on DRM_ROCKCHIP > + help > + This selects support for Rockchip SoC specific extensions > + for the Innosilicon HDMI driver. If you want to enable > + HDMI on RK3036 based SoC, you should selet this option. (Really trivial: start indentation with tabs only, please. And s/selet/select/.) > --- /dev/null > +++ b/drivers/gpu/drm/rockchip/inno_hdmi.c > + * This software is licensed under the terms of the GNU General > Public > + * License version 2, as published by the Free Software Foundation, > and > + * may be copied, distributed, and modified under those terms. This states this file is licensed GPL v2 only. > +MODULE_LICENSE("GPL"); And, according to include/linux/module.h, this means "GNU Public License v2 or later". So I think there's a (subtle) mismatch between the license ident used for this driver and the comment above. Thanks, Paul Bolle