Re: [PATCH 08/27] mmc: msm_sdcc: Move away from using deprecated APIs

2013-09-26 Thread David Brown
. Additionally, remove dead code which also used the deprecated APIs. Cc: David Brown dav...@codeaurora.org Cc: Daniel Walker dwal...@fifo99.com Cc: Bryan Huntsman bry...@codeaurora.org Cc: linux-arm-...@vger.kernel.org Signed-off-by: Ulf Hansson ulf.hans...@linaro.org --- drivers/mmc/host

Re: [RFC/PATCH 1/1] mmc: block: Add MMC write packing statistics

2012-06-06 Thread David Brown
On Wed, Jun 06, 2012 at 12:02:10PM +0530, Rahul Bedarkar wrote: +static ssize_t mmc_wr_pack_stats_read(struct file *filp, char __user *ubuf, +                               size_t cnt, loff_t *ppos) +{ +       struct mmc_card *card = filp-private_data; +       struct mmc_wr_pack_stats

Re: [PATCH] mmc: convert drivers/mmc/host/* to use module_platform_driver()

2011-11-30 Thread David Brown
On Sat, Nov 26, 2011 at 12:55:43PM +0800, Axel Lin wrote: This patch converts the drivers in drivers/mmc/host/* to use the module_platform_driver() macro which makes the code smaller and a bit simpler. drivers/mmc/host/msm_sdcc.c| 13 + Acked-by: David Brown dav

Re: [PATCH 20/62] mmc: remove the second argument of k[un]map_atomic()

2011-11-30 Thread David Brown
On Sun, Nov 27, 2011 at 01:27:00PM +0800, Cong Wang wrote: drivers/mmc/host/msm_sdcc.c |6 +++--- Acked-by: David Brown dav...@codeaurora.org -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum

[GIT PULL] mmc: msm_sdcc: Fixes for 3.2

2011-08-25 Thread David Brown
The following changes since commit 93ee7a9340d64f20295aacc3fb6a22b759323280: Linux 3.1-rc2 (2011-08-14 15:09:08 -0700) are available in the git repository at: git://codeaurora.org/quic/kernel/davidb/linux-msm.git msm-sdcc Alexander Tarasikov (2): msm: Fix a typo in MSM SDCC driver

Re: Fixes for the MSM SDCC driver on msm7200a

2011-08-23 Thread David Brown
On Tue, Aug 23, 2011 at 04:16:37PM +0530, Sahitya Tummala wrote: Both these patches looks good to me. Acked-by: Sahitya Tummala stumm...@codeaurora.org I'll pull these in, then. Thanks. David -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center,

Re: [PATCH 1/2] msm: Fix a typo in MSM SDCC driver gpio setup

2011-08-22 Thread David Brown
On Sun, Aug 21, 2011 at 03:52:43PM +0400, Alexander Tarasikov wrote: The use of instead of || caused a NULL pointer dereference if gpio setup was not passed via platform data Signed-off-by: Alexander Tarasikov alexander.tarasi...@gmail.com --- drivers/mmc/host/msm_sdcc.c |2 +- 1

Re: [PATCH 1/2] msm: Fix a typo in MSM SDCC driver gpio setup

2011-08-22 Thread David Brown
On Mon, Aug 22, 2011 at 08:25:16PM +0400, Alexander Tarasikov wrote: 2011/8/22 David Brown dav...@codeaurora.org: Both of your patches have somehow gotten mangled in transit (the context lines have lost their leading space).  Did you perhaps edit the patch files with an editor

Re: [PATCH] mmc: Use pr_level, add and use mmc_level

2011-08-11 Thread David Brown
+-- Acked-by: David Brown dav...@codeaurora.org -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- To unsubscribe from this list: send the line unsubscribe linux-mmc in the body of a message to majord

Re: [RFC] mmc: msm_sdcc: Use SPS BAM as DMA engine

2011-03-24 Thread David Brown
On Thu, Mar 24 2011, Subhash Jadavani wrote: Here DMA engine means we are using SPS BAM as DMA HW. No, we are not using the drivers/dma/dmaengine.c because MSM SPS driver is not exporting the dma compliant APIs to client. We are using the MSM SPS driver's exported APIs directly from our

Re: [RFC] MMC: error handling improvements

2011-02-16 Thread David Brown
On Wed, Feb 16 2011, Linus Walleij wrote: 2011/2/16 David Brown dav...@codeaurora.org: It's also possible this is finding problems in our SDCC driver. The SDCC is obviously an MMCI derivate, VHDL hacking on top of ARMs source code for PL180/PL181. Why do you insist on maintaining a forked

Re: [RFC] MMC: error handling improvements

2011-02-15 Thread David Brown
On Tue, Feb 15 2011, Russell King - ARM Linux wrote: This patch is for RFC only; it needs splitting up somewhat. However, I wanted to get it out there for some comment. Just for kicks, I applied this and ran it on an MSM target (8x50). It seems to cause lots of: mmc0: Data timeout mmc0:

Re: [PATCH 2/2] msm: 8x50: Add initial support for SDCC

2011-01-18 Thread David Brown
On Mon, Jan 17 2011, Sahitya Tummala wrote: Signed-off-by: Sahitya Tummala stumm...@codeaurora.org --- arch/arm/mach-msm/board-qsd8x50.c | 81 +- arch/arm/mach-msm/devices-qsd8x50.c | 196 +++ arch/arm/mach-msm/gpiomux-8x50.c

Re: [PATCH 4/5] drivers/mmc/host/msm-sdcc: Remove dead config options

2010-07-14 Thread David Brown
...@stud.informatik.uni-erlangen.de --- drivers/mmc/host/msm_sdcc.c | 25 - drivers/mmc/host/msm_sdcc.h |4 2 files changed, 0 insertions(+), 29 deletions(-) Acked-by: David Brown dav...@codeaurora.org We'll put appropriate versions of this code back in when we get