[GIT PULL] at91: drivers for 3.17 #1

2014-07-09 Thread Nicolas Ferre
Arnd, Olof, Kevin, This update delayed to 3.17, is about replacing the existing calls to the older, non-standard drivers by the use of the newer "pwm-atmel" which takes advantage of the PWM framework. All concerned maintainer gave their acknowledgement to the relevant patches. At the end, it remov

Re: [lm-sensors] [PATCH] hwmon: pwm-fan: Add pwm-fan driver

2014-07-09 Thread Guenter Roeck
On Wed, Jul 09, 2014 at 04:53:20PM +0200, Kamil Debski wrote: > The pwm-fan driver enables control of fans connected to PWM lines. > This driver uses the PWM framework, so it is compatible with all > PWM devices that provide drivers through the PWM framework. > > Signed-off-by: Kamil Debski > ---

[PATCH] Removes FIXME message in usb.c

2014-07-09 Thread Nicholas Krause
This patch removes a fixme message in this file for setting the usb 2 speed on the board to the correct level. We need to depend on the bootloader for doing this as the wires may be shared for the other things on the board with the usb chipset. Signed-off-by: Nicholas Krause --- arch/arm/mach-om

Re: [PATCH 08/14] scsi: convert device_busy to atomic_t

2014-07-09 Thread James Bottomley
On Wed, 2014-06-25 at 18:51 +0200, Christoph Hellwig wrote: > Avoid taking the queue_lock to check the per-device queue limit. Instead > we do an atomic_inc_return early on to grab our slot in the queue, > and if nessecary decrement it after finishing all checks. > > Unlike the host and target bu

Re: [PATCH v3 01/12] cpuset: add cs->effective_cpus and cs->effective_mems

2014-07-09 Thread Tejun Heo
On Wed, Jul 09, 2014 at 04:47:03PM +0800, Li Zefan wrote: > + /* user-configured CPUs and Memory Nodes allow to tasks */ allowed > + cpumask_var_t cpus_allowed; > + nodemask_t mems_allowed; > + > + /* effective CPUs and Memory Nodes al

Re: [PATCH/RFC 0/4] perf kvm: add stat support for s390

2014-07-09 Thread David Ahern
fixed Arnaldo's address so this patch set gets on his radar. On 7/3/14, 8:29 AM, Alexander Yarygin wrote: Currently, a lot of code in buildin-kvm.c are x86 specific. In accordance with the proposal of David Ahern, we moved the code under #ifdefs from buildin-kvm.c into tools/perf/arch/*/kvm-sta

Re: [PATCH 1/1] drivers/input/touchscreen/edt-ft5x06.c: remove unnecessary null test before debugfs_remove_recursive

2014-07-09 Thread Dmitry Torokhov
On Fri, Jun 27, 2014 at 10:38:32PM +0200, Fabian Frederick wrote: > Fix checkpatch warning: > "WARNING: debugfs_remove_recursive(NULL) is safe this check is probably not > required" > > Cc: Dmitry Torokhov > Cc: Henrik Rydberg > Cc: linux-in...@vger.kernel.org > Signed-off-by: Fabian Frederick

Re: [PATCH 4/4] printk: miscellaneous cleanups

2014-07-09 Thread Alex Elder
On 07/09/2014 11:29 AM, Petr Mládek wrote: Sending once again as a correct reply. I am sorry for the confusion. I think that it is high time for me to go home and sleep :-) On Wed 2014-07-09 08:04:16, Alex Elder wrote: This patch contains some small cleanups to kernel/printk/printk.c. None of t

Re: [PATCH 1/1] rcu: use true/false instead of 1/0 for a bool type

2014-07-09 Thread Paul E. McKenney
On Wed, Jul 09, 2014 at 12:08:17AM -0400, Pranith Kumar wrote: > One more bool type change which I found while reading the code. > > Use true/false instead of 0/1 for a bool type > > Signed-off-by: Pranith Kumar Queued for 3.18, thank you!

Re: [PATCH V4 1/2] perf ignore LBR and extra_regs.

2014-07-09 Thread Peter Zijlstra
On Wed, Jul 09, 2014 at 03:43:45PM +, Liang, Kan wrote: > > > > -Original Message- > > From: Peter Zijlstra [mailto:pet...@infradead.org] > > Sent: Wednesday, July 09, 2014 10:58 AM > > To: Liang, Kan > > Cc: a...@firstfloor.org; linux-kernel@vger.kernel.org; k...@vger.kernel.org > >

Re: [PATCH v6 0/6] ima: extending secure boot certificate chain of trust

2014-07-09 Thread Mimi Zohar
On Wed, 2014-07-09 at 16:31 +0100, David Howells wrote: > Okay, I've merged a number of patchsets together that I want to push for the > next merge window: > > > http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=keys-next > > I'd like to add yours. Shall I pull: >

Re: [PATCH 3/4] printk: use a clever macro

2014-07-09 Thread Borislav Petkov
On Wed, Jul 09, 2014 at 06:32:05PM +0200, Petr Mládek wrote: > I know that it sets 1 now. I wondered about possible future changes. > Well, it is probably too paranoid. Anyway, any non-zero value is fine. Yes, because they both are used only in a boolean context. -- Regards/Gruss, Boris. Se

