Re: [PATCH 25/32] wireless: ath: wil6210: wmi: Fix formatting and demote non-conforming function headers

2020-08-26 Thread merez
On 2020-08-21 10:16, Lee Jones wrote: Fixes the following W=1 kernel build warning(s): drivers/net/wireless/ath/wil6210/wmi.c:52: warning: Incorrect use of kernel-doc format: * Addressing - theory of operations drivers/net/wireless/ath/wil6210/wmi.c:70: warning: Incorrect use of kernel-doc

Re: [PATCH 21/28] wireless: ath: wil6210: debugfs: Fix a couple of formatting issues in 'wil6210_debugfs_init'

2020-08-25 Thread merez
On 2020-08-19 10:23, Lee Jones wrote: Kerneldoc expects attributes/parameters to be in '@*.: ' format and gets confused if the variable does not follow the type/attribute definitions. Fixes the following W=1 kernel build warning(s): drivers/net/wireless/ath/wil6210/debugfs.c:456: warning:

Re: [PATCH] wil6210: Delete an unnecessary kfree() call in wil_tid_ampdu_rx_alloc()

2019-08-29 Thread merez
On 2019-08-27 17:44, Markus Elfring wrote: From: Markus Elfring Date: Tue, 27 Aug 2019 16:39:02 +0200 A null pointer would be passed to a call of the function “kfree” directly after a call of the function “kcalloc” failed at one place. Remove this superfluous function call. This issue was

Re: [PATCH][next] wil6210: fix wil_cid_valid with negative cid values

2019-07-04 Thread merez
On 2019-07-02 17:40, Colin King wrote: From: Colin Ian King There are several occasions where a negative cid value is passed into wil_cid_valid and this is converted into a u8 causing the range check of cid >= 0 to always succeed. Fix this by making the cid argument an int to handle any -ve

Re: [PATCH] wil6210: remove set but not used variable 'wdev'

2018-12-08 Thread merez
On 2018-12-05 09:59, YueHaibing wrote: Fixes gcc '-Wunused-but-set-variable' warning: drivers/net/wireless/ath/wil6210/main.c: In function '_wil6210_disconnect': drivers/net/wireless/ath/wil6210/main.c:407:23: warning: variable 'wdev' set but not used [-Wunused-but-set-variable] It never

Re: [PATCH][next] wil6210: fix potential null dereference of ndev before null check

2018-03-28 Thread merez
On 2018-03-28 20:40, Colin King wrote: From: Colin Ian King The pointer ndev is being dereferenced before it is being null checked, hence there is a potential null pointer deference. Fix this by only dereferencing ndev after it has been null checked Detected by

Re: [PATCH][next] wil6210: fix potential null dereference of ndev before null check

2018-03-28 Thread merez
On 2018-03-28 20:40, Colin King wrote: From: Colin Ian King The pointer ndev is being dereferenced before it is being null checked, hence there is a potential null pointer deference. Fix this by only dereferencing ndev after it has been null checked Detected by CoverityScan, CID#1467010

Re: [PATCH][next] wil6210: fix spelling mistake: "preperation"-> "preparation"

2018-02-16 Thread merez
On 2018-01-30 21:27, Colin King wrote: From: Colin Ian King Trivial fix to spelling mistake in debug error message text. Signed-off-by: Colin Ian King --- drivers/net/wireless/ath/wil6210/main.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH][next] wil6210: fix spelling mistake: "preperation"-> "preparation"

2018-02-16 Thread merez
On 2018-01-30 21:27, Colin King wrote: From: Colin Ian King Trivial fix to spelling mistake in debug error message text. Signed-off-by: Colin Ian King --- drivers/net/wireless/ath/wil6210/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: mmc idle time bkops?

2015-03-16 Thread merez
Hi Nikita, The patch got stuck for a while as there was a request to use the runtime PM framework for implementing the idle time BKOPs and I didn't have the ability to test it back then. We plan to re-implement and test in the upcoming few months (aim to July). Do you have a need for this feature

Re: mmc idle time bkops?

