From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4A1CCC282C7 for ; Sat, 26 Jan 2019 09:52:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 19B45214C6 for ; Sat, 26 Jan 2019 09:52:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727739AbfAZJvl (ORCPT ); Sat, 26 Jan 2019 04:51:41 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:48186 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726218AbfAZJvk (ORCPT ); Sat, 26 Jan 2019 04:51:40 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 87C9A260C0E From: Enric Balletbo i Serra To: linux-kernel@vger.kernel.org Cc: groeck@chromium.org, gwendal@chromium.org, kernel@collabora.com, bleung@chromium.org, Colin Cross , Tony Luck , Anton Vorontsov , Kees Cook Subject: [PATCH v2 00/12] platform/chrome: switch to SPDX license and some minor cleanup Date: Sat, 26 Jan 2019 10:51:19 +0100 Message-Id: <20190126095131.4756-1-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, After the patchset to move cros_ec sysfs attributes to its own drivers, I'd like to do some cleanup and switch to the SPDX license on all the platform/chrome drivers. Best regards, Enric Changes in v2: - Removed the patches that remove the unnused includes (were wrong). - Add patches for all files in platform/chrome that didn't switch yet. Enric Balletbo i Serra (12): platform/chrome: cromeos_pstore: switch to SPDX identifier platform/chrome: cros_ec_debugfs: switch to SPDX identifier platform/chrome: cros_ec_lightbar: switch to SPDX identifier platform/chrome: cros_ec_sysfs: switch to SPDX identifier platform/chrome: cros_ec_vbc: switch to SPDX identifier platform/chrome: cros_ec_i2c: switch to SPDX identifier platform/chrome: cros_ec_lpc: switch to SPDX identifier platform/chrome: cros_ec_proto: switch to SPDX identifier platform/chrome: cros_ec_spi: switch to SPDX identifier platform/chrome: cros_kbd_led_backlight: switch to SPDX identifier platform/chrome: cros_ec_lightbar: remove pr_fmt() define platform/chrome: cros_ec_sysfs: remove pr_fmt() define drivers/platform/chrome/chromeos_pstore.c | 17 ++++------ drivers/platform/chrome/cros_ec_debugfs.c | 22 +++--------- drivers/platform/chrome/cros_ec_i2c.c | 22 ++++-------- drivers/platform/chrome/cros_ec_lightbar.c | 24 +++---------- drivers/platform/chrome/cros_ec_lpc.c | 34 +++++++------------ drivers/platform/chrome/cros_ec_lpc_mec.c | 26 +++----------- drivers/platform/chrome/cros_ec_lpc_mec.h | 20 ++--------- drivers/platform/chrome/cros_ec_lpc_reg.c | 26 +++----------- drivers/platform/chrome/cros_ec_lpc_reg.h | 20 ++--------- drivers/platform/chrome/cros_ec_proto.c | 19 +++-------- drivers/platform/chrome/cros_ec_spi.c | 20 +++-------- drivers/platform/chrome/cros_ec_sysfs.c | 26 +++----------- drivers/platform/chrome/cros_ec_vbc.c | 24 +++---------- .../platform/chrome/cros_kbd_led_backlight.c | 19 +++-------- 14 files changed, 67 insertions(+), 252 deletions(-) -- 2.20.1