[PATCH 04/30] rtc: rtc-dm355evm: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-dm355evm.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/rtc-dm355evm.c b/drivers/rtc/rtc-dm355evm.c index

[PATCH 05/30] rtc: rtc-ds1302: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-ds1302.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/rtc/rtc-ds1302.c b/drivers/rtc/rtc-ds1302.c index

[PATCH 06/30] rtc: rtc-ds1672: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-ds1672.c |8 +--- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/drivers/rtc/rtc-ds1672.c b/drivers/rtc/rtc-ds1672.c index

[PATCH 07/30] rtc: rtc-ds3234: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-ds3234.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/rtc-ds3234.c b/drivers/rtc/rtc-ds3234.c index

[PATCH 08/30] rtc: rtc-efi: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-efi.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/rtc-efi.c b/drivers/rtc/rtc-efi.c index e706662..b3c8c0b

[PATCH 09/30] rtc: rtc-em3027: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-em3027.c |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/drivers/rtc/rtc-em3027.c b/drivers/rtc/rtc-em3027.c index

Re: [PATCHv3 03/14] mailbox: OMAP: introduce mailbox framework

2013-03-14 Thread Linus Walleij
On Wed, Mar 13, 2013 at 10:34 PM, Anna, Suman s-a...@ti.com wrote: On Wed, Mar 13, 2013 at 4:24 AM, Suman Anna s-a...@ti.com wrote: From: Omar Ramirez Luna omar.l...@linaro.org (...) Signed-off-by: Omar Ramirez Luna omar.l...@linaro.org [s-a...@ti.com: Kconfig fixes for build errors]

[PATCH 10/30] rtc: rtc-generic: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-generic.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/rtc/rtc-generic.c b/drivers/rtc/rtc-generic.c index

[PATCH 11/30] rtc: hid-sensor-time: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-hid-sensor-time.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/rtc/rtc-hid-sensor-time.c

[PATCH 12/30] rtc: rtc-ls1x: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-ls1x.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/rtc/rtc-ls1x.c b/drivers/rtc/rtc-ls1x.c index

[PATCH 13/30] rtc: rtc-m41t93: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-m41t93.c |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/rtc/rtc-m41t93.c b/drivers/rtc/rtc-m41t93.c index

[PATCH 14/30] rtc: rtc-m41t94: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-m41t94.c |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/rtc/rtc-m41t94.c b/drivers/rtc/rtc-m41t94.c index

[PATCH v2]Perf: Fix Makefile to clean all object files

2013-03-14 Thread chenggang
From: Chenggang Qin chenggang@taobao.com If we execute make clean in perf's directory, many object files cannot be cleaned in the current version. For example: While we run make clean in perf's directory, and run the command: fine ./ -name *.o we will get:

[PATCH 15/30] rtc: rtc-m48t86: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-m48t86.c | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/rtc/rtc-m48t86.c b/drivers/rtc/rtc-m48t86.c index

[PATCH 16/30] rtc: rtc-max6900: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-max6900.c |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/rtc/rtc-max6900.c b/drivers/rtc/rtc-max6900.c index

[PATCH 17/30] rtc: rtc-max6902: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-max6902.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/rtc-max6902.c b/drivers/rtc/rtc-max6902.c index

[PATCH 18/30] rtc: rtc-ps3: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-ps3.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/rtc/rtc-ps3.c b/drivers/rtc/rtc-ps3.c index 846722d..4bb825b

Re: Regression: Fixing recursive fault but reboot is needed at boot on HP 6730B - bisected

2013-03-14 Thread Roberto Oppedisano
Hi Il 11/03/2013 09:00, Roberto Oppedisano ha scritto: Hello I'm observing this kind of boot failure when my laptop is not docked; I didn't notice before because I seldom reboot it when it's not connected to a docking station. The failure is reproducible at 80-90%, meaning that one boot

[PATCH 19/30] rtc: rtc-r9701: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-r9701.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/rtc-r9701.c b/drivers/rtc/rtc-r9701.c index

[PATCH 20/30] rtc: rtc-rc5t583: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-rc5t583.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/rtc/rtc-rc5t583.c b/drivers/rtc/rtc-rc5t583.c index

[PATCH 21/30] rtc: rtc-rs5c313: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-rs5c313.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/rtc-rs5c313.c b/drivers/rtc/rtc-rs5c313.c index

