Re: [PATCH V2 1/2] mfd: add Marvell 88pm88x description

2015-06-23 Thread Vaibhav Hiremath
On Tuesday 23 June 2015 08:01 PM, Rob Herring wrote: On Fri, Jun 12, 2015 at 3:43 AM, Yi Zhang yizh...@marvell.com wrote: 88pm880 and 88pm886 are two combo PMIC chips, most of the function and the register mapping are the same How do they compare to 80x/822/860 PMICs? Zhang, Sorry, I

[PATCH 6/6] [media] s5c73m3: Remove redundant spi driver bus initialization

2015-06-23 Thread Antonio Borneo
In ancient times it was necessary to manually initialize the bus field of an spi_driver to spi_bus_type. These days this is done in spi_register_driver(), so we can drop the manual assignment. Signed-off-by: Antonio Borneo borneo.anto...@gmail.com To: Mauro Carvalho Chehab mche...@osg.samsung.com

[PATCH 2/6] iio: ssp_sensors: Remove redundant spi driver bus initialization

2015-06-23 Thread Antonio Borneo
In ancient times it was necessary to manually initialize the bus field of an spi_driver to spi_bus_type. These days this is done in spi_register_driver(), so we can drop the manual assignment. Signed-off-by: Antonio Borneo borneo.anto...@gmail.com To: Jonathan Cameron ji...@kernel.org To:

Re: [RFC][PATCH 00/13] percpu rwsem -v2

2015-06-23 Thread Daniel Wagner
On 06/23/2015 04:34 PM, Peter Zijlstra wrote: On Tue, Jun 23, 2015 at 11:35:24AM +0200, Daniel Wagner wrote: flock01 mean variance sigmamaxmin 4.1.011.7075 816.334128.5716 125.6552 0.0021

Re: [PATCH] stmmac: explicitly zero des0 des1 on init

2015-06-23 Thread Alexey Brodkin
Hi David, On Mon, 2015-06-22 at 09:43 +0300, Alexey Brodkin wrote: Hi David, On Sun, 2015-06-21 at 09:29 -0700, David Miller wrote: From: Alexey Brodkin alexey.brod...@synopsys.com Date: Tue, 16 Jun 2015 20:40:41 +0300 Current implementtion of descriptor init procedure only takes

Re: [Xen-devel] [RFC 23/23] arm/xen: Add support for 64KB page granularity

2015-06-23 Thread Julien Grall
On 23/06/15 15:49, Stefano Stabellini wrote: Yes, you are right, I was reading an older version of Linux that still had xen_remap_domain_mfn_range properly implemented. The new function is called xen_remap_domain_mfn_array which calls xen_xlate_remap_gfn_array. I'll rephrase my question

[PATCH][RT][3.14-rt] irq_work: Split raised and lazy lists

2015-06-23 Thread Steven Rostedt
I cherry-picked this from mainline and modified it with some of the code in 4.0-rt to get it to work. As I'm considering this as more of a stable pull and not as much of a specific -rt pull, I'm going to include this patch with my next stable-rt release without doing the formal -rc. But I still

Re: [PATCH 2/2] cpufreq: mediatek: Add MT8173 cpufreq driver

2015-06-23 Thread Pi-Cheng Chen
Hi Viresh, On Mon, Jun 22, 2015 at 7:45 PM, Viresh Kumar viresh.ku...@linaro.org wrote: On 08-06-15, 20:29, Pi-Cheng Chen wrote: Sorry for the delay, I have been quite busy recently. That's fine. Thanks for reviewing. +++ b/drivers/cpufreq/mt8173-cpufreq.c +static

Re: [PATCH] of: define of_find_node_by_phandle for !CONFIG_OF

2015-06-23 Thread Rob Herring
On Thu, Jun 18, 2015 at 12:25 PM, Suman Anna s-a...@ti.com wrote: On 06/17/2015 06:33 PM, Rob Herring wrote: On Wed, Jun 17, 2015 at 11:53 AM, Suman Anna s-a...@ti.com wrote: Define stub implementation for of_find_node_by_phandle() API so that users of this API can build properly even when

Re: [PATCH-v2 3/3] mfd: devicetree: bindings: Add new 88pm800 mfd binding

2015-06-23 Thread Rob Herring
On Wed, Jun 17, 2015 at 1:58 PM, Vaibhav Hiremath vaibhav.hirem...@linaro.org wrote: With addition of DT support to 88pm800 mfd driver, this patch adds new DT binding documentation along with respective properties. Signed-off-by: Vaibhav Hiremath vaibhav.hirem...@linaro.org Acked-by: Rob

Re: linux-next: Tree for Jun 23

2015-06-23 Thread Eric W. Biederman
Greg Kroah-Hartman gre...@linuxfoundation.org writes: On Tue, Jun 23, 2015 at 05:53:58AM -0500, Eric W. Biederman wrote: Stephen could you please drop the kdbus tree? What? No, that's not how this works. That's not how any of this works. That is exactly how this works. Unless there was

[PATCH 4/4] ARM: Add defconfig for RC Module K1879XB1YA SoC

2015-06-23 Thread Andrew Andrianov
Signed-off-by: Andrew Andrianov and...@ncrmnt.org --- arch/arm/configs/rcm_k1879xb1ya_defconfig | 2638 + 1 file changed, 2638 insertions(+) create mode 100644 arch/arm/configs/rcm_k1879xb1ya_defconfig diff --git a/arch/arm/configs/rcm_k1879xb1ya_defconfig

[PATCH 3/4] ARM: dts: rcm-k1879xb1: Add dts files for K1879XB1YA

