Re: [U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2013-03-09 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/09/2013 02:11 AM, Igor Grinberg wrote: Hi guys, This patch set is floating already for _three_ months. All comments were addressed, it introduces negative diff stat, and provides two useful features (also for production automation).

Re: [U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2013-03-08 Thread Igor Grinberg
Hi guys, This patch set is floating already for _three_ months. All comments were addressed, it introduces negative diff stat, and provides two useful features (also for production automation). Andy hasn't been responding for quite a while. I think this patch set is good enough for merging.

Re: [U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2013-03-04 Thread Nikita Kiryanov
Hi Tom, On 02/15/2013 11:24 PM, Tom Rini wrote: On Mon, Dec 03, 2012 at 02:19:40PM +0200, Nikita Kiryanov wrote: This patchset implements card detection and write protection check for omap mmc. The write protect implementation also adds generic code that is usable by other mmc drivers. The

Re: [U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2013-02-15 Thread Tom Rini
On Mon, Dec 03, 2012 at 02:19:40PM +0200, Nikita Kiryanov wrote: This patchset implements card detection and write protection check for omap mmc. The write protect implementation also adds generic code that is usable by other mmc drivers. The first 3 patches are preparation patches that

Re: [U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2013-02-12 Thread Nikita Kiryanov
Hi Andy, Tom, this patchset is 2 months old. Can you please address it? On 12/03/2012 02:19 PM, Nikita Kiryanov wrote: This patchset implements card detection and write protection check for omap mmc. The write protect implementation also adds generic code that is usable by other mmc drivers.

Re: [U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2013-01-30 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/07/13 16:43, Tom Rini wrote: On 12/30/2012 01:13 AM, Nikita Kiryanov wrote: Gentle ping. On 12/03/2012 02:19 PM, Nikita Kiryanov wrote: This patchset implements card detection and write protection check for omap mmc. The write protect

Re: [U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2013-01-07 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/30/2012 01:13 AM, Nikita Kiryanov wrote: Gentle ping. On 12/03/2012 02:19 PM, Nikita Kiryanov wrote: This patchset implements card detection and write protection check for omap mmc. The write protect implementation also adds generic

Re: [U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2012-12-29 Thread Nikita Kiryanov
Gentle ping. On 12/03/2012 02:19 PM, Nikita Kiryanov wrote: This patchset implements card detection and write protection check for omap mmc. The write protect implementation also adds generic code that is usable by other mmc drivers. The first 3 patches are preparation patches that contain

Re: [U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2012-12-17 Thread Nikita Kiryanov
Gentle ping. On 12/03/2012 02:19 PM, Nikita Kiryanov wrote: This patchset implements card detection and write protection check for omap mmc. The write protect implementation also adds generic code that is usable by other mmc drivers. The first 3 patches are preparation patches that contain

[U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2012-12-03 Thread Nikita Kiryanov
This patchset implements card detection and write protection check for omap mmc. The write protect implementation also adds generic code that is usable by other mmc drivers. The first 3 patches are preparation patches that contain general maintenance for omap mmc driver. This patchset depends on