[PATCH 22/30] rtc: rtc-rv3029c2: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-rv3029c2.c | 16 +++- 1 files changed, 3 insertions(+), 13 deletions(-) diff --git a/drivers/rtc/rtc-rv3029c2.c

[PATCH 23/30] rtc: rtc-rx4581: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-rx4581.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/rtc-rx4581.c b/drivers/rtc/rtc-rx4581.c index

[PATCH 24/30] rtc: rtc-rx8581: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-rx8581.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/rtc/rtc-rx8581.c b/drivers/rtc/rtc-rx8581.c index

[PATCH 25/30] rtc: rtc-starfire: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-starfire.c | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/rtc/rtc-starfire.c b/drivers/rtc/rtc-starfire.c

Re: [PATCH 6/6] perf util: Change trace info output file name

2013-03-14 Thread Namhyung Kim
Hi David, On Wed, 13 Mar 2013 07:47:16 -0600, David Ahern wrote: On 3/13/13 5:19 AM, Namhyung Kim wrote: -static const char *output_file = trace.info; +static const char *output_file = perf.data; static int output_fd; Not really needed. Only use is a couple of die() calls. Since the file

[PATCH 26/30] rtc: rtc-sun4v: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-sun4v.c |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/rtc-sun4v.c b/drivers/rtc/rtc-sun4v.c index

[PATCH 27/30] rtc: rtc-test: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-test.c | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/rtc/rtc-test.c b/drivers/rtc/rtc-test.c index

[PATCH 28/30] rtc: rtc-tile: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-tile.c |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/rtc/rtc-tile.c b/drivers/rtc/rtc-tile.c index

[PATCH 29/30] rtc: rtc-wm8350: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-wm8350.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/rtc-wm8350.c b/drivers/rtc/rtc-wm8350.c index

[PATCH 30/30] rtc: rtc-x1205: use devm_rtc_device_register()

2013-03-14 Thread Jingoo Han
devm_rtc_device_register() is device managed and makes cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-x1205.c | 14 +++--- 1 files changed, 3 insertions(+), 11 deletions(-) diff --git a/drivers/rtc/rtc-x1205.c b/drivers/rtc/rtc-x1205.c index

[PATCH] hwmon: lineage-pem: Add missing terminating entry for pem_[input|fan]_attributes

2013-03-14 Thread Axel Lin
Signed-off-by: Axel Lin axel@ingics.com --- drivers/hwmon/lineage-pem.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/hwmon/lineage-pem.c b/drivers/hwmon/lineage-pem.c index 41df29f..ebbb9f4 100644 --- a/drivers/hwmon/lineage-pem.c +++ b/drivers/hwmon/lineage-pem.c @@

Re: [PATCH] PM: devfreq: fix typo CPU_EXYNOS4.12 twice

2013-03-14 Thread MyungJoo Ham
Dependencies on CPU_EXYNOS4212 and CPU_EXYNOS4412 for the ARM Exynos4210/4212/4412 Memory Bus DEVFREQ Driver were added in commit 7b4050381127ae11fcfc74a106d715a5fbbf888a (PM/Devfreq: Add Exynos4-bus device DVFS driver for Exynos4210/4212/4412.). The tree (at that time, v3.3, and currently)

Re: [PATCH v5 2/2] ARM: davinci: dm365 EVM: add support for VPBE display

2013-03-14 Thread Prabhakar Lad
Hi Sekhar, On Tue, Dec 4, 2012 at 6:52 PM, Sekhar Nori nsek...@ti.com wrote: On 12/3/2012 1:51 PM, Prabhakar Lad wrote: From: Manjunath Hadli manjunath.ha...@ti.com add support for V4L2 video display to DM365 EVM. Support for SD and ED modes is provided, along with Composite and Component

Re: [PATCH]Perf: Fix Makefile to remove all *.o files while make clean

2013-03-14 Thread Namhyung Kim
Hi chenggang, On Thu, 14 Mar 2013 13:56:05 +0800, chenggang wrote: From: chenggang chenggang@taobao.com While we run make clean in perf's directory, and run the command: fine ./ -name *.o we will get: ./arch/x86/util/unwind.o

Re: [GIT PULL] at91: fixes for 3.9-rc #1

2013-03-14 Thread Nicolas Ferre
(Updated to include Linus' acknowledgement on pinctrl-related patch) Arnd, Olof, Here is a little pull-request for 3.9-rc (I guess it if -rc4 now that you've just sent the one for -rc3). I have other material but it is related to the AT91 framebuffer and we are currently discussing it so I hold

