From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Hansson Subject: Re: [GIT PULL] Update DWMMC controller Date: Thu, 29 Jun 2017 17:17:35 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from mail-qk0-f178.google.com ([209.85.220.178]:33120 "EHLO mail-qk0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753229AbdF2PRg (ORCPT ); Thu, 29 Jun 2017 11:17:36 -0400 Received: by mail-qk0-f178.google.com with SMTP id r62so78932421qkf.0 for ; Thu, 29 Jun 2017 08:17:36 -0700 (PDT) In-Reply-To: Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Jaehoon Chung Cc: "linux-mmc@vger.kernel.org" , Shawn Lin On 29 June 2017 at 13:18, Jaehoon Chung wrote: > Dear Ulf, > > Could you pull these patches to mmc-next? > If there is a problem, let me know, plz. Sorry for late. > > > The following changes since commit 2fe35968feccaee61413edbe54bec66bc80a67a7: > > mmc: renesas-sdhi: improve checkpatch cleanness (2017-06-20 10:30:50 +0200) > > are available in the git repository at: > > https://github.com/jh80chung/dw-mmc.git for-ulf > > for you to fetch changes up to df596cbdcb63563ab259448b0dbe006eab3b2fd5: > > mmc: dw_mmc: remove the unnecessary slot variable (2017-06-29 20:15:44 +0900) > > ---------------------------------------------------------------- > Jaehoon Chung (6): > mmc: dw_mmc: deprecated the "num-slots" property > mmc: dw_mmc: remove the loop about finding slots > mmc: dw_mmc: change the array of slots > mmc: dw_mmc: remove the 'id' arguments about functions relevant to slot > mmc: dw_mmc: use the 'slot' instead of 'cur_slot' > mmc: dw_mmc: remove the unnecessary slot variable > > Shawn Lin (2): > dt-bindings: rockchip-dw-mshc: add optional rockchip, desired-num-phases > mmc: dw_mmc-rockchip: parse rockchip, desired-num-phases from DT > > .../devicetree/bindings/mmc/rockchip-dw-mshc.txt | 4 + > drivers/mmc/host/dw_mmc-exynos.c | 4 +- > drivers/mmc/host/dw_mmc-rockchip.c | 48 +++--- > drivers/mmc/host/dw_mmc.c | 165 +++++++-------------- > drivers/mmc/host/dw_mmc.h | 7 +- > 5 files changed, 91 insertions(+), 137 deletions(-) Thanks, pulled into next! Kind regards Uffe