Skip to content

Commit

Permalink
Merge tag 'spi-nor/for-5.13' of git://git.kernel.org/pub/scm/linux/ke…
Browse files Browse the repository at this point in the history
…rnel/git/mtd/linux into mtd/next

SPI NOR core changes:
- Add OTP support
- Fix module unload while an op in progress
- Add various cleanup patches

SPI NOR controller drivers changes:
- intel-spi: Move platform data header to x86 subfolder
  • Loading branch information
Richard Weinberger committed Apr 15, 2021
2 parents 203ba0f + 4609404 commit 256437e
Show file tree
Hide file tree
Showing 17 changed files with 991 additions and 494 deletions.
2 changes: 2 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -16862,6 +16862,8 @@ F: arch/arm/mach-spear/

SPI NOR SUBSYSTEM
M: Tudor Ambarus <tudor.ambarus@microchip.com>
R: Michael Walle <michael@walle.cc>
R: Pratyush Yadav <p.yadav@ti.com>
L: linux-mtd@lists.infradead.org
S: Maintained
W: http://www.linux-mtd.infradead.org/
Expand Down
2 changes: 1 addition & 1 deletion drivers/mtd/spi-nor/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0

spi-nor-objs := core.o sfdp.o
spi-nor-objs := core.o sfdp.o swp.o otp.o
spi-nor-objs += atmel.o
spi-nor-objs += catalyst.o
spi-nor-objs += eon.o
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/spi-nor/controllers/intel-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/spi-nor.h>
#include <linux/platform_data/intel-spi.h>

#include "intel-spi.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/mtd/spi-nor/controllers/intel-spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef INTEL_SPI_H
#define INTEL_SPI_H

#include <linux/platform_data/intel-spi.h>
#include <linux/platform_data/x86/intel-spi.h>

struct intel_spi;
struct resource;
Expand Down
Loading

0 comments on commit 256437e

Please sign in to comment.