diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-07-07 22:53:15 +0200 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-07-07 22:53:15 +0200 |
commit | 46ce10df799fb0647a9c0e3f793e66463a8d6773 (patch) | |
tree | 140657df086dc5c81b3965921cc1e9abe54c433c /include | |
parent | 3bb4bba79254be87c86ef416d6b7f69882e6a02c (diff) | |
parent | 8d1336c241bdadf61a56e398d82d1e512dbff5f8 (diff) | |
download | linux-46ce10df799fb0647a9c0e3f793e66463a8d6773.tar.gz linux-46ce10df799fb0647a9c0e3f793e66463a8d6773.tar.bz2 linux-46ce10df799fb0647a9c0e3f793e66463a8d6773.zip |
Merge tag 'spi-nor/for-5.3-v2' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/linux into mtd/next
SPI-NOR core changes:
- add support for the mt25ql02g and w25q16jv flashes
- print error in case of jedec read id fails
- is25lp256: add post BFPT fix to correct the addr_width
SPI NOR controller drivers changes:
- intel-spi: Add support for Intel Elkhart Lake SPI serial flash
- smt32: remove the driver as the driver was replaced by spi-stm32-qspi.c
- cadence-quadspi: add reset control
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/intel-spi.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/platform_data/intel-spi.h b/include/linux/platform_data/intel-spi.h index 942b0c3f8f08..001f377fb5ef 100644 --- a/include/linux/platform_data/intel-spi.h +++ b/include/linux/platform_data/intel-spi.h @@ -1,12 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Intel PCH/PCU SPI flash driver. * * Copyright (C) 2016, Intel Corporation * Author: Mika Westerberg <mika.westerberg@linux.intel.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 INTEL_SPI_PDATA_H |