[PATCH] fix spacing in btrfs/inode.c

2015-02-11 Thread Kevin Mulvey
This is a patch to inode.c that fixes some spacing errors found by checkpatch.pl Signed-off-by: Kevin Mulvey kmul...@linux.com --- fs/btrfs/inode.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 8bf326a..6516839 100644 ---

[PATCH 6/6] pm: at91: remove the at91_xxx_standby() function definitions

2015-02-11 Thread Wenyou Yang
Because the the suspend to standby mode uses the sram function, these functions will not be used. Remove the data member at91_xxx_standby() of struct ramc_ids. Substitue at91_pm_suspend() for at91_xxx_standby() assigned to at91_cpuidle_device. Signed-off-by: Wenyou Yang wenyou.y...@atmel.com

[PATCH 5/6] pm: at91: rename function name: at91_slow_clock()--at91_pm_suspend_sram_fn

2015-02-11 Thread Wenyou Yang
As renaming file name, rename the file name at91_slow_clock()-- at91_pm_suspend_sram_fn, rename the function handler's name at the same time. Signed-off-by: Wenyou Yang wenyou.y...@atmel.com Acked-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- arch/arm/mach-at91/pm.c |

[PATCH 2/2] pm: at91: add support to disable/enable the DDR clock

2015-02-11 Thread Wenyou Yang
To get the lower power consumption, disable the MPDDR controller's clock and the DDR system clock before going to suspend, enable these clocks after resuming. For the SAM5D4, postpone disabling the clocks, instead of the DDR entering the self-fresh mode immediately. Signed-off-by: Wenyou Yang

[GIT PULL REQUEST] md updates for 3.20

2015-02-11 Thread NeilBrown
Hi Linus, 20 is a big number ... is it time for 4.0 yet :-) anyway, herewith is my pull request for 3.20. It has been sitting in -next for a while, and Dan's scripts only found 2 bugs - now fixed. Thanks, NeilBrown The following changes since commit

[PATCH 2/5] ufs: Rename of regulator_set_optimum_mode

2015-02-11 Thread Bjorn Andersson
The function regulator_set_optimum_mode() is changing name to regulator_set_load(), so update the code accordingly. Also cleaned up ufshcd_config_vreg_load() while touching the code. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- drivers/scsi/ufs/ufshcd.c | 27

[PATCH 5/5] regulator: Drop temporary regulator_set_optimum_mode wrapper

2015-02-11 Thread Bjorn Andersson
Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- include/linux/regulator/consumer.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/include/linux/regulator/consumer.h b/include/linux/regulator/consumer.h index 6d4e9d2..d8944f5 100644 ---

[PATCH 4/5] usb: phy: phy-msm-usb: Rename regulator_set_optimum_mode

2015-02-11 Thread Bjorn Andersson
The function regulator_set_optimum_mode() is changing name to regulator_set_load(), so update the code accordingly. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- drivers/usb/phy/phy-msm-usb.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git

[PATCH 3/5] usb: phy: ab8500-usb: Rename regulator_set_optimum_mode

2015-02-11 Thread Bjorn Andersson
The function regulator_set_optimum_mode() is changing name to regulator_set_load(), so update the code accordingly. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- drivers/usb/phy/phy-ab8500-usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 3/5] ARM: dts: zynq: Add LED for Parallella

2015-02-11 Thread Andreas Färber
This is the green LED CR10. Signed-off-by: Andreas Färber afaer...@suse.de --- arch/arm/boot/dts/zynq-parallella1.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/zynq-parallella1.dtsi b/arch/arm/boot/dts/zynq-parallella1.dtsi index

[PATCH 2/5] ARM: dts: zynq: Add pinctrl to Parallella

2015-02-11 Thread Andreas Färber
Signed-off-by: Andreas Färber afaer...@suse.de --- arch/arm/boot/dts/zynq-parallella1.dtsi | 118 1 file changed, 118 insertions(+) diff --git a/arch/arm/boot/dts/zynq-parallella1.dtsi b/arch/arm/boot/dts/zynq-parallella1.dtsi index 7c1206f928bc..e77a4968fe17

[PATCH 5/5] ARM: dts: zynq: Add USB for Parallella

2015-02-11 Thread Andreas Färber
The Microserver edition does not feature USB - only the Kickstarter, pre-order, Desktop and Embedded editions. Signed-off-by: Andreas Färber afaer...@suse.de --- arch/arm/boot/dts/zynq-parallella.dts | 16 +++ arch/arm/boot/dts/zynq-parallella1.dtsi | 74 +

Re: [RFCv3 PATCH 01/48] sched: add utilization_avg_contrib

2015-02-11 Thread Vincent Guittot
On 11 February 2015 at 09:50, Preeti U Murthy pre...@linux.vnet.ibm.com wrote: On 02/05/2015 12:00 AM, Morten Rasmussen wrote: From: Vincent Guittot vincent.guit...@linaro.org Add new statistics which reflect the average time a task is running on the CPU and the sum of these running time of

Re: [PATCH v3 2/2] remoteproc: add support to handle internal memories

2015-02-11 Thread Suman Anna
On 02/11/2015 06:18 PM, Tony Lindgren wrote: * Suman Anna s-a...@ti.com [150211 16:05]: On 02/11/2015 04:48 PM, Tony Lindgren wrote: * Suman Anna s-a...@ti.com [150211 14:32]: On 02/11/2015 02:57 PM, Tony Lindgren wrote: * Ohad Ben-Cohen o...@wizery.com [150210 02:14]: Hi Suman, On Fri,

