From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752917AbbJOTfH (ORCPT ); Thu, 15 Oct 2015 15:35:07 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:53271 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752221AbbJOTfE (ORCPT ); Thu, 15 Oct 2015 15:35:04 -0400 From: Arnd Bergmann To: Murali Karicheri Cc: linux-arm-kernel@lists.infradead.org, WingMan Kwok , robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, kishon@ti.com, rogerq@ti.com, bhelgaas@google.com, ssantosh@kernel.org, linux@arm.linux.org.uk, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH v1 1/2] phy: keystone: serdes driver for gbe 10gbe and pcie Date: Thu, 15 Oct 2015 21:34:51 +0200 Message-ID: <6215485.RTPqreMEMX@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <561FCDC0.3080109@ti.com> References: <1444919145-30845-1-git-send-email-w-kwok2@ti.com> <5192855.p6QLDWTiVi@wuerfel> <561FCDC0.3080109@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:lwlFCY2HrLdWykE1SarX/cbRq3P06wbqLkDpL9VvHgai3f0v/sr i0uvFxL+BEkhTX8QZ1nKXz3O5EGhof6sjfU0fZoT5evofS08YJmtYAmhXxdtxWBQaPGb4Ek 2PVt2iAXAcZZm2tkCii0YojYqgcjuWb8A2fx86VbuEmj8f7olPC90xk5oTUxkoZCBU4i1Xr bYIoOaQytXZvOiLXNd2wQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:lo8P5Mal0pg=:u7iqt/pnTXGgHWfjueVJFm DEscpT5HOJYLSRlSOh+o3Q77Y3cVeChdnBroMn1VMvyTMFtTRSkcviHos5oVr/tmdcVNv/LTv mOKE5stYj6fqIFeC7iNJe5SFhmmCrzNXqhb0o1/mD6Ma4BDSLKl226gregUYEu70daRPyWOri /5Ka4vcUFV4BuiGRZHpM8dCMEjBgGnIsd/ZUmFFxgZB2skqU/EBu9nGjBxqZf68bdkhrJedt3 kd32iCS5H2VGFJq/o89Yznxff0kSm5/fUJI0IOJHZ5nr0HFJ+pJzuxS7+aZ7SR53PxfNqFW6I GGIbEz3YKU3TzFFdCGrmfIrORoAGdG6ysxEd/kXZt3p40p07en0wlfGTvwEE/khnBIcTPdTCx GqnrQocN5cbYDo8vLXHhqN9NF8svkRK+KqHwMF9m3M3ddLsRb6FWG+1k2lWXXx9JWoAwuvVyD YAqRojQZGf5UAyuHMIjw6RFpXuvXW9RX6yg9zOTCU1ea/HoFuea2Y1XbS4I9o7Iz1hD5hq7qx AUXKGrXrHUMzI7kVuT6l7uxQuddEKOW1GnfN5+fFDpo8PBckceXt7IyalRlfCXOE6a9EhG/8k BOC9NsljVp4J7t5OKVXD4YSoTgr6MKKl1td213nKjMTJMkaFvaGviGfOnzgR6mE5SVvf0hfdI Syi6lIQJZID3PMF6/fKvMOjcjxm4JpAPZIxXXpwPEYU4CEq6EWoMUUGTE7a7FF+pJ9bdX/MAM vMidBz+CTXbXYigP Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 15 October 2015 12:01:04 Murali Karicheri wrote: > > >> + * Redistributions in binary form must reproduce the above copyright > >> + * notice, this list of conditions and the following disclaimer in the > >> + * documentation and/or other materials provided with the > >> + * distribution. > > > > The current code does not do this when compiled, which might be a > > problem for distributors. Can you clarify the license? > > > Arnd, > > Can you elaborate on this? I did a grep on the string "Redistributions > in binary form must reproduce the above copyright" and I could find > several instance of this. So I am not sure what you mean by "The current > code does not do this when compiled". You write that the binary form of the code must produce the copyright notice. I don't see any code that does this. If I was looking in the wrong place, let me know. Arnd