diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-10-01 13:21:58 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-10-01 13:21:58 +0200 |
commit | 18887f31df122951b73be098e416fc871f426b0b (patch) | |
tree | b7d7ee74d765789ba49e10840290ac65fa7f3f64 /drivers/pinctrl/sh-pfc/pfc-r8a7792.c | |
parent | 30aa69e7bd9f7af3574120249eecb3726dcaf737 (diff) | |
parent | a97f340c0a071bcb32ff68f3d19cf56a76887288 (diff) | |
download | lwn-18887f31df122951b73be098e416fc871f426b0b.tar.gz lwn-18887f31df122951b73be098e416fc871f426b0b.zip |
Merge tag 'sh-pfc-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into devel
pinctrl: sh-pfc: Updates for v4.20 (take two)
- Add MSIOF pin groups on R-Car E3 and D3,
- Add support for the new RZ/G1N (R8A7744) and RZ/G2E (R8A774C0) SoCs,
- Add I2C4, DU0, QSPI0, SDHI2, and USB pin groups on RZ/G1C,
- Convert to SPDX license identifiers,
- Small cleanups.
Diffstat (limited to 'drivers/pinctrl/sh-pfc/pfc-r8a7792.c')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-r8a7792.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7792.c b/drivers/pinctrl/sh-pfc/pfc-r8a7792.c index cc3597f66605..bf0681b38181 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7792.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7792.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * r8a7792 processor support - PFC hardware block. * * Copyright (C) 2013-2014 Renesas Electronics Corporation * Copyright (C) 2016 Cogent Embedded, Inc., <source@cogentembedded.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. */ #include <linux/kernel.h> |