Re: [PATCH 0/2] [media] c8sectpfe: Deletion of a few unnecessary checks

2015-11-05 Thread Maxime Coquelin
function calls Combine three checks into a single if block drivers/media/platform/sti/c8sectpfe/c8sectpfe-common.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) For the series: Acked-by: Maxime Coquelin Thanks! Maxime -- To unsubscribe from this list: send the line

Re: [PATCH 3/7] [media] use CONFIG_PM_SLEEP for suspend/resume

2015-06-24 Thread Maxime Coquelin
: return ret; } -#ifdef CONFIG_PM +#ifdef CONFIG_PM_SLEEP static int st_rc_suspend(struct device *dev) { struct st_rc_device *rc_dev = dev_get_drvdata(dev); Acked-by: Maxime Coquelin Thanks! Maxime -- To unsubscribe from this list: send the line "unsubscribe linux-media&qu

Re: [PATCHv3 1/4] phy: phy-core: Make GENERIC_PHY an invisible option

2015-05-29 Thread Maxime Coquelin
ft as "select". Signed-off-by: Arun Ramamurthy Need your ACK for this patch. For the STi part, you can add my: Acked-by: Maxime Coquelin Regards, Maxime -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majo

Re: [STLinux Kernel] [PATCH 1/3] media: st-rc: move to using reset_control_get_optional

2014-09-24 Thread Maxime Coquelin
Hi Srini, Peter, On 09/24/2014 10:12 AM, Srinivas Kandagatla wrote: > Hi Pete, > > On 23/09/14 19:02, Peter Griffin wrote: >> Hi Srini, >> >> On Mon, 22 Sep 2014, Srinivas Kandagatla wrote: >> >>> This patch fixes a compilation error while building with the >>> random kernel configuration. >>> >>

Re: [PATCH 0/3] media:st-rc: Misc fixes.

2014-09-23 Thread Maxime Coquelin
Hi Srini, Thanks for sending these fixes. For the series, you can add my: Acked-by: Maxime Coquelin Regards, Maxime On 09/23/2014 12:21 AM, Srinivas Kandagatla wrote: Hi Mauro, Thankyou for the "[media] enable COMPILE_TEST for media drivers" patch which picked up

Re: [Linaro-mm-sig] [PATCHv16 0/9] Contiguous Memory Allocator

2011-10-10 Thread Maxime Coquelin
On 10/06/2011 03:54 PM, Marek Szyprowski wrote: Welcome everyone again, Once again I decided to post an updated version of the Contiguous Memory Allocator patches. This version provides mainly a bugfix for a very rare issue that might have changed migration type of the CMA page blocks resulting