Re: [PATCH] clockevents: Introduce mode specific callbacks

2015-02-11 Thread Viresh Kumar
On 11 February 2015 at 18:38, Peter Zijlstra pet...@infradead.org wrote: I think its better to be strict; esp. with new interfaces. It avoids confusion. Suppose a driver writer sees these new methods and thinks to use one while still having the set_mode() one -- ie. he didn't actually read

Re: [Patch v3 2/2] dmaengine: Add ADM driver

2015-02-11 Thread Stephen Boyd
On 02/11, Andy Gross wrote: +static struct platform_driver adm_dma_driver = { + .probe = adm_dma_probe, + .remove = adm_dma_remove, + .driver = { + .name = adm-dma-engine, + .owner = THIS_MODULE, + .of_match_table = adm_of_match, + },

Re: [RFC] Making memcg track ownership per address_space or anon_vma

2015-02-11 Thread Greg Thelen
On Wed, Feb 11, 2015 at 12:33 PM, Tejun Heo t...@kernel.org wrote: [...] page count to throttle based on blkcg's bandwidth. Note: memcg doesn't yet have dirty page counts, but several of us have made attempts at adding the counters. And it shouldn't be hard to get them merged. Can you

[RFC][PATCH v3] procfs: Always expose /proc/pid/map_files/ and make it readable

2015-02-11 Thread Calvin Owens
Currently, /proc/pid/map_files/ is restricted to CAP_SYS_ADMIN, and is only exposed if CONFIG_CHECKPOINT_RESTORE is set. This interface is useful for enumerating the files mapped into a process when the more verbose information in /proc/pid/maps is not needed. It also allows access to file

[PATCH 3/3] pm: at91: remove CONFIG_AT91_SLOW_CLOCK config option

2015-02-11 Thread Wenyou Yang
The slow clock always exists, selecting CONFIG_AT91_SLOW_CLOCK config is unnecessary for the suspend to memory mode. For this mode the master clock should always switch to the slow clock. Signed-off-by: Wenyou Yang wenyou.y...@atmel.com Acked-by: Alexandre Belloni

[PATCH 2/3] ARM: at91: move select SRAM under SOC_AT91SAM9 and SOC_SAMA5

2015-02-11 Thread Wenyou Yang
To simply the PM config the CONFIG_AT91_SLOW_CLOCK config will be removed, so move select SRAM from under AT91_SLOW_CLOCK, add select SRAM if PM under SOC_AT91SAM9 and SOC_SAMA5 Signed-off-by: Wenyou Yang wenyou.y...@atmel.com Acked-by: Alexandre Belloni alexandre.bell...@free-electrons.com ---

[PATCH 3/6] pm: at91: standby mode uses the same sram function as suspend to memory mode

2015-02-11 Thread Wenyou Yang
To simply the PM code, the suspend to standby mode uses the same sram function as the suspend to memory mode, running in the internal SRAM, instead of the respective code for each mode. For the suspend to standby mode, the master clock doesn't switch to the slow clock, and PLLA and the main

[PATCH 4/6] pm: at91: rename file name: pm_slowclock.S --pm_suspend.S

2015-02-11 Thread Wenyou Yang
Because the sram function is used for both suspend to memory and the suspend to standby mode, renaming is more elegant. Signed-off-by: Wenyou Yang wenyou.y...@atmel.com Acked-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- arch/arm/mach-at91/Makefile |2 +-

Re: [PATCH] SoC: Fix MAX98357A codec driver dependencies

2015-02-11 Thread Mark Brown
On Wed, Feb 11, 2015 at 01:13:18PM -0800, Guenter Roeck wrote: The max98357a driver depends on GPIOLIB. This may cause the following build failure. Applied, thanks. Please use subject lines matching the style for the subsystem. signature.asc Description: Digital signature

Re: [PATCH] ASoC: max98357a: Fix missing include

2015-02-11 Thread Mark Brown
On Wed, Feb 11, 2015 at 11:08:59PM +0100, Vincent Stehlé wrote: This fixes the following compilation errors: Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] drivers/net: Use setup_timer and mod_timer

2015-02-11 Thread David Miller
From: Vaishali Thakkar vthakkar1...@gmail.com Date: Wed, 11 Feb 2015 15:59:50 +0530 This patch introduces the use of functions setup_timer and mod_timer. This is done using Coccinelle and semantic patch used for this as follows: ... Signed-off-by: Vaishali Thakkar vthakkar1...@gmail.com

[PATCH 4/5] ARM: dts: zynq: Split off Parallella Microserver device tree

2015-02-11 Thread Andreas Färber
The Microserver edition has neither HDMI nor USB. Cc: Ola Jeppsson o...@adapteva.com Signed-off-by: Andreas Färber afaer...@suse.de --- arch/arm/boot/dts/Makefile| 1 + arch/arm/boot/dts/zynq-parallella-microserver.dts | 19 +++ 2 files changed, 20

RE: [Xen-devel] [PATCH] modify the IO_TLB_SEGSIZE to io_tlb_segsize configurable as flexible requirement about SW-IOMMU.

