linux-next: manual merge of the kvm-arm tree with the kvm tree

2014-09-08 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the kvm-arm tree got a conflict in arch/arm64/include/asm/kvm_host.h between commit 656473003bc7 (KVM: forward declare structs in kvm_types.h) from the kvm tree and commit 6951e48bff0b (KVM: ARM/arm64: fix non-const declaration of function returning const) from

Re: [RFC PATCH 3/9] irq_work: Force raised irq work to run on irq work interrupt

2014-09-08 Thread Peter Zijlstra
On Sat, Sep 06, 2014 at 07:12:26PM +0200, Frederic Weisbecker wrote: On Sat, Sep 06, 2014 at 05:45:56PM +0200, Peter Zijlstra wrote: On Sat, Sep 06, 2014 at 03:35:15PM +0200, Frederic Weisbecker wrote: You have a script that does that arch/*/include/asm/Kbuild edit for you right? Is

Re: [PATCH] Fix add missing include guard

2014-09-08 Thread Peter Zijlstra
On Sun, Sep 07, 2014 at 09:42:36PM +0530, Anand Moon wrote: If a header file happens to be included twice, the compiler will process its contents twice. This is very likely to cause an error, e.g. when the compiler sees the same structure definition twice. Even if it does not, it will

[RESEND PATCH v3] rtc: ds1307: add trickle charger device tree binding

2014-09-08 Thread Matti Vaittinen
Hi dt bindings maintainers (and others interested in device-tree bindings), I would like to get this included in your tree. Do you think there is still something I could improve/change in order to get this accepted? Or do you think I should address this to someone else? Some

Re: [PATCH v10 net-next 2/2] net: filter: split filter.h and expose eBPF to user space

2014-09-08 Thread Alexei Starovoitov
On Sun, Sep 7, 2014 at 10:28 PM, David Miller da...@davemloft.net wrote: From: Ingo Molnar mi...@kernel.org Date: Mon, 8 Sep 2014 07:23:29 +0200 * Alexei Starovoitov a...@plumgrid.com wrote: I don't think the speed up of the llvm submission is a good argument, this sounds to me similar

Re: [PATCH v10 net-next 2/2] net: filter: split filter.h and expose eBPF to user space

2014-09-08 Thread Ingo Molnar
* David Miller da...@davemloft.net wrote: From: Ingo Molnar mi...@kernel.org Date: Mon, 8 Sep 2014 07:23:29 +0200 * Alexei Starovoitov a...@plumgrid.com wrote: I don't think the speed up of the llvm submission is a good argument, this sounds to me similar to the please

Re: [PATCH 4/4] staging: ozwpan: use kmalloc_array over kmalloc with multiply

2014-09-08 Thread Tobias Klauser
Your From: line does not contain a real name and does not match your Signed-off-by line, please check your e-mail client settings. On 2014-09-07 at 20:28:25 +0200, anicoara anico...@uwaterloo.ca wrote: No changelog text? Please add a short notice, describing why this change is done.

Re: [PATCH 3/4] staging: ozwpan: fix redundant return in void function

2014-09-08 Thread Tobias Klauser
Your From: line does not contain a real name and does not match your Signed-off-by line, please check your e-mail client settings. On 2014-09-07 at 20:25:35 +0200, anicoara anico...@uwaterloo.ca wrote: Signed-off-by: Adrian Nicoara anico...@uwaterloo.ca No changelog text? Please add a short

[tip:sched/core] sched, time: Atomically increment stime utime

2014-09-08 Thread tip-bot for Rik van Riel
Commit-ID: eb1b4af0a64ac7bb0ee36f579c1c7cefcbc3ac2c Gitweb: http://git.kernel.org/tip/eb1b4af0a64ac7bb0ee36f579c1c7cefcbc3ac2c Author: Rik van Riel r...@redhat.com AuthorDate: Fri, 15 Aug 2014 16:05:38 -0400 Committer: Ingo Molnar mi...@kernel.org CommitDate: Mon, 8 Sep 2014 08:17:02

[tip:sched/core] time, signal: Protect resource use statistics with seqlock

2014-09-08 Thread tip-bot for Rik van Riel
Commit-ID: e78c3496790ee8a36522a838b59b388e8a709e65 Gitweb: http://git.kernel.org/tip/e78c3496790ee8a36522a838b59b388e8a709e65 Author: Rik van Riel r...@redhat.com AuthorDate: Sat, 16 Aug 2014 13:40:10 -0400 Committer: Ingo Molnar mi...@kernel.org CommitDate: Mon, 8 Sep 2014 08:17:01

[tip:sched/core] exit: Always reap resource stats in __exit_signal()

2014-09-08 Thread tip-bot for Rik van Riel
Commit-ID: 90ed9cbe765ad358b3151a12b8bf889a3cbcd573 Gitweb: http://git.kernel.org/tip/90ed9cbe765ad358b3151a12b8bf889a3cbcd573 Author: Rik van Riel r...@redhat.com AuthorDate: Fri, 15 Aug 2014 16:05:36 -0400 Committer: Ingo Molnar mi...@kernel.org CommitDate: Mon, 8 Sep 2014 08:17:00

linux-next: manual merge of the percpu tree with the ext4 tree

2014-09-08 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the percpu tree got a conflict in fs/ext4/super.c between commit eb68d0e2fc5a (ext4: track extent status tree shrinker delay statictics) from the ext4 tree and commit 908c7f1949cb (percpu_counter: add @gfp to percpu_counter_init()) from the percpu tree. I

Re: [PATCH 2/4] staging: ozwpan: fix redundant else after break or return

2014-09-08 Thread Tobias Klauser
Your From: line does not contain a real name and does not match your Signed-off-by line, please check your e-mail client settings. On 2014-09-07 at 20:24:03 +0200, anicoara anico...@uwaterloo.ca wrote: Signed-off-by: Adrian Nicoara anico...@uwaterloo.ca No changelog text? Please add a short

[PATCH v2] regmap: Fix debugfs-file 'registers' mode

2014-09-08 Thread Markus Pargmann
The macro REGMAP_ALLOW_WRITE_DEBUGFS can be used to enable write support on the registers file in the debugfs. The mode of the file is fixed to 0400 so it is not possible to write the file ever. This patch fixes the mode by setting it to the correct value depending on the macro. Cc: Dimitris

Re: [PATCH 1/4] staging: ozwpan: fix missing blank line after declaration

2014-09-08 Thread Tobias Klauser
Your From: line does not contain a real name and does not match your Signed-off-by line, please check your e-mail client settings. On 2014-09-07 at 20:21:41 +0200, anicoara anico...@uwaterloo.ca wrote: Changelog text is missing. Please add a short notice, describing why this change is done.

Re: [PATCH v9 0/5] Add Maxim 77802 RTC support

2014-09-08 Thread Javier Martinez Canillas
Hello Alessandro, On Mon, Aug 18, 2014 at 10:34 AM, Javier Martinez Canillas javier.marti...@collabora.co.uk wrote: This series add support for the Real Time clock present in the Maxim 77802 Power Managment IC. Previously, the series was part of a bigger one [0] that aimed to add support for

Re: [PATCH v9 0/6] Add Maxim 77802 clocks support

2014-09-08 Thread Javier Martinez Canillas
Hello Mike, On Mon, Aug 18, 2014 at 10:32 AM, Javier Martinez Canillas javier.marti...@collabora.co.uk wrote: This series add support for the clocks present in the Maxim 77802 Power Managment IC. Previously, the series was part of a bigger one [0] that aimed to add support for all the devices

Re: [PATCH v9 3/5] rtc: max77686: Fail to probe if no RTC regmap irqchip is set

2014-09-08 Thread Javier Martinez Canillas
Hello Krzysztof, Sorry for the late response, I was on holidays and slowly catching up on email. On 08/28/2014 11:21 AM, Krzysztof Kozlowski wrote: On pon, 2014-08-18 at 10:34 +0200, Javier Martinez Canillas wrote: The max77686 mfd driver adds a regmap IRQ chip which creates an IRQ domain

linux-next: manual merge of the usb-gadget tree with the usb.current tree

2014-09-08 Thread Stephen Rothwell
Hi Felipe, Today's linux-next merge of the usb-gadget tree got a conflict in Documentation/devicetree/bindings/usb/mxs-phy.txt between commit 36687e305651 (doc: dt: mxs-phy: add compatible string for imx6sx-usbphy) from the usb.current tree and commit d0ee68b59e6a (usb: phy: mxs: Add VF610 USB

Re: [PATCH v4 02/22] perf: Add AUX area to ring buffer for raw data streams

2014-09-08 Thread Peter Zijlstra
On Wed, Aug 20, 2014 at 03:35:59PM +0300, Alexander Shishkin wrote: From: Peter Zijlstra pet...@infradead.org This patch introduces AUX space in the perf mmap buffer, intended for exporting high bandwidth data streams to userspace, such as instruction flow traces. AUX space is a ring

linux-next: manual merge of the usb-gadget tree with Linus' tree

2014-09-08 Thread Stephen Rothwell
Hi Felipe, Today's linux-next merge of the usb-gadget tree got conflicts in drivers/usb/gadget/Makefile, drivers/usb/gadget/legacy/Makefile and drivers/usb/gadget/function/Makefile between commit 5d19703822da (usb: gadget: remove $(PWD) in ccflags-y) from Linus' tree and commit fa31409a82ee (usb:

linux-next: manual merge of the usb-gadget tree with the usb.current tree

2014-09-08 Thread Stephen Rothwell
Hi Felipe, Today's linux-next merge of the usb-gadget tree got a conflict in drivers/usb/phy/phy-mxs-usb.c between commit 43f3634ff7e2 (usb: phy: mxs: add imx6sx support) from the usb.current tree and commit d0ee68b59e6a (usb: phy: mxs: Add VF610 USB PHY support) from the usb-gadget tree. I

linux-next: manual merge of the usb-gadget tree with Linus' tree

2014-09-08 Thread Stephen Rothwell
Hi Felipe, Today's linux-next merge of the usb-gadget tree got a conflict in drivers/usb/phy/phy-samsung-usb.h between commit bbc66e140bab (usb: phy: samsung: Fix wrong bit mask for PHYPARAM1_PCS_TXDEEMPH) from Linus' tree and commit ea2fdf842365 (usb: phy: samsung: remove old common USB PHY

Re: [PATCH 2/6] dts, kbuild: Factor out dtbs install rules to Makefile.dtbinst

2014-09-08 Thread Robert Richter
On 05.09.14 07:48:30, Rob Herring wrote: On Fri, Sep 5, 2014 at 1:48 AM, Robert Richter r...@kernel.org wrote: From: Robert Richter rrich...@cavium.com Move dtbs install rules to Makefile.dtbinst. This change is needed to implement support for dts vendor subdirs. The change makes

Re: [PATCH v3 2/6] mm/hugetlb: take page table lock in follow_huge_(addr|pmd|pud)()

2014-09-08 Thread Hugh Dickins
On Fri, 5 Sep 2014, Naoya Horiguchi wrote: On Wed, Sep 03, 2014 at 02:17:41PM -0700, Hugh Dickins wrote: On Thu, 28 Aug 2014, Naoya Horiguchi wrote: Reported-by: Hugh Dickins hu...@google.com Signed-off-by: Naoya Horiguchi n-horigu...@ah.jp.nec.com Cc: sta...@vger.kernel.org #

Re: [PATCH v4 04/22] perf: Add a capability for AUX_NO_SG pmus to do software double buffering

2014-09-08 Thread Peter Zijlstra
On Wed, Aug 20, 2014 at 03:36:01PM +0300, Alexander Shishkin wrote: For pmus that don't support scatter-gather for AUX data in hardware, it might still make sense to implement software double buffering to avoid losing data while the user is reading data out. For this purpose, add a pmu

[GIT PULL] s390 patches for the 3.17-rc5

2014-09-08 Thread Martin Schwidefsky
Hi Linus, please pull from the 'for-linus' branch of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-linus to receive the following updates: A bug fix for the vdso code, the loadparm for booting from SCSI is added and the access permissions for the dasd module

Re: [PATCH v2 1/3] ARM: dts: Add Peach Pit dts entry for Atmel touchpad

2014-09-08 Thread Javier Martinez Canillas
Hello Nick, On 09/02/2014 03:46 PM, Nick Dyer wrote: On 27/08/14 15:22, Javier Martinez Canillas wrote: If there was a BTN_NONE or KEY_UNUSED it would had been better but I think that making a distinction between these two cases (reserved pin vs GPIO available but not used) is useful. Maybe

Linux 3.12.28

2014-09-08 Thread Jiri Slaby
I'm announcing the release of the 3.12.28 kernel. All users of the 3.12 kernel series must upgrade. The updated 3.12.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.12.y and can be browsed at the normal kernel.org git web browser:

[PATCH v2] sparc32, leon: Make leon_dma_ops avaiable when !CONFIG_PCI

2014-09-08 Thread Andreas Larsson
The leon_dma_ops struct is needed for leon regardless of PCI configuration. Signed-off-by: Andreas Larsson andr...@gaisler.com --- Changes from v1: Fixed typo in commit message arch/sparc/include/asm/dma-mapping.h |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH] netfilter: xtables: Remove unnecessary initialization of struct ts_state

2014-09-08 Thread Bojan Prtvar
The skb_find_text() accepts uninitialized textsearch state variable. Signed-off-by: Bojan Prtvar prtva...@gmail.com --- net/netfilter/xt_string.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/netfilter/xt_string.c b/net/netfilter/xt_string.c index d3c48b1..5699adb 100644 ---

Re: [3.16.1 REGRESSION]: Simtec Entropy Key (cdc-acm) broken in 3.16

2014-09-08 Thread Oliver Neukum
On Fri, 2014-09-05 at 16:17 +0100, Nix wrote: On 5 Sep 2014, Oliver Neukum verbalised: On Fri, 2014-09-05 at 00:40 +0100, Nix wrote: I'm working around this confusing morass by rebooting into each test kernel, unplugging and replugging the entropy key if it was fubared, then rebooting

Re: [PATCH v2 3/4] arm64, thunder: Document devicetree bindings for Cavium Thunder SoC

2014-09-08 Thread Robert Richter
On 05.09.14 10:39:33, Mark Rutland wrote: On Fri, Sep 05, 2014 at 10:32:22AM +0100, Robert Richter wrote: On 05.09.14 09:42:00, Will Deacon wrote: On Fri, Sep 05, 2014 at 08:46:44AM +0100, Robert Richter wrote: From: Radha Mohan Chintakuntla rchintakun...@cavium.com This patch

Re: [PATCH 1/3] dmaengine: pl330: Do not dereference pl330_thread pointer before non-NULL check

2014-09-08 Thread Krzysztof Kozlowski
On pią, 2014-09-05 at 17:29 +0200, Lars-Peter Clausen wrote: On 09/05/2014 05:04 PM, Krzysztof Kozlowski wrote: Do not dereference the 'struct pl330_thread *thrd' before the check for non-NULL value. This fixes following warning: drivers/dma/pl330.c:1376 pl330_submit_req() warn:

[PATCH RESEND v7 0/2] usb: gadget: f_fs: userspace API fixes and improvements

2014-09-08 Thread Robert Baldyga
Hi Felipe, I have rebased this patchset at your testing/next/ branch. Best regards Robert Baldyga Robert Baldyga (2): usb: gadget: f_fs: add ioctl returning ep descriptor usb: gadget: f_fs: virtual endpoint address mapping drivers/usb/gadget/function/f_fs.c | 46

[PATCH RESEND v7 1/2] usb: gadget: f_fs: add ioctl returning ep descriptor

2014-09-08 Thread Robert Baldyga
This patch introduces ioctl named FUNCTIONFS_ENDPOINT_DESC, which returns endpoint descriptor to userspace. It works only if function is active. Signed-off-by: Robert Baldyga r.bald...@samsung.com Acked-by: Michal Nazarewicz min...@mina86.com --- drivers/usb/gadget/function/f_fs.c | 23

[PATCH RESEND v7 2/2] usb: gadget: f_fs: virtual endpoint address mapping

2014-09-08 Thread Robert Baldyga
This patch introduces virtual endpoint address mapping. It separates function logic form physical endpoint addresses making it more hardware independent. Following modifications changes user space API, so to enable them user have to switch on the FUNCTIONFS_VIRTUAL_ADDR flag in descriptors.

Re: [3.16.1 REGRESSION]: Simtec Entropy Key (cdc-acm) broken in 3.16

2014-09-08 Thread Nix
On 8 Sep 2014, Oliver Neukum said: On Fri, 2014-09-05 at 16:17 +0100, Nix wrote: On 5 Sep 2014, Oliver Neukum verbalised: On Fri, 2014-09-05 at 00:40 +0100, Nix wrote: I'm working around this confusing morass by rebooting into each test kernel, unplugging and replugging the entropy key

linux-next: manual merge of the rd-docs tree with the net-next tree

2014-09-08 Thread Stephen Rothwell
Hi Randy, Today's linux-next merge of the rd-docs tree got a conflict in Documentation/networking/timestamping/Makefile between commit 8fe2f761cae9 (net-timestamp: expand documentation) from the net-next tree and commits 429cbe7863ad (Documentation: use subdir-y to avoid unnecessary built-in.o

Re: [PATCH] mfd: tps65217: Tell regmap what registers are valid

2014-09-08 Thread Lee Jones
On Fri, 05 Sep 2014, Mark Brown wrote: Allow regmap to provide debugfs access to the register map by telling it what registers are valid. Signed-off-by: Mark Brown broo...@kernel.org --- drivers/mfd/tps65217.c | 2 ++ include/linux/mfd/tps65217.h | 2 ++ 2 files changed, 4

[PATCH V2 0/3] x86: Full support of PAT

2014-09-08 Thread Juergen Gross
The x86 architecture offers via the PAT (Page Attribute Table) a way to specify different caching modes in page table entries. The PAT MSR contains 8 entries each specifying one of 6 possible cache modes. A pte references one of those entries via 3 bits: _PAGE_PAT, _PAGE_PWT and _PAGE_PCD. The

[PATCH V2 3/3] Support Xen pv-domains using PAT

2014-09-08 Thread Juergen Gross
With the dynamical mapping between cache modes and pgprot values it is now possible to use all cache modes via the Xen hypervisor PAT settings in a pv domain. All to be done is to read the PAT configuration MSR and set up the translation tables accordingly. Signed-off-by: Juergen Gross

[PATCH V2 1/3] x86: Make page cache mode a real type

2014-09-08 Thread Juergen Gross
At the moment there are a lot of places that handle setting or getting the page cache mode by treating the pgprot bits equal to the cache mode. This is only true because there are a lot of assumptions about the setup of the PAT MSR. Otherwise the cache type needs to get translated into pgprot bits

[PATCH V2 2/3] x86: Enable PAT to use cache mode translation tables

2014-09-08 Thread Juergen Gross
Update the translation tables from cache mode to pgprot values according to the PAT settings. This enables changing the cache attributes of a PAT index in just one place without having to change at the users side. With this change it is possible to use the same kernel with different PAT

Re: [PATCH 1/4] Documentation: use subdir-y to avoid unnecessary built-in.o files

2014-09-08 Thread Stephen Rothwell
Hi Mark, On Sun, 7 Sep 2014 19:48:37 +0100 Mark Brown broo...@kernel.org wrote: On Sun, Sep 07, 2014 at 10:59:53AM -0700, Randy Dunlap wrote: The quilt-import.log from 20140829 says: $ git am --patch-format=mbox ../quilt/rd-docs/001-docum-use-subdiry-avoid-builtin.patch and in

Re: [PATCH v6 11/13] mm, compaction: skip buddy pages by their order in the migrate scanner

2014-09-08 Thread Vlastimil Babka
On 08/22/2014 12:11 AM, Andrew Morton wrote: On Mon, 4 Aug 2014 10:55:22 +0200 Vlastimil Babka vba...@suse.cz wrote: The migration scanner skips PageBuddy pages, but does not consider their order as checking page_order() is generally unsafe without holding the zone-lock, and acquiring the

Re: [PATCH 0/4] pinctrl: at91: Fixes in probe function

2014-09-08 Thread Nicolas FERRE
Pramod Gurav pramod.gurav at smartplayin.com writes: This patchset modifies the probe function to do some changes such as switching to manage version of clk_get, fixing the error path by releasing resources etc. The last patch adds a remove function for clean unload. Pramod Gurav (4):

[PATCH RESEND] ARM: PCI: Use PCI_CLASS_* defines for PCI class

2014-09-08 Thread Rostislav Lisovy
Signed-off-by: Rostislav Lisovy lis...@gmail.com Reviewed-by: Yijing Wang wangyij...@huawei.com --- The header file include/linux/pci_ids.h defines #define PCI_CLASS_BRIDGE_OTHER  0x0680 #define PCI_CLASS_SYSTEM_DMA    0x0801 ((struct pci_dev*)dev)-class corresponds to the 3 bytes

Re: [PATCH 3/5] media: videobuf2-core.h: add a helper to get status of start_streaming()

2014-09-08 Thread Hans Verkuil
On 09/06/2014 05:26 PM, Lad, Prabhakar wrote: this patch adds a helper to get the status if start_streaming() was called successfully. Nice! I've had the same idea for quite some time now, but for some reason I never got around to actually adding it. Hans Signed-off-by: Lad,

Re: [RFC PATCH] dma: pl330: add Power Management support

2014-09-08 Thread Michal Simek
On 09/05/2014 05:06 PM, Krzysztof Kozlowski wrote: This patch adds both normal PM suspend/resume support and runtime PM support to pl330 DMA engine driver. The runtime power management for pl330 DMA driver allows gating of AMBA clock (PDMA) in FSYS clock domain, when the device is not

Re: [PATCH] drivers: media: radio: radio-miropcm20.c: include missing header file

2014-09-08 Thread Hans Verkuil
On 09/06/2014 01:24 PM, Sudip Mukherjee wrote: On Fri, Aug 29, 2014 at 01:38:01PM +0530, Sudip Mukherjee wrote: with -Werror=implicit-function-declaration build failed with error : error: implicit declaration of function 'inb' error: implicit declaration of function 'outb' Reported-by: Jim

[PATCH v6] iio: Add Dyna-Image AL3320A ambient light sensor driver

2014-09-08 Thread Daniel Baluta
Minimal implementation. This driver provides raw illuminance readings. This is based on drivers/hwmon/al3320.c (*) driver from msm tree written by Tsechih Lin tsechih_...@asus.com * https://android.googlesource.com/kernel/msm.git Signed-off-by: Daniel Baluta daniel.bal...@intel.com --- Changes

[PATCH 5/7] mtd: denali: remove a set-but-unused variable

2014-09-08 Thread Masahiro Yamada
The variable retry in wait_for_irq() is set, but not referenced. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- drivers/mtd/nand/denali.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mtd/nand/denali.c b/drivers/mtd/nand/denali.c index 259ca0ba..d37c2e1 100644 ---

[PATCH 2/7] mtd: denali: remove unnecessary variable initializations

2014-09-08 Thread Masahiro Yamada
All of these variables are initialized to zero and then set to a different value below. Zero-initializing is redundant. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- drivers/mtd/nand/denali.c | 59 ++- 1 file changed, 27 insertions(+),

Re: [RFC PATCH] dma: pl330: add Power Management support

2014-09-08 Thread Krzysztof Kozlowski
On pią, 2014-09-05 at 17:23 +0200, Lars-Peter Clausen wrote: On 09/05/2014 05:06 PM, Krzysztof Kozlowski wrote: [...] @@ -2168,11 +2199,23 @@ static void pl330_issue_pending(struct dma_chan *chan) { struct dma_pl330_chan *pch = to_pchan(chan); unsigned long flags; + bool

[PATCH 1/7] mtd: denali: fix the format of comment blocks

2014-09-08 Thread Masahiro Yamada
We should use /* * Blah Blah ... * ... */ for multi-line comment blocks. In addition, refactor some comments where it seems reasonable and remove some comments where the code is clear enough such as: /* clear interrupts */ clear_interrupts(denali); Signed-off-by: Masahiro Yamada

