Re: [PATCH V6 1/1] usb:serial: Add Fintek F81532/534 driver

2015-11-04 Thread Peter Hung
Hi Oliver Neukum 於 2015/11/3 下午 06:03 寫道: On Tue, 2015-11-03 at 11:51 +0800, Peter Hung wrote: +static int f81534_attach(struct usb_serial *serial) +{ + struct f81534_serial_private *serial_priv = NULL; + int status; + int i; + int offset; + uintptr_t setting_idx =

Re: [PATCH] mailbox: mailbox-test: avoid reading iomem twice

2015-11-04 Thread Lee Jones
On Wed, 04 Nov 2015, jaswinder.si...@linaro.org wrote: > From: Jassi Brar > > Don't pass mmio region as source to print_hex_dump() and then > again to memcpy_fromio(). Do it once and give print_hex_dump() > the buffer we just read the data in. > > Signed-off-by: Jassi Brar > --- > drivers/mai

Eure Hilfe

2015-11-04 Thread Jose Calvache
Guten Tag, Ich möchte, dass Sie mich auf einem Geldtransfer zu unterstützen, wenn Sie bereit und interessiert sind, antworten Sie mir bitte nach Erhalt dieser E-Mails für mehr Klarheit und Modalitäten für den erfolgreichen Abschluss dieser Transaktion erforderlich. Dank und warten Sie Ihre dringen

Re: linux-next: build failure after merge of the mailbox tree

2015-11-04 Thread Lee Jones
On Wed, 04 Nov 2015, Jassi Brar wrote: > On 1 November 2015 at 17:42, Stephen Rothwell wrote: > > Hi Jassi, > > > > After merging the mailbox tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > > > > drivers/mailbox/mailbox-test.c: In function 'mbox_test_receive_message':

Re: [PATCH 2/9] tools, perf, stat: Use common printout faction to avoid duplicated code

2015-11-04 Thread Jiri Olsa
On Mon, Nov 02, 2015 at 05:50:21PM -0800, Andi Kleen wrote: > From: Andi Kleen > > Instead of every caller deciding whether to call abs or nsec printout > do it all in a single central function. No functional changes. > > Signed-off-by: Andi Kleen > --- > tools/perf/builtin-stat.c | 57 >

Re: [PATCH 1/9] perf, tools, stat: Move sw clock metrics printout to stat-shadow

2015-11-04 Thread Jiri Olsa
On Mon, Nov 02, 2015 at 05:50:20PM -0800, Andi Kleen wrote: > From: Andi Kleen > > The sw clock metrics printing was missed in the earlier move to > stat-shadow of all the other metric printouts. Move it too. > > Acked-by: Jiri Olsa > v2: Fix metrics printing in this version to make bisect safe

Re: [PATCH 5/8] mm: move lazily freed pages to inactive list

2015-11-04 Thread Michal Hocko
On Tue 03-11-15 09:52:23, Minchan Kim wrote: [...] > I believe adding new LRU list would be controversial(ie, not trivial) > for maintainer POV even though code wouldn't be complicated. > So, I want to see problems in *real practice*, not any theoritical > test program before diving into that. > To

Re: [PATCH v5 2/4] ARM: dts: Add SROMc to Exynos 5410

2015-11-04 Thread Krzysztof Kozlowski
On 03.11.2015 18:16, Pavel Fedin wrote: > This machine uses own SoC device tree file, add missing part. > We insert the complete description, with ranges, because we are going to > connect devices to it. Values in ranges are SoC-specific, so they go here > in order not to duplicate them for every m

Re: [PATCH v5 1/4] Documentation: dt-bindings: Describe SROMc configuration

2015-11-04 Thread Krzysztof Kozlowski
On 03.11.2015 18:16, Pavel Fedin wrote: > Add documentation for new subnode properties, allowing bank configuration. > Based on u-boot implementation, but heavily reworked. Please mention also fixing the size of mapped memory in in the example. > > Signed-off-by: Pavel Fedin > --- > .../bindi

[RFC] ext4: remove unused page_idx

2015-11-04 Thread yalin wang
Signed-off-by: yalin wang --- fs/ext4/readpage.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ignore my previous patch diff --git a/fs/ext4/readpage.c b/fs/ext4/readpage.c index 5dc5e95..2cc2760 100644 --- a/fs/ext4/readpage.c +++ b/fs/ext4/readpage.c @@ -135,7 +135,6 @@ int ext4_mpa

Re: [PATCH v4 6/6] arm64: ftrace: add arch-specific stack tracer

2015-11-04 Thread AKASHI Takahiro
Jungseok, On 11/01/2015 05:30 PM, Jungseok Lee wrote: On Oct 30, 2015, at 2:25 PM, AKASHI Takahiro wrote: Hi Akashi, Stack tracer on arm64, check_stack(), is uniqeue in the following points: * analyze a function prologue of a traced function to estimate a more accurate stack pointer value,

Re: [PATCH RFC 7/7] irqchip: [Example] dummy wired interrupt/MSI bridge driver

2015-11-04 Thread majun (F)
Hi Marc: 在 2015/10/15 23:39, Marc Zyngier 写道: > In order to demonstrate how to put together a wire/MSI bridge, > add a dummy driver that doesn't do anything at all, except > for allocating interrupts. > > It comes together with an even more stupid client driver that > allocates an interrupt and d

<    5   6   7   8   9   10