[PATCH v2 2/2] Documentation:add DMA support for freescale i2c driver

2014-03-05 Thread Yuan Yao
Add i2c dts node properties for eDMA support, them depend on the eDMA driver. Signed-off-by: Yuan Yao yao.y...@freescale.com --- Documentation/devicetree/bindings/i2c/i2c-imx.txt | 11 +++ 1 file changed, 11 insertions(+) diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx.txt

[PATCH v2 1/2] i2c: add DMA support for freescale i2c driver

2014-03-05 Thread Yuan Yao
Add dma support for i2c. This function depend on DMA driver. You can turn on it by write both the dmas and dma-name properties in dts node. Signed-off-by: Yuan Yao yao.y...@freescale.com --- drivers/i2c/busses/i2c-imx.c | 341 +-- 1 file changed, 293

[PATCH v2 0/2] i2c: add DMA support for freescale i2c driver

2014-03-05 Thread Yuan Yao
Changed in v2: - remove has_dma_support property - unify i2c_imx_dma_rx and i2c_imx_dma_tx - unify i2c_imx_dma_read and i2c_imx_pio_read - unify i2c_imx_dma_write and i2c_imx_pio_write Added in v1: - Enable dma if it's support dma and transfer size bigger than the threshold. - Add device tree

Re: [PATCH] mtd: m25p80: Flash protection support for STmicro chips

2014-03-05 Thread Brian Norris
+ Marek, Angus On Thu, Feb 27, 2014 at 03:34:06PM +0100, Gerlando Falauto wrote: Hi, it's me again. In my opinion (and experience) this introduces a pretty serious bug (not to mention the compatibility issues), yet I haven't heard a single word or found a patch applied about it in three

[PATCH v3] touchscreen: tps6507x-ts: only poll while touch event is occurring

2014-03-05 Thread jon
From: Jon Ringle jrin...@gridpoint.com (Resending without corporate dislaimer in email footer) We only need to poll for touch events after an interrupt occurs due to the user touching the screen. We continue to poll until the user stops touching the screen Signed-off-by: Jon Ringle

Re: [PATCH v5 5/7] pci: Use parent domain number when allocating child busses.

2014-03-05 Thread Liviu Dudau
On Wed, Mar 05, 2014 at 01:49:13AM +, Tanmay Inamdar wrote: Hello, On Tue, Mar 4, 2014 at 7:50 AM, Liviu Dudau liviu.du...@arm.com wrote: pci_alloc_child_bus() uses the newly allocated child bus to figure out the domain number that is going to use for setting the device name. A

Re: futex funkiness -- massive lockups

2014-03-05 Thread Peter Zijlstra
On Tue, Mar 04, 2014 at 05:43:04PM -0800, Davidlohr Bueso wrote: Hi, A large amount of lockups are seen on a 480 core system doing some sort of database-like workload. All except one are soft lockups. This is a SLES11 system with most of the recent futex changes backported, including

Re: [PATCH v5 0/7] [RFC] Support for creating generic host_bridge from device tree

2014-03-05 Thread Liviu Dudau
On Wed, Mar 05, 2014 at 01:53:55AM +, Tanmay Inamdar wrote: Hello, Thanks for the patch set. On Tue, Mar 4, 2014 at 7:49 AM, Liviu Dudau liviu.du...@arm.com wrote: This is v5 of my attempt to add support for a generic pci_host_bridge controller created from a description passed

Re: [PATCH v5 3/7] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus.

2014-03-05 Thread Liviu Dudau
On Wed, Mar 05, 2014 at 04:41:35AM +, Jingoo Han wrote: On Wednesday, March 05, 2014 12:48 PM, Yijing Wang wrote: On 2014/3/4 23:50, Liviu Dudau wrote: Before commit 7b5436635800 the pci_host_bridge was created before the root bus. As that commit has added a needless dependency on

[PATCH] video: da8xx-fb: Fix casting of info-pseudo_palette

2014-03-05 Thread jon
From: Jon Ringle jrin...@gridpoint.com (Resending without corporate disclaimer in email footer) The casting to (u16 *) on info-pseudo_palette is wrong and causes the display to show a blue (garbage) vertical line on every other pixel column Signed-off-by: Jon Ringle jrin...@gridpoint.com ---

[ACPI / hotplug / PCI] 1b360f44d00: -80.9% vm-scalability.stddev

2014-03-05 Thread Fengguang Wu
Hi Rafael, I don't know why but we are glad to find the below changes on commit 1b360f44d009059e446532f29c1a889951e72667 (ACPI / hotplug / PCI: Fix bridge removal race in handle_hotplug_event()) test case: brickland2/micro/vm-scalability/300s-anon-r-rand-mt d42f5da23400833

Re: My Kernel bug is celebrating 2 years. Can you help me fix it?