Re: scsi-mq V2

2014-07-09 Thread Douglas Gilbert
On 14-07-08 10:48 AM, Christoph Hellwig wrote: On Wed, Jun 25, 2014 at 06:51:47PM +0200, Christoph Hellwig wrote: Changes from V1: - rebased on top of the core-for-3.17 branch, most notable the scsi logging changes - fixed handling of cmd_list to prevent crashes for some heavy worklo

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

2014-07-09 Thread Lee Jones
On Wed, 09 Jul 2014, Gabriel Fernandez wrote: > On 9 July 2014 13:41, 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: Kishon V

Re: [PATCH RFC 0/5] Virtual Memory Resource Controller for cgroups

2014-07-09 Thread Vladimir Davydov
Hi Tim, On Wed, Jul 09, 2014 at 08:08:07AM -0700, Tim Hockin wrote: > How is this different from RLIMIT_AS? You specifically mentioned it > earlier but you don't explain how this is different. The main difference is that RLIMIT_AS is per process while this controller is per cgroup. RLIMIT_AS doe

Re: + shmem-fix-faulting-into-a-hole-while-its-punched-take-2.patch added to -mm tree

2014-07-09 Thread Vlastimil Babka
83.995898] Not tainted 3.16.0-rc4-next-20140709-sasha-00024-gd22103d-dirty #775 [ 484.000405] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 484.004961] trinity-c37 D 13160 8968 8558 0x1000 [ 484.009035]

Re: [PATCH v2 0/2] ARM: at91: remove phy fixup for sama5d3xek boards

2014-07-09 Thread Boris BREZILLON
Hello Bo, I know you're quite busy, but if you have some time could you test this series on both CPU Modules (Embest and Ronetix): I only own the Embest one. Best Regards, Boris On Thu, 26 Jun 2014 12:13:33 +0200 Boris BREZILLON wrote: > Hello, > > This patch removes a board specific hook fo

Re: [RFC PATCH 3/4] tty: serial: 8250 core: add runtime pm

2014-07-09 Thread Sebastian Andrzej Siewior
On 07/09/2014 05:12 PM, Tony Lindgren wrote: > And also please note that for runtime PM the wake-up events need > to be always enabled, so the device_may_wakeup() checks should > be only implemented for suspend and resume. I think I got that > corrected for most part in omap-serial.c recently, but

Re: [PATCH 3/4] printk: use a clever macro

2014-07-09 Thread Petr Mládek
On Wed 2014-07-09 18:24:04, Borislav Petkov wrote: > On Wed, Jul 09, 2014 at 06:19:46PM +0200, Petr Mládek wrote: > > I wondered if IS_ENABLED() is guaranteed to set 1 when enabled. > > See include/linux/kconfig.h I know that it sets 1 now. I wondered about possible future changes. Well, it is pr

Re: [PATCH] video: backlight: jornada720_lcd.c: Cleaning up variable that is never used

2014-07-09 Thread Lee Jones
On Mon, 07 Jul 2014, Rickard Strandqvist wrote: > Variable ar assigned a value that is never used. > I have also removed all the code that thereby serves no purpose, > and made same change to clarify the similarities in function. > > This was found using a static code analysis program called cppc

Re: [PATCH 00/17] KEYS: PKCS#7 and PE file signature checking for kexec

2014-07-09 Thread David Howells
Borislav Petkov wrote: > let me see if I get this straight: > > this current submission is supposed to replace > > http://lkml.kernel.org/r/20140708131504.28621.61165.st...@warthog.procyon.org.uk Yes. It's an extension of that. Plus I did it wrong and managed to lose the actual first patch,

Re: [PATCH 4/4] printk: miscellaneous cleanups

2014-07-09 Thread Petr Mládek
Sending once again as a correct reply. I am sorry for the confusion. I think that it is high time for me to go home and sleep :-) On Wed 2014-07-09 08:04:16, Alex Elder wrote: > This patch contains some small cleanups to kernel/printk/printk.c. > None of them should cause any change in behavior. >

Re: [PATCH 3/4] printk: use a clever macro

2014-07-09 Thread Borislav Petkov
On Wed, Jul 09, 2014 at 06:19:46PM +0200, Petr Mládek wrote: > I wondered if IS_ENABLED() is guaranteed to set 1 when enabled. See include/linux/kconfig.h -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubscribe from this list: send the line "un

Re: [PATCH] sched: Sanitize irq accounting madness

2014-07-09 Thread Frederic Weisbecker
On Fri, May 02, 2014 at 11:26:24PM +0200, Thomas Gleixner wrote: > Russell reported, that irqtime_account_idle_ticks() takes ages due to: > >for (i = 0; i < ticks; i++) >irqtime_account_process_tick(current, 0, rq); > > It's sad, that this code was written way _AFTER_ the

Re: [PATCH 00/17] KEYS: PKCS#7 and PE file signature checking for kexec

2014-07-09 Thread Vivek Goyal
On Wed, Jul 09, 2014 at 06:03:49PM +0200, Borislav Petkov wrote: > Hi David, > > On Wed, Jul 09, 2014 at 04:15:25PM +0100, David Howells wrote: > > David Howells (16): > > X.509: Add bits needed for PKCS#7 > > X.509: Export certificate parse and free functions > > PKCS#7: Impleme