2015-02-11 Thread Wang, Xiaoming
Dear Wilk: -Original Message- From: Konrad Rzeszutek Wilk [mailto:konrad.w...@oracle.com] Sent: Thursday, February 12, 2015 4:49 AM To: Wang, Xiaoming Cc: David Vrabel; linux-m...@linux-mips.org; pebo...@tiscali.nl; Zhang, Dongxing; lau...@codeaurora.org; d.kasat...@samsung.com;

[PATCH 1/5] ARM: dts: zynq: Split out common Parallella bits

2015-02-11 Thread Andreas Färber
This prepares for the USB-less Microserver edition as well as headless vs. HDMI bitstreams. Cc: Ola Jeppsson o...@adapteva.com Signed-off-by: Andreas Färber afaer...@suse.de --- arch/arm/boot/dts/zynq-parallella.dts | 80 +- .../{zynq-parallella.dts =

Re: [PATCH RFC v8 11/21] Documentation: dt-bindings: Add bindings for Synopsys DW MIPI DSI DRM bridge driver

2015-02-11 Thread Liu Ying
On Wed, Feb 11, 2015 at 04:23:01PM +0100, Philipp Zabel wrote: Am Mittwoch, den 11.02.2015, 22:09 +0800 schrieb Liu Ying: BTW, regarding the compatible string topic, shall I keep my implementation unchanged and don't append the additional snps,dw-mipi-dsi as I shared my concerns about it

[PATCH 2/6] pm: at91: move the copying the sram function to the sram initializationi phase

2015-02-11 Thread Wenyou Yang
To decrease the suspend time, move copying the sram function to the sram initialization phase, instead of every time go to suspend. In the meanwhile, substitute fncpy() for memcpy(). If there is no sram allocated for PM, the PM is not supported. Signed-off-by: Wenyou Yang wenyou.y...@atmel.com

[PATCH 1/6] pm: at91: pm_slowclock: create the procedure to handle the sdram self-refresh

2015-02-11 Thread Wenyou Yang
To decrease the duplicated code, create the special procedure to contain both activing and exiting the sdram self-refresh mode. Signed-off-by: Wenyou Yang wenyou.y...@atmel.com --- arch/arm/mach-at91/pm_slowclock.S | 239 + 1 file changed, 137 insertions(+),

[PATCH 1/2] pm: at91: add the PM initialization for the sama5d3 and sama5d4

2015-02-11 Thread Wenyou Yang
To get the mpddrc peripheral id from the PM initialization, which will be used to disable mpddrc'c clock during suspending. Signed-off-by: Wenyou Yang wenyou.y...@atmel.com --- arch/arm/mach-at91/generic.h |4 arch/arm/mach-at91/include/mach/sama5d3.h |1 +

[PATCH 0/2] AT91 pm: add support to disable the DDR clock during the suspending

2015-02-11 Thread Wenyou Yang
Hi, The patch series purpose is to disable the DDR controller's clock and DDR system clock during the suspending to achive the lower power consumption. Wenyou Yang (2): pm: at91: add the PM initialization for the sama5d3 and sama5d4 pm: at91: add support to disable/enable the DDR clock

[PATCH 3/3] pm: at91: flush data cache and clean, invalidate and disable the L2 cache

2015-02-11 Thread Wenyou Yang
Flush data cache, and clean, invalidate and disable the L2 cache before going to suspend. Restore the L2 cache configuration and re-enable the L2 cache after waking up. Signed-off-by: Wenyou Yang wenyou.y...@atmel.com --- arch/arm/mach-at91/pm.c |6 ++ 1 file changed, 6 insertions(+)

Re: [RFC PATCH 6/9] livepatch: create per-task consistency model

2015-02-11 Thread Josh Poimboeuf
Ingo, Peter, Would you have any objections to making task_rq_lock/unlock() non-static (or moving them to kernel/sched/sched.h) so they can be called by the livepatch code? To provide some background, I'm looking for a way to temporarily prevent a sleeping task from running while its stack is

Re: rcu, sched: WARNING: CPU: 30 PID: 23771 at kernel/rcu/tree_plugin.h:337 rcu_read_unlock_special+0x369/0x550()

2015-02-11 Thread Paul E. McKenney
On Wed, Feb 11, 2015 at 06:17:28PM -0500, Sasha Levin wrote: On 01/30/2015 03:33 PM, Paul E. McKenney wrote: Either way, may I have your Tested-by? Yup, I haven't seen it so far. Thank you! I'm still seeing this issue in -next, and I see that that commit wasn't applied yet.

Re: [Patch v4] firmware: dmi-sysfs: add SMBIOS entry point area attribute

2015-02-11 Thread Ivan Khoronzhuk
On 02/11/2015 04:43 PM, Matt Fleming wrote: On Wed, 11 Feb, at 02:17:03PM, Matt Fleming wrote: On Tue, 10 Feb, at 11:51:44AM, Ivan Khoronzhuk wrote: If you are Ok with this patch, could you please pickup it? Applied, thanks Ivan! Btw this patch doesn't apply cleanly, the reject looks like

Re: [PATCH] regulator: Support different config and dev of_nodes in regulator_register

2015-02-11 Thread Mark Brown
On Wed, Feb 11, 2015 at 09:21:32AM -0800, Tim Bird wrote: Also, when registering a regulator, you can pass a different of_node in config (struct regulator_config) than the one in dev (struct device) However, this has problems in the current code, as the test in regulator_dev_lookup requires

[PATCH 0/3] AT91 pm cleanup for 3.21

2015-02-11 Thread Wenyou Yang
Hi, The patch series purpose is to clean up the PM code. Wenyou Yang (3): pm: at91: pm_slowclock: remove the unused code related with SLOWDOWN_MASTER_CLOCK ARM: at91: move select SRAM under SOC_AT91SAM9 and SOC_SAMA5 pm: at91: remove CONFIG_AT91_SLOW_CLOCK config option

[PATCH 0/6] AT91 pm improvement for 3.21

2015-02-11 Thread Wenyou Yang
Hi, The patch series purpose is to improve the AT91 pm code. Create a special procedure to handle the sdram self-fresh mode. The standby mode uses the same sram function as the memory mode, Wenyou Yang (6): pm: at91: pm_slowclock: create the procedure to handle the sdram

Re: [PATCH 2/3] slub: Support for array operations

2015-02-11 Thread Christoph Lameter
On Thu, 12 Feb 2015, Jesper Dangaard Brouer wrote: Measured on my laptop CPU i7-2620M CPU @ 2.70GHz: * 12.775 ns - clean spin_lock_unlock * 21.099 ns - irqsave variant spinlock * 22.808 ns - manual irqsave before spin_lock * 14.618 ns - manual local_irq_disable + spin_lock

[PATCH 2/3] pm: at91: pm_suspend: MOR register KEY was missing

2015-02-11 Thread Wenyou Yang
From: Patrice Vilchez patrice.vilc...@atmel.com Because writing the MOR register requires the PASSWD(0x37), if missed, the write operation will be aborted. Signed-off-by: Patrice Vilchez patrice.vilc...@atmel.com --- arch/arm/mach-at91/pm_suspend.S |2 ++ 1 file changed, 2 insertions(+)

[PATCH 1/3] pm: at91: pm_suspend: add the WFI instruction support for ARMv7

2015-02-11 Thread Wenyou Yang
Add the WFI instruction to make the cpu to the idle state. In the meanwhile, disable the processor's clock. Signed-off-by: Wenyou Yang wenyou.y...@atmel.com --- arch/arm/mach-at91/pm_suspend.S | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git

Re: [PATCH v3 1/2] coresight: Adding coresight support for arm64 architecture

2015-02-11 Thread Mathieu Poirier
On 11 February 2015 at 04:36, Catalin Marinas catalin.mari...@arm.com wrote: On Tue, Feb 10, 2015 at 09:31:24PM -0700, mathieu.poir...@linaro.org wrote: From: Mathieu Poirier mathieu.poir...@linaro.org Most CoreSight blocks are 64-bit ready. As such move configuration entries from

[PATCH 0/3] AT91 pm fixes for 3.21

2015-02-11 Thread Wenyou Yang
Hi, The patch series purpose is to fix the AT91 pm. Add pm support for sama5d3 and sama5d4. Fix the MOR register KEY missing when writing. Add flush and disable the cache before going to suspending. Patrice Vilchez (1): pm: at91: pm_suspend: MOR register KEY was missing

Re: xt_recent broken in kernel 3.19.0 + PATCH

2015-02-11 Thread Cong Wang
(Cc'ing netdev and netfilter-devel lists) On Wed, Feb 11, 2015 at 10:31 AM, Chris Vine ch...@cvine.freeserve.co.uk wrote: On Wed, 11 Feb 2015 09:28:34 + Chris Vine ch...@cvine.freeserve.co.uk wrote: With kernel 3.19.0, the following iptables rule, where SSH_TRIES is set to 4: iptables

Re: BUG: spinlock bad magic on CPU#0, migration/0/9

2015-02-11 Thread Davidlohr Bueso
On Wed, 2015-02-11 at 16:34 -0800, Paul E. McKenney wrote: Hello! Did an earlier-than-usual port of v3.21 patches to post-v3.19, and hit the following on x86_64. This happened after about 15 minutes of rcutorture. In contrast, I have been doing successful 15-hour runs on v3.19. I will

Re: [PATCH] et131x: use msecs_to_jiffies for conversions

2015-02-11 Thread David Miller
From: Nicholas Mc Guire hof...@osadl.org Date: Wed, 11 Feb 2015 04:27:54 -0500 This is only an API consolidation and should make things more readable. Converting milliseconds to jiffies by val * HZ / 1000 is technically OK but msecs_to_jiffies(val) is the cleaner solution and handles all

Re: [PATCH v2] brcmfmac: avoid duplicated suspend/resume operation

2015-02-11 Thread Fu, Zhonghui
On 2015/2/9 16:36, Arend van Spriel wrote: On 02/09/15 05:43, Fu, Zhonghui wrote: From ff39ed4af9f1c50358fe92ec4c8eaac9db183e00 Mon Sep 17 00:00:00 2001 From: Zhonghui Fuzhonghui...@linux.intel.com Date: Mon, 26 Jan 2015 10:13:21 +0800 Subject: [PATCH v2] brcmfmac: avoid duplicated

Re: [PATCH] drivers: net: xgene: Make xgene_enet_of_match depend on CONFIG_OF

2015-02-11 Thread David Miller
From: Geert Uytterhoeven ge...@linux-m68k.org Date: Wed, 11 Feb 2015 11:25:40 +0100 If CONFIG_NET_XGENE=y but CONFIG_OF=n: drivers/net/ethernet/apm/xgene/xgene_enet_main.c:1033: warning: ‘xgene_enet_of_match’ defined but not used Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org

Re: [PATCH 1/3] driver core: export lock_device_hotplug/unlock_device_hotplug

2015-02-11 Thread Rafael J. Wysocki
On Wednesday, February 11, 2015 12:39:47 PM Andrew Morton wrote: On Wed, 11 Feb 2015 16:44:20 +0100 Vitaly Kuznetsov vkuzn...@redhat.com wrote: add_memory() is supposed to be run with device_hotplug_lock grabbed, otherwise it can race with e.g. device_online(). Allow external modules

[PATCH 1/2] regulator: core: Introduce set_load op

2015-02-11 Thread Bjorn Andersson
Expose the requested load directly to the regulator implementation for hardware that does not support the normal enum based set_mode(). Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- drivers/regulator/core.c | 39 ---

[PATCH 2/2] regulator: qcom-rpm: Implement set_load and enable drms

2015-02-11 Thread Bjorn Andersson
Pass the requested load directly to the rpm. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- drivers/regulator/qcom_rpm-regulator.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/drivers/regulator/qcom_rpm-regulator.c

Re: pull-request: wireless-drivers 2015-02-11

2015-02-11 Thread David Miller
From: Kalle Valo kv...@qca.qualcomm.com Date: Wed, 11 Feb 2015 20:43:53 +0200 here's one rtlwifi fix for 3.20. We have had two reports of this issue already, so it would be good to get this to -rc1 or -rc2. I rebased wireless-drivers on top of net-next, so this patch applies to net-next. I

Re: [PATCH] mmc: tegra: Optimize write_w path for tegra114 and later

2015-02-11 Thread Alexandre Courbot
On Thu, Feb 12, 2015 at 2:55 AM, Rhyland Klein rkl...@nvidia.com wrote: Setup a different set of sdhci_ops for tegra114 and later so that the write_w callback is only used on tegra114. This allows us to remove the NVQUIRK_SHADOW_XFER_MODE_REG and simply the logic in tegra_sdhci_writew. This

Re: [PATCH] eeprom: at24: Add support for large EEPROMs connected to SMBus adapters

2015-02-11 Thread Guenter Roeck
On Thu, Feb 05, 2015 at 09:53:26AM -0800, Guenter Roeck wrote: On Thu, Feb 05, 2015 at 03:40:28PM +0100, Wolfram Sang wrote: At the same time multi-master access is quite rare. It should still work in those rare cases. A setup of an SoC, an EC (those like to be masters, as

[PATCH] mmc: pwrseq: simplify alloc/free hooks

2015-02-11 Thread Alexandre Courbot
The alloc() and free() hooks required each pwrseq implementation to set host-pwrseq themselves. This is error-prone and could be done at a higher level if alloc() was changed to return a pointer to a struct mmc_pwrseq instead of an error code. This patch performs this change and moves the burden

Re: [PATCH v2 0/6] toshiba_acpi: Add new features plus some procfs ports

2015-02-11 Thread Darren Hart
On Tue, Feb 10, 2015 at 09:09:15PM -0700, Azael Avalos wrote: These patches add five new files to sysfs. With the first two files we are paving the way to the (hopefully) future removal of the (now deprecated) proc entries. The remaining entries were not ported due to the fact that they

Re: [PATCH 0/5] toshiba_acpi: Clean file plus some function renames

2015-02-11 Thread Darren Hart
On Tue, Feb 10, 2015 at 11:43:55PM -0700, Azael Avalos wrote: These patches are simply cleaning the file, making it more readable and in the process, make it comply according to coding style. ---8--- Darren, I'm sending these patches now and let you decide if you want them for 3.20 as

[Patch v4 0/2] Add Qualcomm ADM dmaengine driver

2015-02-11 Thread Andy Gross
This patch set introduces the dmaengine driver for the Qualcomm Application Data Mover (ADM) DMA controller present on MSM8x60, APQ8064, and IPQ8064 devices. The initial version of this driver will only support slave DMA operations between system memory and peripherals. Flow control via the CRCI

[PATCH] usb: dwc3: dwc3-omap: Fix disable IRQ

2015-02-11 Thread George Cherian
In the wrapper the IRQ disable should be done by writing 1's to the IRQ*_CLR register. Existing code is broken because it instead writes zeros to IRQ*_SET register. Fix this by adding functions dwc3_omap_write_irqmisc_clr() and dwc3_omap_write_irq0_clr() which do the right thing. Signed-off-by:

[Patch v4 2/2] dmaengine: Add ADM driver

2015-02-11 Thread Andy Gross
Add the DMA engine driver for the QCOM Application Data Mover (ADM) DMA controller found in the MSM8x60 and IPQ/APQ8064 platforms. The ADM supports both memory to memory transactions and memory to/from peripheral device transactions. The controller also provides flow control capabilities for

[Patch v4 1/2] dt/bindings: qcom_adm: Fix channel specifiers

2015-02-11 Thread Andy Gross
This patch removes the crci information from the dma channel property. At least one client device requires using more than one CRCI value for a channel. This does not match the current binding and the crci information needs to be removed. Instead, the client device will provide this information

Re: [PATCH 2/2] INPUT/HID: add touch support for SiS touch driver

2015-02-11 Thread Dmitry Torokhov
Hi Tammy, On Thu, Feb 12, 2015 at 02:07:26PM +0800, 曾婷葳 (tammy_tseng) wrote: Hi, I've checked the coding style and modified the i2c and hid touch driver for sis touch controller. Please help review them. Thanks a lot. This was sent as HTML so mailing lists dropped it. Thanks.

[RFC 06/16] mm/page_alloc: watch out zone range overlap

2015-02-11 Thread Joonsoo Kim
In the following patches, new zone, ZONE_CMA, will be introduced and it would be overlapped with other zones. Currently, many places iterating pfn range doesn't consider possibility of zone overlap and this would cause a problem such as printing wrong statistics information. To prevent this

[RFC 09/16] mm/cma: introduce cma_total_pages() for future use

2015-02-11 Thread Joonsoo Kim
In the following patches, total reserved page count is needed to initialize ZONE_CMA. This is the preparation step for that. Signed-off-by: Joonsoo Kim iamjoonsoo@lge.com --- include/linux/cma.h |9 + mm/cma.c| 17 + 2 files changed, 26 insertions(+)

[RFC 00/16] Introduce ZONE_CMA

2015-02-11 Thread Joonsoo Kim
Hello, This series try to solve problems of current CMA implementation. CMA is introduced to provide physically contiguous pages at runtime without exclusive reserved memory area. But, current implementation works like as previous reserved memory approach, because freepages on CMA region are

[RFC 07/16] mm/page_isolation: watch out zone range overlap

2015-02-11 Thread Joonsoo Kim
In the following patches, new zone, ZONE_CMA, will be introduced and it would be overlapped with other zones. Currently, many places iterating pfn range doesn't consider possibility of zone overlap and this would cause a problem such as printing wrong statistics information. To prevent this

[RFC 01/16] mm/page_alloc: correct highmem memory statistics

2015-02-11 Thread Joonsoo Kim
ZONE_MOVABLE could be treated as highmem so we need to consider it for accurate statistics. And, in following patches, ZONE_CMA will be introduced and it can be treated as highmem, too. So, instead of manually adding stat of ZONE_MOVABLE, looping all zones and check whether the zone is highmem or

Re: Re: [perf/core PATCH v2 3/4] perf buildid-cache: Add new buildid cache if update target is not cached

2015-02-11 Thread Masami Hiramatsu
(2015/02/11 23:57), Arnaldo Carvalho de Melo wrote: Em Wed, Feb 11, 2015 at 11:49:28AM -0300, Arnaldo Carvalho de Melo escreveu: Em Tue, Feb 10, 2015 at 06:18:56PM +0900, Masami Hiramatsu escreveu: Add new buildid cache if the update target file is not cached. This can happen when an old

[PATCH v3 6/8] arm64: dts: exynos: Add RTC and ADC dt node for Exynos5433 SoC

2015-02-11 Thread Chanwoo Choi
This patch adds RTC (Real Time Clock) dt node for Exynos5433 SoC and adds ADC dt node for Exynos5433 SoC. The c1b501564c98a94b4(iio: adc: exynos_adc: Add support for exynos7) commit supports the ADC for Exynos7. Exynos5433's ADC IP is the same with Exynos7's ADC IP. Exynos5433 has a little

[PATCH v3 5/8] arm64: dts: exynos: Add PMU dt node for Exynos5433

2015-02-11 Thread Chanwoo Choi
This patch adds PMU (Power Management Unit) dt node for Exynos5433 SoC and set the source clock for CLKOUT register as xxti . Cc: Kukjin Kim kg...@kernel.org Signed-off-by: Chanwoo Choi cw00.c...@samsung.com [ideal.song: Add the setting of CLKOUT register] Signed-off-by: Inha Song

Re: imx_v6_v7_defconfig needs lzop

2015-02-11 Thread Stephen Rothwell
Hi Geert, On Thu, 5 Feb 2015 12:12:17 +0100 Geert Uytterhoeven ge...@linux-m68k.org wrote: On Thu, Feb 5, 2015 at 11:59 AM, Uwe Kleine-König u.kleine-koe...@pengutronix.de wrote: On Wed, Feb 04, 2015 at 03:41:45PM +0100, Geert Uytterhoeven wrote: On Wed, Feb 4, 2015 at 3:32 PM, Fabio

Re: [PATCH v3] dma: imx-sdma: switch to dynamic context mode after script loaded

2015-02-11 Thread Vinod Koul
On Thu, Jan 22, 2015 at 03:23:40PM +0800, Robin Gong wrote: Below comments got from Page4724 of Reference Manual of i.mx6q: http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf --Static context mode should be used for the first channel called after reset to ensure that the all

Re: [PATCH 1/2] INPUT/HID: add touch support for SiS touch driver

2015-02-11 Thread Dmitry Torokhov
Hi Tammy, On Thu, Feb 12, 2015 at 02:07:21PM +0800, 曾婷葳 (tammy_tseng) wrote: Hi, I've checked the coding style and modified the i2c and hid touch driver for sis touch controller. Please help review them. Thanks a lot. This was again sent in base64, with DOS file endings... Tammy

Re: [PATCH] Input: sun4i-ts: add thermal driver dependency

2015-02-11 Thread Hans de Goede
Hi, On 11-02-15 19:24, Dmitry Torokhov wrote: On Thu, Jan 29, 2015 at 10:51:51AM -0800, Dmitry Torokhov wrote: On Thu, Jan 29, 2015 at 08:50:18AM +0100, Hans de Goede wrote: Hi, On 28-01-15 16:17, Arnd Bergmann wrote: The sun4i-ts driver has had a dependency on the thermal code since it was

Re: [PATCH] Input: sun4i-ts: add thermal driver dependency

2015-02-11 Thread Chen-Yu Tsai
On Fri, Jan 30, 2015 at 2:51 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Thu, Jan 29, 2015 at 08:50:18AM +0100, Hans de Goede wrote: Hi, On 28-01-15 16:17, Arnd Bergmann wrote: The sun4i-ts driver has had a dependency on the thermal code since it was first merged, The since it

Re: [PATCH 0/3] memory_hotplug: hyperv: fix deadlock between memory adding and onlining

2015-02-11 Thread David Rientjes
On Wed, 11 Feb 2015, David Rientjes wrote: If newly added memory is brought online with e.g. udev rule: SUBSYSTEM==memory, ACTION==add, ATTR{state}=online the following deadlock is observed (and easily reproducable): First participant, worker thread doing add_memory(): [

[PATCH v4 4/4] phy: add phy-hi6220-usb

2015-02-11 Thread Zhangfei Gao
Add usb phy controller for hi6220 platform Signed-off-by: Zhangfei Gao zhangfei@linaro.org --- drivers/phy/Kconfig | 9 ++ drivers/phy/Makefile | 1 + drivers/phy/phy-hi6220-usb.c | 306 +++ 3 files changed, 316 insertions(+)

[PATCH v4 3/4] usb: dwc2: platform: add hi6220 support

2015-02-11 Thread Zhangfei Gao
Signed-off-by: Zhangfei Gao zhangfei@linaro.org --- drivers/usb/dwc2/platform.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/drivers/usb/dwc2/platform.c b/drivers/usb/dwc2/platform.c index ae095f0..f7c67db 100644 --- a/drivers/usb/dwc2/platform.c +++

Re: [PATCH] Input: sun4i-ts: add thermal driver dependency

2015-02-11 Thread Chen-Yu Tsai
Hi, On Thu, Feb 12, 2015 at 3:01 PM, Hans de Goede hdego...@redhat.com wrote: Hi, On 11-02-15 19:24, Dmitry Torokhov wrote: On Thu, Jan 29, 2015 at 10:51:51AM -0800, Dmitry Torokhov wrote: On Thu, Jan 29, 2015 at 08:50:18AM +0100, Hans de Goede wrote: Hi, On 28-01-15 16:17, Arnd

Re: [RFT/PATCH] Input: bfin_rotary - introduce open and close methods

2015-02-11 Thread Dmitry Torokhov
Hi Sonic, On Fri, Feb 06, 2015 at 05:37:29PM +0800, Sonic Zhang wrote: Hi Dmitry, After apply your patch manually to my blackfin kernel tree, I got kernel panic when probe the rotary. Hmm, I found one potential issue that might cause panic, but it was preexisting Anyway, I uploaded all

Investment Opportunity (Shares, Bond Assets)

2015-02-11 Thread BellAir LLC
I bring you an investment opportunity to partner with us in this 2015 lucrative investment trading platform. Reply for more info; Dr. Tony O'Reilly investmenttrad...@bellair.net -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[RFC 03/16] mm/highmem: make nr_free_highpages() handles all highmem zones by itself

2015-02-11 Thread Joonsoo Kim
nr_free_highpages() manually add statistics per each highmem zone and return total value for them. Whenever we add a new highmem zone, we need to consider this function and it's really troublesome. Make it handles all highmem zones by itself. Signed-off-by: Joonsoo Kim iamjoonsoo@lge.com ---

[RFC 12/16] mm/cma: introduce new zone, ZONE_CMA

2015-02-11 Thread Joonsoo Kim
Currently, reserved pages for CMA are managed together with normal pages. To distinguish them, we used migratetype, MIGRATE_CMA, and do special handlings for this migratetype. But, it turns out that there are too many problems with this approach and to fix all of them needs many more hooks to page

[GIT PULL] AVR32 update for 3.20

2015-02-11 Thread Hans-Christian Egtvedt
Hello Linus, please pull git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32.git for-linus to receive the following AVR32 update for 3.20 Hans-Christian Egtvedt (2): avr32: wire up missing syscalls avr32: update all default configurations Alexandre Belloni (1):

RE: [PATCH v3] pinctrl: exynos: Add support for Exynos5433

2015-02-11 Thread Chanho Park
Hi Linus, We're looking forward to merging it on the v3.20. Could you pick this patch up before merge-window is closed? Best Regards, Chanho Park -Original Message- From: linux-arm-kernel [mailto:linux-arm-kernel- boun...@lists.infradead.org] On Behalf Of Chanwoo Choi Sent:

[RFC 13/16] mm/cma: populate ZONE_CMA and use this zone when GFP_HIGHUSERMOVABLE

2015-02-11 Thread Joonsoo Kim
Until now, reserved pages for CMA are managed altogether with normal page in the same zone. This approach has numorous problems and fixing them isn't easy. To fix this situation, ZONE_CMA is introduced in previous patch, but, not yet populated. This patch implement population of ZONE_CMA by

[RFC 10/16] mm/highmem: remove is_highmem_idx()

2015-02-11 Thread Joonsoo Kim
We can use is_highmem() on every callsites of is_highmem_idx() so is_highmem_idx() isn't really needed. And, if we introduce a new zone for CMA, we need to modify it to adapt for new zone, so it's inconvenient. Therefore, this patch remove it before introducing a new zone. Signed-off-by: Joonsoo

[RFC 14/16] mm/cma: print stealed page count

2015-02-11 Thread Joonsoo Kim
Reserved pages for CMA could be on different zone. To figure out memory map correctly, per zone number of stealed pages for CMA would be needed. Signed-off-by: Joonsoo Kim iamjoonsoo@lge.com --- mm/cma.c | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-)

[RFC 11/16] mm/page_alloc: clean-up free_area_init_core()

2015-02-11 Thread Joonsoo Kim
Some of initialization step can be done without any further information. If ZONE_CMA is introduced, it should be handled specially in free_area_init_core() since it has not enough zone information. But, some of data structure for ZONE_CMA should be initialized in this function so this patch moves

[PATCH v4 1/4] Documentation: dt-bindings: add dt binding info for hi6220 dwc2

2015-02-11 Thread Zhangfei Gao
Add necessary dwc2 binding documentation for Hisilicon soc: hi6220 Signed-off-by: Zhangfei Gao zhangfei@linaro.org --- Documentation/devicetree/bindings/usb/dwc2.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/usb/dwc2.txt

Re: General protection fault in iscsi_rx_thread_pre_handler

2015-02-11 Thread Nicholas A. Bellinger
Hi Gavin, On Tue, 2015-02-03 at 08:28 +0800, Gavin Guo wrote: Hi Nicholas, On Sun, Feb 1, 2015 at 11:47 AM, Gavin Guo gavin@canonical.com wrote: Hi Nicholas, On Sat, Jan 31, 2015 at 6:53 AM, Nicholas A. Bellinger n...@linux-iscsi.org wrote: On Fri, 2015-01-23 at 09:30 +0800,

Re: [PATCH 2/2] INPUT/HID: add touch support for SiS touch driver

2015-02-11 Thread tammy_tseng
Hi, Dmitry -Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Thursday, February 12, 2015 3:04 PM To: 曾婷葳 (tammy_tseng) Cc: Oliver Neukum; lkml; linux-in...@vger.kernel.org; tammy0...@gmail.com Subject: Re: [PATCH 2/2] INPUT/HID: add touch support

[PATCH v4 0/4] add usb support for hi6220

2015-02-11 Thread Zhangfei Gao
v4: Move drivers/usb/phy/phy-hi6220-usb.c to drivers/phy/phy-hi6220-usb.c, required by Balbi. Modify dt bindings per comments from Mark and Sergei v3: fix typo and add -EPROBE_DEFER of regulator, pointed by Peter v2: address comments from Sergei and Peter add hi6220_phy_setup(false) code v1:

[PATCH v4 2/4] Documentation: dt-bindings: add dt binding info for hi6220

2015-02-11 Thread Zhangfei Gao
Signed-off-by: Zhangfei Gao zhangfei@linaro.org --- .../devicetree/bindings/usb/hi6220-usb.txt | 49 ++ 1 file changed, 49 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/hi6220-usb.txt diff --git

Re: [PATCH 1/6] ALSA: line6: Improve line6_read/write_data() interfaces

2015-02-11 Thread Takashi Iwai
At Tue, 10 Feb 2015 23:03:12 -0600, Chris Rorvick wrote: Use explicit types to reflect the range of valid values. Well, this isn't necessarily to be changed at these places. If we want to be safer, there should be proper range checks instead. Also, readers may wonder when they see the

Re: [PATCH 2/6] ALSA: line6: Add delay before reading status

2015-02-11 Thread Takashi Iwai
At Tue, 10 Feb 2015 23:03:13 -0600, Chris Rorvick wrote: The device indicates the result of a read/write operation by making the status available on a subsequent request from the driver. This is not ready immediately, though, so the driver is currently slamming the device with hundreds of

xt_recent broken in kernel 3.19.0

2015-02-11 Thread Chris Vine
With kernel 3.19.0, the following iptables rule, where SSH_TRIES is set to 4: iptables -D SSH_CHAIN -m conntrack --ctstate NEW \ -m recent --update --seconds $SSH_LOGIN_PERIOD --hitcount $SSH_TRIES -j DROP generates this error message in syslog: kernel: xt_recent: hitcount (4) is larger

Re: [PATCH] fs: btrfs: free-space-cache.c: remove two unnecessary checks before calling kfree()

2015-02-11 Thread Julia Lawall
On Wed, 11 Feb 2015, Bas Peters wrote: kfree checks whether the pointer it is passed is NULL. The two foregoing checks are therefore unnecessary. This issue was detected using Coccinelle. Signed-off-by: Bas Peters baspeter...@gmail.com --- fs/btrfs/free-space-cache.c | 6 ++ 1

<    1   2   3   4   5   6   7   8   9   10   >