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 /drivers/mtd/spi-nor/intel-spi.c | |
parent | mtd: concat: implement _is_locked mtd operation (diff) | |
parent | mtd: spi-nor: cadence-quadspi: add reset control (diff) | |
download | linux-46ce10df799fb0647a9c0e3f793e66463a8d6773.tar.xz 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 'drivers/mtd/spi-nor/intel-spi.c')
-rw-r--r-- | drivers/mtd/spi-nor/intel-spi.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/mtd/spi-nor/intel-spi.c b/drivers/mtd/spi-nor/intel-spi.c index d60cbf23d9aa..021cef930f9f 100644 --- a/drivers/mtd/spi-nor/intel-spi.c +++ b/drivers/mtd/spi-nor/intel-spi.c @@ -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. */ #include <linux/err.h> |