Re: [PATCH] softirq: fix tasklet_kill() and its users

2016-09-09 Thread Santosh Shilimkar
Ping !! On 8/24/2016 6:52 PM, Santosh Shilimkar wrote: Semantically the expectation from the tasklet init/kill API should be as below. tasklet_init() == Init and Enable scheduling tasklet_kill() == Disable scheduling and Destroy tasklet_init() API exibit above behavior but not the

[PATCH] softirq: fix tasklet_kill() and its users

2016-08-24 Thread Santosh Shilimkar
S. Miller" Cc: Paul Bolle Cc: Giovanni Cabiddu Cc: Salvatore Benedetto Cc: Karsten Keil Cc: "Peter Zijlstra (Intel)" Signed-off-by: Santosh Shilimkar --- Removed RFC tag from last post and dropped atmel serial driver which seems to have been fixed in 4.8 https://lkml.org/lkml/20

Re: [V3 PATCH 3/5] device property: Introduces device_dma_is_coherent()

2015-05-08 Thread santosh shilimkar
On 5/8/2015 1:49 PM, Rafael J. Wysocki wrote: On Thursday, May 07, 2015 09:12:00 PM santosh.shilim...@oracle.com wrote: On 5/7/15 5:37 PM, Suravee Suthikulpanit wrote: Currently, device drivers, which support both OF and ACPI, need to call two separate APIs, of_dma_is_coherent() and acpi_dma_is

Re: [PATCH v3] OMAP: AES: Don't idle/start AES device between Encrypt operations

2013-05-29 Thread Santosh Shilimkar
> can be used for that. > > Tested on a Beaglebone (AM335x SoC) board. > > v2 changes: > Refreshed patch on kernel v3.10-rc3 > v3 changes: > Included Acks in commit message > > Signed-off-by: Joel A Fernandes > Acked-by: Kevin Hilman > Acked-by: Mark A.