Re: [PATCH 3/4] printk: use a clever macro

2014-07-09 Thread Petr Mládek
On Wed 2014-07-09 08:04:15, Alex Elder wrote: > Use the IS_ENABLED() macro rather than #ifdef blocks to set certain > global values. > > Signed-off-by: Alex Elder > --- > kernel/printk/printk.c | 12 ++-- > 1 file changed, 2 insertions(+), 10 deletions(-) > > diff --git a/kernel/printk/

Re: [PATCH v2 2/2] virtio: rng: ensure reads happen after successful probe

2014-07-09 Thread Jason Cooper
On Sat, Jul 05, 2014 at 11:04:53AM +0530, Amit Shah wrote: > The hwrng core asks for random data in the hwrng_register() call itself > from commit d9e7972619. This doesn't play well with virtio -- the > DRIVER_OK bit is only set by virtio core on a successful probe, and > we're not yet out of our

Re: [PATCH v2] KVM: x86: Pending interrupt may be delivered after INIT

2014-07-09 Thread Paolo Bonzini
Il 30/06/2014 11:03, Nadav Amit ha scritto: We encountered a scenario in which after an INIT is delivered, a pending interrupt is delivered, although it was sent before the INIT. As the SDM states in section 10.4.7.1, the ISR and the IRR should be cleared after INIT as KVM does. This also means

Re: timers & suspend

2014-07-09 Thread Sören Brinkmann
On Tue, 2014-07-08 at 04:50PM -0700, Sören Brinkmann wrote: > Let me extend the audience a bit. > > On Mon, 2014-06-30 at 11:39AM -0700, Sören Brinkmann wrote: > > Hi, > > > > I'm currently working on suspend for Zynq and try to track down some > > spurious wakes. It looks like the spurious wakes

Re: [PATCH 6/9] ARM: tegra: Export tegra_powergate_power_on

2014-07-09 Thread Peter De Schrijver
On Wed, Jul 09, 2014 at 04:42:18PM +0200, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Wed, Jul 09, 2014 at 04:20:10PM +0300, Peter De Schrijver wrote: > > On Wed, Jul 09, 2014 at 02:56:14PM +0200, Thierry Reding wrote: > > > > Old Signed by an unknown key > > > > > > On Wed, Jul

[PATCH] powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE

2014-07-09 Thread Madhusudanan Kandasamy
remap_4k_pfn() silently truncates upper bits of input 4K PFN if it cannot be contained in PTE. This leads invalid memory mapping and could result in a system crash when the memory is accessed. This patch fails remap_4k_pfn() and returns -EINVAL if the input 4K PFN cannot be contained in PTE. Used

Re: [PATCH 1/3] PCI/MSI: Add pci_enable_msi_partial()

2014-07-09 Thread Bjorn Helgaas
On Tue, Jul 8, 2014 at 6:26 AM, Alexander Gordeev wrote: > On Mon, Jul 07, 2014 at 01:40:48PM -0600, Bjorn Helgaas wrote: >> >> Can you quantify the benefit of this? Can't a device already use >> >> MSI-X to request exactly the number of vectors it can use? (I know >> > >> > A Intel AHCI chipset

[RFC PATCH] hwrng: sysfs entry rng_seed_kernel, was: "Re: [PATCH v2 1/2] hwrng: fetch randomness only after device init"

2014-07-09 Thread Jason Cooper
Amit, Kees, On Wed, Jul 09, 2014 at 06:55:24PM +0530, Amit Shah wrote: > On (Wed) 09 Jul 2014 [09:17:37], Jason Cooper wrote: > > On Wed, Jul 09, 2014 at 06:38:22PM +0530, Amit Shah wrote: > > > On (Wed) 09 Jul 2014 [07:53:17], Jason Cooper wrote: > > > > On Sat, Jul 05, 2014 at 11:04:52AM +0530,

Re: [PATCH 00/17] KEYS: PKCS#7 and PE file signature checking for kexec

2014-07-09 Thread Borislav Petkov
Hi David, On Wed, Jul 09, 2014 at 04:15:25PM +0100, David Howells wrote: > David Howells (16): > X.509: Add bits needed for PKCS#7 > X.509: Export certificate parse and free functions > PKCS#7: Implement a parser [RFC 2315] > PKCS#7: Digest the data in a signed-data message

Re: [PATCH tip/core/rcu 08/17] rcu: Allow post-unlock reference for rt_mutex

2014-07-09 Thread Paul E. McKenney
On Wed, Jul 09, 2014 at 09:50:09AM +0800, Lai Jiangshan wrote: > On 07/08/2014 06:38 AM, Paul E. McKenney wrote: > > From: "Paul E. McKenney" > > > > The current approach to RCU priority boosting uses an rt_mutex strictly > > for its priority-boosting side effects. The rt_mutex_init_proxy_locked

[PATCH 4/4] printk: miscellaneous cleanups

2014-07-09 Thread Alex Elder
This patch contains some small cleanups to kernel/printk/printk.c. None of them should cause any change in behavior. - When CONFIG_PRINTK is defined, parenthesize the value of LOG_LINE_MAX. - When CONFIG_PRINTK is *not* defined, there is an extra LOG_LINE_MAX definition; delete it. - Pull