2015-03-16 Thread merez
Hi Nikita, The patch got stuck for a while as there was a request to use the runtime PM framework for implementing the idle time BKOPs and I didn't have the ability to test it back then. We plan to re-implement and test in the upcoming few months (aim to July). Do you have a need for this feature

RE: [PATCH v4] mmc: card: Adding support for sanitize in eMMC 4.5

2013-05-05 Thread merez
Hi Chris, Can you please approve this patch and the corresponding mmc-utils patch? Thanks, Maya > Maya, > > This looks good to me. > > Thanks, >Luca > >> -Original Message- >> From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- >> ow...@vger.kernel.org] On Behalf Of

RE: [PATCH v4] mmc: card: Adding support for sanitize in eMMC 4.5

2013-05-05 Thread merez
Hi Chris, Can you please approve this patch and the corresponding mmc-utils patch? Thanks, Maya Maya, This looks good to me. Thanks, Luca -Original Message- From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- ow...@vger.kernel.org] On Behalf Of me...@codeaurora.org

Re: [PATCH v4] mmc: card: Adding support for sanitize in eMMC 4.5

2013-05-01 Thread merez
Hi, Ulf / Luca - I would appreciate if you could review this new version with high priority. If you don't have additional concerns I would like to try and push the changes to kernel-3.10. Thanks, Maya > The sanitize support is added as a user-app ioctl call, and > was removed from the

Re: [PATCH v4] mmc: card: Adding support for sanitize in eMMC 4.5

2013-05-01 Thread merez
Hi, Ulf / Luca - I would appreciate if you could review this new version with high priority. If you don't have additional concerns I would like to try and push the changes to kernel-3.10. Thanks, Maya The sanitize support is added as a user-app ioctl call, and was removed from the block-device

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

2013-04-30 Thread merez
Hi Chris, Can we push this change to kernel-3.10? Thanks, Maya > The write packing statistics are used for debug purposes, in order > to get the amount of packing in different scenarios. > The statistics also include the reason for stopping the creation of > the packed request. > >

Re: [PATCH v2] mmc: card: Adding support for sanitize in eMMC 4.5

2013-04-30 Thread merez
Hi Ulf, You are right, the caps2 flag for Sanitize can be removed. I will send a fix for that. Thanks, Maya > On 17 April 2013 13:38, Maya Erez wrote: >> The sanitize support is added as a user-app ioctl call, and >> was removed from the block-device request, since its purpose is >> to be

Re: [PATCH v2] mmc: card: Adding support for sanitize in eMMC 4.5

2013-04-30 Thread merez
Hi Ulf, You are right, the caps2 flag for Sanitize can be removed. I will send a fix for that. Thanks, Maya On 17 April 2013 13:38, Maya Erez me...@codeaurora.org wrote: The sanitize support is added as a user-app ioctl call, and was removed from the block-device request, since its purpose is

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

2013-04-30 Thread merez
Hi Chris, Can we push this change to kernel-3.10? Thanks, Maya The write packing statistics are used for debug purposes, in order to get the amount of packing in different scenarios. The statistics also include the reason for stopping the creation of the packed request. Signed-off-by: Maya

RE: [PATCH v2] mmc: card: Adding support for sanitize in eMMC 4.5

2013-04-18 Thread merez
Hi Luca, See below (2 comments). Thanks, Maya > Hi Maya, > >> -Original Message- >> From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- >> ow...@vger.kernel.org] On Behalf Of Maya Erez >> Sent: Wednesday, April 17, 2013 1:39 PM >> To: linux-...@vger.kernel.org >> Cc:

RE: [PATCH v2] mmc: card: Adding support for sanitize in eMMC 4.5

2013-04-18 Thread merez
Hi Luca, See below (2 comments). Thanks, Maya Hi Maya, -Original Message- From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- ow...@vger.kernel.org] On Behalf Of Maya Erez Sent: Wednesday, April 17, 2013 1:39 PM To: linux-...@vger.kernel.org Cc:

Re: [PATCH v1] mmc: card: Adding support for sanitize in eMMC 4.5