2014-03-05 Thread walter harms
Am 04.03.2014 22:26, schrieb Peter Senna Tschudin: I have reported a bug more than two years ago and it is still affecting me. The bug report gives some information: https://bugzilla.redhat.com/show_bug.cgi?id=787299 I have tried basic debug instructions from:

Re: [PATCH v2 00/11] ARM: shmobile: MSIOF integration on r8a7790/lager and r8a7791/koelsch

2014-03-05 Thread Magnus Damm
On Tue, Feb 25, 2014 at 7:30 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: Hi Simon, Magnus, This patch series integrates support for the MSIOF module in the Renesas R-Car H2 (r8a7790) and M2 (r8a7791) SoCs on the Lager and Koelsch development boards. It was tested on Lager and

Re: [PATCH] mtd: m25p80: Flash protection support for STmicro chips

2014-03-05 Thread Brian Norris
Different email for Austin? On Wed, Mar 05, 2014 at 12:10:08AM -0800, Brian Norris wrote: + Marek, Angus On Thu, Feb 27, 2014 at 03:34:06PM +0100, Gerlando Falauto wrote: Hi, it's me again. In my opinion (and experience) this introduces a pretty serious bug (not to mention the

[PATCH] Staging: comedi: range: tidy up comedi_check_chanlist()

2014-03-05 Thread Fred Akers
Refactor this function to remove an extra indent level Signed-off-by: Fred Akers kni...@botops.net --- drivers/staging/comedi/range.c | 39 +++ 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/drivers/staging/comedi/range.c

Re: [PATCH v5 7/7] pci: Add support for creating a generic host_bridge from device tree

2014-03-05 Thread Liviu Dudau
On Wed, Mar 05, 2014 at 10:20:28AM +0900, Jingoo Han wrote: On Wednesday, March 05, 2014 12:50 AM, Liviu Dudau wrote: Several platforms use a rather generic version of parsing the device tree to find the host bridge ranges. Move the common code into the generic PCI code and use it to

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-03-05 Thread Lee Jones
On Wed, 05 Mar 2014, Mark Rutland wrote: On Fri, Feb 14, 2014 at 11:23:53AM +, Lee Jones wrote: The MiPHY365x is a Generic PHY which can serve various SATA or PCIe devices. It has 2 ports which it can use for either; both SATA, both PCIe or one of each in any configuration. Cc:

Re: [PATCH 1/3] x86, random: Enable the RDSEED instruction

2014-03-05 Thread Ingo Molnar
* H. Peter Anvin h...@linux.intel.com wrote: From: H. Peter Anvin h...@linux.intel.com Upcoming Intel silicon adds a new RDSEED instruction. Whereas RDRAND returns output from a PRNG, the RDSEED instruction returns fully conditioned entropy that is suitable for use as seeds to a PRNG.

Re: [PATCH 2/3] random: Use arch_get_random_seed*() at init time and once a second

2014-03-05 Thread Ingo Molnar
* H. Peter Anvin h...@linux.intel.com wrote: From: H. Peter Anvin h...@linux.intel.com Use arch_get_random_seed*() in two places in the Linux random driver (drivers/char/random.c): 1. During entropy pool initialization, use RDSEED in favor of RDRAND, with a fallback to the latter.

Re: [PATCH 3/3] random: If we have arch_get_random_seed*(), try it before blocking

2014-03-05 Thread Ingo Molnar
* H. Peter Anvin h...@linux.intel.com wrote: From: H. Peter Anvin h...@linux.intel.com If we have arch_get_random_seed*(), try to use it for emergency refill of the entropy pool before giving up and blocking on /dev/random. It may or may not work in the moment, but if it does work, it

Re: [PATCH v2 RESEND 2/2] mtd: Fix the behavior of otp write if there is not enough room for data

2014-03-05 Thread Christian Riesch
Hi Brian, Thank you very much for your comments on the patch! --On March 04, 2014 23:20 -0800 Brian Norris computersforpe...@gmail.com wrote: Hi Christian, A few comments below. On Tue, Jan 28, 2014 at 09:29:45AM +0100, Christian Riesch wrote: An OTP write shall write as much data as

[PATCHv2] devicetree: bindings: document lsi,zevio-usb

2014-03-05 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com Signed-off-by: Daniel Tang dt.ta...@gmail.com --- .../devicetree/bindings/usb/ci-hdrc-zevio.txt | 17 + 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-zevio.txt diff --git

Re: [PATCH v5 7/7] pci: Add support for creating a generic host_bridge from device tree

2014-03-05 Thread Jingoo Han
On Wednesday, March 05, 2014 5:33 PM, Liviu Dudau wrote: On Wed, Mar 05, 2014 at 10:20:28AM +0900, Jingoo Han wrote: On Wednesday, March 05, 2014 12:50 AM, Liviu Dudau wrote: Several platforms use a rather generic version of parsing the device tree to find the host bridge ranges. Move

Re: futex funkiness -- massive lockups

