[PATCH] Staging: rtl8712: Fix comment position, it goes after statment

2019-03-10 Thread Mauro Furer
This patch fixes checkpatch.pl warning in file rtl871x_io.h WARNING : Statements should start on a tabstop Signed-off-by: Mauro Furer --- drivers/staging/rtl8712/rtl871x_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/rtl871x_io.h b/drive

Re: [PATCH v14 08/13] ARM: dts: imx7: Add video mux, csi and mipi_csi and connections

2019-03-10 Thread Laurent Pinchart
Hi Rui, Thank you for the patch. On Wed, Feb 06, 2019 at 03:13:23PM +, Rui Miguel Silva wrote: > This patch adds the device tree nodes for csi, video multiplexer and > mipi-csi besides the graph connecting the necessary endpoints to make > the media capture entities to work in imx7 Warp board

Re: [PATCH v4 06/12] media: dt-bindings: add bindings for i.MX7 media driver

2019-03-10 Thread Laurent Pinchart
Hi Rui, On Fri, May 18, 2018 at 09:27:58AM +0100, Rui Miguel Silva wrote: > Hi Sakari, > Thanks for the review. > On Fri 18 May 2018 at 06:58, Sakari Ailus wrote: > > On Thu, May 17, 2018 at 01:50:27PM +0100, Rui Miguel Silva wrote: > >> Add bindings documentation for i.MX7 media drivers. > >> >

Re: [RFC] simple_lmk: Introduce Simple Low Memory Killer for Android

2019-03-10 Thread Sultan Alsawaf
On Sun, Mar 10, 2019 at 10:03:35PM +0100, Greg Kroah-Hartman wrote: > On Sun, Mar 10, 2019 at 01:34:03PM -0700, Sultan Alsawaf wrote: > > From: Sultan Alsawaf > > > > This is a complete low memory killer solution for Android that is small > > and simple. It kills the largest, least-important proc

[PATCH] staging: iio: adc: ad7192: Add spaces around minus operator

2019-03-10 Thread Karen Palacio
Add spaces around minus operator to fix readibility. Signed-off-by: Karen Palacio --- drivers/staging/iio/adc/ad7192.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/iio/adc/ad7192.c b/drivers/staging/iio/adc/ad7192.c index acdbc07..7c632cf 100644 --- a/drive

Re: [RFC] simple_lmk: Introduce Simple Low Memory Killer for Android

2019-03-10 Thread Greg Kroah-Hartman
On Sun, Mar 10, 2019 at 01:34:03PM -0700, Sultan Alsawaf wrote: > From: Sultan Alsawaf > > This is a complete low memory killer solution for Android that is small > and simple. It kills the largest, least-important processes it can find > whenever a page allocation has completely failed (right af

[RFC] simple_lmk: Introduce Simple Low Memory Killer for Android

2019-03-10 Thread Sultan Alsawaf
From: Sultan Alsawaf This is a complete low memory killer solution for Android that is small and simple. It kills the largest, least-important processes it can find whenever a page allocation has completely failed (right after direct reclaim). Processes are killed according to the priorities that