From mboxrd@z Thu Jan 1 00:00:00 1970 From: kernel@martin.sperl.org Subject: Re: [PATCH 0/3] Fix MODULE_LICENSE of bcm2835 drivers Date: Sat, 10 Nov 2018 12:45:09 +0100 Message-ID: References: <1540292769-5905-1-git-send-email-stefan.wahren@i2se.com> Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Chris Boot , Stephen Boyd , Michael Turquette , linux-spi@vger.kernel.org, Eric Anholt , Vinod Koul , Mark Brown , Florian Meier , dmaengine@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org To: Stefan Wahren Return-path: In-Reply-To: <1540292769-5905-1-git-send-email-stefan.wahren@i2se.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: linux-spi.vger.kernel.org > On 23.10.2018, at 13:06, Stefan Wahren wrote: > > In preparation of a treewide switch of all bcm2835 drivers to SPDX tags, > we need to make sure that the license text and MODULE_LICENSE matches. > > This series starts sooner than usual to have more time to collect the authors > ACK. > > Stefan Wahren (3): > clk: bcm2835: make license text and module license match > dma: bcm2835: make license text and module license match > spi: bcm2835: make license text and module license match > > drivers/clk/bcm/clk-bcm2835-aux.c | 2 +- > drivers/clk/bcm/clk-bcm2835.c | 2 +- > drivers/dma/bcm2835-dma.c | 2 +- > drivers/spi/spi-bcm2835.c | 2 +- > drivers/spi/spi-bcm2835aux.c | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) > Acked-by: Martin Sperl