[PATCH 4/7] mtd: denali: change the type of iterators to int

2014-09-08 Thread Masahiro Yamada
We should rathar use int type for loop iterators. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- drivers/mtd/nand/denali.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/nand/denali.c b/drivers/mtd/nand/denali.c index dcd6771..259ca0ba

Re: [PATCH] HID: rmi: check sanity of the incoming report

2014-09-08 Thread Jiri Kosina
On Fri, 5 Sep 2014, Benjamin Tissoires wrote: In the Dell XPS 13 9333, it appears that sometimes the bus get confused and corrupts the incoming data. It fills the input report with the sentinel value ff. Synaptics told us that such behavior does not comes from the touchpad itself, so we

[PATCH 6/7] mtd: denali: remove unnecessary parentheses

2014-09-08 Thread Masahiro Yamada
We should use parentheses only when they are necessary or they really improve the readability. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- drivers/mtd/nand/denali.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/mtd/nand/denali.c

Re: [PATCH 1/2] iio: vadc: Qualcomm SPMI PMIC voltage ADC driver

2014-09-08 Thread Stanimir Varbanov
Hi Arnd, Thank you for the comments! On 09/05/2014 03:26 PM, Arnd Bergmann wrote: On Friday 05 September 2014 15:14:33 Stanimir Varbanov wrote: + VADC_CHAN(LR_MUX1_BAT_THERM, 0) /* 0x30 */ + VADC_CHAN(LR_MUX2_BAT_ID, 0) + VADC_CHAN(LR_MUX3_XO_THERM, 0) +

