Re: [PATCH] dw_mmc: modify quirks bit-shift control

2011-02-17 Thread Will Newton
On Thu, Feb 17, 2011 at 4:13 AM, Chris Ball c...@laptop.org wrote: Hi, On Thu, Feb 17, 2011 at 01:09:04PM +0900, Jaehoon Chung wrote: Hi.. Why skip (1 1)?  (There's also BIT(0) - BIT(2) if you prefer.) My mistake..sorry..and thanks for your comment.. I resend the patch applied

Re: [PATCH] dw_mmc: support 8-bit buswidth

2011-02-17 Thread Will Newton
On Thu, Feb 17, 2011 at 7:12 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: This patch is supported 8-bit buswidth dw_mmc can also 8-bit buswidth and set to CTYPE_8BIT in card-type register. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Kyungmin Park

Re: [RFC] MMC: error handling improvements

2011-02-17 Thread Russell King - ARM Linux
On Wed, Feb 16, 2011 at 07:01:06PM +, Pawel Moll wrote: / # dd if=/dev/mmcblk0 of=/dev/null bs=128k count=10 10+0 records in 10+0 records out 1310720 bytes (1.3MB) copied, 46.539866 seconds, 27.5KB/s / # sleep 30 / # dd if=/dev/mmcblk0 of=/dev/null bs=128k count=10 10+0 records in 10+0

Re: [PATCH v2 1/7] mmc: mxs-mmc: add mmc host driver for i.MX23/28

2011-02-17 Thread Wolfram Sang
Hi Shawn, Ah, the 8_BIT_CAP was the right pointer. It works now and I can see the partitions \o/ But IMHO it is related to the driver because it cannot set that 8_BIT_DATA_CAP unconditionally? Probably something like 'flags' should be added to platform_data? One flag could then be

Re: [PATCH] dw_mmc: modify quirks bit-shift control

2011-02-17 Thread Chris Ball
On Thu, Feb 17, 2011 at 01:09:04PM +0900, Jaehoon Chung wrote: Hi.. Why skip (1 1)? (There's also BIT(0) - BIT(2) if you prefer.) My mistake..sorry..and thanks for your comment.. I resend the patch applied BIT(0)-BIT(2) Thanks, pushed to mmc-next with Will's ACK for .39. -- Chris

Re: [PATCH] dw_mmc: support 8-bit buswidth

2011-02-17 Thread Chris Ball
On Thu, Feb 17, 2011 at 04:12:38PM +0900, Jaehoon Chung wrote: This patch is supported 8-bit buswidth dw_mmc can also 8-bit buswidth and set to CTYPE_8BIT in card-type register. Thanks, pushed to mmc-next with Will's ACK for .39. -- Chris Ball c...@laptop.org http://printf.net/ One

Re: MMC quirks relating to performance/lifetime.

2011-02-17 Thread Arnd Bergmann
On Thursday 17 February 2011, Andrei Warkentin wrote: Ext4. Ok, I see. I haven't really done this kind of tests before, but my feeling is that ext3/ext4 may be much worse than the alternatives at the moment. It would certainly be worthwhile to do tests using nilfs2 and btrfs, whose default

Re: [PATCH v2 0/5] Panda: Support for WLAN on WL127x

2011-02-17 Thread Tony Lindgren
* Panduranga Mallireddy panduranga_mallire...@ti.com [110215 00:13]: Fixes from V1: 1. Removing the pull up of WLAN IRQ line, since it is always held up by wl127x device. Adding support for WLAN on Panda board using wl12xx and mac80211 drivers Thanks, adding these to devel-board for the

Re: MMC quirks relating to performance/lifetime.

2011-02-17 Thread Andrei Warkentin
On Fri, Feb 11, 2011 at 4:33 PM, Andrei Warkentin andr...@motorola.com wrote: Arnd, Yes, this is a Toshiba card. I've sent the patch as a reply to Linus' email. cid - 02010053454d3332479070cc51451d00 csd - d00f00320f5903ff92404000 erase_size - 524288 fwrev - 0x0 hwrev - 0x0

[PATCH 22/29] tmio-mmc: use mfd_data instead of driver_data

2011-02-17 Thread Andres Salomon
Use mfd_data for passing information from mfd drivers to mfd clients. The mfd_cell's driver_data field is being phased out. Clients that were using driver_data now access .mfd_data via mfd_get_data(). This changes tmio-mmc only; mfd drivers with other cells are not modified. Signed-off-by:

[PATCH 06/29] asic3: mfd_cell is now implicitly available to drivers

2011-02-17 Thread Andres Salomon
No need to explicitly set the cell's platform_data/data_size. Modify clients to use mfd_get_cell helper function instead of accessing platform_data directly. Signed-off-by: Andres Salomon dilin...@queued.net --- drivers/mfd/asic3.c |6 -- drivers/mmc/host/tmio_mmc.c | 24