Re: [PATCH v2] openvswitch: supply a dummy err_handler of gre_cisco_protocol...
On Tue, Apr 1, 2014 at 5:23 PM, Wei Zhang <asuka.com@163.com> wrote: > When use gre vport, openvswitch register a gre_cisco_protocol but does not > supply a err_handler with it. The...
View Article[PATCH v2 0/5] ARM: zynq: DT update (5 replies)
Hi, here's the complete series now. One fix for cpufreq from our vendor tree and migration to pre-processor syntax. Thanks, Sören Changes in v2: - Send full series (added patches 1, 4, 5) Soren...
View Article[PATCH] ASoC: dapm: Add support for multi register mux (no replies)
1. Modify soc_enum struct to handle pointers for reg and mask 2. Add dapm get and put APIs for multi register one hot encoded mux 3. Update snd_soc_dapm_update struct to support multiple reg update...
View Article[loopback] b17c706987f: +197.7% qperf.sctp.bw (no replies)
Hi Daniel, We are glad to find big SCTP performance improvements git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git master commit b17c706987fa6f28bdc1771c8266e7a69e22adcb ("loopback:...
View Article[mm] e04ddfd12aa: +9.4% ebizzy.throughput (1 reply)
Hi Davidlohr, FYI, there are noticeable ebizzy throughput increases on commit e04ddfd12aa03471eff7daf3bc2435c7cea8e21f ("mm: per-thread vma caching") test case: lkp-st02/micro/ebizzy/200%-100-10...
View Article[RESEND PATCH v3 4/9] tty: xuartps: Print warning in clock notifier (no replies)
Print a warning if the clock notifier rejects a clock frequency change to facilitate debugging (see: http://thread.gmane.org/gmane.linux.ports.arm.kernel/304329/focus=304379) Signed-off-by: Soren...
View Article[RESEND PATCH v3 6/9] tty: xuartps: Don't write IRQ disable register to...
A comment states, that, according to the data sheet, to enable interrupts the disable register should be written, but the enable register could be left untouched. And it suspsects a HW bug requiring...
View Article[RESEND PATCH v3 9/9] ARM: zynq: DT: Migrate UART to Cadence binding (no...
The Zynq UART is Cadence IP and the driver has been renamed accordingly. Migrate the DT to use the new binding for the UART driver. Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>...
View Article[RESEND PATCH v3 7/9] tty: xuartps: Rebrand driver as Cadence UART (no replies)
Zynq's UART is Cadence IP. Make this visible in the prompt in kconfig and additional comments in the driver. This also renames functions and symbols, as far as possible without breaking user space...
View Article[RESEND PATCH v3 5/9] tty: xuartps: Refactor read-modify-writes (no replies)
A lot of read-modify-write sequences used a one-line statement which nests a readl() within a writel(). Convert this into code sequences that make the three steps more obvious. Signed-off-by: Soren...
View Article[RESEND PATCH v3 2/9] tty: xuartps: Initialize ports according to aliases (no...
From: Michal Simek <michal.simek@xilinx.com> Register port numbers according to order in DT aliases. If aliases are not defined, order in DT is used. If aliases are defined, register port id...
View Article[RESEND PATCH v3 3/9] tty: xuartps: Clean up (no replies)
This is all white space and comment clean up. Mostly reformatting comments. Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Tested-by: Michal Simek <michal.simek@xilinx.com>...
View Article[RESEND PATCH v3 1/9] tty: xuartps: Fix kernel-doc errors in the driver (1...
From: Michal Simek <michal.simek@xilinx.com> No functional changes. Signed-off-by: Michal Simek <michal.simek@xilinx.com> --- Changes in v3: None Changes in v2: - this patch has been added...
View Article[PATCH] arm64: Add missing Kconfig for CONFIG_STRICT_DEVMEM (no replies)
The Kconfig for CONFIG_STRICT_DEVMEM is missing despite being used in mmap.c. Add it. Signed-off-by: Laura Abbott <lauraa@codeaurora.org> --- arch/arm64/Kconfig.debug | 14 ++++++++++++++ 1 file...
View Article[GIT PULL] arch/hexagon changes for 3.15 (no replies)
Hello Linus, Please pull the following changes for Hexagon. They contain mostly cleanups for compilation with allmodconfig and some other miscellaneous fixes. Thanks, Richard Kuo The following changes...
View Article[PATCH] Fix bad percpu counter state during suspend (no replies)
Hi, I got a bug report yesterday from Laszlo Ersek <lersek@redhat.com>, in which he states that his kvm instance fails to suspend. He Laszlo bisected it down to this commit: commit...
View Articlertc: hang on boot during unregistration (no replies)
Hi all, I got the following spew while booting. My VM proceeded to hang and die. [ 16.620530] ============================================= [ 16.621059] [ INFO: possible recursive locking detected ] [...
View Article[PATCH 1/1] staging: sep: Fix coding style (1 reply)
This fixes coding style warning "Missing a blank line after declarations" in files sep_dev.h and sep_crypto.c. Signed-off-by: Camille Bordignon <camille.bordignon@gmail.com> --- diff --git...
View Article[PATCH 1/2] watchdog: w83627hf_wdt: Add early_disable module parameter (1 reply)
Add early_disable module parameter to match functionality previously available in the w83697hf_wdt driver. Signed-off-by: Guenter Roeck <linux@roeck-us.net> --- drivers/watchdog/w83627hf_wdt.c |...
View Article[RESEND PATCH v2] Add documentation on writing an musb glue layer (1 reply)
Hello, Following a few patches already in tree that add support for the USB device controller of the Ingenic JZ4740 MIPS SoC, I documented the process of writing an MUSB glue layer. The JZ4740 MUSB...
View Article