[PATCH 7/7] mtd: denali: fix indentations and other trivial things

2014-09-08 Thread Masahiro Yamada
- Fix indentations - Do not break a line unless it is longer than 80 columns - Do not insert a whitespace before ';' - Use braces for a else block where the if block uses ones. Additionally, fix the following checkpatch.pl warnings: - WARNING: else is not generally useful after a break or return

[PATCH 0/7] mtd: denali: A collection of trivial coding style fixes

2014-09-08 Thread Masahiro Yamada
Masahiro Yamada (7): mtd: denali: fix the format of comment blocks mtd: denali: remove unnecessary variable initializations mtd: denali: remove unnecessary casts mtd: denali: change the type of i to int mtd: denali: remove a set-but-unused variable mtd: denali: remove unnecessary

[PATCH 3/7] mtd: denali: remove unnecessary casts

2014-09-08 Thread Masahiro Yamada
Useless casts result in unreadable source code. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- drivers/mtd/nand/denali.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/mtd/nand/denali.c b/drivers/mtd/nand/denali.c

Re: [PATCH] virtio_blk: merge S/G list entries by default

2014-09-08 Thread Michael S. Tsirkin
On Sun, Sep 07, 2014 at 08:47:45PM +0200, Christoph Hellwig wrote: On Sun, Sep 07, 2014 at 02:41:53PM +0300, Michael S. Tsirkin wrote: Signed-off-by: Christoph Hellwig h...@lst.de OK so this is an optimization patch right? What kind of performance gain is observed with it? None. I