Re: [PATCH] mm, x86: no zeroing of hugetlbfs pages at boot

2013-03-14 Thread Michal Hocko
On Wed 06-03-13 15:50:20, Cliff Wickman wrote: [...] I propose passing a flag to the early allocator to indicate that no zeroing of a page should be done. The 'no zeroing' flag would have to be passed down this code path: hugetlb_hstate_alloc_pages alloc_bootmem_huge_page

Re: [PATCH v5 2/2] ARM: davinci: dm365 EVM: add support for VPBE display

2013-03-14 Thread Sekhar Nori
On 3/14/2013 2:09 PM, Prabhakar Lad wrote: Hi Sekhar, On Tue, Dec 4, 2012 at 6:52 PM, Sekhar Nori nsek...@ti.com wrote: On 12/3/2012 1:51 PM, Prabhakar Lad wrote: From: Manjunath Hadli manjunath.ha...@ti.com add support for V4L2 video display to DM365 EVM. Support for SD and ED modes is

[PATCH] drivers: spi: Use PTR_RET function

2013-03-14 Thread Alexandru Gheorghiu
Replaced calls to IS_ERR and PTR_ERR with PTR_RET function. Patch found using coccinelle. Signed-off-by: Alexandru Gheorghiu gheorghiuan...@gmail.com --- drivers/spi/spi-fsl-spi.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/spi/spi-fsl-spi.c

[PATCH 1/1] amba: tegra-ahb: Fix build error w/ PM_SLEEP w/o PM_RUNTIME

2013-03-14 Thread Hiroshi Doyu
Make this depend on CONFIG_PM. This protection is necessary to not cause any build errors with any combination of PM features especially when supporting a new SoC where each PM features are being enabled one-by-one during its depelopment. Signed-off-by: Hiroshi Doyu hd...@nvidia.com Reported-by:

[PATCH 1/1] memory: tegra30: Fix build error w/o PM

2013-03-14 Thread Hiroshi Doyu
Make this depend on CONFIG_PM. Signed-off-by: Hiroshi Doyu hd...@nvidia.com --- drivers/memory/tegra30-mc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/memory/tegra30-mc.c b/drivers/memory/tegra30-mc.c index 0b97598..f4ae074 100644 --- a/drivers/memory/tegra30-mc.c +++

Re: MTD : Kernel oops when remounting ubifs as read/write

2013-03-14 Thread Artem Bityutskiy
On Wed, 2013-03-13 at 11:12 +, Mark Jackson wrote: Sorry ... this just locks up the unit. OK, I've reproduced the issue with 3.9-rc2 in nandsim, see the details below. The patch I proposed did not get the error path correctly, but it does fix the issue. I think what you treat as lockup is

Re: [GIT PULL] sched: Cputime update for 3.10

2013-03-14 Thread Stanislaw Gruszka
On Thu, Mar 14, 2013 at 08:14:27AM +0100, Ingo Molnar wrote: * Frederic Weisbecker fweis...@gmail.com wrote: Ingo, Please pull the latest cputime accounting updates that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git sched/core

[PATCH v3]Perf: Fix Makefile to clean all object files

2013-03-14 Thread chenggang
From: Chenggang Qin chenggang@taobao.com If we execute make clean in perf's directory, many object files cannot be cleaned in the current version. For example: While we run make clean in perf's directory, and run the command: fine ./ -name *.o we will get:

[PATCH] drivers: spi: Use PTR_RET function

2013-03-14 Thread Alexandru Gheorghiu
Replaced calls to IS_ERR and PTR_ERR with PTR_RET function. Patch found using coccinelle. Signed-off-by: Alexandru Gheorghiu gheorghiuan...@gmail.com --- drivers/spi/spidev.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index

Re: [PATCH 1/1] module: fix symbol versioning with symbol prefixes

2013-03-14 Thread James Hogan
On 13/03/13 23:51, Rusty Russell wrote: James Hogan james.ho...@imgtec.com writes: Fix symbol versioning on architectures with symbol prefixes. Although the build was free from warnings the actual modules still wouldn't load as the versions table contained unprefixed symbol names, which

Re: [RFC 1/1] clk: Add notifier support in clk_prepare_enable/clk_disable_unprepare

