Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752816AbdLSQBk (ORCPT ); Tue, 19 Dec 2017 11:01:40 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:34608 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751031AbdLSQBd (ORCPT ); Tue, 19 Dec 2017 11:01:33 -0500 X-Google-Smtp-Source: ACJfBovFt0vyKHV9DH71KZY4SuBrvggTZG/qpA3UELnss+6gjd3YwxRafGoUkuH4hgox+y+yarvCJQ902qgjHUI/05w= MIME-Version: 1.0 In-Reply-To: <1f026a6e-aabc-66b3-2753-00c23bf61a27@intel.com> References: <1513098128-4776-1-git-send-email-agarg@arasan.com> <1f026a6e-aabc-66b3-2753-00c23bf61a27@intel.com> From: Philippe Ombredanne Date: Tue, 19 Dec 2017 17:00:51 +0100 Message-ID: Subject: Re: [PATCH V5] mmc:host:sdhci-pci:Addition of Arasan PCI Controller with integrated phy. To: Atul Garg Cc: linux-mmc@vger.kernel.org, Kishon Vijay Abraham I , rk@ti.com, nm@ti.com, nsekhar@ti.com, Ulf Hansson , LKML , Adrian Hunter Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1599 Lines: 46 Atul, On Tue, Dec 19, 2017 at 1:18 PM, Adrian Hunter wrote: > On 12/12/17 19:02, Atul Garg wrote: >> The Arasan Controller is based on a FPGA platform and has integrated phy >> with specific registers used during initialization and >> management of different modes. The phy and the controller are integrated >> and registers are very specific to Arasan. >> >> Arasan being an IP provider, licenses these IPs to various companies for >> integration of IP in custom SOCs. The custom SOCs define own register >> map depending on how bits are tied inside the SOC for phy registers, >> depending on SOC memory plan and hence will require own platform drivers. >> >> --- /dev/null >> +++ b/drivers/mmc/host/sdhci-pci-arasan.c >> @@ -0,0 +1,341 @@ >> +/* >> + * Copyright (C) 2017 Arasan Chip Systems Inc. >> + * >> + * Author: Atul Garg >> + * >> + * 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 program is distributed in the hope that it will be useful, >> + * but WITHOUT ANY WARRANTY; without even the implied warranty of >> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >> + * GNU General Public License for more details. >> + */ Could you consider using the new SPDX tags documented in Thomas patch set [1] rather than this fine but longer legalese? Thank you! [1] https://lkml.org/lkml/2017/12/4/934 -- Cordially Philippe Ombredanne