Re: [RFC PATCH] dma: pl330: add Power Management support

2014-09-08 Thread Krzysztof Kozlowski
On pon, 2014-09-08 at 10:06 +0200, Michal Simek wrote: On 09/05/2014 05:06 PM, Krzysztof Kozlowski wrote: This patch adds both normal PM suspend/resume support and runtime PM support to pl330 DMA engine driver. The runtime power management for pl330 DMA driver allows gating of AMBA

Re: [PATCH v4 2/2] ksm: provide support to use deferrable timers for scanner thread

2014-09-08 Thread Hugh Dickins
On Wed, 3 Sep 2014, Peter Zijlstra wrote: On Wed, Aug 27, 2014 at 11:02:20PM -0700, Hugh Dickins wrote: On Wed, 20 Aug 2014, Chintan Pandya wrote: KSM thread to scan pages is scheduled on definite timeout. That wakes up CPU from idle state and hence may affect the power consumption.

Re: [PATCH 1/7] mtd: denali: fix the format of comment blocks

2014-09-08 Thread Josh Triplett
On Mon, Sep 08, 2014 at 05:10:07PM +0900, Masahiro Yamada wrote: We should use /* * Blah Blah ... * ... */ for multi-line comment blocks. In addition, refactor some comments where it seems reasonable and remove some comments where the code is clear enough such as: /* clear

Re: [RFC PATCH v3 1/4] mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype

2014-09-08 Thread Vlastimil Babka
On 08/26/2014 10:08 AM, Joonsoo Kim wrote: diff --git a/mm/page_alloc.c b/mm/page_alloc.c index f86023b..51e0d13 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -740,9 +740,15 @@ static void free_one_page(struct zone *zone, if (nr_scanned)

Re: [PATCH 5/7] mtd: denali: remove a set-but-unused variable

2014-09-08 Thread Josh Triplett
On Mon, Sep 08, 2014 at 05:10:11PM +0900, Masahiro Yamada wrote: The variable retry in wait_for_irq() is set, but not referenced. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Sure enough. Reviewed-by: Josh Triplett j...@joshtriplett.org drivers/mtd/nand/denali.c | 2 -- 1

Re: [PATCH] drivers: media: radio: radio-miropcm20.c: include missing header file

2014-09-08 Thread Sudip Mukherjee
On Mon, Sep 08, 2014 at 10:07:45AM +0200, Hans Verkuil wrote: On 09/06/2014 01:24 PM, Sudip Mukherjee wrote: On Fri, Aug 29, 2014 at 01:38:01PM +0530, Sudip Mukherjee wrote: with -Werror=implicit-function-declaration build failed with error : error: implicit declaration of function 'inb'

linux-next: build failure after merge of the regulator tree

2014-09-08 Thread Stephen Rothwell
Hi all, After merging the regulator tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/regulator/rk808-regulator.c:312:18: warning: 'struct rk808_board' declared inside parameter list struct rk808_board *pdata) ^

Re: [PATCH 6/7] mtd: denali: remove unnecessary parentheses

2014-09-08 Thread Josh Triplett
On Mon, Sep 08, 2014 at 05:10:12PM +0900, Masahiro Yamada wrote: We should use parentheses only when they are necessary or they really improve the readability. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com This seems fine; none of these parentheses are needed, since the relative

[PATCH] x86_64: Add memcpy32_toio to write to PCI MMIO

2014-09-08 Thread Subhransu S. Prusty
This is needed because the hardware does not support 64-bit moveq insructions while writing to PCI MMIO. Signed-off-by: Subhransu S. Prusty subhransu.s.pru...@intel.com Signed-off-by: Vinod Koul vinod.k...@intel.com --- arch/x86/include/asm/io.h | 22 ++ 1 file changed, 22

Re: [RFC v2] device coredump: add new device coredump class

2014-09-08 Thread Arend van Spriel
On 09/05/14 10:50, Johannes Berg wrote: From: Johannes Bergjohannes.b...@intel.com Many devices run firmware and/or complex hardware, and most of that can have bugs. When it misbehaves, however, it is often much harder to debug than software running on the host. Introduce a device coredump

Re: [RFC v2] device coredump: add new device coredump class

2014-09-08 Thread Johannes Berg
On Fri, 2014-09-05 at 15:13 -0700, Greg Kroah-Hartman wrote: + /* +* this seems racy, but I don't see a notifier or such on +* a struct device to know when it goes away? +*/ + if (devcd-failing_dev-kobj.sd) + sysfs_delete_link(devcd-failing_dev-kobj,

Re: [PATCH 7/7] mtd: denali: fix indentations and other trivial things

2014-09-08 Thread Josh Triplett
On Mon, Sep 08, 2014 at 05:10:13PM +0900, Masahiro Yamada wrote: @@ -406,9 +404,9 @@ static void get_hynix_nand_para(struct denali_nand_info *denali, break; default: dev_warn(denali-dev, - Spectra: Unknown Hynix NAND (Device ID: 0x%x).

Re: Possible race between CPU hotplug and perf_pmu_migrate_context

2014-09-08 Thread Peter Zijlstra
On Fri, Sep 05, 2014 at 10:31:49AM -0700, Linus Torvalds wrote: So quite frankly, the whole perf_pmu_migrate_context() thing looks completely and fundamentally broken. Your patch doesn't really solve anything in general, and would need to be extended to do that get_online_cpus() around every

[PATCH v2 1/4] dmaengine: pl330: Remove non-NULL check for pl330_submit_req parameters

2014-09-08 Thread Krzysztof Kozlowski
The pl330_submit_req() checked supplied 'struct pl330_thread thrd' and 'struct dma_pl330_desc desc' parameters for non-NULL. However these checks are useless because supplied arguments won't be NULL. The pl330_submit_req() is called in only one place and: 1. 'desc' is already dereferenced in

linux-next: build failure after merge of the wireless-next tree

2014-09-08 Thread Stephen Rothwell
Hi John, After merging the wireless-next tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/net/wireless/ath/ath5k/debug.c: In function 'open_file_eeprom': drivers/net/wireless/ath/ath5k/debug.c:933:2: error: implicit declaration of function 'vmalloc'

Re: [PATCH] drivers: char: hw_random: printk replacement

2014-09-08 Thread Sudip Mukherjee
On Thu, Aug 28, 2014 at 08:32:58PM +0530, Sudip Mukherjee wrote: as pr_* macros are more preffered over printk, so printk replaced with corresponding pr_* macros Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- The replacement was done by a bash script to avoid copy paste error.

[PATCH v2 3/4] dmaengine: pl330: Fix NULL pointer dereference on probe failure

2014-09-08 Thread Krzysztof Kozlowski
If dma_async_device_register() returns error and probe should clean up and return error, a NULL pointer exception happens because of dereference of not allocated channel thread: Dmesg log (from early printk): dma-pl330 1268.pdma: unable to register DMAC DMA pl330_control: removing pch:

[PATCH v2 4/4] dmaengine: pl330: Fix NULL pointer dereference on driver unbind

2014-09-08 Thread Krzysztof Kozlowski
Fix a NULL pointer dereference after unbinding the driver, if channel resources were not yet allocated (no call to pl330_alloc_chan_resources()): $ echo 1285.mdma /sys/bus/amba/drivers/dma-pl330/unbind [ 13.606533] DMA pl330_control: removing pch: eeab6800, chan: eeab6814, thread: (null)

[PATCH v2 2/4] dmaengine: pl330: Remove unused 'regs' variable in pl330_submit_req()

2014-09-08 Thread Krzysztof Kozlowski
The 'void __iomem *regs' is not used in pl330_submit_req() function. Remove it. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- Changes since v1: = 1. New patch. --- drivers/dma/pl330.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/dma/pl330.c

Re: [PATCH V3] irqchip:gic: change access of gicc_ctrl register to read modify write.

2014-09-08 Thread Arun Chandran
Hi Feng, Is this patch still needed to fix perf calltrace? http://lists.infradead.org/pipermail/linux-arm-kernel/2014-June/265814.html On Fri, Feb 28, 2014 at 3:06 AM, Feng Kan f...@apm.com wrote: This change is made to preserve the GIC v2 releated bits in the GIC_CPU_CTRL register (also known

linux-next: manual merge of the akpm-current tree with the rcu tree

2014-09-08 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm-current tree got a conflict in init/Kconfig between commit d2cf0d24cb2d (rcu: Fix attempt to avoid unsolicited offloading of callbacks) from the rcu tree and commit 0c67534a7708 (init/Kconfig: move RCU_NOCB_CPU dependencies to choice) from the

linux-next: build warning after merge of the akpm-current tree

2014-09-08 Thread Stephen Rothwell
Hi Andrew, After merging the akpm-current tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: drivers/base/memory.c: In function 'show_valid_zones': drivers/base/memory.c:384:22: warning: unused variable 'zone_prev' [-Wunused-variable] struct zone *zone,

Re: [BISECTED] 3.17-rc1 radeon screen corruption due to Always flush the HDP cache before submitting a CS to the GPU

2014-09-08 Thread Michel Dänzer
On 06.09.2014 01:49, Mikael Pettersson wrote: Michel Dänzer writes: On 30.08.2014 22:59, Mikael Pettersson wrote: Since 3.17-rc1 my radeon card (RV370 / X1050 card) causes screen corruption after a while in X + firefox. This still occurs with yesterday's HEAD of Linus' repo.

Re: [PATCH] scsi_debug: deadlock between completions and surprise module removal

2014-09-08 Thread Bart Van Assche
On 09/06/14 16:40, Douglas Gilbert wrote: On 14-09-05 11:25 AM, Bart Van Assche wrote: An LLD must call scsi_remove_host() directly or indirectly from the module cleanup path. scsi_remove_host() triggers a call to blk_cleanup_queue(). That last function sets the flag QUEUE_FLAG_DYING which

[PATCH 01/02] RTC: Add driver for DS1685 family of real time clocks

2014-09-08 Thread Joshua Kinard
From: Joshua Kinard ku...@gentoo.org This adds a driver for the Dallas/Maxim DS1685-family of RTC chips. It supports the DS1685/DS1687, DS1688/DS1691, DS1689/DS1693, DS17285/DS17287, DS17485/DS17487, and DS17885/DS17887 RTC chips. These chips are commonly found in SGI O2 and SGI Octane

Re: [PATCH 7/7] mtd: denali: fix indentations and other trivial things

2014-09-08 Thread Masahiro Yamada
Hi Josh, On Mon, 8 Sep 2014 01:39:20 -0700 Josh Triplett j...@joshtriplett.org wrote: On Mon, Sep 08, 2014 at 05:10:13PM +0900, Masahiro Yamada wrote: @@ -406,9 +404,9 @@ static void get_hynix_nand_para(struct denali_nand_info *denali, break; default:

Re: [dummy-irq] genirq: Flags mismatch irq 0. 00000080 (dummy_irq) vs. 00015a20 (timer)

2014-09-08 Thread Jiri Kosina
On Mon, 8 Sep 2014, Fengguang Wu wrote: This patch is found to trigger a call trace dump during kernel boot. Can it be possibly fixed? Thanks! Hi Fengguang, from the dmesg it's obvious that dummy-irq is requesting IRQ#0 by default. This has been fixed back in 2013 via commit a7b594b490. Are

Re: [PATCH] security, crypto: LLVMLinux: Remove VLAIS from ima_crypto.c

2014-09-08 Thread Dmitry Kasatkin
On 07/09/14 05:06, Behan Webster wrote: On 09/06/14 03:11, Thomas Gleixner wrote: On Fri, 5 Sep 2014, Behan Webster wrote: On 09/05/14 17:18, Thomas Gleixner wrote: Signed-off-by: Behan Webster beh...@converseincode.com Signed-off-by: Mark Charlebois charl...@gmail.com Signed-off-by:

[PATCH] imx6 PCI Host initialisation order

2014-09-08 Thread Raymond van der Rots
Hi, The imx6dl on our hardware board frequently had problems bringing up the PCI link, with or without peripherals connected. I found these issues to be due to the initialisation order of the PCI Host. The host driver first enables the phy, and then enables its clocks. However, according to

Re: [GIT PULL] target updates for v3.17-rc3

2014-09-08 Thread Stephen Rothwell
Hi Nicholas, On Sun, 31 Aug 2014 17:51:07 -0700 Linus Torvalds torva...@linux-foundation.org wrote: On Sun, Aug 31, 2014 at 11:59 AM, Nicholas A. Bellinger n...@linux-iscsi.org wrote: Note that these patches where originally intended for -rc1, but missed the merge window. They are

Re: [dummy-irq] genirq: Flags mismatch irq 0. 00000080 (dummy_irq) vs. 00015a20 (timer)

2014-09-08 Thread Fengguang Wu
On Mon, Sep 08, 2014 at 11:15:37AM +0200, Jiri Kosina wrote: On Mon, 8 Sep 2014, Fengguang Wu wrote: This patch is found to trigger a call trace dump during kernel boot. Can it be possibly fixed? Thanks! Hi Fengguang, from the dmesg it's obvious that dummy-irq is requesting IRQ#0 by

[PATCH 02/02] IP32: Add platform data hooks to use DS1685 driver

2014-09-08 Thread Joshua Kinard
From: Joshua Kinard ku...@gentoo.org This modifies the IP32 (SGI O2) platform and reset code to utilize the new rtc-ds1685 driver. The old mc146818rtc.h header is removed and ip32_defconfig is updated as well. Signed-off-by: Joshua Kinard ku...@gentoo.org --- arch/mips/configs/ip32_defconfig

Re: [Xen-devel] [PATCH V2 3/3] Support Xen pv-domains using PAT

2014-09-08 Thread David Vrabel
On 08/09/14 09:01, Juergen Gross wrote: With the dynamical mapping between cache modes and pgprot values it is now possible to use all cache modes via the Xen hypervisor PAT settings in a pv domain. All to be done is to read the PAT configuration MSR and set up the translation tables

Re: [GIT PULL] at91: drivers for 3.18 #2

2014-09-08 Thread Maxime Ripard
Hi Arnd, On Fri, Sep 05, 2014 at 11:25:11PM +0200, Arnd Bergmann wrote: On Friday 05 September 2014, Nicolas Ferre wrote: Arnd, Olof, Kevin, This pull-request is focused on the work that Maxime did for migrating our timer (PIT) to the clocksource sub-system. A big cleanup happened

[PATCH v3 0/4] Add usb phy support for STiH41x SoCs.

2014-09-08 Thread Peter Griffin
This series adds support for the on-chip PHY used for USB 1.1 and 2.0 found on STiH415 and STiH416 consumer electronics SoC's from STMicroelectronics. Changes since v2: - Rebased on top of 3.17-rc3 - Enable driver in multi_v7_defconfig Changes since v1: - Change to select GENERIC_PHY rather

[PATCH v3 4/4] ARM: multi_v7_defconfig: Enable stih41x usb phy driver.

2014-09-08 Thread Peter Griffin
This driver is used by the ehci / ohci usb controllers on stih41x SoCs. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig

  1   2   3   4   5   6   7   8   9   10   >