[PATCH] USB: cdc-acm: add support for Sagem Monetel ELC930
Signed-off-by: Nicolas Saenz Julienne <nicolassaenzj@gmail.com> --- drivers/usb/class/cdc-acm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git
View Article[PATCH] watchdog: don't run proc_watchdog_update if new value is same as...
While working on a script to restore all sysctl params before a series of tests I found that writing any value into the /proc/sys/kernel/{nmi_watchdog
View Article[PATCH 1/1] mfd: core: fix ACPI child matching by _HID/_CID
If MDF child devices have separate ACPI nodes identified by _HID/_CID, they will not be assigned the intended ACPI companion. acpi_match_device_ids w
View Article[PATCH 0/7] Nokia N9/N950 misc. DT patches
Hi, Here are a couple of N950/N9 DT patches. I only tested them on the Nokia N950, but Filip tested his patches on N9 and the regulator configuration
View Article[PATCH 1/7] ARM: dts: n9/n950: regulator configuration
Add regulator configuration as found in the board files of Nokia's kernel. Signed-off-By: Sebastian Reichel <sre@kernel.org> --- arch/arm/boot/dts/o
View Article[PATCH 2/7] ARM: dts: OMAP3-N950: Add Keypad Matrix
Add keypad matrix information based on data from Nokia N950 Kernel. Signed-off-by: Sebastian Reichel <sre@kernel.org> --- arch/arm/boot/dts/omap3-n9
View Article[PATCH 3/7] ARM: dts: OMAP3-N950: Add Vibrator
Signed-off-by: Sebastian Reichel <sre@kernel.org> --- arch/arm/boot/dts/omap3-n950.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arc
View Article[PATCH 4/7] ARM: dts: Enable N950 keyboard sleep leds by default
Like the Nokia N900, the N950 has leds to show the state of sys_clkreq and sys_off_mode pins. A detailed description for the LEDs and OMAP's sleep st
View Article[PATCH 5/7] ARM: dts: OMAP3-N950: Add Keypad Slide Switch
Signed-off-by: Sebastian Reichel <sre@kernel.org> --- arch/arm/boot/dts/omap3-n950.dts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)
View Article[PATCH 6/7] ARM: dts: N9/N950: Add support for 1GHz CPU clock
From: Filip MatijeviÄ <filip.matijevic.pz@gmail.com> Signed-off-by: Filip MatijeviÄ <filip.matijevic.pz@gmail.com> Signed-off-by: Sebastian Reichel
View Article[PATCH 7/7] ARM: dts: N9/N950: Add support for accelerometer
From: Filip MatijeviÄ <filip.matijevic.pz@gmail.com> Signed-off-by: Filip MatijeviÄ <filip.matijevic.pz@gmail.com> Signed-off-by: Sebastian Reichel
View Article[PATCH] media: add dump_stack() if called in atomic context
Change media_add_link() and media_devnode_create() to dump_stack when called in atomic context. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> S
View Article[PATCH] staging: dgap: dgap.c: Fixed a comment warning
Signed-off-by: Gavin O'Leary <gavinoleary3@gmail.com> --- drivers/staging/dgap/dgap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g
View ArticleDear Customer
Dear Receipiant, Your Pending funds of £750,000 GBP has been released by RBI. To claim, send full details as follows, Name: , Mob No.: , Address: an
View Article[PATCH] staging: dgap: dgap.c: fixed whitespace error caused by my patch
Signed-off-by: Gavin O'Leary <gavinoleary3@gmail.com> --- drivers/staging/dgap/dgap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g
View ArticleRe: [PATCH v3] ARM, ARM64: dts: drop "arm, amba-bus" in favor of...
On Wed, Mar 09, 2016 at 01:26:45PM +0900, Masahiro Yamada wrote: > The compatible string "simple-bus" is well defined in ePAPR, while > I see no docum
View Article[PATCH] media: add GFP flag to media_*() that could get called in atomic context
Add GFP flags to media_create_pad_link(), media_create_intf_link(), media_devnode_create(), and media_add_link() that could get called in atomic conte
View Article[PATCH 0/7] KVM/X86/PPC: Clear up kvm mmu memory barriers and update related...
This series is to clear up kvm mmu memory barriers. 1) Remove redundant barrier (PATCH 1) 2) Replace origin barrier functions with preferrable ones (P
View Article[PATCH 1/7] KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()
There is already a barrier inside of kvm_flush_remote_tlbs() which can help to make sure everyone sees our modifications to the page tables and see ch
View Article[PATCH 2/7] KVM/x86: Replace smp_mb() with smp_store_mb/release() in the...
Signed-off-by: Lan Tianyu <tianyu.lan@intel.com> --- arch/x86/kvm/mmu.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ar
View Article