2013-03-14 Thread Peter De Schrijver
On Thu, Mar 14, 2013 at 03:15:11AM +0100, Bill Huang wrote: I don't think deferring will work either, considering the usage of DVFS, device voltage is tightly coupled with frequency, when clock rate is about to increase, we have to boost voltage first and we can lower the voltage after the

Re: [RFC 1/1] clk: Add notifier support in clk_prepare_enable/clk_disable_unprepare

2013-03-14 Thread Bill Huang
On Thu, 2013-03-14 at 17:21 +0800, Peter De Schrijver wrote: On Thu, Mar 14, 2013 at 03:15:11AM +0100, Bill Huang wrote: I don't think deferring will work either, considering the usage of DVFS, device voltage is tightly coupled with frequency, when clock rate is about to increase, we have

[RFC v2 1/1] clk: Add notifier support in clk_prepare/clk_unprepare

2013-03-14 Thread Bill Huang
Add the below two notifier events so drivers which are interested in knowing the clock status can act accordingly. This is extremely useful in some of the DVFS (Dynamic Voltage Frequency Scaling) design. CLK_PREPARED CLK_UNPREPARED Signed-off-by: Bill Huang bilhu...@nvidia.com ---

[PATCH] drivers: gpio: Use devm_ioremap_resource function

2013-03-14 Thread Alexandru Gheorghiu
Use the newly introduced devm_ioremap_resource() instead of devm_request_and_ioremap() which provides more consistent error handling. Signed-off-by: Alexandru Gheorghiu gheorghiuan...@gmail.com --- drivers/gpio/gpio-vt8500.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

Re: [PATCH 1/1] Drivers: hv: Add a new driver to support host initiated backup