2015-06-23 Thread Andrew Andrianov
Signed-off-by: Andrew Andrianov and...@ncrmnt.org --- arch/arm/Kconfig | 1 + arch/arm/boot/dts/Makefile| 1 + arch/arm/boot/dts/rcm-k1879xb1-mb7707.dts | 158 + arch/arm/boot/dts/rcm-k1879xb1.dtsi | 521 ++ 4

[PATCH 0/6] Remove redundant spi driver bus initialization

2015-06-23 Thread Antonio Borneo
This cleanup was already completed between end 2011 and early 2012 with a patch series from Lars-Peter Clausen: https://lkml.org/lkml/2011/11/24/190 Later on new redundant initialization re-appeared here and there. Time to cleanup again. And, yes, I'm lazy! I copy-paste the exact same commit

Re: [PATCH 01/17] phy: ti-pipe3: use ti_pipe3_power_off to power off the PHY during probe

2015-06-23 Thread Roger Quadros
On Tue, 23 Jun 2015 17:28:46 +0530 Kishon Vijay Abraham I kis...@ti.com wrote: No functional change. Previously omap_control_phy_power() was used to power off the PHY during probe. But once PIPE3 driver is adapted to use syscon, omap_control_phy_power() cannot be used. Hence used

[PATCH 4/6] net: ieee802154: Remove redundant spi driver bus initialization

2015-06-23 Thread Antonio Borneo
In ancient times it was necessary to manually initialize the bus field of an spi_driver to spi_bus_type. These days this is done in spi_register_driver(), so we can drop the manual assignment. Signed-off-by: Antonio Borneo borneo.anto...@gmail.com To: Alan Ott a...@signal11.us To: Alexander Aring

[PATCH 3/6] staging: mt29f_spinand: Remove redundant spi driver bus initialization

2015-06-23 Thread Antonio Borneo
In ancient times it was necessary to manually initialize the bus field of an spi_driver to spi_bus_type. These days this is done in spi_register_driver(), so we can drop the manual assignment. Signed-off-by: Antonio Borneo borneo.anto...@gmail.com To: Greg Kroah-Hartman gre...@linuxfoundation.org

Re: [PATCH 4/6] net: ieee802154: Remove redundant spi driver bus initialization

2015-06-23 Thread Varka Bhadram
Hi Antonio Borneo, On Tuesday 23 June 2015 08:22 PM, Antonio Borneo wrote: In ancient times it was necessary to manually initialize the bus field of an spi_driver to spi_bus_type. These days this is done in spi_register_driver(), so we can drop the manual assignment. Signed-off-by: Antonio

Re: [PATCHv4 00/27] perf stat: Introduce --per-thread option

2015-06-23 Thread Arnaldo Carvalho de Melo
Em Tue, Jun 23, 2015 at 05:08:07PM +0300, Adrian Hunter escreveu: On 23/06/15 17:05, Arnaldo Carvalho de Melo wrote: Em Tue, Jun 23, 2015 at 09:22:00AM +0200, Jiri Olsa escreveu: On Mon, Jun 22, 2015 at 08:06:00PM -0300, Arnaldo Carvalho de Melo wrote: Em Tue, Jun 23, 2015 at 12:36:01AM

Re: [PATCH v2 6/9] irqchip / gic: Add stacked irqdomain support for ACPI based GICv2 init

2015-06-23 Thread Hanjun Guo
On 06/23/2015 01:20 AM, Lorenzo Pieralisi wrote: On Fri, Jun 19, 2015 at 09:46:09AM +0100, Hanjun Guo wrote: Introduce acpi_irq_domain for GICv2 core domain instead of referring to the irq_default_domain, based on that, pass gsi as the argument and get the gsi in gic_irq_domain_alloc() to add

Re: [PATCH 2/3] Documentation: dt-bindings: Add snps,need-phy-for-wake for dwc2 USB

2015-06-23 Thread Doug Anderson
Rob, On Tue, Jun 23, 2015 at 7:17 AM, Rob Herring robherri...@gmail.com wrote: On Mon, Jun 22, 2015 at 6:52 PM, Douglas Anderson diand...@chromium.org wrote: Some SoCs with a dwc2 USB controller may need to keep the PHY on to support remote wakeup. Allow specifying this as a device tree

Re: [non-pretimeout,4/7] Watchdog: introduce ARM SBSA watchdog driver

2015-06-23 Thread Guenter Roeck
On Tue, Jun 23, 2015 at 09:26:35PM +0800, Fu Wei wrote: Hi Guenter, [ ...] + * When the first timeout occurs, WS0(SPI or LPI) is triggered, + * the second timeout period(as long as the first timeout period) starts. no longer accurate if WOR is used for the second period.

[GIT PULL] MFD for v4.2