2013-04-15 Thread merez
Hi Chris and Luca, Sorry for the late response. Yaniv is on vacation for the last month and will be back at the end of the week. We will add the HPI in case Sanitize times-out. Thanks, Maya > Hi Yaniv, Maya, > > On Mon, Mar 11 2013, Luca Porzio (lporzio) wrote: >> In case of Sanitize timeout,

Re: [PATCH v1] mmc: card: Adding support for sanitize in eMMC 4.5

2013-04-15 Thread merez
Hi Chris and Luca, Sorry for the late response. Yaniv is on vacation for the last month and will be back at the end of the week. We will add the HPI in case Sanitize times-out. Thanks, Maya Hi Yaniv, Maya, On Mon, Mar 11 2013, Luca Porzio (lporzio) wrote: In case of Sanitize timeout, the

RE: [PATCH v1] mmc: card: Adding support for sanitize in eMMC 4.5

2013-03-21 Thread merez
Hi Luca, Having a timeout that takes into consideration the card size would be artificial as we cannot have the ability to create a function for its calculation that will fit all the card vendors. I suggest keeping it as a constant value for simplicity, as 4 minutes cover all the card sizes.

RE: [PATCH v1] mmc: card: Adding support for sanitize in eMMC 4.5

2013-03-21 Thread merez
Hi Luca, Having a timeout that takes into consideration the card size would be artificial as we cannot have the ability to create a function for its calculation that will fit all the card vendors. I suggest keeping it as a constant value for simplicity, as 4 minutes cover all the card sizes.

Re: [PATCH v4 1/2] mmc: core: Add support for idle time BKOPS

2013-01-11 Thread merez
Thanks, Ulf. Your help is appreciated. > On 10 January 2013 10:22, wrote: >> Hi Ulf, >> >> See below. >> >> Thanks, >> Maya >>> Hi Maya, >>> >>> On 24 December 2012 14:51, Maya Erez wrote: Devices have various maintenance operations need to perform internally. In order to reduce

Re: [PATCH v4 1/2] mmc: core: Add support for idle time BKOPS

2013-01-11 Thread merez
Thanks, Ulf. Your help is appreciated. On 10 January 2013 10:22, me...@codeaurora.org wrote: Hi Ulf, See below. Thanks, Maya Hi Maya, On 24 December 2012 14:51, Maya Erez me...@codeaurora.org wrote: Devices have various maintenance operations need to perform internally. In order to

Re: [PATCH v4 1/2] mmc: core: Add support for idle time BKOPS

2013-01-10 Thread merez
Hi Ulf, See below. Thanks, Maya > Hi Maya, > > On 24 December 2012 14:51, Maya Erez wrote: >> Devices have various maintenance operations need to perform internally. >> In order to reduce latencies during time critical operations like read >> and write, it is better to execute maintenance

Re: [PATCH v4 1/2] mmc: core: Add support for idle time BKOPS

2013-01-10 Thread merez
Hi Ulf, See below. Thanks, Maya Hi Maya, On 24 December 2012 14:51, Maya Erez me...@codeaurora.org wrote: Devices have various maintenance operations need to perform internally. In order to reduce latencies during time critical operations like read and write, it is better to execute

Re: [PATCH v3] mmc: core: Add support for idle time BKOPS

2012-12-12 Thread merez
Hi Ulf, Sorry for the late response. See my reply below. Thanks, Maya On Thu, December 6, 2012 2:18 am, Ulf Hansson wrote: > Hi Maya, > > On 4 December 2012 22:17, wrote: >> Hi Ulf, >> >> Let me try to better explain: >> The idea behind the periodic BKOPS is to check the card's need for BKOPS

Re: [PATCH v3] mmc: core: Add support for idle time BKOPS

2012-12-12 Thread merez
Hi Ulf, Sorry for the late response. See my reply below. Thanks, Maya On Thu, December 6, 2012 2:18 am, Ulf Hansson wrote: Hi Maya, On 4 December 2012 22:17, me...@codeaurora.org wrote: Hi Ulf, Let me try to better explain: The idea behind the periodic BKOPS is to check the card's need

Re: [PATCH v3] mmc: core: Add support for idle time BKOPS