2013-03-14 Thread Olaf Hering
On Tue, Mar 12, Olaf Hering wrote: On Tue, Mar 12, K. Y. Srinivasan wrote: +static int vss_operate(int operation) +{ + char *fs_op; + char cmd[512]; + char buf[512]; + FILE *file; + char *p; + char *x; + int error; + + switch (operation) { + case

Re: [PATCH] drivers: gpio: Use devm_ioremap_resource function

2013-03-14 Thread Sachin Kamat
On 14 March 2013 14:57, Alexandru Gheorghiu gheorghiuan...@gmail.com wrote: Use the newly introduced devm_ioremap_resource() instead of devm_request_and_ioremap() which provides more consistent error handling. Signed-off-by: Alexandru Gheorghiu gheorghiuan...@gmail.com Similar patch has

[PATCH] open(2): document O_PATH

2013-03-14 Thread Michael Kerrisk (man-pages)
Hello Al et al, Documenting O_PATH fell by the wayside last year (http://thread.gmane.org/gmane.linux.man/2790) as I got distracted with other tasks. A recent prod or two have reminded me restart this. I have the following patch queued to document O_PATH. Could you please review. I've provided

Re: [PATCH 1/1] memory: tegra30: Fix build error w/o PM

2013-03-14 Thread Thierry Reding
On Thu, Mar 14, 2013 at 11:12:10AM +0200, Hiroshi Doyu wrote: Make this depend on CONFIG_PM. Signed-off-by: Hiroshi Doyu hd...@nvidia.com --- drivers/memory/tegra30-mc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/memory/tegra30-mc.c b/drivers/memory/tegra30-mc.c index

[PATCH] netfilter: nf_conntrack: Batch cleanup

2013-03-14 Thread Vladimir Davydov
The patch introduces nf_conntrack_cleanup_net_list(), which cleanups nf_conntrack for a list of netns and calls synchronize_net() only once for them all. This should reduce netns destruction time. -- I've measured cleanup time for 1k dummy net ns. Here are the results: without the patch #

[PATCH] staging: android: remove dependency on TINY_SHMEM

2013-03-14 Thread Paul Bolle
The Kconfig entry for the Anonymous Shared Memory Subsystem got added in v3.3. It has an optional dependency on TINY_SHMEM. But TINY_SHMEM had already been removed in v2.6.29. So this optional dependency can safely be removed too. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested.

Re: [PATCH] mm/hugetlb: fix total hugetlbfs pages count when memory overcommit accouting

2013-03-14 Thread Michal Hocko
On Wed 13-03-13 15:08:31, Wanpeng Li wrote: After commit 42d7395f (mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB) be merged, kernel permit multiple huge page sizes, multiple huge page sizes were possible long before this commit. The above mentioned patch just made their usage via IPC

Re: [RFC v2 1/1] clk: Add notifier support in clk_prepare/clk_unprepare

2013-03-14 Thread Bill Huang
On Thu, 2013-03-14 at 17:31 +0800, Bill Huang wrote: Add the below two notifier events so drivers which are interested in knowing the clock status can act accordingly. This is extremely useful in some of the DVFS (Dynamic Voltage Frequency Scaling) design. CLK_PREPARED CLK_UNPREPARED

[RFC v3 1/1] clk: Add notifier support in clk_prepare/clk_unprepare

2013-03-14 Thread Bill Huang
Add the below two notifier events so drivers which are interested in knowing the clock status can act accordingly. This is extremely useful in some of the DVFS (Dynamic Voltage Frequency Scaling) design. CLK_PREPARED CLK_UNPREPARED Signed-off-by: Bill Huang bilhu...@nvidia.com ---

[PATCH 0/2] lib,crypto: Add lz4 compressor module and crypto API

2013-03-14 Thread Chanho Min
This patchset is for supporting LZ4 compression and the crypto API using it. This should be applied after the previous Kyungsik's LZ4 compressed kernel patches - https://lkml.org/lkml/2013/3/5/181. As shown in bellow result, the size of data is a little bit bigger but compressing speed is faster

[PATCH 1/2] lib: Add lz4 compressor module

2013-03-14 Thread Chanho Min
This patch adds support for LZ4 compression in the Linux Kernel. LZ4 Compression APIs for kernel are based on LZ4 implementation by Yann Collet and changed with kernel coding style. LZ4 homepage : http://fastcompression.blogspot.com/p/lz4.html LZ4 source repository : http://code.google.com/p/lz4/

[PATCH 2/2] crypto: Add lz4 Cryptographic API

2013-03-14 Thread Chanho Min
This patch adds support for lz4 and lz4hc compression algorithm using the lib/lz4/* codebase. Signed-off-by: Chanho Min chanho@lge.com --- crypto/Kconfig | 16 + crypto/Makefile |2 ++ crypto/lz4.c| 105 +++

[PATCH] sched,trace: Allow tracing the preemption decision on wakeup

2013-03-14 Thread Peter Zijlstra
Thomas noted that we do the wakeup preemption check after the wakeup trace point, this means the tracepoint cannot test/report this decision; which is rather important for latency sensitive workloads. Therefore move the tracepoint after doing the preemption check. Suggested-by: Thomas Gleixner

Re: MTD : Kernel oops when remounting ubifs as read/write

2013-03-14 Thread Mark Jackson
On 14/03/13 09:13, Artem Bityutskiy wrote: On Wed, 2013-03-13 at 11:12 +, Mark Jackson wrote: Sorry ... this just locks up the unit. OK, I've reproduced the issue with 3.9-rc2 in nandsim, see the details below. The patch I proposed did not get the error path correctly, but it does fix

[PATCH v2 0/4] zcache: Support zero-filled pages more efficiently

2013-03-14 Thread Wanpeng Li
Changelog: v1 - v2: * avoid changing tmem.[ch] entirely, spotted by Dan. * don't accumulate [eph|pers]pageframe and [eph|pers]zpages for zero-filled pages, spotted by Dan * cleanup TODO list * add Dan Acked-by. Motivation: - Seth Jennings points out compress zero-filled pages with

[PATCH v2 4/4] clean TODO list

2013-03-14 Thread Wanpeng Li
Cleanup TODO list since support zero-filled pages more efficiently has already done by this patchset. Acked-by: Dan Magenheimer dan.magenhei...@oracle.com Signed-off-by: Wanpeng Li liw...@linux.vnet.ibm.com --- drivers/staging/zcache/TODO |3 +-- 1 files changed, 1 insertions(+), 2

[PATCH v2 3/4] introduce zero-filled page stat count

2013-03-14 Thread Wanpeng Li
Introduce zero-filled page statistics to monitor the number of zero-filled pages. Acked-by: Dan Magenheimer dan.magenhei...@oracle.com Signed-off-by: Wanpeng Li liw...@linux.vnet.ibm.com --- drivers/staging/zcache/zcache-main.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-)

[PATCH v2 2/4] zero-filled pages awareness

2013-03-14 Thread Wanpeng Li
Compression of zero-filled pages can unneccessarily cause internal fragmentation, and thus waste memory. This special case can be optimized. This patch captures zero-filled pages, and marks their corresponding zcache backing page entry as zero-filled. Whenever such zero-filled page is retrieved,

[PATCH v2 1/4] introduce zero filled pages handler

2013-03-14 Thread Wanpeng Li
Introduce zero-filled pages handler to capture and handle zero pages. Acked-by: Dan Magenheimer dan.magenhei...@oracle.com Signed-off-by: Wanpeng Li liw...@linux.vnet.ibm.com --- drivers/staging/zcache/zcache-main.c | 26 ++ 1 files changed, 26 insertions(+), 0

Re: Inactive memory keep growing and how to release it?

2013-03-14 Thread Michal Hocko
On Mon 04-03-13 17:52:22, Lenky Gao wrote: Hi, When i just run a test on Centos 6.2 as follows: #!/bin/bash while true do file=/tmp/filetest echo $file dd if=/dev/zero of=${file} bs=512 count=204800 /dev/null sleep 5 done the inactive memory keep

[PATCH] staging: ccg: remove two outdated dependencies

2013-03-14 Thread Paul Bolle
The Kconfig symbols USB_FILE_STORAGE and USB_FILE_STORAGE_TEST got removed in commit fa06920a3ece1ed4992d35c0044e7a6c048a (usb: gadget: Remove File-backed Storage Gadget (g_file_storage).). That commit failed to remove the negative dependencies on those two symbols in the USB_G_CCG entry.

Re: [PATCH] hwmon: lineage-pem: Add missing terminating entry for pem_[input|fan]_attributes

2013-03-14 Thread Jean Delvare
Hi Axel, On Thu, 14 Mar 2013 16:27:18 +0800, Axel Lin wrote: Signed-off-by: Axel Lin axel@ingics.com --- drivers/hwmon/lineage-pem.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/hwmon/lineage-pem.c b/drivers/hwmon/lineage-pem.c index 41df29f..ebbb9f4 100644 ---

Re: MTD : Kernel oops when remounting ubifs as read/write

2013-03-14 Thread Artem Bityutskiy
On Thu, 2013-03-14 at 09:54 +, Mark Jackson wrote: On 14/03/13 09:13, Artem Bityutskiy wrote: On Wed, 2013-03-13 at 11:12 +, Mark Jackson wrote: Sorry ... this just locks up the unit. OK, I've reproduced the issue with 3.9-rc2 in nandsim, see the details below. The patch I

Re: [PATCH V2] pinctrl: mvebu: prevent walking off the end of group array

2013-03-14 Thread David Woodhouse
On Wed, 2013-03-13 at 17:48 +, Jason Cooper wrote: From: David Woodhouse dw...@infradead.org While investigating (ab)use of krealloc, David found this bug. It's unlikely to occur, but now we detect the condition and error out appropriately. Signed-off-by: David Woodhouse

[PATCH 1/1] sbs-battery: Use of_match_ptr() macro

2013-03-14 Thread Sachin Kamat
This eliminates having an #ifdef returning NULL for the case when OF is disabled. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/power/sbs-battery.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/power/sbs-battery.c

[PATCH v7 0/2] Adding USB 3.0 DRD-phy support for exynos5250

2013-03-14 Thread Vivek Gautam
Changes from v6: - Changing the file names accordingly as per [PATCH] usb: phy: rename all phy drivers to phy-$name.c - Using devm_clk_get for PHY ref clocks ext_xtal and xusbxti - Adding the bindings documentation for separate USB 2.0 phy and USB 3.0 phy. Based on 'usb-next' plus

[PATCH v7 1/2] usb: phy: samsung: Common out the generic stuff

2013-03-14 Thread Vivek Gautam
Moving register and structure definitions to header file, and keeping the generic functions to be used across multiple PHYs in common phy helper driver under SAMSUNG_USBPHY, and moving USB 2.0 PHY driver under SAMSUNG_USB2PHY. Also allowing samsung PHY drivers be built as modules. Signed-off-by:

[PATCH v7 2/2] usb: phy: samsung: Add PHY support for USB 3.0 controller

2013-03-14 Thread Vivek Gautam
Adding PHY driver support for USB 3.0 controller for Samsung's SoCs. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Signed-off-by: Felipe Balbi ba...@ti.com Acked-by: Kukjin Kim kgene@samsung.com --- .../devicetree/bindings/usb/samsung-usbphy.txt | 54 +++ drivers/usb/phy/Kconfig

[PATCH 0/3] Davinci support for EHRPWM ECAP

2013-03-14 Thread Philip Avinash
This patch series enables EHRPWM ECAP driver support for da850 platforms. This patch series based on [1] and is available at [2]. This has been tested backlight support using EHRPWM in da850-evm. [1] https://gitorious.org/linux-pwm/linux-pwm/trees/for-next [2]

[PATCH 1/2] drivers: uio_dmem_genirq: Use of_match_ptr() macro

2013-03-14 Thread Sachin Kamat
This eliminates having an #ifdef returning NULL for the case when OF is disabled. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Damian Hobson-Garcia dhobs...@igel.co.jp --- drivers/uio/uio_dmem_genirq.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git

[PATCH 2/2] drivers: uio_pdrv_genirq: Use of_match_ptr() macro

2013-03-14 Thread Sachin Kamat
This eliminates having an #ifdef returning NULL for the case when OF is disabled. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/uio/uio_pdrv_genirq.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/uio/uio_pdrv_genirq.c

[PATCH 1/3] pwm: davinci: Add Kconfig support for ECAP EHRPWM devices

2013-03-14 Thread Philip Avinash
Add EHRPWM and ECAP support build support for DAVINCI_DA850 platforms. Also, since DAVINCI platforms doesn't support TI-PWM-Subsystem module, remove the select option for CONFIG_PWM_TIPWMSS. Also, update CONFIG_PWM_TIPWMSS compiler directive appropriately in pwm-tipwmss.h to fix the below

[PATCH 2/3] pwm: pwm-tiecap: Add device-tree binding support for da850 SOC

2013-03-14 Thread Philip Avinash
ECAP IP is used in da850 SOC's also. Hence adds ECAP device tree binding support for da850. Cc: Grant Likely grant.lik...@secretlab.ca Cc: Rob Herring rob.herr...@calxeda.com Cc: Rob Landley r...@landley.net Signed-off-by: Philip Avinash avinashphi...@ti.com --- :100644 100644 131e8c1...

Re: [PATCH] wait while adding MMC host to ensure root mounts

2013-03-14 Thread Sergey Yanovich
On 14/03/13 06:47, Greg Kroah-Hartman wrote: On Thu, Mar 14, 2013 at 05:06:23AM +0400, Sergey Yanovich wrote: /* wait for the known devices to complete their probing */ - wait_event(probe_waitqueue, atomic_read(probe_count) == 0); You didn't need to change this file, please

RE: [PATCH] mmc: dw_mmc: setpower on MMC_POWER_{UP,OFF}

2013-03-14 Thread Seungwon Jeon
On Wednesday, March 13, 2013, James Hogan wrote: On 13/03/13 14:20, Seungwon Jeon wrote: Hi James, On Tuesday, March 12, 2013, James Hogan wrote: Call the setpower platform callback in response to set_ios with ios-power_mode == MMC_POWER_UP or MMC_POWER_OFF, instead of from the card

[PATCH 3/3] pwm: pwm-tiehrpwm: Add device tree binding support for da850 SOC

2013-03-14 Thread Philip Avinash
EHRPWM IP is used in da850 SOC's also. Hence adds EHRPWM device tree binding support for da850. Cc: Grant Likely grant.lik...@secretlab.ca Cc: Rob Herring rob.herr...@calxeda.com Cc: Rob Landley r...@landley.net Signed-off-by: Philip Avinash avinashphi...@ti.com --- :100644 100644 4fc7079...

[PATCH 0/3] ACPI video: Fix brightness control initialization sequence

2013-03-14 Thread Danny Baumann
This patch set fixes a some logic mistakes in the brightness control initialization sequence of the ACPI video driver. This should make the initialization (and as a consequence in-kernel brightness control) work for a number of laptops. One example that was broken before is the Dell Inspiron 15R

[PATCH 1/3] ACPI video: Fix brightness control initialization for some laptops.

2013-03-14 Thread Danny Baumann
In particular, this fixes brightness control initialization for all devices that return index values from _BQC and don't happen to have the initial index set by the BIOS in their _BCL table. One example for that is the Dell Inspiron 15R SE (model number 7520). What happened for those devices is

[PATCH 3/3] ACPI video: Fix applying indexed initial brightness value.

2013-03-14 Thread Danny Baumann
The value initially read via _BQC also needs to be offset by 2 to compensate for the first 2 special items in _BCL. Introduce a helper function to do the conversion in order to not needlessly duplicate code. --- drivers/acpi/video.c | 23 ++- 1 file changed, 14 insertions(+),

[PATCH 2/3] ACPI video: Make logic a little easier to understand.

2013-03-14 Thread Danny Baumann
Make code paths a little easier to follow, and don't needlessly continue list iteration. --- drivers/acpi/video.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index ef85574..d0fade7 100644 --- a/drivers/acpi/video.c

[ 3.5.y.z extended stable ] Linux 3.5.7.8 stable review

2013-03-14 Thread Luis Henriques
I am announcing the review cycle for the 3.5.7.8 stable release. This new release contains 88 patches, which are posted as a response to this message. They are also available at the following repository: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.5.y-review If there are any problems, or if

[PATCH 04/88] svcrpc: make svc_age_temp_xprts enqueue under sv_lock

2013-03-14 Thread Luis Henriques
3.5.7.8 -stable review patch. If anyone has any objections, please let me know. -- From: J. Bruce Fields bfie...@redhat.com commit e75bafbff2270993926abcc31358361db74a9bc2 upstream. svc_age_temp_xprts expires xprts in a two-step process: first it takes the sv_lock and moves

[PATCH 06/88] xen-blkback: do not leak mode property

2013-03-14 Thread Luis Henriques
3.5.7.8 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Beulich jbeul...@suse.com commit 9d092603cc306ee6edfe917bf9ab8beb5f32d7bc upstream. be-mode is obtained from xenbus_read(), which does a kmalloc() for the message body. The short

[PATCH 27/88] idr: fix top layer handling

2013-03-14 Thread Luis Henriques
3.5.7.8 -stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo t...@kernel.org commit 326cf0f0f308933c10236280a322031f0097205d upstream. Most functions in idr fail to deal with the high bits when the idr tree grows to the maximum height. *

[PATCH 50/88] zram: Fix deadlock bug in partial read/write

2013-03-14 Thread Luis Henriques
3.5.7.8 -stable review patch. If anyone has any objections, please let me know. -- From: Minchan Kim minc...@kernel.org commit 7e5a5104c6af709a8d97d5f4711e7c917761d464 upstream. Now zram allocates new page with GFP_KERNEL in zram I/O path if IO is partial. Unfortunately, It

[PATCH 54/88] ath9k: fix RSSI dummy marker value

2013-03-14 Thread Luis Henriques
3.5.7.8 -stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau n...@openwrt.org commit a3d63cadbad97671d740a9698acc2c95d1ca6e79 upstream. RSSI is being stored internally as s8 in several places. The indication of an unset RSSI value,

[PATCH 74/88] ftrace: Update the kconfig for DYNAMIC_FTRACE

2013-03-14 Thread Luis Henriques
3.5.7.8 -stable review patch. If anyone has any objections, please let me know. -- From: Steven Rostedt srost...@redhat.com commit db05021d49a994ee40a9735d9c3cb0060c9babb8 upstream. The prompt to enable DYNAMIC_FTRACE (the ability to nop and enable function tracing at run

[PATCH 77/88] Btrfs: fix panic when recovering tree log

2013-03-14 Thread Luis Henriques
3.5.7.8 -stable review patch. If anyone has any objections, please let me know. -- From: Josef Bacik jba...@fusionio.com commit b0175117b9376a69978bbe80af26fb95dddbd53e upstream. A user reported a BUG_ON(ret) that occured during tree log replay. Ret was -EAGAIN, so what I

[PATCH 86/88] USB: Prepare for refactoring by adding extra udev checks.

2013-03-14 Thread Luis Henriques
3.5.7.8 -stable review patch. If anyone has any objections, please let me know. -- From: Sarah Sharp sarah.a.sh...@linux.intel.com commit 2d4fa940f99663c82ba55b2244638833b388e4e2 upstream. [This is upstream commit 2d4fa940f99663c82ba55b2244638833b388e4e2. It needs to be

[PATCH 85/88] USB: Don't use EHCI port sempahore for USB 3.0 hubs.

2013-03-14 Thread Luis Henriques
3.5.7.8 -stable review patch. If anyone has any objections, please let me know. -- From: Sarah Sharp sarah.a.sh...@linux.intel.com commit 0fe51aa5eee51db7c7ecd201d42a977ad79c58b6 upstream. [This is upstream commit 0fe51aa5eee51db7c7ecd201d42a977ad79c58b6. It needs to be

<    4   5   6   7   8   9   10   11   12   13   >