[PATCH] drivers: power: reset: add msm restart support (1 reply)
Add support for restart and poweroff functionality present on MSM chipsets with the MPM2 ps-hold hardware. Signed-off-by: Abhimanyu Kapur <abhimany@codeaurora.org> ---...
View Article[PATCH v2 0/7] Cpufreq, cpu hotplug, suspend/resume related fixes (7 replies)
Hi, This patchset reorganizes the cpufreq code and preserves the file permissions of cpufreq-related per-cpu sysfs files across suspend/resume cycles, by performing a light-weight init/teardown in...
View Article[GIT PULL] ARC fix for 3.11 (no replies)
Hi Linus, Please pull a build breakage for ARC. Thx, -Vineet -------------------------> The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b: Linux 3.11-rc2 (2013-07-21...
View Article[PATCH -next] ASoC: rcar: fix return value check in rsnd_gen1_probe() (1 reply)
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn> In case of error, the function devm_ioremap_resource() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should...
View ArticleRe: drm/nouveau: do not allow negative sizes for now (no replies)
On Tue, Jul 23, 2013 at 11:08:14PM +0000, Linux Kernel wrote: > Gitweb: http://git.kernel.org/linus/;a=commit;h=0108bc808107b97e101b15af9705729626be6447 > Commit:...
View ArticleRe: drm/crtc-helper: explicit DPMS on after modeset (no replies)
On Tue, Jul 23, 2013 at 11:08:14PM +0000, Linux Kernel wrote: > Gitweb: http://git.kernel.org/linus/;a=commit;h=25f397a429dfa43f22c278d0119a60a343aa568f > Commit:...
View Article[PATCH v2] staging/lustre: lloop depends on BLOCK (no replies)
From: Xiong Zhou <jencce.kernel@gmail.com> In the lustre client driver, lloop depends on BLOCK. Add an option for this dependence. Last version of this patch makes LUSTRE_FS depends on BLOCK....
View Article[PATCH] include/jbd: add missing ifdef CONFIG_BLOCK (no replies)
From: Xiong Zhou <jencce.kernel@gmail.com> In jbd{2}.h, BH_PrivateStart is used in the define of enum jbd_state_bits, which is defined in buffer_head.h under ifdef CONFIG_BLOCK. In these two...
View Article[PATCH v2 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator (no...
LP3943 is an integrated device capable of driving 16 output channels. It can be used for GPIO expander and PWM generators. LP3493 registers are controlled via the I2C interface. This patch-set...
View Article[PATCH v2 4/4] Documentation: dt: bindings: add LP3943 bindings (no replies)
Bindings for LP3943 MFD, GPIO and PWM controller are added. Cc: devicetree@vger.kernel.org Cc: Lee Jones <lee.jones@linaro.org> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: Samuel...
View Article[PATCH v2 2/4] gpio: add LP3943 I2C GPIO expander driver (no replies)
This is one of LP3943 MFD driver. LP3943 is configurable as a GPIO expander, up to 16 GPIOs. * Application note: how to configure LP3943 as a GPIO expander...
View Article[PATCH v2 1/4] mfd: add LP3943 MFD driver (no replies)
LP3943 has 16 output pins which can be used as GPIO expander and PWM generator. * Why do we need GPIO and PWM drivers instead of LED driver? To support LED control and general usage, GPIO and PWM...
View Article[PATCH v2 3/4] pwm: add LP3943 PWM driver (no replies)
This is the other of the LP3943 MFD driver. LP3943 can be used as a PWM generator, up to 2 channels. * Two PWM generators supported * Supported PWM operations request, free, config, set_polarity,...
View Article[PATCH 1/2] perf: Fix handling of arch_perf_out_copy_user return value. (1...
All architectures except x86 use __copy_from_user_inatomic to provide arch_perf_out_copy_user; like the other copy_from routines, it returns the number of bytes not copied. perf was expecting the...
View Article[PATCH v2] iommu: Add event tracing feature to iommu (2 replies)
Add tracing feature to iommu to report various iommu events. Classes iommu_group, iommu_device, iommu_map_unmap, and iommu_amd_event are defined. iommu_group class events can be enabled to trigger...
View Article[PATCH v3 1/3] Type fix on HOWTO in ko_KR (no replies)
From: "Lee, Jae-Hong" <pyrasis@gmail.com> This patch fixes some minor typos in Documentation/ko_KR/HOWTO. Signed-off-by: Lee, Jae-Hong <pyrasis@gmail.com> Acked-by: Minchan Kim...
View Article[PATCH] hostap: do not return positive number on failure path in...
prism2_open() as an .ndo_open handler should not return positive numbers in case of failure, but it does return 1 in a couple of places. Found by Linux Driver Verification project (linuxtesting.org)....
View Article[PULL] fixes (no replies)
The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b: Linux 3.11-rc2 (2013-07-21 12:05:29 -0700) are available in the git repository at:...
View Article[PATCH] hostap: do not return positive number on failure path in...
prism2_open() as an .ndo_open handler should not return positive numbers in case of failure, but it does return 1 in a couple of places. Found by Linux Driver Verification project (linuxtesting.org)....
View Article[PATCH] ceph: fix null pointer dereference (1 reply)
When register_session() is given an out-of-range argument for mds, ceph_mdsmap_get_addr() will return a null pointer, which would be given to ceph_con_open() & be dereferenced, causing a kernel...
View Article