Re: [tip:sched/core] sched/numa: Use effective_load() to balance NUMA loads

2014-07-09 Thread Rik van Riel
On 07/05/2014 06:44 AM, tip-bot for Rik van Riel wrote: > Commit-ID: 6dc1a672ab15604947361dcd02e459effa09bad5 > Gitweb: http://git.kernel.org/tip/6dc1a672ab15604947361dcd02e459effa09bad5 > Author: Rik van Riel > AuthorDate: Mon, 23 Jun 2014 11:46:14 -0400 > Committer: Ingo Molnar > Comm

Re: [PATCH 2/4] printk: fix some comments

2014-07-09 Thread Petr Mládek
On Wed 2014-07-09 08:04:14, Alex Elder wrote: > This patch fixes a few comments that don't accurately describe their > corresponding code. It also fixes some minor typographical errors. > > Signed-off-by: Alex Elder Nice clean up. All changes make sense to me. Reviewed-by: Petr Mladek Best R

Re: [PATCH 2/3] ARM: dts: Update the parent for Audss clocks in Exynos5420

2014-07-09 Thread Doug Anderson
>>> >>>>> Note that I've applied this only from this series so I'm not sure how >>>>> much the problem can be solved...any updates for 1/3 and 3/3? >>>>> >>>>> - Kukjin >>>> >>>> Thanks fo

[PATCH] staging: bcm: add missing blank lines after declarations

2014-07-09 Thread Pawel Lebioda
Fix "Missing blank line after declaration" warnings reported by checkpatch.pl. Signed-off-by: Pawel Lebioda --- drivers/staging/bcm/CmHost.c| 1 + drivers/staging/bcm/IPv6Protocol.c | 6 ++ drivers/staging/bcm/InterfaceDld.c | 1 + drivers/staging/bcm/InterfaceInit.c | 1 + drivers

Re: [PATCH 4/4] perf record: add new -I option to sample interrupted machine state

2014-07-09 Thread Andi Kleen
On Wed, Jul 09, 2014 at 12:15:59AM +0200, Stephane Eranian wrote: > diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-record.c > index 378b85b..17c45f8 100644 > --- a/tools/perf/builtin-record.c > +++ b/tools/perf/builtin-record.c > @@ -876,6 +876,8 @@ const struct option record_options

Re: [PATCH v4 00/10] Add SDHCI support for ST Microelectronics SoCs

2014-07-09 Thread Maxime Coquelin
On 07/09/2014 05:07 PM, Peter Griffin wrote: This series adds a SDHCI platform driver for ST SoCs, along with the additional device tree bindings and configuration to enable the controller to work properly. Initially it supports the stih416 and stih415 SoCs, and has been tested on a stih416-b2

Re: [RFA][PATCH 07/27] MIPS: ftrace: Add call to ftrace_graph_is_dead() in function graph code

2014-07-09 Thread James Hogan
Hi Steven, I've given this a quick test on a mips32 le target, on your rfc/remove-function-trace-stop branch (4161daee7df8). Booted fine, startup tests fine, function and function_graph trace appear to work from a quick cat of the trace file. Feel free to add my Tested-by: Tested-by: James Hogan

Re: [PATCH 1/4] perf: add ability to sample machine state on interrupt

2014-07-09 Thread Andi Kleen
On Wed, Jul 09, 2014 at 12:15:56AM +0200, Stephane Eranian wrote: > Enable capture of interrupted machine state in each > sample. Looks good to me. Reviewed-by: Andi Kleen -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger

Re: [PATCH v1 0/4] perf: add ability to sample interrupted machine state

2014-07-09 Thread Andi Kleen
> Value profiling means sampling the values of function arguments passed in > registers. You can use it for more, e.g. it's also useful to sample loop iterations. -Andi -- a...@linux.intel.com -- Speaking for myself only -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH 3/4] perf tools: add core support for sampling intr machine state regs

