[linux-yocto] [PATCH 0/8] Apollo Lake MTD and EDAC drivers for linux-yocto-4.1

Yong, Jonathan jonathan.yong at intel.com
Thu Jun 30 00:06:46 PDT 2016


The NXP SPI Flash driver is the same as the one for standard/base,
the other MTD drivers depend on it. The EDAC driver is for Apollo
Lake ECC. The SCSI/ATAPI changes are to meet ADIT requirements.

Except for the NXP patch, none of them are upstreamed yet, so these
should go into standard/intel/base.

Adrian Hunter (1):
  mmc: core: Add functions for SDIO to hold re-tuning

Joachim Eastwood (1):
  mtd: spi-nor: add driver for NXP SPI Flash Interface (SPIFI)

Lim Key Seong (3):
  spi-nor: Add support for Intel SPI serial flash controller
  mfd: lpc_ich: Add support for SPI serial flash host controller
  mfd: lpc_ich: Add support for Intel Apollo Lake SoC

Tony Luck (1):
  EDAC: pnd2_edac: Add new EDAC driver for Intel SoC platforms

Vitaly Wool (2):
  libata: enable atapi_an by default
  scsi_lib: add extended information to MEDIA_CHANGE

 Documentation/mtd/intel-spi.txt          |   88 +++
 MAINTAINERS                              |    8 +
 drivers/ata/libata-core.c                |    2 +-
 drivers/edac/Kconfig                     |   10 +
 drivers/edac/Makefile                    |    1 +
 drivers/edac/edac_mc.c                   |    6 +-
 drivers/edac/edac_mc_sysfs.c             |    3 +-
 drivers/edac/pnd2_edac.c                 | 1252 ++++++++++++++++++++++++++++++
 drivers/edac/pnd2_regs.h                 |  150 ++++
 drivers/mfd/lpc_ich-core.c               |  134 +++-
 drivers/mmc/core/host.c                  |    6 +
 drivers/mmc/core/host.h                  |    1 +
 drivers/mmc/core/sdio_io.c               |   13 +
 drivers/mtd/spi-nor/Kconfig              |   31 +
 drivers/mtd/spi-nor/Makefile             |    3 +
 drivers/mtd/spi-nor/intel-spi-platform.c |   57 ++
 drivers/mtd/spi-nor/intel-spi.c          |  778 +++++++++++++++++++
 drivers/mtd/spi-nor/intel-spi.h          |   24 +
 drivers/mtd/spi-nor/nxp-spifi.c          |  482 ++++++++++++
 drivers/scsi/scsi_lib.c                  |   66 ++
 drivers/scsi/sr.c                        |    1 +
 include/linux/mfd/lpc_ich.h              |    3 +
 include/linux/mmc/sdio_func.h            |    3 +
 include/linux/platform_data/intel-spi.h  |   31 +
 include/scsi/scsi_device.h               |   18 +
 25 files changed, 3166 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/mtd/intel-spi.txt
 create mode 100644 drivers/edac/pnd2_edac.c
 create mode 100644 drivers/edac/pnd2_regs.h
 create mode 100644 drivers/mtd/spi-nor/intel-spi-platform.c
 create mode 100644 drivers/mtd/spi-nor/intel-spi.c
 create mode 100644 drivers/mtd/spi-nor/intel-spi.h
 create mode 100644 drivers/mtd/spi-nor/nxp-spifi.c
 create mode 100644 include/linux/platform_data/intel-spi.h

-- 
2.7.3



More information about the linux-yocto mailing list