Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932525AbbHYMHV (ORCPT ); Tue, 25 Aug 2015 08:07:21 -0400 Received: from mail-ig0-f182.google.com ([209.85.213.182]:37971 "EHLO mail-ig0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752442AbbHYMHP (ORCPT ); Tue, 25 Aug 2015 08:07:15 -0400 MIME-Version: 1.0 In-Reply-To: <1438179768-818-1-git-send-email-ludovic.desroches@atmel.com> References: <1438179768-818-1-git-send-email-ludovic.desroches@atmel.com> Date: Tue, 25 Aug 2015 14:07:14 +0200 Message-ID: Subject: Re: [PATCH v2 0/3] introduce driver for the Atmel SDMMC From: Ulf Hansson To: Ludovic Desroches Cc: linux-mmc , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , Nicolas Ferre , Alexandre Belloni , pebolle@tiscali.nl, Arnd Bergmann Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1734 Lines: 45 On 29 July 2015 at 16:22, Ludovic Desroches wrote: > Hi, > > This set of patches introduce a driver for the new Atmel SDMMC device avaible > on SAMA5D2 SoC. > > There is also a resend of an old patch which has not been taken. Ulf asked > for some reviews since it could impact all sdhci devices but nobody did it... > This patch is not necessary for patch 2/3. It only fixes a special use case. If > there are objections about it, drop it, I don't want to delay the Atmel SDMMC > driver inclusion only for this patch. > > Changes: > - from v1: > - update license > > Ludovic Desroches (3): > mmc: sdhci: switch from programmable clock mode to divided one if > needed > mmc: sdhci-of-at91: introduce driver for the Atmel SDMMC > MAINTAINERS: add entry for Atmel sdhci-of-at91 driver > > .../devicetree/bindings/mmc/sdhci-atmel.txt | 21 +++ > MAINTAINERS | 6 + > drivers/mmc/host/Kconfig | 8 + > drivers/mmc/host/Makefile | 1 + > drivers/mmc/host/sdhci-of-at91.c | 192 +++++++++++++++++++++ > drivers/mmc/host/sdhci.c | 29 +++- > 6 files changed, 248 insertions(+), 9 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-atmel.txt > create mode 100644 drivers/mmc/host/sdhci-of-at91.c > > -- > 2.5.0 > Thanks, applied all three patches for next! Kind regards Uffe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/