2012-12-04 Thread merez
Hi Ulf, Let me try to better explain: The idea behind the periodic BKOPS is to check the card's need for BKOPS periodically in order to prevent an urgent BKOPS need by the card. In order to actually manage to prevent the urgent BKOPS need, the host should give the card enough time to perform the

Re: [PATCH v3] mmc: core: Add support for idle time BKOPS

2012-12-04 Thread merez
Hi Ulf, Let me try to better explain: The idea behind the periodic BKOPS is to check the card's need for BKOPS periodically in order to prevent an urgent BKOPS need by the card. In order to actually manage to prevent the urgent BKOPS need, the host should give the card enough time to perform the

Re: [PATCH v3] mmc: core: Add support for idle time BKOPS

2012-12-03 Thread merez
Hi Jaehoon, With this patch we don't expect to see any degradation. Thanks for verifying that. The test plan would be to run the lmdd and iozone benchmarks with this patch and verify that the performance is not degraded. I verified it with the msm_sdcc controller. Chris - We do expect it to

Re: [PATCH v3] mmc: core: Add support for idle time BKOPS

2012-12-03 Thread merez
Hi Jaehoon, With this patch we don't expect to see any degradation. Thanks for verifying that. The test plan would be to run the lmdd and iozone benchmarks with this patch and verify that the performance is not degraded. I verified it with the msm_sdcc controller. Chris - We do expect it to

Re: [PATCH v3] mmc: core: Add support for idle time BKOPS

2012-11-25 Thread merez
Hi Chris, I managed to find a solution in which there is no need to check the number of written / discarded sectors as a trigger for BKOPS status check. I moved the code that checks the need to stop the BKOPS to mmc/block code, in which there is no need for additional claim_host and remove_host

Re: [PATCH v3] mmc: core: Add support for idle time BKOPS

2012-11-25 Thread merez
Hi Chris, I managed to find a solution in which there is no need to check the number of written / discarded sectors as a trigger for BKOPS status check. I moved the code that checks the need to stop the BKOPS to mmc/block code, in which there is no need for additional claim_host and remove_host

Re: [PATCH v2] mmc: core: Add support for idle time BKOPS

2012-11-06 Thread merez
Hi Jaehoon, Any update on this patch review and testing? Thanks, Maya On Mon, October 15, 2012 11:53 pm, Jaehoon Chung wrote: > Hi Maya, > > I'm testing with your patch..but i need to have the more time for testing. > In now, it looks good to me. Thank you for working the idle bkops. > > Best

Re: [PATCH v2] mmc: core: Add support for idle time BKOPS

2012-11-06 Thread merez
Hi Jaehoon, Any update on this patch review and testing? Thanks, Maya On Mon, October 15, 2012 11:53 pm, Jaehoon Chung wrote: Hi Maya, I'm testing with your patch..but i need to have the more time for testing. In now, it looks good to me. Thank you for working the idle bkops. Best Regards,

Re: [PATCH v2] mmc: core: Add support for idle time BKOPS

2012-10-08 Thread merez
Hi Chris and all, According to the eMMC4.5 standard, a host that enables the BKOPS_EN bit must also check the BKOPS status periodically: "Host shall check the status periodically and start background operations as needed, so that the device has enough time for its maintenance operations, to help

Re: [PATCH v2] mmc: core: Add support for idle time BKOPS

2012-10-08 Thread merez
Hi Chris and all, According to the eMMC4.5 standard, a host that enables the BKOPS_EN bit must also check the BKOPS status periodically: Host shall check the status periodically and start background operations as needed, so that the device has enough time for its maintenance operations, to help

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-09-05 Thread merez
Hi Venkat, Sorry for the late response. I came back from a long vacation and had many issues to take care of. If you still need a rebased version of the packed commands patches, I can send a rebased version of the write packing control patch once Seungwon Jeon will send the rebased version of the

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-09-05 Thread merez
Hi Venkat, Sorry for the late response. I came back from a long vacation and had many issues to take care of. If you still need a rebased version of the packed commands patches, I can send a rebased version of the write packing control patch once Seungwon Jeon will send the rebased version of the

Re: [RFC/PATCH] mmc: core: Add support for idle time BKOPs