2015-06-23 Thread Lee Jones
Hi Linus, The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22: Linux 4.1-rc2 (2015-05-03 19:22:23 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-for-linus-4.2 for you to fetch changes up to

[PATCH 5/6] wireless: cw1200: Remove redundant spi driver bus initialization

2015-06-23 Thread Antonio Borneo
In ancient times it was necessary to manually initialize the bus field of an spi_driver to spi_bus_type. These days this is done in spi_register_driver(), so we can drop the manual assignment. Signed-off-by: Antonio Borneo borneo.anto...@gmail.com To: Solomon Peachy pi...@shaftnet.org To: Kalle

Re: kdbus: to merge or not to merge?

2015-06-23 Thread Andy Lutomirski
On Tue, Jun 23, 2015 at 12:22 AM, Richard Weinberger richard.weinber...@gmail.com wrote: On Tue, Jun 23, 2015 at 8:41 AM, Greg KH gre...@linuxfoundation.org wrote: The current state of uncertainty is problematic, I think. The kdbus team is spending a lot of time making things compatible with

[PATCH] ARM: use phys_addr_t in pfn_to_kaddr()

2015-06-23 Thread Vitaly Andrianov
This patch fixes pfn_to_kaddr() to use phys_addr_t. Without this, this macro is broken on LPAE systems. For physical addresses above first 4GB result of shifting pfn with PAGE_SHIFT may be truncated. Signed-off-by: Vitaly Andrianov vita...@ti.com --- arch/arm/include/asm/memory.h | 2 +- 1 file

Re: [PATCH] net: switchdev: ignore unsupported bridge flags

2015-06-23 Thread Jiri Pirko
Tue, Jun 23, 2015 at 04:26:04PM CEST, vivien.dide...@savoirfairelinux.com wrote: switchdev_port_bridge_getlink() queries SWITCHDEV_ATTR_PORT_BRIDGE_FLAGS attributes, but a driver doesn't need to implement this in order to get bridge link information. So error out only on errors different than

Re: [PATCH 02/15] libnvdimm: infrastructure for btt devices

2015-06-23 Thread Dan Williams
On Tue, Jun 23, 2015 at 3:19 AM, Christoph Hellwig h...@lst.de wrote: On Mon, Jun 22, 2015 at 12:02:54PM -0700, Dan Williams wrote: I don't see the need to re-invent partitioning which is the path this requested rework is putting us on... However, when the need arises for smaller granularity

Re: [PATCH 2/3] mm, x86: Remove region_is_ram() call from ioremap

2015-06-23 Thread Toshi Kani
On Tue, 2015-06-23 at 11:01 +0200, Ingo Molnar wrote: * Mike Travis tra...@sgi.com wrote: We have a large university system in the UK that is experiencing very long delays modprobing the driver for a specific I/O device. The delay is from 8-10 minutes per device and there are 31

Re: [PATCH] Documentation: DT: Fix a typo in the filename lantiq,chip-pinumx.txt

2015-06-23 Thread Rob Herring
On Thu, Jun 18, 2015 at 1:19 PM, thomas.lan...@lantiq.com wrote: From: Thomas Langer thomas.lan...@lantiq.com To fix it, use the chance to rename according the compatible string, which is lantiq,pinctrl-falcon and lantiq,pinctrl-xway Signed-off-by: Thomas Langer thomas.lan...@lantiq.com

Re: [PATCH] crypto: jitterentropy - avoid compiler warnings

2015-06-23 Thread Guenter Roeck
On Tue, Jun 23, 2015 at 04:18:54PM +0200, Stephan Mueller wrote: Hi Geert, Guenter, may I ask that you check that the following patch compiles without errors or warnings on your systems? Stephan, I applied your patch on top of the current mainline (which includes the crypto updates for

Re: [PATCH 1/2] dt-bindings: mediatek: Add MT8173 cpufreq driver binding

2015-06-23 Thread Pi-Cheng Chen
Hi, May I get some comments for this patch to get this series proceeding? Pi-Cheng On Mon, Jun 8, 2015 at 8:29 PM, Pi-Cheng Chen pi-cheng.c...@linaro.org wrote: This patch adds device tree binding document for MT8173 cpufreq driver. Signed-off-by: Pi-Cheng Chen pi-cheng.c...@linaro.org ---

Re: [PATCH] crypto: jitterentropy - avoid compiler warnings

2015-06-23 Thread Stephan Mueller
Am Dienstag, 23. Juni 2015, 08:31:10 schrieb Guenter Roeck: Hi Guenter, On Tue, Jun 23, 2015 at 04:18:54PM +0200, Stephan Mueller wrote: Hi Geert, Guenter, may I ask that you check that the following patch compiles without errors or warnings on your systems? Stephan, I applied your patch

Re: [-next] ARM: Fix build if CLKDEV_LOOKUP is not configured

2015-06-23 Thread Thomas Gleixner
On Tue, 23 Jun 2015, Russell King - ARM Linux wrote: If you'd like me to apply a patch, it's no good discussing it in a place where I have no knowledge of, and then suggesting that I should apply it. Paul Gortmaker brought your patch to my attention, and said that it had been breaking MIPS

Re: [v4 01/16] KVM: Extend struct pi_desc for VT-d Posted-Interrupts

2015-06-23 Thread Paolo Bonzini
On 11/06/2015 12:51, Feng Wu wrote: + union { + struct { + /* bit 256 - Outstanding Notification */ + u64 on : 1, + /* bit 257 - Suppress Notification */ + sn

Re: [PATCH] IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXX

2015-06-23 Thread Bart Van Assche
On 06/22/15 21:41, Vaishali Thakkar wrote: if (!slot || slot 16) { mad-mad_hdr.status - = __constant_cpu_to_be16(DM_MAD_STATUS_INVALID_FIELD); + = cpu_to_be16(DM_MAD_STATUS_INVALID_FIELD); return; }

Re: Stop SSD from waiting for Spinning up disk...

2015-06-23 Thread Jeff Chua
On Mon, Jun 22, 2015 at 11:36 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Mon, Jun 22, 2015 at 03:25:29PM +0800, Jeff Chua wrote: There's no need to wait for disk spin-up for USB SSD devices. This patch allow the SSD to skip waiting disk spin-up by passing sd_mod.ssd=1 during

Re: vdso f_op-mremap (Was: special_mapping_fault() is broken)

2015-06-23 Thread Pavel Emelyanov
On 06/23/2015 03:47 AM, Oleg Nesterov wrote: On 06/21, Oleg Nesterov wrote: Forgot to add Andy... Add Pavel ;) I never understood why -mremap() lives in file_operations, not in vm_operations_struct. To me vma-vm_file-f_op in move_vma() just looks strange, vma-vm_ops-mremap(new_vma)

Re: [RFC][PATCH] fs: optimize inotify/fsnotify code for unwatched files

2015-06-23 Thread Jan Kara
On Fri 19-06-15 14:50:25, Dave Hansen wrote: From: Dave Hansen dave.han...@linux.intel.com I have a _tiny_ microbenchmark that sits in a loop and writes single bytes to a file. Writing one byte to a tmpfs file is around 2x slower than reading one byte from a file, which is a _bit_ more

[-next] ARM: Fix build if CLKDEV_LOOKUP is not configured

2015-06-23 Thread Russell King - ARM Linux
If you'd like me to apply a patch, it's no good discussing it in a place where I have no knowledge of, and then suggesting that I should apply it. Paul Gortmaker brought your patch to my attention, and said that it had been breaking MIPS for a week, and asked whether I had any knowledge of it. I

[PATCH 2/4] of: Add vendor prefix for RC Module

2015-06-23 Thread Andrew Andrianov
Signed-off-by: Andrew Andrianov and...@ncrmnt.org --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 8033919..d172640

[PATCH 7/9] staging: vme_user: remove unused variable

2015-06-23 Thread Dmitry Kalinkin
Signed-off-by: Dmitry Kalinkin dmitry.kalin...@gmail.com --- drivers/staging/vme/devices/vme_user.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/staging/vme/devices/vme_user.c b/drivers/staging/vme/devices/vme_user.c index 85eb6ee..28a70f4 100644 ---

[PATCH 6/9] staging: vme_user: return -EFAULT on __copy_*_user errors

2015-06-23 Thread Dmitry Kalinkin
Signed-off-by: Dmitry Kalinkin dmitry.kalin...@gmail.com --- drivers/staging/vme/devices/vme_user.c | 47 -- 1 file changed, 11 insertions(+), 36 deletions(-) diff --git a/drivers/staging/vme/devices/vme_user.c b/drivers/staging/vme/devices/vme_user.c index

Re: [PATCH v5 5/5] block: loop: support DIO AIO

2015-06-23 Thread Ming Lei
On Mon, Jun 22, 2015 at 8:09 PM, Ming Lei ming@canonical.com wrote: On Wed, Jun 10, 2015 at 3:46 PM, Christoph Hellwig h...@infradead.org wrote: + int ret; + + /* nomerge for loop request queue */ + WARN_ON(cmd-rq-bio != cmd-rq-biotail); + + bvec =

[PATCH 0/9] vme_user checkpatch fixes and read()/write() rework

2015-06-23 Thread Dmitry Kalinkin
First four patches are fixes for various checpatch warnings. Next there is a change to drop large read()/write() stub followed by a change to rework user copy error codes. Last three changes are refactorings. Dmitry Kalinkin (9): staging: vme_user: fix code alignment staging: vme_user: fix

[PATCH] staging: rtl8192u: bool tests don't need comparisons

2015-06-23 Thread Luis de Bethencourt
Remove explicit true/false comparations to bool variables. Signed-off-by: Luis de Bethencourt l...@debethencourt.com --- drivers/staging/rtl8192u/r8192U_core.c | 7 --- drivers/staging/rtl8192u/r8192U_dm.c | 21 +++-- 2 files changed, 15 insertions(+), 13 deletions(-)

Re: [PATCH 1/8] ARC: perf: support RAW events

2015-06-23 Thread Vineet Gupta
On Monday 22 June 2015 08:11 PM, Peter Zijlstra wrote: On Wed, Jun 17, 2015 at 07:40:37PM +0530, Vineet Gupta wrote: I would much prefer the raw thing to remain a number; it puts you in pretty much the same place as most other archs, including x86. Sure, but that doesn't mean we start using

Re: [PATCH 3/3] xen/block: add multi-page ring support

2015-06-23 Thread Marcus Granado
On 22/06/15 02:20, Bob Liu wrote: On 06/09/2015 10:07 PM, Roger Pau Monné wrote: El 09/06/15 a les 15.39, Konrad Rzeszutek Wilk ha escrit: ... Roger, I put them (patches) on devel/for-jens-4.2 on git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git I think these two patches:

Re: [PATCH 6/9] staging: vme_user: return -EFAULT on __copy_*_user errors

2015-06-23 Thread Dmitry Kalinkin
On 23 Jun 2015, at 16:51, Dan Carpenter dan.carpen...@oracle.com wrote: On Tue, Jun 23, 2015 at 03:42:30PM +0300, Dmitry Kalinkin wrote: @@ -178,38 +167,24 @@ static ssize_t buffer_to_user(unsigned int minor, char __user *buf, size_t count, loff_t *ppos) {

[PATCH 3/9] drivers: clk: st: Remove unused code

2015-06-23 Thread Gabriel Fernandez
Remove this duplicated code due to a bad copy / paste. Signed-off-by: Gabriel Fernandez gabriel.fernan...@linaro.org --- drivers/clk/st/clkgen-fsyn.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/clk/st/clkgen-fsyn.c b/drivers/clk/st/clkgen-fsyn.c index e6d7073..e7e6782 100644

[PATCH 4/9] drivers: clk: st: Fix FSYN channel values

2015-06-23 Thread Gabriel Fernandez
This patch fixes the value for disabling the FSYN channel clock. The 'is_enabled' returned value is also fixed. Signed-off-by: Pankaj Dev pankaj@st.com Signed-off-by: Gabriel Fernandez gabriel.fernan...@linaro.org --- drivers/clk/st/clkgen-fsyn.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH v6 0/8] Watchdog: introduce ARM SBSA watchdog driver

2015-06-23 Thread fu . wei
From: Fu Wei fu@linaro.org This patchset: (1)Introduce Documentation/devicetree/bindings/watchdog/sbsa-gwdt.txt for FDT info of SBSA Generic Watchdog, and give two examples of adding SBSA Generic Watchdog device node into the dts files: foundation-v8.dts and

[PATCH v6 2/8] ARM64: add SBSA Generic Watchdog device node in foundation-v8.dts

2015-06-23 Thread fu . wei
From: Fu Wei fu@linaro.org This can be a example of adding SBSA Generic Watchdog device node into some dts files for the Soc which contains SBSA Generic Watchdog. Acked-by: Arnd Bergmann a...@arndb.de Signed-off-by: Fu Wei fu@linaro.org --- arch/arm64/boot/dts/arm/foundation-v8.dts | 10

Re: [PATCH 02/13] driver-core: defer all probes until late_initcall

2015-06-23 Thread Tomeu Vizoso
On 23 June 2015 at 16:37, Rafael J. Wysocki r...@rjwysocki.net wrote: On Monday, June 22, 2015 07:07:08 PM Rob Herring wrote: On Fri, Jun 19, 2015 at 6:20 PM, Rafael J. Wysocki r...@rjwysocki.net wrote: On Friday, June 19, 2015 03:36:46 PM Tomeu Vizoso wrote: On 18 June 2015 at 23:50,

[PATCH v6 4/8] Watchdog: introdouce pretimeout into framework

2015-06-23 Thread fu . wei
From: Fu Wei fu@linaro.org Also update Documentation/watchdog/watchdog-kernel-api.txt to introduce: (1)the new elements in the watchdog_device and watchdog_ops struct; (2)the new API watchdog_init_timeouts Reasons: (1)kernel already has two watchdog drivers are using pretimeout:

[PATCH] staging: lustre: mgc: no need to compare bool value

2015-06-23 Thread Luis de Bethencourt
Inverting the value of eof is a more direct way of passing to the debugging function if eof is false or not. Signed-off-by: Luis de Bethencourt l...@debethencourt.com --- drivers/staging/lustre/lustre/mgc/mgc_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v6 3/8] ARM64: add SBSA Generic Watchdog device node in amd-seattle-soc.dtsi

2015-06-23 Thread fu . wei
From: Fu Wei fu@linaro.org This can be a example of adding SBSA Generic Watchdog device node into some dts files for the Soc which contains SBSA Generic Watchdog. Acked-by: Arnd Bergmann a...@arndb.de Acked-by: Suravee Suthikulpanit suravee.suthikulpa...@amd.com Tested-by: Suravee

Re: [PATCH 2/3] Documentation: dt-bindings: Add snps,need-phy-for-wake for dwc2 USB

2015-06-23 Thread Rob Herring
On Mon, Jun 22, 2015 at 6:52 PM, Douglas Anderson diand...@chromium.org wrote: Some SoCs with a dwc2 USB controller may need to keep the PHY on to support remote wakeup. Allow specifying this as a device tree property. I find it hard to believe that any host can support wake-up without the

[PATCH v6 1/8] Documentation: add sbsa-gwdt.txt documentation

2015-06-23 Thread fu . wei
From: Fu Wei fu@linaro.org The sbsa-gwdt.txt documentation in devicetree/bindings/watchdog is for introducing SBSA(Server Base System Architecture) Generic Watchdog device node info into FDT. Acked-by: Arnd Bergmann a...@arndb.de Signed-off-by: Fu Wei fu@linaro.org ---

Re: [PATCH v2 4/8] input: goodix: reset device at init

2015-06-23 Thread Octavian Purdila
On Tue, Jun 23, 2015 at 5:12 PM, Bastien Nocera had...@hadess.net wrote: On Tue, 2015-06-23 at 13:23 +, Tirdea, Irina wrote: -Original Message- From: linux-input-ow...@vger.kernel.org [mailto: linux-input-ow...@vger.kernel.org] On Behalf Of Bastien Nocera Sent: 09 June,

Re: [PATCH 4/6] net: ieee802154: Remove redundant spi driver bus initialization

2015-06-23 Thread Alan Ott
On 06/23/2015 10:52 AM, Antonio Borneo wrote: In ancient times it was necessary to manually initialize the bus field of an spi_driver to spi_bus_type. These days this is done in spi_register_driver(), so we can drop the manual assignment. Signed-off-by: Antonio Borneo borneo.anto...@gmail.com

Re: [PATCH v2] trace/events: add chip name and hwirq to irq entry tracepoint

2015-06-23 Thread Ankit Gupta
On Mon, 22 Jun 2015, Ankit Gupta wrote: Add chip name and hw-irq number to the trace_irq_handler_entry() tracepoint. When tracing interrupt events the chip-name and hw-irq numbers are stable and known in advance. This makes them a better choice as a filtering criteria for the trace buffer

Re: [PATCH V6 08/17] perf tools: Add Intel PT support

2015-06-23 Thread Arnaldo Carvalho de Melo
Em Tue, Jun 23, 2015 at 09:29:34AM +0300, Adrian Hunter escreveu: On 23/06/15 02:00, Arnaldo Carvalho de Melo wrote: [root@zoo ~]# rpm -q glibc-debuginfo glibc-debuginfo-2.20-8.fc21.x86_64 But then, it didn't even resolve the DSO, which it should, as I did manually :-/ Will continue

Re: [PATCH 03/32] ACPICA: Hardware: Enable 64-bit firmware waking vector for selected FACS.

2015-06-23 Thread Rafael J. Wysocki
Hi Lv, On Fri, Jun 19, 2015 at 5:38 AM, Lv Zheng lv.zh...@intel.com wrote: ACPICA commit 7aa598d711644ab0de5f70ad88f1e2de253115e4 The root cause of the reported bug might be one of the followings: 1. BIOS may favor the 64-bit firmware waking vector address when the version of the FACS is

Re: [RFC 2/4] mm, thp: khugepaged checks for THP allocability before scanning

2015-06-23 Thread Vlastimil Babka
On 06/18/2015 03:00 AM, David Rientjes wrote: On Mon, 11 May 2015, Vlastimil Babka wrote: Khugepaged could be scanning for collapse candidates uselessly, if it cannot allocate a hugepage in the end. The hugepage preallocation mechanism prevented this, but only for !NUMA configurations. It was

Re: [PATCH V2 1/2] mfd: add Marvell 88pm88x description

2015-06-23 Thread Rob Herring
On Fri, Jun 12, 2015 at 3:43 AM, Yi Zhang yizh...@marvell.com wrote: 88pm880 and 88pm886 are two combo PMIC chips, most of the function and the register mapping are the same How do they compare to 80x/822/860 PMICs? Signed-off-by: Yi Zhang yizh...@marvell.com ---

Re: [PATCH v2 2/4] sched:Consider imbalance_pct when comparing loads in numa_has_capacity

2015-06-23 Thread Ingo Molnar
* Srikar Dronamraju sri...@linux.vnet.ibm.com wrote: * Ingo Molnar mi...@kernel.org [2015-06-23 10:10:39]: Please let me know if there are any better ways to observe the spread. [...] There are. I see you are using prehistoric tooling, but see the various NUMA convergence

[PATCH] net: switchdev: ignore unsupported bridge flags

2015-06-23 Thread Vivien Didelot
switchdev_port_bridge_getlink() queries SWITCHDEV_ATTR_PORT_BRIDGE_FLAGS attributes, but a driver doesn't need to implement this in order to get bridge link information. So error out only on errors different than -EOPNOTSUPP. (This is a follow-up patch for 7d4f8d8.) Signed-off-by: Vivien

Re: [PATCH v5 1/2] iio: adc: vf610: implement configurable conversion modes

2015-06-23 Thread Rob Herring
On Sun, Jun 14, 2015 at 6:12 AM, Jonathan Cameron ji...@kernel.org wrote: On 08/06/15 21:07, Stefan Agner wrote: On 2015-06-08 19:49, Rob Herring wrote: On Wed, May 27, 2015 at 7:47 AM, Stefan Agner ste...@agner.ch wrote: Support configurable conversion mode through sysfs. So far, the mode

Re: [RFC][PATCH 00/13] percpu rwsem -v2

2015-06-23 Thread Peter Zijlstra
On Tue, Jun 23, 2015 at 11:35:24AM +0200, Daniel Wagner wrote: flock01 mean variance sigmamaxmin 4.1.011.7075 816.334128.5716 125.6552 0.0021 4.1.0+percpu-rwsem11.4614 760.134527.5705

Re: [RFC][PATCH 12/13] stop_machine: Remove lglock

2015-06-23 Thread Paul E. McKenney
On Tue, Jun 23, 2015 at 12:55:48PM +0200, Peter Zijlstra wrote: On Tue, Jun 23, 2015 at 12:09:32PM +0200, Peter Zijlstra wrote: We can of course slap a percpu-rwsem in, but I wonder if there's anything smarter we can do here. Urgh, we cannot use percpu-rwsem here, because that would

Re: [PATCH 00/19] Fix Intel IOMMU breakage in kdump kernel

2015-06-23 Thread David Woodhouse
On Tue, 2015-06-23 at 16:06 +0200, Joerg Roedel wrote: On Tue, Jun 23, 2015 at 02:31:30PM +0100, David Woodhouse wrote: However, it's still fairly gratuitous for all non-broken hardware, and will tend to hide hardware and driver bugs during testing of new hardware. I'd much rather see

Re: [RFC 23/23] arm/xen: Add support for 64KB page granularity

2015-06-23 Thread Julien Grall
Hi, On 23/06/15 15:19, Stefano Stabellini wrote: diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c index 224081c..dcfe251 100644 --- a/arch/arm/xen/enlighten.c +++ b/arch/arm/xen/enlighten.c @@ -93,8 +93,8 @@ static void xen_percpu_init(void) pr_info(Xen: initializing

Re: [PATCH v5 2/6] arch: unify ioremap prototypes and macro aliases

2015-06-23 Thread Dan Williams
On Tue, Jun 23, 2015 at 3:07 AM, Christoph Hellwig h...@lst.de wrote: On Mon, Jun 22, 2015 at 10:12:40AM -0700, Dan Williams wrote: Is that an acked-by for this cycle with a request to go deeper for 4.3? I wouldn't really expect something this wide reaching to be picked up for this cycle, but

Re: [PATCH 02/13] driver-core: defer all probes until late_initcall

2015-06-23 Thread Tomeu Vizoso
On 23 June 2015 at 16:51, Rafael J. Wysocki r...@rjwysocki.net wrote: On Tuesday, June 23, 2015 04:17:29 PM Tomeu Vizoso wrote: On 23 June 2015 at 16:37, Rafael J. Wysocki r...@rjwysocki.net wrote: On Monday, June 22, 2015 07:07:08 PM Rob Herring wrote: On Fri, Jun 19, 2015 at 6:20 PM,

[PATCH 1/6] ASoC: wm0010: Remove redundant spi driver bus initialization

2015-06-23 Thread Antonio Borneo
In ancient times it was necessary to manually initialize the bus field of an spi_driver to spi_bus_type. These days this is done in spi_register_driver(), so we can drop the manual assignment. Signed-off-by: Antonio Borneo borneo.anto...@gmail.com To: Jaroslav Kysela pe...@perex.cz To: Takashi

Re: [RFC 23/23] arm/xen: Add support for 64KB page granularity

2015-06-23 Thread Stefano Stabellini
On Tue, 23 Jun 2015, Julien Grall wrote: Hi, On 23/06/15 15:19, Stefano Stabellini wrote: diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c index 224081c..dcfe251 100644 --- a/arch/arm/xen/enlighten.c +++ b/arch/arm/xen/enlighten.c @@ -93,8 +93,8 @@ static void

Re: [PATCH 02/17] phy: ti-pipe3: use *syscon* framework to power on/off the PHY

2015-06-23 Thread Roger Quadros
Hi Kishon, On Tue, 23 Jun 2015 17:28:47 +0530 Kishon Vijay Abraham I kis...@ti.com wrote: Deprecate using phy-omap-control driver to power on/off the PHY and use *syscon* framework to do the same. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com ---

[PATCH 1/4] ARM: rcm-k1879xb1: Add support for K1879XB1 SoC

2015-06-23 Thread Andrew Andrianov
This patch adds basic support for RC Module's K1879XB1YA SoC. K1879XB1YA is a hybrid SoC with one ARM1176JZF-S core running linux and one NeuroMatrix DSP core. http://www.module.ru/en/catalog/micro/mikroshema_dekodera_cifrovogo_televizionnogo_signala_sbis_k1879hb1ya/

[PATCH 0/4] [New SoC] Add support for RC Module's K1879XB1YA

2015-06-23 Thread Andrew Andrianov
This patchset adds the very basic support for RC Module's K1879XB1YA SoC and MB77.07 Reference Design. It is currently tested against 4.1-rc8 The K1879XB1YA is a hybrid SoC featuring one ARM1176JZF-S Core, one NeuroMatrix DSP Core. What's working: * earlyprintk and the usual platform stuff *

problem with checkpatch

2015-06-23 Thread Sudip Mukherjee
Hi Joe, while checking patches I usually check them using mutt pipe to checkpatch. while in mutt, press '|' and then scripts/checkpatch.pl - and the patch will be checked by checkpatch without having to save it. Now 700152391c3d (checkpatch: add --showfile to allow input via pipe to show

Re: [PATCH 2/2] PM / Domains: Avoid infinite loops in attach/detach code

2015-06-23 Thread Ulf Hansson
On 22 June 2015 at 09:31, Geert Uytterhoeven geert+rene...@glider.be wrote: If pm_genpd_{add,remove}_device() keeps on failing with -EAGAIN, we end up with an infinite loop in genpd_dev_pm_{at,de}tach(). This may happen due to a genpd.prepared_count imbalance. This is a bug elsewhere, but it

Re: [Intel-gfx] [v2 5/7] pwm: crc: Add Crystalcove (CRC) PWM driver

2015-06-23 Thread Shobhit Kumar
On Mon, Jun 22, 2015 at 4:46 PM, Varka Bhadram varkabhad...@gmail.com wrote: Hi Shobhit Kumar, On 06/22/2015 04:24 PM, Shobhit Kumar wrote: The Crystalcove PMIC provides three PWM signals and this driver exports one of them on the BYT platform which is used to control backlight for DSI

Re: [PATCH] staging: rtl8192u: bool tests don't need comparisons

2015-06-23 Thread Frans Klaver
On Tue, Jun 23, 2015 at 2:52 PM, Luis de Bethencourt l...@debethencourt.com wrote: Remove explicit true/false comparations to bool variables. Signed-off-by: Luis de Bethencourt l...@debethencourt.com --- drivers/staging/rtl8192u/r8192U_core.c | 7 ---

Re: [PATCH 2/2] PM / Domains: Avoid infinite loops in attach/detach code

2015-06-23 Thread Geert Uytterhoeven
Hi Ulf, On Tue, Jun 23, 2015 at 2:50 PM, Ulf Hansson ulf.hans...@linaro.org wrote: On 22 June 2015 at 09:31, Geert Uytterhoeven geert+rene...@glider.be wrote: If pm_genpd_{add,remove}_device() keeps on failing with -EAGAIN, we end up with an infinite loop in genpd_dev_pm_{at,de}tach(). This

Re: [PATCH 1/9] staging: vme_user: fix code alignment

2015-06-23 Thread Frans Klaver
On Tue, Jun 23, 2015 at 2:42 PM, Dmitry Kalinkin dmitry.kalin...@gmail.com wrote: Signed-off-by: Dmitry Kalinkin dmitry.kalin...@gmail.com You left one in the function declarations (vme_user_write). --- drivers/staging/vme/devices/vme_user.c | 33 + 1 file

RE: [PATCH v2 4/8] input: goodix: reset device at init

2015-06-23 Thread Tirdea, Irina
-Original Message- From: linux-input-ow...@vger.kernel.org [mailto:linux-input-ow...@vger.kernel.org] On Behalf Of Dmitry Torokhov Sent: 09 June, 2015 20:58 To: Tirdea, Irina Cc: Bastien Nocera; Mark Rutland; linux-in...@vger.kernel.org; devicet...@vger.kernel.org;

Re: [PATCH] staging: rtl8192u: bool tests don't need comparisons

2015-06-23 Thread Frans Klaver
On Tue, Jun 23, 2015 at 3:21 PM, Luis de Bethencourt l...@debethencourt.com wrote: if (dm_digtable.dig_algorithm_switch) { @@ -3062,7 +3062,8 @@ static void dm_dynamic_txpower(struct net_device *dev) priv-bDynamicTxLowPower = false; }

[PATCH v2] iio: Fix parameters in iio_triggered_buffer_setup

2015-06-23 Thread Cristina Opriceana
This patch renames the top half handler and the bottom half handler of iio_triggered_buffer_setup() in accordance with their usage. The bottom half has been renamed to reflect the fact that it is a thread based call, compliant with iio_alloc_pollfunc(). The names of the parameters were swapped,

[PATCHv7 04/36] mm, thp: adjust conditions when we can reuse the page on WP fault

2015-06-23 Thread Kirill A. Shutemov
With new refcounting we will be able map the same compound page with PTEs and PMDs. It requires adjustment to conditions when we can reuse the page on write-protection fault. For PTE fault we can't reuse the page if it's part of huge page. For PMD we can only reuse the page if nobody else maps

[PATCH 6/9] drivers: clk: st: Add CLK_GET_RATE_NOCACHE flag to clocks

2015-06-23 Thread Gabriel Fernandez
From: Pankaj Dev pankaj@st.com Add the CLK_GET_RATE_NOCACHE flag to all the clocks with recalc ops, so that they reflect Hw rate after CPS wake-up when a clk_get_rate() is called Signed-off-by: Pankaj Dev pankaj@st.com Signed-off-by: Gabriel Fernandez gabriel.fernan...@linaro.org ---

Re: [PATCH] gpio/xilinx: Use correct address when setting initial values.

2015-06-23 Thread Alexandre Courbot
On Tue, Jun 23, 2015 at 10:14 PM, Raphaël Teysseyre rteysse...@gmail.com wrote: From 670209328307a198b80723a917957269a815fc32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Teysseyre?= rteysse...@gmail.com Date: Tue, 23 Jun 2015 14:49:31 +0200 Subject: [PATCH] gpio/xilinx: Use correct

[PATCH 2/9] drivers: clk: st: Incorrect register offset used for lock_status

2015-06-23 Thread Gabriel Fernandez
Incorrect register offset used for sthi407 clockgenC Signed-off-by: Pankaj Dev pankaj@st.com --- drivers/clk/st/clkgen-fsyn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/st/clkgen-fsyn.c b/drivers/clk/st/clkgen-fsyn.c index e94197f..e6d7073 100644 ---

[PATCH 1/9] drivers: clk: st: Incorrect clocks status

2015-06-23 Thread Gabriel Fernandez
In the clk_summary output, the h/w status of DivMux is incorrect (Parent and Enable status), since the clk_mux_ops.get_parent() returns -ERRCODE when clock is OFF. Signed-off-by: Pankaj Dev pankaj@st.com Signed-off-by: Gabriel Fernandez gabriel.fernan...@linaro.org ---

Re: [PATCH] staging: rtl8192u: bool tests don't need comparisons

2015-06-23 Thread Luis de Bethencourt
On Tue, Jun 23, 2015 at 03:59:41PM +0200, Frans Klaver wrote: On Tue, Jun 23, 2015 at 3:59 PM, Luis de Bethencourt l...@debethencourt.com wrote: On Tue, Jun 23, 2015 at 03:37:20PM +0200, Frans Klaver wrote: On Tue, Jun 23, 2015 at 3:21 PM, Luis de Bethencourt l...@debethencourt.com wrote:

Re: [PATCH v2 4/8] input: goodix: reset device at init

2015-06-23 Thread Bastien Nocera
On Tue, 2015-06-23 at 13:23 +, Tirdea, Irina wrote: -Original Message- From: linux-input-ow...@vger.kernel.org [mailto: linux-input-ow...@vger.kernel.org] On Behalf Of Bastien Nocera Sent: 09 June, 2015 18:53 To: Tirdea, Irina Cc: Dmitry Torokhov; Mark Rutland;

[PATCH 5/9] drivers: clk: st: Fix flexgen lock init

2015-06-23 Thread Gabriel Fernandez
From: Giuseppe Cavallaro peppe.cavall...@st.com While proving lock, the following warning happens and it is fixed after initializing lock in the setup function INFO: trying to register non-static key. the code is fine but needs lockdep annotation. turning off the locking correctness validator.

Re: [PATCH][RT][RFC] irq_work: Have non HARD_IRQ irq work just run from ticks

2015-06-23 Thread Jan Kiszka
On 2015-06-22 21:09, Steven Rostedt wrote: With PREEMPT_RT, the irq work callbacks are called from the softirq thread, unless the HARD_IRQ flag is set for the irq work. When an irq work item is added without the HARD_IRQ flag set, and without the LAZY flag set, an interrupt is raised, and that

Re: [PATCH v5] Added tables (i2c/platform)_device_id for checking. Extend checking on tables containing structures which are initialized without specifying member name.

2015-06-23 Thread Julia Lawall
On Tue, 23 Jun 2015, Daniel Granat wrote: Signed-off-by: Daniel Granat d.gra...@samsung.com Acked-by: Julia Lawall julia.law...@lip6.fr --- scripts/coccinelle/misc/of_table.cocci | 33 - 1 file changed, 28 insertions(+), 5 deletions(-) diff --git

Re: [PATCH 1/9] staging: vme_user: fix code alignment

2015-06-23 Thread Dmitry Kalinkin
On 23 Jun 2015, at 16:21, Frans Klaver franskla...@gmail.com wrote: You left one in the function declarations (vme_user_write). If you mean forward declarations, they are already gone in Greg’s tree:

  1   2   3   4   5   6   7   8   9   10   >