2014-03-05 Thread Ingo Molnar
* Davidlohr Bueso davidl...@hp.com wrote: Hi, A large amount of lockups are seen on a 480 core system doing some sort of database-like workload. All except one are soft lockups. This is a SLES11 system with most of the recent futex changes backported, including commits 63b1a816, b0c29f79,

RE: [PATCH] phy: fix compiler array bounds warning on settings[]

2014-03-05 Thread David Laight
From: Bjorn Helgaas With -Werror=array-bounds, gcc v4.7.x warns that in phy_find_valid(), the settings[] array subscript is above array bounds, I think because idx is a signed integer and if the caller supplied idx 0, we pass the guard but still reference out of bounds. Not rejecting the

Re: [PATCH 1/4] phy: miphy365x: Add Device Tree bindings for the MiPHY365x

2014-03-05 Thread Lee Jones
+Specifying phy control of devices += + +Device nodes should specify the configuration required in their phys +property, containing a phandle to the miphy device node, a port number +and a device type. + +Example: + +#include

Re: [PATCH 0/3] pinctrl: mvebu: prepare for single PMU node

2014-03-05 Thread Andrew Lunn
On Wed, Mar 05, 2014 at 01:03:07AM +0100, Sebastian Hesselbarth wrote: This is a small patch set preparing a discussion and rework for the Power Management Unit (PMU) found on Marvell Dove SoCs. We are planing to consolidate PMU into a single DT node instead of chopping it into tiny pieces

[PATCH RESEND] arm: nspire: modify device tree to use the lsi,zevio-usb driver

2014-03-05 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com Signed-off-by: Daniel Tang dt.ta...@gmail.com --- arch/arm/boot/dts/nspire.dtsi |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/nspire.dtsi b/arch/arm/boot/dts/nspire.dtsi index a22ffe6..012c6d1 100644 ---

RE: [PATCH v7 3/4] phy: Add new Exynos USB 2.0 PHY driver

2014-03-05 Thread Kamil Debski
Hi Sander, From: Kamil Debski [mailto:k.deb...@samsung.com] Sent: Tuesday, March 04, 2014 4:24 PM Add a new driver for the Exynos USB 2.0 PHY. The new driver uses the generic PHY framework. The driver includes support for the Exynos 4210 and 4x12 SoC families. Signed-off-by: Kamil

[PATCH v6 1/8] [media] of: move graph helpers from drivers/media/v4l2-core to drivers/of

2014-03-05 Thread Philipp Zabel
This patch moves the parsing helpers used to parse connected graphs in the device tree, like the video interface bindings documented in Documentation/devicetree/bindings/media/video-interfaces.txt, from drivers/media/v4l2-core/v4l2-of.c into drivers/of/base.c. This allows to reuse the same parser

[PATCH v6 4/8] of: Reduce indentation in of_graph_get_next_endpoint

2014-03-05 Thread Philipp Zabel
A 'return endpoint;' at the end of the (!prev) case allows to reduce the indentation level of the (prev) case. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/of/base.c | 42 ++ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git

[PATCH v6 6/8] of: Implement simplified graph binding for single port devices

2014-03-05 Thread Philipp Zabel
For simple devices with only one port, it can be made implicit. The endpoint node can be a direct child of the device node. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- Changes since v5: - Unrolled for-loop in of_graph_get_remote_port_parent --- drivers/of/base.c | 42

Re: [PATCH 2/2] ARM: dts: sama5d36ek: add spi pinctrl sleep state

2014-03-05 Thread Alexandre Belloni
Hi, On 05/03/2014 at 09:58:50 +0800, Wenyou Yang wrote : Signed-off-by: Wenyou Yang wenyou.y...@atmel.com --- arch/arm/boot/dts/sama5d36ek.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/sama5d36ek.dts b/arch/arm/boot/dts/sama5d36ek.dts index

[PATCH v6 7/8] of: Document simplified graph binding for single port devices

2014-03-05 Thread Philipp Zabel
For simple devices with only one port, it can be made implicit. The endpoint node can be a direct child of the device node. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- Documentation/devicetree/bindings/graph.txt | 8 1 file changed, 8 insertions(+) diff --git

[PATCH 0/3] regulator: s2mps11: Add support for S2MPS14 regulators

2014-03-05 Thread Krzysztof Kozlowski
set_suspend_disable for S2MPS14 which replaces previous opmode idea. These patches are rebased against linux-next tree (next-20140305) because they depend on changes in main MFD sec-core and s2mps11 regulator driver. Best regards, Krzysztof Krzysztof Kozlowski (3): regulator: s2mps11: Add support

[PATCH 2/3] regulator: s2mps11: Add set_suspend_disable for S2MPS14

2014-03-05 Thread Krzysztof Kozlowski
S2MPS14 regulators support suspend mode where their status is controlled by PWREN coming from SoC. This patch implements the set_suspend_disable for S2MPS14 regulators. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- drivers/regulator/s2mps11.c | 26

