mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 14:14:01 +08:00
gpio: ts5500: Use SPDX header
Cut some boilerplate, use the SPDX license identifier. Cc: kernel@savoirfairelinux.com Cc: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Cc: Jerome Oufella <jerome.oufella@savoirfairelinux.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
c99601f672
commit
bf97279079
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Digital I/O driver for Technologic Systems TS-5500
|
* Digital I/O driver for Technologic Systems TS-5500
|
||||||
*
|
*
|
||||||
@ -16,10 +17,6 @@
|
|||||||
* TS-5600:
|
* TS-5600:
|
||||||
* Documentation: http://wiki.embeddedarm.com/wiki/TS-5600
|
* Documentation: http://wiki.embeddedarm.com/wiki/TS-5600
|
||||||
* Blocks: LCD port (identical to TS-5500 LCD).
|
* Blocks: LCD port (identical to TS-5500 LCD).
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/bitops.h>
|
#include <linux/bitops.h>
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* GPIO (DIO) header for Technologic Systems TS-5500
|
* GPIO (DIO) header for Technologic Systems TS-5500
|
||||||
*
|
*
|
||||||
* Copyright (c) 2012 Savoir-faire Linux Inc.
|
* Copyright (c) 2012 Savoir-faire Linux Inc.
|
||||||
* Vivien Didelot <vivien.didelot@savoirfairelinux.com>
|
* Vivien Didelot <vivien.didelot@savoirfairelinux.com>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _PDATA_GPIO_TS5500_H
|
#ifndef _PDATA_GPIO_TS5500_H
|
||||||
|
Loading…
Reference in New Issue
Block a user