Re: [RFC PATCH 0/4] Command Queueing Support in eMMC

2015-12-03 Thread Dong Aisheng
On Fri, Dec 4, 2015 at 12:40 PM, Das, Asutosh (asd) wrote: > + Kostya > Hi Aisheng, > Yes, a colleague of mine is working on upstreaming it. It should be done > within a week or so. > Great! Thanks! Looking forward to it. Regards Dong Aisheng > > On 12/3/2015 9:12 AM, Dong Aisheng wrote: >> >>

Re: [RFC PATCH 0/4] Command Queueing Support in eMMC

2015-12-03 Thread Das, Asutosh (asd)
+ Kostya Hi Aisheng, Yes, a colleague of mine is working on upstreaming it. It should be done within a week or so. On 12/3/2015 9:12 AM, Dong Aisheng wrote: Hi Asutosh, On Tue, Dec 2, 2014 at 7:53 PM, Asutosh Das wrote: In this patch series, we propose a method to add support for Command Qu

Re: [PATCH] mmc: sdhci-acpi: set non-removable in ACPI table

2015-12-03 Thread Adrian Hunter
On 03/12/15 15:48, Philip Elcan wrote: > This allows setting an SDHC controller as non-removable > by using the _RMV method in the ACPI table. It doesn't Is that _RMV on the host controller? Shouldn't it be on the card i.e. child device node? > mark it as non-removable if GPIO card detection is

[PATCH] mmc: sdhci-acpi: set non-removable in ACPI table

2015-12-03 Thread Philip Elcan
This allows setting an SDHC controller as non-removable by using the _RMV method in the ACPI table. It doesn't mark it as non-removable if GPIO card detection is already setup. Signed-off-by: Philip Elcan --- drivers/mmc/host/sdhci-acpi.c | 20 1 file changed, 20 insertions(

Re: [RFC v03 03/15] dmaengine: core: Introduce new, universal API to request a channel

2015-12-03 Thread Peter Ujfalusi
On 12/02/2015 04:35 PM, Andy Shevchenko wrote: >> +const static struct dma_filter_map *dma_filter_match(struct dma_device >> *device, >> + const char *name, >> + struct device *dev) >> +{ >> + const str