2014-07-09 Thread Andi Kleen
> +int perf_event__parse_sample(const union perf_event *event, u64 type, > + int sample_size, bool sample_id_all, > + u64 sample_regs_user, u64 sample_stack_user, > + u64 sample_regs_intr, > + struct

RE: [PATCH V4 1/2] perf ignore LBR and extra_regs.

2014-07-09 Thread Liang, Kan
> -Original Message- > From: Peter Zijlstra [mailto:pet...@infradead.org] > Sent: Wednesday, July 09, 2014 10:58 AM > To: Liang, Kan > Cc: a...@firstfloor.org; linux-kernel@vger.kernel.org; k...@vger.kernel.org > Subject: Re: [PATCH V4 1/2] perf ignore LBR and extra_regs. > > On Wed, Jul

Re: [PATCH V4 2/2] arm: dts: dra7: add crossbar device binding

2014-07-09 Thread Tony Lindgren
* Tony Lindgren [140626 03:28]: > * Sricharan R [140626 01:36]: > > Hi Tony, > > > > On Thursday 26 June 2014 01:14 PM, Tony Lindgren wrote: > > > * Sricharan R [140626 00:29]: > > >> From: R Sricharan > > >> > > >> There is a IRQ crossbar device in the soc, which > > >> maps the irq requests

[PATCH06/17] PKCS#7: Verify internal certificate chain

2014-07-09 Thread David Howells
Verify certificate chain in the X.509 certificates contained within the PKCS#7 message as far as possible. If any signature that we should be able to verify fails, we reject the whole lot. Signed-off-by: David Howells Acked-by: Vivek Goyal Reviewed-by: Kees Cook --- crypto/asymmetric_keys/pk

Re: [PATCH v9 3/7] ata: libahci: allow to use multiple PHYs

2014-07-09 Thread Tejun Heo
On Wed, Jul 09, 2014 at 05:24:46PM +0200, Alexandre Belloni wrote: > Hi, > > On 09/07/2014 at 09:59:10 -0400, Tejun Heo wrote : > > Heh, I get that but, at the same time, this is the point where you're > > most motivated to actually work on it. :) > > > > Or, starting that kind of review after

Re: [PATCH tip/core/rcu 11/17] rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUs

2014-07-09 Thread Frederic Weisbecker
On Tue, Jul 08, 2014 at 03:05:56PM -0700, Paul E. McKenney wrote: > Fair point. This would be a kthread_bind_housekeeping(), then. Hmm, after all this should only be needed for kthreads so yeah. > But I need to create an kthread_bind_mask() or some such that acts like > kthread_bind(), but which

[PATCHv3 22/34] ARM: at91/dt: kizbox: define main crystal frequency

2014-07-09 Thread Alexandre Belloni
Define kizbox board's main crystal frequency. Signed-off-by: Alexandre Belloni Cc: Gael Portay --- arch/arm/boot/dts/kizbox.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/kizbox.dts b/arch/arm/boot/dts/kizbox.dts index 928f6eef2d59..e83e4f9310b8 100644 --- a/arch/

Re: [PATCH 09/14] cpufreq: cpu0: Move per-cluster initialization code to ->init()

2014-07-09 Thread Santosh Shilimkar
On Wednesday 09 July 2014 11:27 AM, Viresh Kumar wrote: > On 9 July 2014 20:56, Santosh Shilimkar wrote: We still *don't* support platforms with separate clock/voltage lines for CPUs. This would be done in a separate patch. > > Probably s/separate/later would be enough to make you

[PATCHv3 05/34] ARM: at91: move at91rm9200 SoC to the CCF

2014-07-09 Thread Alexandre Belloni
This patch removes the selection of AT91_USE_OLD_CLK when selecting at91rm9200 SoC support. This will automatically enable COMMON_CLK_AT91 option and add support for at91 common clk implementation. Signed-off-by: Alexandre Belloni Acked-by: Boris BREZILLON --- arch/arm/mach-at91/Kconfig | 1 -

[PATCHv3 01/34] Documentation: dt: document all the atmel pmc compatibles

2014-07-09 Thread Alexandre Belloni
Documentation for atmel-pmc only list one compatible, add the remaining compatible strings. Signed-off-by: Alexandre Belloni --- Documentation/devicetree/bindings/arm/atmel-pmc.txt | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/atmel

[PATCHv3 10/34] ARM: at91: move at91sam9260 SoCs to the CCF

2014-07-09 Thread Alexandre Belloni
This patch removes the selection of AT91_USE_OLD_CLK when selecting at91sam9260 SoCs support. This will automatically enable COMMON_CLK_AT91 option and add support for at91 common clk implementation. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/Kconfig | 1 - 1 file changed, 1 deletio

[PATCHv3 06/34] ARM: at91/dt: at91rm9200ek: define crystals frequencies

2014-07-09 Thread Alexandre Belloni
Define at91rm9200ek main and slow crystals frequencies. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91rm9200ek.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91rm9200ek.dts b/arch/arm/boot/dts/at91rm9200ek.dts index df6b0aa0e4dd..43eb779dd6f6 10

[PATCHv3 00/34] ARM: at91: Switch remaining SoCs and boards to CCF

2014-07-09 Thread Alexandre Belloni
This patch set adds support for the common clock framwork to the remaining atml SoCs: at91rm9200, at91sam9260, at91sam9263, at91sam9g45. It also defines the necessary main crystal and slow crystal frequencies. I couldn't find datasheets for the following boards: - mpa1600 - animeo_ip For those

[PATCHv3 04/34] ARM: at91/dt: rm9200: define clocks

2014-07-09 Thread Alexandre Belloni
Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91rm9200.dtsi | 304 ++ 1 file changed, 304 insertions(+) diff --git a/arch/arm/boot/dts/at91rm9200.dtsi b/arch/arm/boot/dts/at91rm9200.dtsi index c61b16fba79b..65ccf564b9a5 100644 --- a/arch/arm/boot/d

[PATCHv3 03/34] ARM: at91: prepare common clk transition for rm9200

2014-07-09 Thread Alexandre Belloni
Enclose the rm9200 old clk registration in "#if defined(CONFIG_OLD_CLK_AT91) #endif" Signed-off-by: Alexandre Belloni Acked-by: Boris BREZILLON --- arch/arm/mach-at91/at91rm9200.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-at91/at91rm9200.c b/arch/ar

[PATCHv3 07/34] ARM: at91: prepare common clk transition for sam9260

2014-07-09 Thread Alexandre Belloni
Enclose the sam9260 old clk registration in "#if defined(CONFIG_OLD_CLK_AT91) #endif" Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/at91sam9260.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-at91/at91sam9260.c b/arch/arm/mach-at91/at91sam9260.

[PATCHv3 02/34] ARM: at91/dt: ariag25: define crystals frequencies

2014-07-09 Thread Alexandre Belloni
Define Acme Systems Aria G25 board main and slow crystals frequencies. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91-ariag25.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91-ariag25.dts b/arch/arm/boot/dts/at91-ariag25.dts index 55ab6180e350..

[PATCHv3 21/34] ARM: at91/dt: animeo_ip: define crystals frequencies

2014-07-09 Thread Alexandre Belloni
Define Somfy Animeo IP main and slow crystals frequencies. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/animeo_ip.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/animeo_ip.dts b/arch/arm/boot/dts/animeo_ip.dts index 3c4f6d983cbd..4e0ad3b82796 100644 --

[PATCHv3 11/34] ARM: at91/dt: at91sam9g20ek: define crystals frequencies

2014-07-09 Thread Alexandre Belloni
Define at91sam9g20ek main and slow crystals frequencies. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi index c

[PATCHv3 18/34] ARM: at91/dt: aks-cdu: define slow crytal frequency

2014-07-09 Thread Alexandre Belloni
Define AK signal CDU slow crystal frequency Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/aks-cdu.dts | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/aks-cdu.dts b/arch/arm/boot/dts/aks-cdu.dts index 54cb5cf8604a..d9c50fbb49d2 100644 --- a/arch/arm/boot/dts/a

[PATCHv3 13/34] ARM: at91/dt: usb_a9260: define crystals frequencies

2014-07-09 Thread Alexandre Belloni
Define Calao USB-A9260, USB-A9G20 and USB-A9G20-LPW main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Gregory Hermant --- arch/arm/boot/dts/usb_a9260_common.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/usb_a9260_common.dtsi b/arch/ar

[PATCHv3 19/34] ARM: at91/dt: evk-pro3: define slow crytal frequency

2014-07-09 Thread Alexandre Belloni
Define Telit EVK-PRO3 slow crystal frequency Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/evk-pro3.dts | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/evk-pro3.dts b/arch/arm/boot/dts/evk-pro3.dts index 4d829685fdfb..f72969efe6d7 100644 --- a/arch/arm/boot/d

Re: [PATCH] Doc: mfd: as3722: Add details of optional missing property

2014-07-09 Thread Lee Jones
On Mon, 09 Jun 2014, Laxman Dewangan wrote: > Add details of following properties which are used on driver but > not documented on DT binding document. > - ams,enable-internal-int-pullup > - ams,enable-internal-i2c-pullup > > Signed-off-by: Laxman Dewangan > Reported-by: Lee Jones > --- > Docu

Re: [PATCH 09/14] cpufreq: cpu0: Move per-cluster initialization code to ->init()

2014-07-09 Thread Viresh Kumar
On 9 July 2014 20:59, Santosh Shilimkar wrote: > On Wednesday 09 July 2014 11:27 AM, Viresh Kumar wrote: >> On 9 July 2014 20:56, Santosh Shilimkar wrote: > We still *don't* support platforms with separate clock/voltage lines for > CPUs. > This would be done in a separate patch. >> >

[PATCHv3 12/34] ARM: at91/dt: foxg20: define crystals frequencies

2014-07-09 Thread Alexandre Belloni
Define Acme Systems srl Fox G20 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91-foxg20.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91-foxg20.dts b/arch/arm/boot/dts/at91-foxg20.dts index cbe967343997..f89598

[PATCHv3 20/34] ARM: at91/dt: ethernut5: define crystals frequencies

2014-07-09 Thread Alexandre Belloni
Define egnite Ethernut 5 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Tim Schendekehl --- arch/arm/boot/dts/ethernut5.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/ethernut5.dts b/arch/arm/boot/dts/ethernut5.dts index 143b6d25b

[PATCHv3 09/34] ARM: at91/dt: sam9g20: define clocks

2014-07-09 Thread Alexandre Belloni
Define the at91sam9g20 clocks that differ from at91sam9260 in the SoC dtsi file. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91sam9g20.dtsi | 24 1 file changed, 24 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9g20.dtsi b/arch/arm/boot/dts/at91sam9g

[PATCHv3 08/34] ARM: at91/dt: sam9260: define clocks

2014-07-09 Thread Alexandre Belloni
Define the at91sam9260 clocks in the SoC dtsi file. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91sam9260.dtsi | 314 - 1 file changed, 313 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9

[PATCHv3 16/34] ARM: at91/dt: mpa1600: define crytals frequencies

2014-07-09 Thread Alexandre Belloni
Define Phontech MPA 1600 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Joachim Eastwood --- arch/arm/boot/dts/mpa1600.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/mpa1600.dts b/arch/arm/boot/dts/mpa1600.dts index ccf9ea242f72..f0f5

Re: [PATCH 09/14] cpufreq: cpu0: Move per-cluster initialization code to ->init()

2014-07-09 Thread Santosh Shilimkar
On Wednesday 09 July 2014 11:17 AM, Viresh Kumar wrote: > On 9 July 2014 20:23, Santosh Shilimkar wrote: >> I scanned this patch and subsequent patches from the series. Since you are >> modifying the interfaces and bindings, I just think its better if we can >> address the cases where separate clo

[PATCHv3 14/34] ARM: at91/dt: tny_a9260: define crystals frequencies

2014-07-09 Thread Alexandre Belloni
Define Calao TNY-A9260 and TNY-A9G20 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Gregory Hermant --- arch/arm/boot/dts/tny_a9260_common.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/tny_a9260_common.dtsi b/arch/arm/boot/dts/tny_

[PATCH v1 4/5] parisc: use seq_hex_dump() to dump buffers

2014-07-09 Thread Andy Shevchenko
Instead of custom approach let's use recently introduced seq_hex_dump() helper. Signed-off-by: Andy Shevchenko --- drivers/parisc/ccio-dma.c | 14 +++--- drivers/parisc/sba_iommu.c | 11 +++ 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/drivers/parisc/ccio-dma.

[PATCHv3 15/34] ARM: at91/dt: qil_a9260: define crystals frequencies

2014-07-09 Thread Alexandre Belloni
Define Calao QIL-A9260 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Gregory Hermant --- arch/arm/boot/dts/at91-qil_a9260.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91-qil_a9260.dts b/arch/arm/boot/dts/at91-qil_a9260.dts index

Re: [PATCH v7 18/24] mfd: max77686: Add Maxim 77802 PMIC support

2014-07-09 Thread Lee Jones
On Fri, 04 Jul 2014, Javier Martinez Canillas wrote: > Maxim MAX77802 is a power management chip that contains 10 high > efficiency Buck regulators, 32 Low-dropout (LDO) regulators used > to power up application processors and peripherals, a 2-channel > 32kHz clock outputs, a Real-Time-Clock (RTC)

Re: [RFC PATCH v2 2/5] dt: qcom: msm8974: add qpnp-spmi device nodes

2014-07-09 Thread Stanimir Varbanov
On 07/09/2014 05:10 PM, Lee Jones wrote: > On Thu, 03 Jul 2014, Stanimir Varbanov wrote: > >> From: Ivan T. Ivanov >> >> The qpnp-spmi device nodes are childrens of spmi pmic arbiter. >> msm8974 SoC using two pmic chips pm8941 and pm8841. Every chip >> has two spmi-qpnp bus id's. >> >> Signed-off

[PATCHv3 26/34] ARM: at91/dt: sam9m10g45ek: define crystals frequencies

2014-07-09 Thread Alexandre Belloni
Define at91sam9m10g45ek main and slow crystals frequencies. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91sam9m10g45ek.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9m10g45ek.dts b/arch/arm/boot/dts/at91sam9m10g45ek.dts index 9f5b0a674995.

[PATCHv3 25/34] ARM: at91: move at91sam9g45 SoC to the CCF

2014-07-09 Thread Alexandre Belloni
This patch removes the selection of AT91_USE_OLD_CLK when selecting at91sam9g45 SoC support. This will automatically enable COMMON_CLK_AT91 option and add support for at91 common clock implementation. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/Kconfig | 1 - 1 file changed, 1 deleti

[PATCHv3 23/34] ARM: at91: prepare common clk transition for sam9g45

2014-07-09 Thread Alexandre Belloni
Enclose the sam9g45 old clk registration in "#if defined(CONFIG_OLD_CLK_AT91) #endif" Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/at91sam9g45.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-at91/at91sam9g45.c b/arch/arm/mach-at91/at91sam9g45.

Re: [PATCH v6 0/6] ima: extending secure boot certificate chain of trust

2014-07-09 Thread David Howells
Okay, I've merged a number of patchsets together that I want to push for the next merge window: http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=keys-next I'd like to add yours. Shall I pull: linux-integrity/next-trusted-keys which is here, I presume:

[PATCHv3 17/34] ARM: at91/dt: ge863-pro3: define main crystal frequency

2014-07-09 Thread Alexandre Belloni
Define Telit GE863-PRO3 main crystal frequency. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/ge863-pro3.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/ge863-pro3.dtsi b/arch/arm/boot/dts/ge863-pro3.dtsi index 230099bb31c8..0d0e62489d93 100644 --- a/arch

[PATCH v1 0/5] fs/seq_file: introduce seq_hex_dump() helper

2014-07-09 Thread Andy Shevchenko
This introduces a new helper and switches current users to use it. parisc and s390 weren't tested anyhow, the other are compile tested. Andy Shevchenko (5): seq_file: provide an analogue of print_hex_dump() saa7164: convert to seq_hex_dump() crypto: qat - use seq_hex_dump() to dump buffers

[PATCH v1 5/5] [S390] zcrypt: use seq_hex_dump() to dump buffers

2014-07-09 Thread Andy Shevchenko
Instead of custom approach let's use recently introduced seq_hex_dump() helper. In this case it slightly changes the output, namely the four tetrads will be output on one line. Signed-off-by: Andy Shevchenko --- drivers/s390/crypto/zcrypt_api.c | 10 +- 1 file changed, 1 insertion(+), 9

Re: gpio-omap: wakeup mask

2014-07-09 Thread Tony Lindgren
* Pascal Huerst [140709 05:47]: > On 09.07.2014 12:41, Tony Lindgren wrote: > > > If you just comment out the _gpio_rmw part above do > > things work as expected? > > Yes. It only wakes up on gpio 6 not on gpio 11 anymore. > > > Then if that works as expected, maybe write only some unused bits

[PATCH] Documentation: devres: Sort managed interfaces

2014-07-09 Thread Geert Uytterhoeven
Sort the list of managed interfaces and their lists of methods alphabetically, to reduce the risk of merge conflicts and duplicates. Signed-off-by: Geert Uytterhoeven --- I got annoyed by the merge conflicts when merging several for-next branches a while ago, so I sorted the list after everything

Re: [PATCH 09/14] cpufreq: cpu0: Move per-cluster initialization code to ->init()

2014-07-09 Thread Viresh Kumar
On 9 July 2014 20:56, Santosh Shilimkar wrote: >>> We still *don't* support platforms with separate clock/voltage lines for >>> CPUs. >>> This would be done in a separate patch. Probably s/separate/later would be enough to make you happy ? >> Its already fixed as part of this series. >> > I sug

[PATCH v1 2/5] saa7164: convert to seq_hex_dump()

2014-07-09 Thread Andy Shevchenko
Instead of custom approach let's use recently added seq_hex_dump() helper. Signed-off-by: Andy Shevchenko --- drivers/media/pci/saa7164/saa7164-core.c | 31 --- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/drivers/media/pci/saa7164/saa7164-core.c b/

[PATCH v1 3/5] crypto: qat - use seq_hex_dump() to dump buffers

2014-07-09 Thread Andy Shevchenko
Instead of custom approach let's use recently introduced seq_hex_dump() helper. In this case it slightly changes the output, namely the four tetrads will be output on one line. Signed-off-by: Andy Shevchenko --- drivers/crypto/qat/qat_common/adf_transport_debug.c | 16 ++-- 1 file c

Re: [PATCH v1 0/4] perf: add ability to sample interrupted machine state

2014-07-09 Thread Stephane Eranian
On Wed, Jul 9, 2014 at 4:53 PM, Arnaldo Carvalho de Melo wrote: > Em Wed, Jul 09, 2014 at 05:26:20PM +0900, Namhyung Kim escreveu: >> On Wed, 9 Jul 2014 00:15:55 +0200, Stephane Eranian wrote: >> > This patch series is the fundation for a future series adding >> > function value profiling. >> >>

Re: [RFC 7/7] net: don't check for active hrtimer after adding it

2014-07-09 Thread Viresh Kumar
On 9 July 2014 16:14, Viresh Kumar wrote: > Yeah, it looks like we can get rid of this. Also, > > } while (t.task && pkt_dev->running && !signal_pending(current)); > > is present in the closing "}" of do-while loop and probably we > don't need to check t.task here as well. Actually No. t.

