From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760038AbdACRfW (ORCPT ); Tue, 3 Jan 2017 12:35:22 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:34848 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935593AbdACReJ (ORCPT ); Tue, 3 Jan 2017 12:34:09 -0500 Date: Tue, 3 Jan 2017 17:37:50 +0000 From: Lee Jones To: Mika Westerberg Cc: linux-mtd@lists.infradead.org, Cyrille Pitchen , Marek Vasut , Boris Brezillon , Richard Weinberger , Brian Norris , David Woodhouse , Peter Tyser , key.seong.lim@intel.com, linux-kernel@vger.kernel.org Subject: [GIT PULL] Immutable branch between MFD and MTD due for the v4.11 merge window Message-ID: <20170103173750.GA27589@dell> References: <20161128120626.130693-1-mika.westerberg@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20161128120626.130693-1-mika.westerberg@linux.intel.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org MTD Maintainers, Enjoy! The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-mtd-v4.11 for you to fetch changes up to 87eb832ae9748fab00588b98c2e33e89de065438: mfd: lpc_ich: Add support for Intel Apollo Lake SoC (2017-01-03 17:34:16 +0000) ---------------------------------------------------------------- Immutable branch between MFD and MTD due for the v4.11 merge window ---------------------------------------------------------------- Mika Westerberg (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 Documentation/mtd/intel-spi.txt | 88 ++++ drivers/mfd/lpc_ich.c | 131 ++++++ drivers/mtd/spi-nor/Kconfig | 20 + drivers/mtd/spi-nor/Makefile | 2 + drivers/mtd/spi-nor/intel-spi-platform.c | 57 +++ drivers/mtd/spi-nor/intel-spi.c | 777 +++++++++++++++++++++++++++++++ drivers/mtd/spi-nor/intel-spi.h | 24 + include/linux/mfd/lpc_ich.h | 3 + include/linux/platform_data/intel-spi.h | 31 ++ 9 files changed, 1133 insertions(+) create mode 100644 Documentation/mtd/intel-spi.txt 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 include/linux/platform_data/intel-spi.h -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog