From mboxrd@z Thu Jan 1 00:00:00 1970 From: Codrin Ciubotariu Subject: Re: [PATCH v5 2/5] clk: at91: add I2S clock mux driver Date: Mon, 9 Jul 2018 18:55:01 +0300 Message-ID: References: <20180618141239.10892-1-codrin.ciubotariu@microchip.com> <20180618141239.10892-3-codrin.ciubotariu@microchip.com> <153090076533.143105.11588903392800697432@swboyd.mtv.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <153090076533.143105.11588903392800697432@swboyd.mtv.corp.google.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Stephen Boyd , alexandre.belloni@bootlin.com, alsa-devel@alsa-project.org, boris.brezillon@bootlin.com, broonie@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, nicolas.ferre@microchip.com, robh+dt@kernel.org Cc: Cristian.Birsan@microchip.com List-Id: devicetree@vger.kernel.org On 06.07.2018 21:12, Stephen Boyd wrote: > Quoting Codrin Ciubotariu (2018-06-18 07:12:36) >> This driver is a simple muxing driver that controls the >> I2S's clock input by using syscon/regmap to change the parent. >> The available inputs can be peripheral clock and generated clock. >> >> Signed-off-by: Codrin Ciubotariu >> --- > > Applied to clk-next > > But I had to fix: > > WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 > #56: FILE: drivers/clk/at91/clk-i2s-mux.c:1: > +/* SPDX-License-Identifier: GPL-2.0 */ > > so I did. Please run checkpatch next time. > Sorry about that. I did run checkpatch, but I saw some files that commented the License-Identifier the same way I did. Didn't notice back then that were only the headers... Thank you for applying my patches. Best regards, Codrin