2012-09-03 Thread merez
On Thu, August 30, 2012 12:36 am, Jaehoon Chung wrote: > On 08/05/2012 10:08 PM, Maya Erez wrote: >> When the mmcqd thread is idle, a delayed work is created to check the >> need for BKOPs. The time to start the delayed work is calculated based >> on the host controller suspend timeout, in case

Re: [RFC/PATCH] mmc: core: Add support for idle time BKOPs

2012-09-03 Thread merez
On Thu, August 30, 2012 12:36 am, Jaehoon Chung wrote: On 08/05/2012 10:08 PM, Maya Erez wrote: When the mmcqd thread is idle, a delayed work is created to check the need for BKOPs. The time to start the delayed work is calculated based on the host controller suspend timeout, in case it was

Re: [PATCH v5 1/3] block: Add test-iosched scheduler

2012-08-28 Thread merez
Hi Jens, Can you refer to my reply? Currently the test-iosched is our only option for testing the eMMC4.5 features on a HS200 eMMC card. Thanks, Maya On Thu, August 2, 2012 6:16 am, me...@codeaurora.org wrote: > > On Tue, July 31, 2012 8:46 am, Jens Axboe wrote: >> On 07/31/2012 04:36 PM,

Re: [PATCH v5 1/3] block: Add test-iosched scheduler

2012-08-28 Thread merez
Hi Jens, Can you refer to my reply? Currently the test-iosched is our only option for testing the eMMC4.5 features on a HS200 eMMC card. Thanks, Maya On Thu, August 2, 2012 6:16 am, me...@codeaurora.org wrote: On Tue, July 31, 2012 8:46 am, Jens Axboe wrote: On 07/31/2012 04:36 PM,

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-08-27 Thread merez
On Fri, July 27, 2012 2:07 am, S, Venkatraman wrote: > On Fri, Jul 27, 2012 at 12:24 AM, wrote: >> >> On Thu, July 26, 2012 8:28 am, S, Venkatraman wrote: >>> On Tue, Jul 24, 2012 at 2:14 PM, wrote: On Mon, July 23, 2012 5:22 am, S, Venkatraman wrote: > On Mon, Jul 23, 2012 at 5:13

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-08-27 Thread merez
On Fri, July 27, 2012 2:07 am, S, Venkatraman wrote: On Fri, Jul 27, 2012 at 12:24 AM, me...@codeaurora.org wrote: On Thu, July 26, 2012 8:28 am, S, Venkatraman wrote: On Tue, Jul 24, 2012 at 2:14 PM, me...@codeaurora.org wrote: On Mon, July 23, 2012 5:22 am, S, Venkatraman wrote: On Mon,

Re: [PATCH v5 1/3] block: Add test-iosched scheduler

2012-08-02 Thread merez
On Tue, July 31, 2012 8:46 am, Jens Axboe wrote: > On 07/31/2012 04:36 PM, me...@codeaurora.org wrote: >> Hi Jens, >> >> Do you have comments on this patch? >> Can we push it to kernel 3.6 version? > > I have questions - what is this good for? In other words, explain to me > why this is useful

Re: [PATCH v5 1/3] block: Add test-iosched scheduler

2012-08-02 Thread merez
On Tue, July 31, 2012 8:46 am, Jens Axboe wrote: On 07/31/2012 04:36 PM, me...@codeaurora.org wrote: Hi Jens, Do you have comments on this patch? Can we push it to kernel 3.6 version? I have questions - what is this good for? In other words, explain to me why this is useful code. And in

Re: [PATCH v5 1/3] block: Add test-iosched scheduler

2012-07-31 Thread merez
Hi Jens, Do you have comments on this patch? Can we push it to kernel 3.6 version? Thanks, Maya On Tue, July 31, 2012 7:25 am, Maya Erez wrote: > The test scheduler allows testing a block device by dispatching > specific requests according to the test case and declare PASS/FAIL > according to

Re: [PATCH v5 1/3] block: Add test-iosched scheduler