Re: [RFC PATCH v2 1/5] mfd: qpnp: add support for Qualcomm QPNP PMICs

2014-07-09 Thread Stanimir Varbanov
Hi Lee, Thanks for the comments. On 07/09/2014 05:34 PM, Lee Jones wrote: > On Thu, 03 Jul 2014, Stanimir Varbanov wrote: >> From: Josh Cartwright >> >> The Qualcomm QPNP PMIC chips are components used with the >> Snapdragon 800 series SoC family. This driver exists >> largely as a glue mfd com

[PATCHv3 28/34] ARM: at91/dt: cosino define crystals frequencies

2014-07-09 Thread Alexandre Belloni
Define Cosino boards main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Rodolfo Giometti --- arch/arm/boot/dts/at91-cosino.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91-cosino.dtsi b/arch/arm/boot/dts/at91-cosino.dtsi index df4b78

Re: [PATCH 04/14] cpufreq: cpu0: Add Module Author

2014-07-09 Thread Santosh Shilimkar
On Wednesday 09 July 2014 11:08 AM, Viresh Kumar wrote: > On 9 July 2014 20:12, Santosh Shilimkar wrote: >> Not related to this patch but I think its time to change >> the name of this driver. I never liked this 'cpufreq-cpu0.c' >> and already mentioned that during the reviews of this >> driver. >