[PATCH 3/3] Documentation: mfd: s2mps11: Document support for S2MPS14

2014-03-05 Thread Krzysztof Kozlowski
Add bindings documentation for S2MPS14 device to the s2mps11 driver. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Mark Brown broo...@kernel.org Cc: Liam Girdwood lgirdw...@gmail.com Cc: Tomasz Figa t.f...@samsung.com Cc: devicet...@vger.kernel.org Cc: Rob Herring

[PATCH 1/3] regulator: s2mps11: Add support for S2MPS14 regulators

2014-03-05 Thread Krzysztof Kozlowski
Add support for S2MPS14 PMIC regulators to s2mps11 driver. The S2MPS14 has fewer BUCK-s and LDO-s than S2MPS11. It also does not support controlling the BUCK ramp delay. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Mark Brown broo...@kernel.org Cc: Liam Girdwood

Re: [PATCH] Revert irqchip: irq-dove: Add PMU interrupt controller.

2014-03-05 Thread Andrew Lunn
From the spec, it looks like this is probably true of DFSDone as well. The cpufreq driver makes use of DFSDone. I've never had it loop endlessly. There is also no action needed to clear it in the DFS hardware. Andrew -- To unsubscribe from this list: send the line unsubscribe

[PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-05 Thread Philipp Zabel
Hi, this version of the OF graph helper move series further addresses a few of Tomi's and Sylwester's comments. Changes since v5: - Fixed spelling errors and a wrong device node name in the link section - Added parentless previous endpoint's full name to warning - Fixed documentation comment

Re: [PATCH v5 net-next 3/3] doc: filter: add Extended BPF documentation

2014-03-05 Thread Daniel Borkmann
On 03/04/2014 11:17 PM, Alexei Starovoitov wrote: Signed-off-by: Alexei Starovoitov a...@plumgrid.com Reviewed-by: Daniel Borkmann dbork...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH 8/8] evm: introduce EVM hmac xattr list

2014-03-05 Thread Dmitry Kasatkin
On Tue, Mar 4, 2014 at 10:36 PM, Mimi Zohar zo...@linux.vnet.ibm.com wrote: On Tue, 2014-03-04 at 16:18 +0200, Dmitry Kasatkin wrote: On Tue, Mar 4, 2014 at 5:21 AM, Mimi Zohar zo...@linux.vnet.ibm.com wrote: On Mon, 2014-03-03 at 19:00 -0800, Casey Schaufler wrote: On 3/3/2014 6:39 PM, Mimi

[PATCH v6 2/8] Documentation: of: Document graph bindings

2014-03-05 Thread Philipp Zabel
The device tree graph bindings as used by V4L2 and documented in Documentation/device-tree/bindings/media/video-interfaces.txt contain generic parts that are not media specific but could be useful for any subsystem with data flow between multiple devices. This document describes the generic

[PATCH v6 8/8] of: Warn if of_graph_parse_endpoint is called with the root node

2014-03-05 Thread Philipp Zabel
If of_graph_parse_endpoint is given a parentless node instead of an endpoint node, it is clearly a bug. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/of/base.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/of/base.c b/drivers/of/base.c index ffd0217..75de6bd

[PATCH v6 3/8] of: Warn if of_graph_get_next_endpoint is called with the root node

2014-03-05 Thread Philipp Zabel
If of_graph_get_next_endpoint is given a parentless node instead of an endpoint node, it is clearly a bug. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- Changes since v5: - Added parentless previous endpoint's full name to warning --- drivers/of/base.c | 4 ++-- 1 file changed, 2

[PATCH v6 5/8] [media] of: move common endpoint parsing to drivers/of

2014-03-05 Thread Philipp Zabel
This patch adds a new struct of_endpoint which is then embedded in struct v4l2_of_endpoint and contains the endpoint properties that are not V4L2 (or even media) specific: the port number, endpoint id, local device tree node and remote endpoint phandle. of_graph_parse_endpoint parses those

[PATCH] [RFC] Taint the kernel for unsafe module options

2014-03-05 Thread Daniel Vetter
Users just love to set random piles of options since surely enabling all the experimental stuff helps. Later on we get bug reports because it all fell apart. Even more fun when it's labelled a regression when some change only just made the feature possible (e.g. stolen memory fixes suddenly

Re: [PATCH 1/2] memcg: reparent charges of children before processing parent

2014-03-05 Thread Markus Blank-Burian
I wanted to give you small feedback, that this patch successfully fixes the problem with reparent_charges on our cluster. Thank you very much for finding and fixing this one! On Wednesday 12 February 2014 15:03:31 Hugh Dickins wrote: From: Filipe Brandenburger filbran...@google.com

Re: [PATCH v4 5/6] timerfd: Add support for deferrable timers