2012-07-31 Thread merez
Hi Jens, Do you have comments on this patch? Can we push it to kernel 3.6 version? Thanks, Maya On Tue, July 31, 2012 7:25 am, Maya Erez wrote: The test scheduler allows testing a block device by dispatching specific requests according to the test case and declare PASS/FAIL according to the

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-07-26 Thread merez
On Thu, July 26, 2012 8:28 am, S, Venkatraman wrote: > On Tue, Jul 24, 2012 at 2:14 PM, wrote: >> On Mon, July 23, 2012 5:22 am, S, Venkatraman wrote: >>> On Mon, Jul 23, 2012 at 5:13 PM, wrote: On Wed, July 18, 2012 12:26 am, Chris Ball wrote: > Hi, [removing Jens and the

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-07-26 Thread merez
On Thu, July 26, 2012 8:28 am, S, Venkatraman wrote: On Tue, Jul 24, 2012 at 2:14 PM, me...@codeaurora.org wrote: On Mon, July 23, 2012 5:22 am, S, Venkatraman wrote: On Mon, Jul 23, 2012 at 5:13 PM, me...@codeaurora.org wrote: On Wed, July 18, 2012 12:26 am, Chris Ball wrote: Hi,

Re: [PATCH RESEND v8 2/2] mmc: card: Adding support for sanitize in eMMC 4.5

2012-07-25 Thread merez
Looks good to me. Reviewed-by: Maya Erez On Wed, July 25, 2012 4:31 am, Yaniv Gardi wrote: > This feature delete the unmap memory region of the eMMC card, > by writing to a specific register in the EXT_CSD > unmap region is the memory region that were previously deleted > (by erase, trim or

Re: [PATCH RESEND v8 1/2] block: ioctl support for sanitize in eMMC 4.5

2012-07-25 Thread merez
Looks good to me. Reviewed-by: Maya Erez On Wed, July 25, 2012 4:31 am, Yaniv Gardi wrote: > Adding a new ioctl to support sanitize operation in eMMC > cards version 4.5. > The sanitize ioctl support helps performing this operation > via user application. > > Signed-off-by: Yaniv Gardi > > ---

Re: [PATCH v8 2/2] mmc: card: Adding support for sanitize in eMMC 4.5

2012-07-25 Thread merez
On Wed, July 25, 2012 2:32 am, Yaniv Gardi wrote: > @@ -238,6 +238,7 @@ struct mmc_host { > #define MMC_CAP2_BROKEN_VOLTAGE (1 << 7)/* Use the broken > voltage */ > #define MMC_CAP2_DETECT_ON_ERR (1 << 8)/* On I/O err check > card removal > */ > #define

Re: [PATCH v8 1/2] block: ioctl support for sanitize in eMMC 4.5

2012-07-25 Thread merez
Looks good to me. Reviewed-by: Maya Erez On Wed, July 25, 2012 2:32 am, Yaniv Gardi wrote: > Adding a new ioctl to support sanitize operation in eMMC > cards version 4.5. > The sanitize ioctl support helps performing this operation > via user application. > > Signed-off-by: Yaniv Gardi > > ---

Re: [PATCH v8 1/2] block: ioctl support for sanitize in eMMC 4.5

2012-07-25 Thread merez
Looks good to me. Reviewed-by: Maya Erez me...@codeaurora.org On Wed, July 25, 2012 2:32 am, Yaniv Gardi wrote: Adding a new ioctl to support sanitize operation in eMMC cards version 4.5. The sanitize ioctl support helps performing this operation via user application. Signed-off-by: Yaniv

Re: [PATCH v8 2/2] mmc: card: Adding support for sanitize in eMMC 4.5

2012-07-25 Thread merez
On Wed, July 25, 2012 2:32 am, Yaniv Gardi wrote: @@ -238,6 +238,7 @@ struct mmc_host { #define MMC_CAP2_BROKEN_VOLTAGE (1 7)/* Use the broken voltage */ #define MMC_CAP2_DETECT_ON_ERR (1 8)/* On I/O err check card removal */ #define MMC_CAP2_HC_ERASE_SZ

Re: [PATCH RESEND v8 1/2] block: ioctl support for sanitize in eMMC 4.5

2012-07-25 Thread merez
Looks good to me. Reviewed-by: Maya Erez me...@codeaurora.org On Wed, July 25, 2012 4:31 am, Yaniv Gardi wrote: Adding a new ioctl to support sanitize operation in eMMC cards version 4.5. The sanitize ioctl support helps performing this operation via user application. Signed-off-by: Yaniv

Re: [PATCH RESEND v8 2/2] mmc: card: Adding support for sanitize in eMMC 4.5

2012-07-25 Thread merez
Looks good to me. Reviewed-by: Maya Erez me...@codeaurora.org On Wed, July 25, 2012 4:31 am, Yaniv Gardi wrote: This feature delete the unmap memory region of the eMMC card, by writing to a specific register in the EXT_CSD unmap region is the memory region that were previously deleted (by

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-07-24 Thread merez
Attached are the trace logs for parallel read and write lmdd operations. On Tue, July 24, 2012 1:44 am, me...@codeaurora.org wrote: > On Mon, July 23, 2012 5:22 am, S, Venkatraman wrote: >> On Mon, Jul 23, 2012 at 5:13 PM, wrote: >>> On Wed, July 18, 2012 12:26 am, Chris Ball wrote: Hi,

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-07-24 Thread merez
On Mon, July 23, 2012 5:22 am, S, Venkatraman wrote: > On Mon, Jul 23, 2012 at 5:13 PM, wrote: >> On Wed, July 18, 2012 12:26 am, Chris Ball wrote: >>> Hi, [removing Jens and the documentation list, since now we're talking about the MMC side only] >>> On Wed, Jul 18 2012, me...@codeaurora.org

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-07-24 Thread merez
On Mon, July 23, 2012 5:22 am, S, Venkatraman wrote: On Mon, Jul 23, 2012 at 5:13 PM, me...@codeaurora.org wrote: On Wed, July 18, 2012 12:26 am, Chris Ball wrote: Hi, [removing Jens and the documentation list, since now we're talking about the MMC side only] On Wed, Jul 18 2012,

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-07-24 Thread merez
Attached are the trace logs for parallel read and write lmdd operations. On Tue, July 24, 2012 1:44 am, me...@codeaurora.org wrote: On Mon, July 23, 2012 5:22 am, S, Venkatraman wrote: On Mon, Jul 23, 2012 at 5:13 PM, me...@codeaurora.org wrote: On Wed, July 18, 2012 12:26 am, Chris Ball

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-07-23 Thread merez
On Wed, July 18, 2012 12:26 am, Chris Ball wrote: > Hi, [removing Jens and the documentation list, since now we're > talking about the MMC side only] > > On Wed, Jul 18 2012, me...@codeaurora.org wrote: >> Is there anything else that holds this patch from being pushed to mmc-next? > > Yes, I'm

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-07-23 Thread merez
On Wed, July 18, 2012 12:26 am, Chris Ball wrote: Hi, [removing Jens and the documentation list, since now we're talking about the MMC side only] On Wed, Jul 18 2012, me...@codeaurora.org wrote: Is there anything else that holds this patch from being pushed to mmc-next? Yes, I'm still

Re: [PATCH RESEND v7 2/2] mmc: card: Adding support for sanitize in eMMC 4.5

2012-07-19 Thread merez
On Wed, July 18, 2012 11:46 pm, Chris Ball wrote: > Hi Yaniv, > > On Thu, Jun 28 2012, Yaniv Gardi wrote: >> This feature delete the unmap memory region of the eMMC card, >> by writing to a specific register in the EXT_CSD >> unmap region is the memory region that were previously deleted >> (by

Re: [PATCH RESEND v7 2/2] mmc: card: Adding support for sanitize in eMMC 4.5

2012-07-19 Thread merez
On Wed, July 18, 2012 11:46 pm, Chris Ball wrote: Hi Yaniv, On Thu, Jun 28 2012, Yaniv Gardi wrote: This feature delete the unmap memory region of the eMMC card, by writing to a specific register in the EXT_CSD unmap region is the memory region that were previously deleted (by erase, trim

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-07-18 Thread merez
Hi Chris, Is there anything else that holds this patch from being pushed to mmc-next? Thanks, Maya On Tue, July 17, 2012 3:50 pm, Chris Ball wrote: > Hi Muthu, > > On Mon, Jul 16 2012, Muthu Kumar wrote: >> On Sun, Jul 15, 2012 at 7:46 PM, Chris Ball wrote: >>> Hi, >>> >>> On Sun, Jul 15 2012,

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-07-18 Thread merez
Hi Chris, Is there anything else that holds this patch from being pushed to mmc-next? Thanks, Maya On Tue, July 17, 2012 3:50 pm, Chris Ball wrote: Hi Muthu, On Mon, Jul 16 2012, Muthu Kumar wrote: On Sun, Jul 15, 2012 at 7:46 PM, Chris Ball c...@laptop.org wrote: Hi, On Sun, Jul 15 2012,

Re: [PATCH RESEND v4 2/2] mmc: block: Add write packing control

2012-07-14 Thread merez
Hi all, Do you have additional comments on this patch? I rebased it to the latest linux-next since the write packed command patch was merged in. Thanks, Maya On Sat, July 14, 2012 11:46 am, Maya Erez wrote: > The write packing control will ensure that read requests latency is > not increased

Re: [PATCH RESEND v4 1/2] mmc: card: Move MMC specific attributes to mmc sub-directory

2012-07-14 Thread merez
Hi all, Do you have additional comments on this patch? Thanks, Maya On Sat, July 14, 2012 11:46 am, Maya Erez wrote: > Separate MMC specific attributes from general block device > attributes and move them from the /sys/block/ directory > to /sys/block//mmc directory > > Signed-off-by: Maya Erez

Re: [PATCH RESEND v4 1/2] mmc: card: Move MMC specific attributes to mmc sub-directory

2012-07-14 Thread merez
Hi all, Do you have additional comments on this patch? Thanks, Maya On Sat, July 14, 2012 11:46 am, Maya Erez wrote: Separate MMC specific attributes from general block device attributes and move them from the /sys/block/BLOCK_DEV directory to /sys/block/BLOCK_DEV/mmc directory

Re: [PATCH RESEND v4 2/2] mmc: block: Add write packing control

2012-07-14 Thread merez
Hi all, Do you have additional comments on this patch? I rebased it to the latest linux-next since the write packed command patch was merged in. Thanks, Maya On Sat, July 14, 2012 11:46 am, Maya Erez wrote: The write packing control will ensure that read requests latency is not increased due

Re: [PATCH v4 2/2] mmc: block: Add write packing control

2012-07-12 Thread merez
Hi Chris, Can we push this change to mmc-next? Thanks, Maya On Mon, July 2, 2012 5:15 am, Maya Erez wrote: > The write packing control will ensure that read requests latency is > not increased due to long write packed commands. > > The trigger for enabling the write packing is managing to pack

Re: [PATCH v4 1/2] mmc: card: Move MMC specific attributes to mmc sub-directory

2012-07-12 Thread merez
Hi Chris, Can we push this change to mmc-next? Thanks, Maya On Mon, July 2, 2012 5:15 am, Maya Erez wrote: > Separate MMC specific attributes from general block device > attributes and move them from the /sys/block/ directory > to /sys/block//mmc directory > > Signed-off-by: Maya Erez > > diff

Re: [PATCH v4 1/2] mmc: card: Move MMC specific attributes to mmc sub-directory

2012-07-12 Thread merez
Hi Chris, Can we push this change to mmc-next? Thanks, Maya On Mon, July 2, 2012 5:15 am, Maya Erez wrote: Separate MMC specific attributes from general block device attributes and move them from the /sys/block/BLOCK_DEV directory to /sys/block/BLOCK_DEV/mmc directory Signed-off-by: Maya

Re: [PATCH v4 2/2] mmc: block: Add write packing control

2012-07-12 Thread merez
Hi Chris, Can we push this change to mmc-next? Thanks, Maya On Mon, July 2, 2012 5:15 am, Maya Erez wrote: The write packing control will ensure that read requests latency is not increased due to long write packed commands. The trigger for enabling the write packing is managing to pack