From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Subject: [GIT PULL] Update DWMMC controller Date: Wed, 11 Jan 2017 15:54:47 +0900 Message-ID: <03053aab-160b-cd09-32ce-64e65ca18b64@samsung.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailout1.samsung.com ([203.254.224.24]:33000 "EHLO mailout1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932351AbdAKGyy (ORCPT ); Wed, 11 Jan 2017 01:54:54 -0500 Received: from epcas1p2.samsung.com (unknown [182.195.41.46]) by mailout1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0OJL02R71SJF2640@mailout1.samsung.com> for linux-mmc@vger.kernel.org; Wed, 11 Jan 2017 15:54:51 +0900 (KST) Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: "linux-mmc@vger.kernel.org" Cc: Ulf Hansson , Jun Nie Dear Ulf, Could you pull these patches for next on your repository? If there is an issue, let me know, plz. The following changes since commit 46579f1ed89f4fffba579ec72cfd216ff6666be0: mmc: host: Include interrupt.h in mmc host drivers that depends on it (2017-01-10 16:34:04 +0100) are available in the git repository at: https://github.com/jh80chung/dw-mmc.git for-ulf for you to fetch changes up to d1a05fd54cf927c2060800ed34286958b6afaf25: mmc: dw_mmc: zx: Initial support for ZX mmc controller (2017-01-11 15:47:31 +0900) ---------------------------------------------------------------- Jun Nie (5): Documentation: synopsys-dw-mshc: add binding for fifo quirks mmc: dw_mmc: Add fifo address property mmc: dw_mmc: Add fifo watermark alignment property mmc: dt-bindings: add ZTE ZX296718 MMC bindings mmc: dw_mmc: zx: Initial support for ZX mmc controller .../devicetree/bindings/mmc/synopsys-dw-mshc.txt | 13 ++ .../devicetree/bindings/mmc/zx-dw-mshc.txt | 33 +++ drivers/mmc/host/Kconfig | 9 + drivers/mmc/host/Makefile | 1 + drivers/mmc/host/dw_mmc-zx.c | 241 +++++++++++++++++++++ drivers/mmc/host/dw_mmc-zx.h | 31 +++ drivers/mmc/host/dw_mmc.c | 17 +- drivers/mmc/host/dw_mmc.h | 5 + 8 files changed, 347 insertions(+), 3 deletions(-) create mode 100644 Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt create mode 100644 drivers/mmc/host/dw_mmc-zx.c create mode 100644 drivers/mmc/host/dw_mmc-zx.h Best Regards, Jaehoon Chung