2014-03-05 Thread Richard Cochran
On Tue, Mar 04, 2014 at 11:11:21PM +0100, Thomas Gleixner wrote: Once we agree on a solution to the Y2038 issue on 32bit with a unified 32/64 bit syscall interface which simply gets rid of the timespec/val nonsense and takes a simple u64 nsec value we can add the slack property to that

Re: [PATCH 01/12] staging: usbip: userspace: migrate usbip_bind to libudev

2014-03-05 Thread Dan Carpenter
On Tue, Mar 04, 2014 at 09:10:41PM +0200, Valentina Manea wrote: diff --git a/drivers/staging/usbip/userspace/libsrc/usbip_common.h b/drivers/staging/usbip/userspace/libsrc/usbip_common.h index 2cb81b3..565ac78 100644 --- a/drivers/staging/usbip/userspace/libsrc/usbip_common.h +++

Re: linux rdma 3.14 merge plans

2014-03-05 Thread Nicholas A. Bellinger
On Thu, 2014-02-06 at 16:04 -0800, Roland Dreier wrote: On Thu, Feb 6, 2014 at 4:02 PM, Nicholas A. Bellinger n...@linux-iscsi.org wrote: Can you give us an estimate of when you'll have some time to give feedback on the outstanding patches..? I hope to get to it in the next few weeks.

Re: [PATCH] gpio: davinci: fix gpio selection for OF

2014-03-05 Thread Grygorii Strashko
On 03/05/2014 12:06 AM, Alexander Holler wrote: The driver missed an of_xlate function to translate gpio numbers as found in the DT to the correct chip and number. While there I've set #gpio_cells to a fixed value of 2. I've used gpio-pxa.c as template for those changes and tested my changes

RE: [PATCH Resend 2/2] mfd: da9055: Add DT binding documentation for PMIC

2014-03-05 Thread Opensource [Adam Thomson]
On Tue, 05 Mar 2014 02:40:38 +, Lee Jones wrote: Signed-off-by: Adam Thomson adam.thomson.opensou...@diasemi.com Acked-by: Mark Brown broo...@kernel.org As this has Mark's ack, I'd be happy to apply the patch if you correct a couple of nits. Yep. No problem. +Example: + +

Re: [PATCH] perf kvm: introduce --list-cmds for use by scripts

2014-03-05 Thread Jiri Olsa
On Mon, Mar 03, 2014 at 08:26:36PM -0500, Ramkumar Ramachandra wrote: Introduce $ perf kvm --list-cmds to dump a raw list of commands for use by the completion script. In order to do this, introduce parse_options_subcommand() for handling subcommands as a special case in the

[PATCH] pch_phub: Report error writing MAC back to user

2014-03-05 Thread Alexander Stein
Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com --- drivers/misc/pch_phub.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/misc/pch_phub.c b/drivers/misc/pch_phub.c index a5925f7f..9565973 100644 --- a/drivers/misc/pch_phub.c +++

Re: [PATCH 2/3] regulator: s2mps11: Add set_suspend_disable for S2MPS14

2014-03-05 Thread Lee Jones
S2MPS14 regulators support suspend mode where their status is controlled by PWREN coming from SoC. This patch implements the set_suspend_disable for S2MPS14 regulators. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- drivers/regulator/s2mps11.c | 26

Re: [PATCH 2/3] soc: keystone: add QMSS driver

2014-03-05 Thread Kumar Gala
On Mar 4, 2014, at 8:47 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Wednesday 05 March 2014 01:59 AM, Kumar Gala wrote: On Feb 28, 2014, at 5:18 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: From: Sandeep Nair sandee...@ti.com The QMSS (Queue Manager Sub System)

[PATCH net-next] net/mlx4_en: mlx4_en_verify_params() can be static

2014-03-05 Thread Amir Vadai
From: Fengguang Wu fengguang...@intel.com Fix static error introduced by commit: b97b33a3df0439401f80f041eda507d4fffa0dbf [645/653] net/mlx4_en: Verify mlx4_en module parameters sparse warnings: drivers/net/ethernet/mellanox/mlx4/en_main.c:335:6: sparse: symbol 'mlx4_en_verify_params' was not

Re: [PATCH 01/12] staging: usbip: userspace: migrate usbip_bind to libudev

