Re: [PATCH v2 1/2] ARM: dts: imx6: Add support for Toradex Apalis iMX6Q/D SoM

2016-01-06 Thread Stefan Agner
Hi Marcel, On 2016-01-05 08:39, Marcel Ziswiler wrote: > From: Petr Štetiar > > Signed-off-by: Petr Štetiar > Signed-off-by: Marcel Ziswiler > --- > > Changes in v2: > - clarify exact Apalis iMX6Q/D SoM type in cover letter > - clarify exact Apalis iMX6Q/D module type and Ixora carrier board

Re: [PATCH v5 1/5] PCI: designware: ensure ATU is enabled before IO/conf space accesses

2016-01-06 Thread Jisheng Zhang
Dear Bjorn, On Wed, 6 Jan 2016 12:20:03 -0600 Bjorn Helgaas wrote: > [+cc Jisheng] > > On Fri, Dec 18, 2015 at 02:38:55PM +0200, Stanimir Varbanov wrote: > > There is no guarantees that enabling ATU will hit the hardware > > immediately, and subsequent accesses to configuration / IO spaces > > a

[PATCH 3/6] [ALSA] portman2x4 - remove space

2016-01-06 Thread Sudip Mukherjee
checkpatch complains about space before tab. Signed-off-by: Sudip Mukherjee --- sound/drivers/portman2x4.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/sound/drivers/portman2x4.c b/sound/drivers/portman2x4.c index 4f9717b..65b0650 100644 --- a/soun

[PATCH 1/6] [ALSA] portman2x4 - fix trailing whitespace

2016-01-06 Thread Sudip Mukherjee
Trailing whitespace is not encouraged by Kernel coding style. Signed-off-by: Sudip Mukherjee --- sound/drivers/portman2x4.c | 50 +++--- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/sound/drivers/portman2x4.c b/sound/drivers/portman2x4.c

[PATCH 5/6] [ALSA] portman2x4 - assignment in if

2016-01-06 Thread Sudip Mukherjee
It is not general practice to assign some values inside if statement. Signed-off-by: Sudip Mukherjee --- sound/drivers/portman2x4.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/sound/drivers/portman2x4.c b/sound/drivers/portman2x4.c index 985cf67..5fcde

[PATCH 4/6] [ALSA] portman2x4 - NULL check

2016-01-06 Thread Sudip Mukherjee
Instead of checking var == NULL, the kernel coding style recommends writing it as !var. Signed-off-by: Sudip Mukherjee --- sound/drivers/portman2x4.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/drivers/portman2x4.c b/sound/drivers/portman2x4.c index 65b0650..985

[RFC/PATCH v2] perf report: Show random usage tip on the help line

2016-01-06 Thread Namhyung Kim
Currently perf report only shows a help message "For a higher level overview, try: perf report --sort comm,dso" unconditionally (even if the sort keys were used). Add more help tips and show randomly. Load tips from ${prefix}/share/doc/perf-tip/tips.txt file. $ perf report | tail 0.10%

<    5   6   7   8   9   10