Re: [RFC 2/7] hrtimer: don't check for active hrtimer after adding it

2014-07-09 Thread Viresh Kumar
On 9 July 2014 16:04, Chris Redpath wrote: > On 09/07/14 07:55, Viresh Kumar wrote: >> diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c >> index cf40209..a76f962 100644 >> --- a/kernel/hrtimer.c >> +++ b/kernel/hrtimer.c >> @@ -1555,8 +1555,6 @@ static int __sched do_nanosleep(struct >> hrtimer_sl

Re: [PATCH v9 3/7] ata: libahci: allow to use multiple PHYs

2014-07-09 Thread Alexandre Belloni
Hi, On 09/07/2014 at 09:59:10 -0400, Tejun Heo wrote : > Heh, I get that but, at the same time, this is the point where you're > most motivated to actually work on it. :) > Or, starting that kind of review after 9 revisions, especially so close to the end of the development cycle is discouragin

[PATCH v1 1/5] seq_file: provide an analogue of print_hex_dump()

2014-07-09 Thread Andy Shevchenko
The new seq_hex_dump() is a complete analogue of print_hex_dump(). We have few users of this functionality already. It allows to reduce their codebase. Signed-off-by: Andy Shevchenko --- fs/seq_file.c| 35 +++ include/linux/seq_file.h | 4 2 fil

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