2014-03-05 Thread Dan Carpenter
On Tue, Mar 04, 2014 at 09:10:41PM +0200, Valentina Manea wrote: +int write_sysfs_attribute(const char *attr_path, const char *new_value, + size_t len) +{ + int fd; + int length; + + if (attr_path == NULL || new_value == NULL || len == 0) { Can any of

Re: [PATCH v5 net-next 1/3] filter: add Extended BPF interpreter and converter

2014-03-05 Thread Daniel Borkmann
On 03/04/2014 11:17 PM, Alexei Starovoitov wrote: Extended BPF extends old BPF in the following ways: - from 2 to 10 registers Original BPF has two registers (A and X) and hidden frame pointer. Extended BPF has ten registers and read-only frame pointer. - from 32-bit registers to 64-bit

[PATCH tip] perf/x86/uncore: Add __init for uncore_cpumask_init().

2014-03-05 Thread Dongsheng Yang
Commit 411cf180f introduce function uncore_cpumask_init() and it is only called in __init intel_uncore_init(). But it is not marked with __init, then the following warning is there when building. WARNING: vmlinux.o(.text+0x2464a): Section mismatch in reference from the function

[PATCH] regulator: pfuze100: Add PFUZE200 support to Kconfig and module description

2014-03-05 Thread Axel Lin
Signed-off-by: Axel Lin axel@ingics.com --- drivers/regulator/Kconfig | 6 +++--- drivers/regulator/pfuze100-regulator.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 4ddfb6c..eb36d8b 100644 ---

Re: [PATCH 3/3] Documentation: mfd: s2mps11: Document support for S2MPS14

2014-03-05 Thread Sachin Kamat
Hi Krzysztof, On 5 March 2014 14:52, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: Add bindings documentation for S2MPS14 device to the s2mps11 driver. nit: s/s2mps11/S2MPS11 Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Mark Brown broo...@kernel.org Cc: Liam Girdwood

Re: [PATCH] staging: cxt1e1: use kzalloc instead of kmalloc/memset 0

2014-03-05 Thread Tobias Klauser
On 2014-03-05 at 03:37:15 +0100, Daeseok Youn daeseok.y...@gmail.com wrote: Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- drivers/staging/cxt1e1/sbecom_inline_linux.h |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git

Re: [PATCH] wl1251: use skb_trim to make skb shorter

2014-03-05 Thread Will Deacon
On Tue, Mar 04, 2014 at 06:33:48PM +, John W. Linville wrote: OK, I'll queue it as a fix... Thanks, John. Will On Tue, Mar 04, 2014 at 02:26:58PM +, Will Deacon wrote: Hi Jonn, On Sat, Mar 01, 2014 at 12:52:06PM +, Ivaylo Dimitrov wrote: the current code is directly

Re: [PATCH v5 5/7] [media] of: move common endpoint parsing to drivers/of

2014-03-05 Thread Tomi Valkeinen
On 04/03/14 17:47, Philipp Zabel wrote: Am Dienstag, den 04.03.2014, 14:21 +0200 schrieb Tomi Valkeinen: On 04/03/14 13:36, Philipp Zabel wrote: [...] Can port_node be NULL? Probably only if something is quite wrong, but maybe it's safer to return error in that case. both

Re: [PATCH 7/7] staging: cxt1e1: remove unneeded a value

2014-03-05 Thread Tobias Klauser
On 2014-03-05 at 02:24:22 +0100, Daeseok Youn daeseok.y...@gmail.com wrote: It doesn't need to assign name array address to np pointer. Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- drivers/staging/cxt1e1/linux.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)

Re: [PATCH] fbdev: FB_OPENCORES should depend on HAS_DMA

2014-03-05 Thread Stefan Kristiansson
On Fri, Feb 21, 2014 at 08:56:09PM +0100, Geert Uytterhoeven wrote: If NO_DMA=y: drivers/built-in.o: In function `ocfb_remove': ocfb.c:(.text+0x27fee): undefined reference to `dma_free_coherent' drivers/built-in.o: In function `ocfb_probe': ocfb.c:(.text+0x28418): undefined

[PATCH v5 04/14] usb: phy: msm: Fix checkpatch.pl warnings

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com This fixes following: WARNING: quoted string split across lines WARNING: Prefer seq_puts to seq_printf Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- drivers/usb/phy/phy-msm-usb.c | 39 ++- 1 file changed, 14

[PATCH v5 03/14] usb: phy: msm: Remove unnecessarily check for valid regulators.

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com Whether regulators are available or not is checked at driver probe. If they are not available driver will refuse to load, so no need to check them again. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- drivers/usb/phy/phy-msm-usb.c | 10 --

[PATCH v5 01/14] usb: phy: msm: Move global regulators variables to driver state

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- drivers/usb/phy/phy-msm-usb.c | 82 - include/linux/usb/msm_hsusb.h |3 ++ 2 files changed, 42 insertions(+), 43 deletions(-) diff --git

Re: [PATCH 06/12] staging: usbip: userspace: add new list API

2014-03-05 Thread Dan Carpenter
On Tue, Mar 04, 2014 at 10:35:39PM -0800, Greg KH wrote: On Tue, Mar 04, 2014 at 09:10:46PM +0200, Valentina Manea wrote: Add a new list API from CCAN. Why can't you just take the one from the kernel, as userspace is GPLv2 code, right? And are you sure CC0 is a valid license that you can

[PATCH v5 13/14] usb: phy: msm: Handle disconnect events

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com Put the transceiver in non-driving mode. Otherwise host may not detect soft-disconnection. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com Cc: Pavankumar Kondeti pkond...@codeaurora.org --- drivers/usb/phy/phy-msm-usb.c | 18 ++ 1 file

[PATCH v5 14/14] usb: phy: msm: Vote for corner of VDD CX instead of voltage of VDD CX

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com New platform uses RBCPR hardware feature, with that voting for absolute voltage of VDD CX is not required. Hence vote for corner of VDD CX which uses nominal corner voltage on VDD CX. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com Cc: Mayank Rana

[PATCH v5 00/14] usb: phy: msm: Fixes, cleanups and DT support

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com Hi, This is a fifth version of patches posted earlier here [1]. They have been tested on AP8074 DragonBoard. Only gadget mode utilized for now. CV Test Suite engine Chapter 9 tests are passing except Halt Endpoint Test. usbtest driver report following

Re: [PATCH 01/12] staging: usbip: userspace: migrate usbip_bind to libudev

2014-03-05 Thread Dan Carpenter
On Wed, Mar 05, 2014 at 12:42:59PM +0300, Dan Carpenter wrote: On Tue, Mar 04, 2014 at 09:10:41PM +0200, Valentina Manea wrote: diff --git a/drivers/staging/usbip/userspace/libsrc/usbip_common.h b/drivers/staging/usbip/userspace/libsrc/usbip_common.h index 2cb81b3..565ac78 100644 ---

[PATCH v5 09/14] usb: phy: msm: Add device tree support and binding information

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com Allows MSM OTG controller to be specified via device tree. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- .../devicetree/bindings/usb/msm-hsusb.txt | 67 drivers/usb/phy/phy-msm-usb.c | 108

[PATCH v5 11/14] usb: phy: msm: Add support for secondary PHY control

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com Allow support to use 2nd HSPHY with USB2 Core. Some platforms may have configuration to allow USB controller work with any of the two HSPHYs present. By default driver configures USB core to use primary HSPHY. Add support to allow user select 2nd HSPHY

[PATCH v5 12/14] usb: phy: msm: Correct USB PHY Reset sequence for newer platform

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com On few legacy platforms, USB PHY is having dedicated reset clk. It is used to reset USB PHY after putting USB PHY into low power mode and for calibration of USB PHY. Putting USB PHY into low power mode is causing ulpi read/write timeout as expected. USB PHY

[PATCH v2] IOMMU: iopte free should check wether input argument is NULL

2014-03-05 Thread Zhouyi Zhou
From: Zhouyi Zhou zhouzho...@gmail.com iopte free should check wether input argument is NULL because kmem_cache_free will panic on NULL argument Signed-off-by: Zhouyi Zhou yizhouz...@ict.ac.cn Signed-off-by: Joerg Roedel j...@8bytes.org --- drivers/iommu/omap-iommu.c |3 ++- 1 files

[PATCH v5 10/14] usb: phy: msm: Use reset framework for LINK and PHY resets

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- drivers/usb/phy/phy-msm-usb.c | 30 ++ include/linux/usb/msm_hsusb.h |3 +++ 2 files changed, 25 insertions(+), 8 deletions(-) diff --git

[PATCH v5 02/14] usb: phy: msm: Migrate to Managed Device Resource allocation

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com Move memory, regulators, clocks and irq allocation to devm_* variants. Properly check for valid clk handles. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- drivers/usb/phy/phy-msm-usb.c | 192 - 1 file

[PATCH v5 08/14] usb: phy: msm: Properly check result from platform_get_irq()

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com Function return negative code on error. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- drivers/usb/phy/phy-msm-usb.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/phy/phy-msm-usb.c b/drivers/usb/phy/phy-msm-usb.c

[PATCH v5 05/14] usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_mode

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com Use enum usb_dr_mode and drop default usb_dr_mode from platform data. USB DT bindings states: dr_mode: ...In case this attribute isn't passed via DT, USB DRD controllers should default to OTG..., so remove redundand field. Signed-off-by: Ivan T. Ivanov

[PATCH v5 06/14] usb: phy: msm: Remove unused pclk_src_name

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com There are no references to 'pclk_src_name' in plaform code, so it is unused. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- drivers/usb/phy/phy-msm-usb.c | 26 +- include/linux/usb/msm_hsusb.h |5 - 2 files changed,

[PATCH v5 07/14] usb: phy: msm: Remove HSUSB prefix from regulator names

2014-03-05 Thread Ivan T. Ivanov
From: Ivan T. Ivanov iiva...@mm-sol.com Prefix did not bring any useful information. Currently none of the MSM platforms define these regulators, so it is safe to rename them. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- drivers/usb/phy/phy-msm-usb.c |6 +++--- 1 file changed, 3

Re: [PATCH v3 3/3] Documentation: mfd: Add binding document for S2MPA01

2014-03-05 Thread Lee Jones
FAO Mark Brown, Added initial binding documentation for S2MPA01 MFD. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Changes since v2: * Re-worded as suggested by Mark Rutland --- Documentation/devicetree/bindings/mfd/s2mpa01.txt | 90 + 1 file changed,

Re: [PATCH 2/8] perf, tools: Support handling complete branch stacks as histograms v4

2014-03-05 Thread Jiri Olsa
On Thu, Feb 27, 2014 at 08:22:26PM -0800, Andi Kleen wrote: From: Andi Kleen a...@linux.intel.com SNIP + static int machine__resolve_callchain_sample(struct machine *machine, struct thread *thread,

Re: [patch 4/5] xen: Validate online cpus in set_affinity

2014-03-05 Thread David Vrabel
On 04/03/14 20:43, Thomas Gleixner wrote: The user space interface does not filter out offline cpus. It merily verifies that the mask contains at least one online cpu. So the selector in the irq chip implementation needs to make sure to pick only an online cpu because otherwise:

Re: [PATCH 02/12] phy: omap-control: Update DT binding information

2014-03-05 Thread Roger Quadros
On 03/04/2014 06:28 PM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [140304 01:17]: Hi Tony, On 03/03/2014 09:02 PM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [140303 07:10]: Move omap-control binding information to the right location. Signed-off-by: Roger Quadros

RE: [PATCH] regulator: pfuze100: Add PFUZE200 support to Kconfig and module description

2014-03-05 Thread Yibin Gong
Acked-by: Robin Gong b38...@freescale.com -Original Message- From: Axel Lin [mailto:axel@ingics.com] Sent: Wednesday, March 05, 2014 6:03 PM To: Mark Brown Cc: Gong Yibin-B38343; Liam Girdwood; linux-kernel@vger.kernel.org Subject: [PATCH] regulator: pfuze100: Add PFUZE200 support to

[PATCH] drivers: mfd: silence compiler warning in sec-core.c

2014-03-05 Thread Pankaj Dubey
When used 64bit compiler GCC warns as drivers/mfd/sec-core.c:199:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] This patch fixes this by type-casting match-data into long before converting into int Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com ---

[PATCH v7 1/2] ARM: avoid tracers in soft_restart

2014-03-05 Thread Sebastian Capella
Use of tracers in local_irq_disable is causes recursive aborts when called with irqs disabled and using a temporary stack (hibernation). Replace local_irq_disable with raw_local_irq_disable instead to avoid tracers. Signed-off-by: Sebastian Capella sebastian.cape...@linaro.org Cc: Russell King

[PATCH v7 0/2] hibernation support on ARM

2014-03-05 Thread Sebastian Capella
Patches adding support for hibernation on ARM - ARM hibernation / suspend-to-disk - Change soft_restart to use non-tracing raw_local_irq_disable Patches based on v3.14-rc5 tag, verified hibernation on beaglebone black on a branch based on 3.13 merged with initial omap support from Russ Dill

[PATCH v7 2/2] ARM hibernation / suspend-to-disk

2014-03-05 Thread Sebastian Capella
From: Russ Dill russ.d...@ti.com Enable hibernation for ARM architectures and provide ARM architecture specific calls used during hibernation. The swsusp hibernation framework depends on the platform first having functional suspend/resume. Then, in order to enable hibernation on a given

[PATCH] drivers: rtc: rtc-s3c: remove NO_IRQ macro

2014-03-05 Thread Pankaj Dubey
NO_IRQ may be defined as '(unsigned int) -1' in some architectures (arm, sh ...), and either may not be defined in some architectures (arm64) which can enable RTC_DRV_S3C. Also since platform_get_irq returns err-code in case of any error, we do not need to intialize s3c_rtc_alarmno and

Re: [sched/idle] c365c292d05: ltp.sched_rr_get_interval02.1.TFAIL

2014-03-05 Thread Peter Zijlstra
On Wed, Mar 05, 2014 at 09:51:10AM +0800, Fengguang Wu wrote: Hi Thomas, We noticed ltp/syscalls test regression on git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/idle commit: c365c292d05908c6ea6f32708f331e21033fe71d (sched: Consider pi boosting in setscheduler())

Re: [PATCH] iio: adc: at91_adc: correct default shtim value

2014-03-05 Thread Josh Wu
Hi, Alexandre On 3/4/2014 2:07 AM, Alexandre Belloni wrote: When sample_hold_time is zero (this is the case when DT is not used or if atmel,adc-sample-hold-time is omitted), then the calculated shtim is large. Make that 0, which is the default for that register and the ADC will then use a sane

Re: Making a universal list of syscalls?

2014-03-05 Thread David Howells
It would be really nice if we could do this in such a manner that we could build strace from it. David -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC] [PATCH] Pre-emption control for userspace

2014-03-05 Thread Peter Zijlstra
On Tue, Mar 04, 2014 at 04:51:15PM -0800, Andi Kleen wrote: Anything else? Proxy execution; its a form of PI that works for arbitrary scheduling policies (thus also very much including fair). With that what you effectively end up with is the lock holder running 'boosted' by the runtime of its

  1   2   3   4   5   6   7   8   9   10   >