From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 0/7] mmc: omap: Fixes, cleanup and add ERASE capability Date: Thu, 5 Dec 2013 10:18:32 -0800 Message-ID: <20131205181831.GD26766@atomide.com> References: <20131202193459.GL26766@atomide.com> <1386191654-7686-1-git-send-email-jarkko.nikula@bitmer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:65521 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757252Ab3LESSg (ORCPT ); Thu, 5 Dec 2013 13:18:36 -0500 Content-Disposition: inline In-Reply-To: <1386191654-7686-1-git-send-email-jarkko.nikula@bitmer.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Jarkko Nikula Cc: Chris Ball , linux-mmc@vger.kernel.org, linux-omap@vger.kernel.org, Dan Carpenter , Aaro Koskinen , Jarkko Lavinen * Jarkko Nikula [131204 11:15]: > Hi > > I've sent these patches earlier to linux-mmc list. This time set is one > patch smaller since commit 31ee9181eb92 > ("mmc: omap: Fix DMA configuration to not rely on device id") does > practically same what one of my patch did. > > Patch 1 is an obvious fix. 2-4 are preparing for 5 which also should fix > the error introduced by 31ee9181eb92: > http://www.spinics.net/lists/linux-omap/msg100790.html > > Patch 6 continue cleanup and 7 adds the ERASE capability to the driver so > one could utilize discards with mkfs, mount option or with the fstrim. > > Set goes on top of v3.13-rc2-208-g8ecffd791448. Great they look good to me: Acked-by: Tony Lindgren > Jarkko Nikula (7): > mmc: omap: Fix NULL pointer dereference due uninitialized > cover_tasklet > mmc: omap: Convert to devm_kzalloc > mmc: omap: Remove duplicate host->irq assignment > mmc: omap: Remove mem_res field from struct mmc_omap_host > mmc: omap: Convert to devm_ioremap_resource > mmc: omap: Remove always set use_dma flag from struct mmc_omap_host > mmc: omap: Add erase capability > > drivers/mmc/host/omap.c | 93 +++++++++++++++++++------------------------------ > 1 file changed, 36 insertions(+), 57 deletions(-) > > -- > 1.8.4.3 >