Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754045AbcKRO36 (ORCPT ); Fri, 18 Nov 2016 09:29:58 -0500 Received: from mail-wm0-f48.google.com ([74.125.82.48]:34944 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754014AbcKRO3w (ORCPT ); Fri, 18 Nov 2016 09:29:52 -0500 MIME-Version: 1.0 In-Reply-To: <20161115162822.25791-1-ahaslam@baylibre.com> References: <20161115162822.25791-1-ahaslam@baylibre.com> From: Ulf Hansson Date: Fri, 18 Nov 2016 15:29:49 +0100 Message-ID: Subject: Re: [PATCH 0/2] MMC: davinci: fix card detect and write protect To: Axel Haslam Cc: Sekhar Nori , Kevin Hilman , David Lechner , linux-mmc , "linux-kernel@vger.kernel.org" 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: 1093 Lines: 33 On 15 November 2016 at 17:28, Axel Haslam wrote: > This series fixes the card detect and write protect parsing for > the davinci_mmc driver, and takes care of a technical debt to > remove card polling when a card detect gpio is available. > > In the case of a platform based boot we register the gpios > using the APIs provided by slot-gpio. > > In the case of a DT based boot we use the mmc_of_parse API to parse > all DT properties and register the gpios. > > If this series is accepted, the next series will convert all users > to use gpio descriptors and we could then remove the platform > callbacks. > > This was tested on the omap138-lcdk, and the da850-evm, with > additional patches to platform data and dts files. > > Axel Haslam (2): > MMC: davinci: use mmc_of_parse to parse common mmc configuration > MMC: davinci: request gpios using gpio descriptors > > drivers/mmc/host/davinci_mmc.c | 130 +++++++++++++++++++++-------------------- > 1 file changed, 66 insertions(+), 64 deletions(-) > > -- > 2.10.1 > Thanks, applied for next! Kind regards Uffe