[PATCH v4 3/6] remoteproc: Supply controller driver for ST's Remote Processors

2015-10-21 Thread Lee Jones
Signed-off-by: Ludovic Barre Signed-off-by: Lee Jones --- drivers/remoteproc/Kconfig | 9 ++ drivers/remoteproc/Makefile| 1 + drivers/remoteproc/st_remoteproc.c | 297 + 3 files changed, 307 insertions(+) create mode 100644

[PATCH v4 6/6] ARM: STiH407: Move over to using the 'reserved-memory' API for obtaining DMA memory

2015-10-21 Thread Lee Jones
Doing so saves quite a bit of code in the driver. For more information on the 'reserved-memory' bindings see: Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt Suggested-by: Suman Anna Signed-off-by: Lee Jones --- arch/arm/boot/dts/stih407-family.dtsi | 46

Re: [Patch v7 4/7] PCI/ACPI: Add interface acpi_pci_root_create()

2015-10-21 Thread Liviu Dudau
On Wed, Oct 21, 2015 at 01:27:33PM +0200, Tomasz Nowicki wrote: > On 21.10.2015 13:02, Liviu Dudau wrote: > >On Wed, Oct 21, 2015 at 11:57:53AM +0200, Tomasz Nowicki wrote: > >>On 14.10.2015 08:29, Jiang Liu wrote: > >>>Introduce common interface acpi_pci_root_create() and related data >

Re: [RFC PATCH v6 3/3] arm: fix a migrating irq bug when hotplug cpu

2015-10-21 Thread Geert Uytterhoeven
On Thu, Sep 24, 2015 at 11:32 AM, Yang Yingliang wrote: > When cpu is disabled, all irqs will be migratged to another cpu. > In some cases, a new affinity is different, the old affinity need > to be updated and if irq_set_affinity's return value is IRQ_SET_MASK_OK_DONE, > the old affinity can not

Re: Updated scalable urandom patchkit

2015-10-21 Thread Andi Kleen
On Wed, Oct 21, 2015 at 04:27:43AM -0400, George Spelvin wrote: > After having worked out the basics of a non-blocking /dev/urandom read, > (patches poated; I'm hoping someone will comment on them!), I need to > work out the crypto. Can we just use my multi pool patch for now? It works and is

Re: [Patch v7 4/7] PCI/ACPI: Add interface acpi_pci_root_create()

2015-10-21 Thread Lorenzo Pieralisi
On Wed, Oct 21, 2015 at 01:27:33PM +0200, Tomasz Nowicki wrote: > On 21.10.2015 13:02, Liviu Dudau wrote: > >On Wed, Oct 21, 2015 at 11:57:53AM +0200, Tomasz Nowicki wrote: > >>On 14.10.2015 08:29, Jiang Liu wrote: > >>>Introduce common interface acpi_pci_root_create() and related data >

Re: [v2] powerpc/prom: Avoid reference to potentially freed memory

2015-10-21 Thread Michael Ellerman
On Fri, 2015-16-10 at 21:38:45 UTC, Christophe Jaillet wrote: > of_get_property() is used inside the loop, but then the reference to the > node is dropped before dereferencing the prop pointer, which could by then > point to junk if the node has been freed. > > Instead use of_property_read_u32()

Re: [PATCH 0/4] ARM: dts: uniphier: DTS updates for UniPhier SoCs for Linux 4.14-rc1 (2nd try)

2015-10-21 Thread Masahiro Yamada
The subject should be "ARM: dts: uniphier: DTS updates for UniPhier SoCs for Linux 4.4-rc1" I cannot wait until Linux 4.14-rc1 :) -- Best Regards Masahiro Yamada -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH v1 1/2] mfd: lpss: Add Broxton ACPI IDs

2015-10-21 Thread Lee Jones
On Wed, 21 Oct 2015, Andy Shevchenko wrote: > From: Mika Westerberg > > Intel Broxton has the same LPSS block than Intel Sunrisepoint so add > Broxton ACPI IDs to the list. > > Signed-off-by: Mika Westerberg > Signed-off-by: Andy Shevchenko > --- > drivers/mfd/intel-lpss-acpi.c | 16

Re: [PATCH v1 2/2] mfd: lpss: Add Intel Broxton PCI IDs

2015-10-21 Thread Lee Jones
On Wed, 21 Oct 2015, Andy Shevchenko wrote: > Intel Broxton has the same LPSS block than Intel Sunrisepoint so add > Broxton PCI IDs to the list. > > Signed-off-by: Mika Westerberg > Signed-off-by: Andy Shevchenko > --- > drivers/mfd/intel-lpss-pci.c | 45 >

Quick Loan

2015-10-21 Thread
DO YOU NEED A LOAN AT 3% RATE ANNUALLY,IF YES CONTACT US FOR MORE INFO -- 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 Please read the FAQ at

Re: [RFC][PATCH] tracing: Have stack tracer force RCU to be watching

2015-10-21 Thread Steven Rostedt
On Wed, 21 Oct 2015 10:01:42 +0200 Peter Zijlstra wrote: > > I should probably add a "if (in_nmi()) return" somewhere. > > But if there's an arch that doesn't use a separate NMI stack, the NMI > might cause the largest stack, which would then remain invisible from > the stack-tracer. > >

[PATCH 2/4] ARM: dts: uniphier: delete i2c aliases

2015-10-21 Thread Masahiro Yamada
The user space should not expect that a particular I2C channel is always visible through the same character device. No reason to fix the I2C indexes with aliases. Signed-off-by: Masahiro Yamada --- arch/arm/boot/dts/uniphier-ph1-ld4-ref.dts | 4

[PATCH 1/4] ARM: dts: uniphier: use stdout-path instead of console

2015-10-21 Thread Masahiro Yamada
Specifying both console and stdout-path is redundant. Add options ":115200n8" to stdout-path and drop "console=ttyS0,115200". Signed-off-by: Masahiro Yamada --- arch/arm/boot/dts/uniphier-ph1-ld4-ref.dts | 3 +-- arch/arm/boot/dts/uniphier-ph1-ld6b-ref.dts | 3 +--

[PATCH 0/4] ARM: dts: uniphier: DTS updates for UniPhier SoCs for Linux 4.14-rc1 (2nd try)

2015-10-21 Thread Masahiro Yamada
Hi Arnd, I dropped I2C aliases. (I want this policy to be consistent for all the uniphier DTS files. 2/4 deletes them from existing DTS files too.) Please pull this series for the next merge window. Thanks, Masahiro Masahiro Yamada (4): ARM: dts: uniphier: use stdout-path instead of

Re: [PATCH V5 1/1] bpf: control events stored in PERF_EVENT_ARRAY maps trace data output when perf sampling

2015-10-21 Thread Wangnan (F)
On 2015/10/21 17:12, Peter Zijlstra wrote: On Tue, Oct 20, 2015 at 03:53:02PM -0700, Alexei Starovoitov wrote: On 10/20/15 12:22 AM, Kaixu Xia wrote: diff --git a/kernel/events/core.c b/kernel/events/core.c index b11756f..5219635 100644 --- a/kernel/events/core.c +++ b/kernel/events/core.c

[PATCH 4/4] ARM: dts: uniphier: add ProXstream2 Vodka board support

2015-10-21 Thread Masahiro Yamada
Initial version of DTS for ProXstream2 Vodka board. Signed-off-by: Masahiro Yamada --- arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/uniphier-proxstream2-vodka.dts | 74 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644

[PATCH 3/4] ARM: dts: uniphier: add ProXstream2 Gentil board support

2015-10-21 Thread Masahiro Yamada
Initial version of DTS for ProXstream2 Gentil board. Signed-off-by: Masahiro Yamada --- arch/arm/boot/dts/Makefile| 3 +- arch/arm/boot/dts/uniphier-proxstream2-gentil.dts | 74 +++ 2 files changed, 76 insertions(+), 1 deletion(-) create mode

Re: [PATCH V5 1/1] bpf: control events stored in PERF_EVENT_ARRAY maps trace data output when perf sampling

2015-10-21 Thread Peter Zijlstra
On Wed, Oct 21, 2015 at 06:31:04PM +0800, xiakaixu wrote: > The RFC patch set contains the necessary commit log [1]. That's of course the wrong place, this should be in the patch's Changelog. It doesn't become less relevant. > In some scenarios we don't want to output trace data when perf

Re: [PATCH v2 2/2] arm64: fix dump_backtrace() to show correct pt_regs at interrupt

2015-10-21 Thread Jungseok Lee
On Oct 20, 2015, at 5:00 PM, AKASHI Takahiro wrote: Hi Akashi, > Adding an extra dummy stack frame for interrupt has one side-effect that > dump_backtrace() shows inccorect data of struct pt_regs at > "Exception stack ..." because we are still on an interrupt stack when > dump_backtrace()

Re: [PATCH v4 04/22] of: add function to allow probing a device from a OF node

2015-10-21 Thread Geert Uytterhoeven
Hi Tomeu, On Mon, Sep 7, 2015 at 2:23 PM, Tomeu Vizoso wrote: > Walks the OF tree up and finds the closest ancestor that has a struct > device associated with it, probing it if isn't bound to a driver yet. > > The above should ensure that the dependency represented by the passed OF > node is

Re: [Patch v7 4/7] PCI/ACPI: Add interface acpi_pci_root_create()

2015-10-21 Thread Tomasz Nowicki
On 21.10.2015 13:02, Liviu Dudau wrote: On Wed, Oct 21, 2015 at 11:57:53AM +0200, Tomasz Nowicki wrote: On 14.10.2015 08:29, Jiang Liu wrote: Introduce common interface acpi_pci_root_create() and related data structures to create PCI root bus for ACPI PCI host bridges. It will be used to kill

Re: [PATCH 1/4] Documentation: tps65086: Add DT bindings for the TPS65086 PMIC

2015-10-21 Thread Lee Jones
On Wed, 21 Oct 2015, Mark Brown wrote: > On Wed, Oct 21, 2015 at 09:46:33AM +0100, Lee Jones wrote: > > On Tue, 20 Oct 2015, Andrew F. Davis wrote: > > > > I could change the core to be "tps65086-pmic", then call the regulator > > > driver "tps65086-regulator" if this works for you, this seems

Re: [PATCH 1/1] HID: fix some indenting issues

2015-10-21 Thread Jiri Kosina
On Sun, 11 Oct 2015, Jiri Slaby wrote: > Some drivers indent some lines in a very weird manner. Fix that. > > Signed-off-by: Jiri Slaby > Cc: Josenivaldo Benito Junior > Cc: Franco Catrin > Cc: Nikolai Kondrashov > Cc: Don Prince > Cc: srinivas pandruvada Some of the are not really worth

Re: [PATCH 10/19] ARM: dts: at91: replace gpio-key,wakeup with wakeup-source property

2015-10-21 Thread Sudeep Holla
On 21/10/15 12:01, Ulf Hansson wrote: On 21 October 2015 at 12:25, Sudeep Holla wrote: On 21/10/15 11:21, Nicolas Ferre wrote: Le 21/10/2015 12:10, Sudeep Holla a écrit : Though the keyboard driver for GPIO buttons(gpio-keys) will continue to check for/support the legacy

Re: [PATCH v3 2/4] KVM: use simple waitqueue for vcpu->wq

2015-10-21 Thread Peter Zijlstra
On Wed, Oct 21, 2015 at 08:24:11PM +1100, Paul Mackerras wrote: > On Tue, Oct 20, 2015 at 04:00:31PM +0200, Peter Zijlstra wrote: > > > > Should we not take this opportunity to get rid of these open-coded wait > > loops? > > > > > > Does this work? > > No, on Book3S HV (POWER8) the VM hangs

Re: [PATCH] x86/spinlocks: Avoid a deadlock when someone unlock a zapped ticked spinlock

2015-10-21 Thread Peter Zijlstra
On Wed, Oct 21, 2015 at 11:18:09AM +0200, Petr Mladek wrote: > There are few situations when we reinitialize (zap) ticket spinlocks. It > typically happens when the system is going down after an error and we > want to avoid deadlock in some important services. For example, > zap_locks() in

Re: [tip:core/efi] efi: Add "efi_fake_mem" boot option

2015-10-21 Thread Ingo Molnar
* tip-bot for Taku Izumi wrote: > Commit-ID: 0f96a99dab366333439e110d6ad253bc7c557c09 > Gitweb: http://git.kernel.org/tip/0f96a99dab366333439e110d6ad253bc7c557c09 > Author: Taku Izumi > AuthorDate: Wed, 30 Sep 2015 23:01:56 +0900 > Committer: Matt Fleming > CommitDate: Mon, 12 Oct

Re: kernel oops on mmotm-2015-10-15-15-20

2015-10-21 Thread Kirill A. Shutemov
On Wed, Oct 21, 2015 at 02:28:36PM +0900, Minchan Kim wrote: > I detach this report from my patchset thread because I see below > problem with removing MADV_FREE related code and I can reproduce > same oops with MADV_FREE + recent patches(both my SetPageDirty > and Kirill's pte_mkdirty) within 7

Re: [PATCH net-next 2/3] bpf: introduce bpf_perf_event_output() helper

2015-10-21 Thread Wangnan (F)
On 2015/10/21 18:01, He Kuang wrote: hi, Alexei I've tested the sample in next patch and it works well. I think more work on the perf side needs to be done for parsing PERF_COUNT_SW_BPF_OUTPUT event type, are you working on that? Thank you. We need to add something into parse-event.y/l

Re: [RESEND PATCH 0/9] eeprom: at24: at24cs series serial number read

2015-10-21 Thread Peter Korsgaard
> "Bartosz" == Bartosz Golaszewski writes: > Chips from the at24cs EEPROM series have an additional read-only memory area > containing a factory pre-programmed serial number. In order to access it, a > dummy write must be executed before reading the serial number bytes. > This series

Re: [Patch v7 4/7] PCI/ACPI: Add interface acpi_pci_root_create()

2015-10-21 Thread Liviu Dudau
On Wed, Oct 21, 2015 at 11:57:53AM +0200, Tomasz Nowicki wrote: > On 14.10.2015 08:29, Jiang Liu wrote: > >Introduce common interface acpi_pci_root_create() and related data > >structures to create PCI root bus for ACPI PCI host bridges. It will > >be used to kill duplicated arch specific code for

Re: [PATCH 10/19] ARM: dts: at91: replace gpio-key,wakeup with wakeup-source property

2015-10-21 Thread Ulf Hansson
On 21 October 2015 at 12:25, Sudeep Holla wrote: > > > On 21/10/15 11:21, Nicolas Ferre wrote: >> >> Le 21/10/2015 12:10, Sudeep Holla a écrit : >>> >>> Though the keyboard driver for GPIO buttons(gpio-keys) will continue to >>> check for/support the legacy "gpio-key,wakeup" boolean property to

Re: [PATCH RFC RFT 2/3] clk: clk_put WARNs if user has not disabled clk

2015-10-21 Thread Russell King - ARM Linux
On Wed, Oct 21, 2015 at 11:50:07AM +0200, Geert Uytterhoeven wrote: > Hi Mike, Russell, > > On Tue, Oct 20, 2015 at 2:40 PM, Michael Turquette > wrote: > > Why not keep the reference to the struct clk after get'ing it the first > > time? > > And store it where? Not my problem :) Users are

[PATCH] leds: leds-wrap.c: Use devm_led_classdev_register

2015-10-21 Thread Fida Mohammad
Use of resource managed function devm_led_classdev_register to make initialization path simpler. Also removed redundant remove function. Signed-off-by: Fida Mohammad --- drivers/leds/leds-wrap.c | 26 -- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git

[PATCH] Two bugs in fs/isofs

2015-10-21 Thread Thomas Schmitt
Hi, during regression tests with libisofs i found two bugs in fs/isofs, which i reported to Debian "fs/isofs/util.c iso_date() will map years >= 2028 to 1970" https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800627 "fs/isofs/rock.c coarsely truncates file names of 254 or 255 bytes

Re: [PATCH net-next 2/2] xfrm: Fix unaligned access in xfrm_notify_sa() for DELSA

2015-10-21 Thread Sowmini Varadhan
On (10/21/15 08:57), Steffen Klassert wrote: > > --- a/net/xfrm/xfrm_user.c > > +++ b/net/xfrm/xfrm_user.c > > @@ -2659,7 +2659,7 @@ static int xfrm_notify_sa(struct xfrm_state *x, const > > struct km_event *c) > > if (attr == NULL) > > goto out_free_skb; > > > >

Re: [PATCH 00/19] staging/wilc1000 cleanups

2015-10-21 Thread Arnd Bergmann
On Wednesday 21 October 2015 19:06:52 glen lee wrote: > Hi arnd, > > Thanks for the all the patches. > About the patch ( use proper naming for global symbols ), > We are planning to use this driver not only for wilc1000 but also for > other atmel wireless driver. I'd appreciate if you could use

Re: [RFC PATCH] bpf: Add new bpf map type for timer

2015-10-21 Thread Ingo Molnar
* Wangnan (F) wrote: > > > On 2015/10/21 18:20, Ingo Molnar wrote: > >* He Kuang wrote: > > > >>ping and add a...@plumgrid.com, what's your opinion on this? > >Firstly, two days isn't nearly enough for a 'review timeout', secondly, have > >you > >seen the kbuild test reports? > > >

Re: [PATCH 1/2] i2c: designware: register clkdev during acpi device configuration

2015-10-21 Thread Mika Westerberg
On Wed, Oct 21, 2015 at 05:50:02PM +0800, Ken Xue wrote: > On Wed, 2015-10-21 at 12:49 +0300, Mika Westerberg wrote: > > On Wed, Oct 21, 2015 at 05:37:53PM +0800, Ken Xue wrote: > > > On Wed, 2015-10-21 at 12:25 +0300, Mika Westerberg wrote: > > > > On Wed, Oct 21, 2015 at 04:42:23PM +0800, Ken

[PATCH] thinkpad_acpi: don't yell on unsupported brightness interfaces

2015-10-21 Thread David Herrmann
The thinkpad_acpi driver currently emits error messages on unsupported brightness interfaces, giving the impression that someone will implement those. However, this error is spit out on nearly every thinkpad in production since 2 years now. Furthermore, the backlight interfaces on those devices

Re: [PATCH] timer: Lazily wakup nohz CPU when adding new timer.

2015-10-21 Thread Viresh Kumar
Cc'ing Frederic. On 20-10-15, 15:47, Yunhong Jiang wrote: > On Sun, Oct 11, 2015 at 08:12:39PM +0200, Thomas Gleixner wrote: > > On Mon, 28 Sep 2015, Yunhong Jiang wrote: > > > static void internal_add_timer(struct tvec_base *base, struct timer_list > > > *timer) > > > { > > > + bool kick_nohz

Re: [PATCH RFC V3 0/3] Input: goodix - add axis swapping and axis inversion support

2015-10-21 Thread Aleksei Mamlin
On Sun, 18 Oct 2015 17:52:56 +0200 Karsten Merker wrote: > Hello, > > this is v3 of my "Input: goodix - add axis swapping and axis inversion > support" patchset. > > The goodix touchscreen driver has gained device-tree support in kernel > 4.1, but doesn't currently support the

Re: [RFC PATCH] bpf: Add new bpf map type for timer

2015-10-21 Thread Wangnan (F)
On 2015/10/21 18:20, Ingo Molnar wrote: * He Kuang wrote: ping and add a...@plumgrid.com, what's your opinion on this? Firstly, two days isn't nearly enough for a 'review timeout', secondly, have you seen the kbuild test reports? Thirdly, I suspect others will do a deeper review, but even

Re: console vs earlycon ?

2015-10-21 Thread Arnd Bergmann
On Wednesday 21 October 2015 18:30:05 Masahiro Yamada wrote: > > > >> I am trying to implement OF_EARLYCON_DECLARE() for that. > >> > >> I was just wondering if console_initcall() should work as well. > >> > >> > >> As I said, I noticed the console_initcall() in 8250_core.c > >> only works on very

Dear Friend

2015-10-21 Thread Foale Family Research Firm
Hello, We are conducting a standard process investigation involving a client who shares the same name with you and also the circumstances surrounding investments made by this client. Are you aware of any relative/relation having the same surname? This is a confidential message from Foale

Re: [PATCH v4 3/6] iommu: add ARM short descriptor page table allocator.

2015-10-21 Thread Yong Wu
On Fri, 2015-10-09 at 19:19 +0100, Will Deacon wrote: > On Fri, Oct 09, 2015 at 06:41:51PM +0100, Robin Murphy wrote: > > On 09/10/15 16:57, Will Deacon wrote: > > >On Tue, Sep 22, 2015 at 03:12:47PM +0100, Yong Wu wrote: > > >> I would like to show you a problem I met, The recursion here may

Re: [PATCH V5 1/1] bpf: control events stored in PERF_EVENT_ARRAY maps trace data output when perf sampling

2015-10-21 Thread xiakaixu
于 2015/10/21 17:12, Peter Zijlstra 写道: > On Tue, Oct 20, 2015 at 03:53:02PM -0700, Alexei Starovoitov wrote: >> On 10/20/15 12:22 AM, Kaixu Xia wrote: >>> diff --git a/kernel/events/core.c b/kernel/events/core.c >>> index b11756f..5219635 100644 >>> --- a/kernel/events/core.c >>> +++

Re: [PATCHv2] fpga: zynq-fpga: Change fw format to handle bin instead of bit.

2015-10-21 Thread Josh Cartwright
On Tue, Oct 20, 2015 at 10:19:56AM -0700, Moritz Fischer wrote: > This gets rid of the code to strip away the header and byteswap, > as well as the check for the sync word. > > Signed-off-by: Moritz Fischer Simpler is better. Reviewed-by: Josh Cartwright Josh -- To unsubscribe from this

Re: [PATCH v7 2/7] perf config: Add '--system' and '--user' options to select which config file is used

2015-10-21 Thread TaeWoong Song
Hi, Namhyung Thanks for your review. > On Oct 21, 2015, at 1:20 PM, Namhyung Kim wrote: > > On Sun, Oct 04, 2015 at 04:35:05PM +0900, Taeung Song wrote: >> Which config file is used is decided in only perf_config(). >> And a perf-config command depend on perf_config() to list >> config

Re: [PATCH 1/4] Documentation: tps65086: Add DT bindings for the TPS65086 PMIC

2015-10-21 Thread Mark Brown
On Wed, Oct 21, 2015 at 09:46:33AM +0100, Lee Jones wrote: > On Tue, 20 Oct 2015, Andrew F. Davis wrote: > > I could change the core to be "tps65086-pmic", then call the regulator > > driver "tps65086-regulator" if this works for you, this seems to be the > > way new drivers name the regulator

Re: [PATCH 3/3] ARM: dts: exynos5422-odroidxu3: Added UHS-I bus speed support

2015-10-21 Thread Jaehoon Chung
Hi, Anand. On 10/14/2015 12:58 PM, Anand Moon wrote: > hi Krzysztof, > > On 14 October 2015 at 05:29, Krzysztof Kozlowski > wrote: >> On 14.10.2015 01:27, Anand Moon wrote: >>> Hi Krzysztof, >>> >>> On 13 October 2015 at 09:13, Krzysztof Kozlowski >>> wrote: On 13.10.2015 12:08,

Re: [UPDATED] [PATCHv4 00/24] arm64: Consolidate CPU feature handling

2015-10-21 Thread Dave Martin
On Mon, Oct 19, 2015 at 02:24:37PM +0100, Suzuki K. Poulose wrote: > Resending the series with fixed mail ids. > > --- > This series introduces a new infrastructure to keep track of the CPU > feature registers on ARMv8-A for arm64 kernel. It provides the safe value > of a CPU feature register

Re: [PATCH 10/19] ARM: dts: at91: replace gpio-key,wakeup with wakeup-source property

2015-10-21 Thread Sudeep Holla
On 21/10/15 11:21, Nicolas Ferre wrote: Le 21/10/2015 12:10, Sudeep Holla a écrit : Though the keyboard driver for GPIO buttons(gpio-keys) will continue to check for/support the legacy "gpio-key,wakeup" boolean property to enable gpio buttons as wakeup source, "wakeup-source" is the new

Re: [PATCH 14/19] ARM: dts: shmobile/r8a7xxx: replace gpio-key,wakeup with wakeup-source property

2015-10-21 Thread Sudeep Holla
On 21/10/15 11:18, Geert Uytterhoeven wrote: On Wed, Oct 21, 2015 at 12:10 PM, Sudeep Holla wrote: Though the keyboard driver for GPIO buttons(gpio-keys) will continue to check for/support the legacy "gpio-key,wakeup" boolean property to enable gpio buttons as wakeup source, "wakeup-source"

Re: [PATCHv4 00/57] perf stat: Add scripting support

2015-10-21 Thread Jiri Olsa
On Wed, Oct 21, 2015 at 11:03:57AM +0900, Namhyung Kim wrote: > Hi Jiri, > > On Fri, Oct 16, 2015 at 12:40:35PM +0200, Jiri Olsa wrote: > > hi, > > sending another version of stat scripting. > > > > v4 changes: > > - added attr update event for event's cpumask > > - forbig aggregation on

Re: [PATCH 10/19] ARM: dts: at91: replace gpio-key,wakeup with wakeup-source property

2015-10-21 Thread Nicolas Ferre
Le 21/10/2015 12:10, Sudeep Holla a écrit : > Though the keyboard driver for GPIO buttons(gpio-keys) will continue to > check for/support the legacy "gpio-key,wakeup" boolean property to > enable gpio buttons as wakeup source, "wakeup-source" is the new > standard binding. > > This patch replaces

Re: [PATCH 1/2] i2c: designware: register clkdev during acpi device configuration

2015-10-21 Thread Ken Xue
On Wed, 2015-10-21 at 10:28 +0300, Mika Westerberg wrote: > On Wed, Oct 21, 2015 at 09:11:33AM +0800, Ken Xue wrote: > > On Tue, 2015-10-20 at 14:17 +0300, Mika Westerberg wrote: > > > On Tue, Oct 20, 2015 at 02:38:01PM +0800, Ken Xue wrote: > > > > DW I2C driver tries to register a clk from

Re: [RFC PATCH] bpf: Add new bpf map type for timer

2015-10-21 Thread Ingo Molnar
* He Kuang wrote: > ping and add a...@plumgrid.com, what's your opinion on this? Firstly, two days isn't nearly enough for a 'review timeout', secondly, have you seen the kbuild test reports? Thirdly, I suspect others will do a deeper review, but even stylistically the patch is a bit

Re: [PATCH v5 2/2] lib/test-string_helpers.c: add string_get_size() tests

2015-10-21 Thread Rasmus Villemoes
On Thu, Sep 17 2015, Vitaly Kuznetsov wrote: > + > +static __init void test_string_get_size(void) > +{ > + test_string_get_size_one(16384, 512, STRING_UNITS_2, "8.00 MiB"); > + test_string_get_size_one(8192, 4096, STRING_UNITS_10, "32.7 MB"); This is a little late, but I just noticed

[PATCH 1/3] pinctrl: intel: Add support for multiple GPIO chips sharing the interrupt

2015-10-21 Thread Mika Westerberg
On Intel Broxton the GPIO hardware consists of several chips that all share the parent interrupt. It is not possible to handle this by setting chained handler for each chip (as they will overwrite each other). To overcome this we need to request the interrupt using devm_request_irq() and pass

[PATCH 3/3] pinctrl: intel: Add Intel Broxton pin controller support

2015-10-21 Thread Mika Westerberg
This driver adds pinctrl/GPIO support for Intel Broxton. The GPIO controller is based on the same hardware design that is already used in Intel Sunrisepoint so we leverage the core driver here. Signed-off-by: Mika Westerberg --- drivers/pinctrl/intel/Kconfig |8 +

Re: [PATCH 14/19] ARM: dts: shmobile/r8a7xxx: replace gpio-key,wakeup with wakeup-source property

2015-10-21 Thread Geert Uytterhoeven
On Wed, Oct 21, 2015 at 12:10 PM, Sudeep Holla wrote: > Though the keyboard driver for GPIO buttons(gpio-keys) will continue to > check for/support the legacy "gpio-key,wakeup" boolean property to > enable gpio buttons as wakeup source, "wakeup-source" is the new > standard binding. > > This

[PATCH 0/3] pinctrl: Add support for Intel Broxton SoC

2015-10-21 Thread Mika Westerberg
Hi, This series adds pinctrl/GPIO support for Intel Broxton SoC. The GPIO hardware is based on the same design already found in Intel Skylake (Sunrisepoint PCH). This series adds a new driver pinctrl-broxton.c which reuses the existing Intel pinctrl core functionality and provides Broxton

[PATCH 01/19] Documentation: devicetree: standardize/consolidate on "wakeup-source" property

2015-10-21 Thread Sudeep Holla
Currently different drivers use multiple forms of annotating devices that should be set up as wakeup sources for the system. This patch adds a separate binding document inorder to standardize and consolidate to use "wakeup-source" boolean property to mark the devices as wakeup capable. Cc: Rob

[PATCH 02/19] Documentation: devicetree: fix reference to legacy wakeup properties

2015-10-21 Thread Sudeep Holla
This patch marks all the reference to the legacy wakeup bindings and replaces them with the standard "wakeup-source" property. All these legacy property are also listed under a separate section in the generic wakeup-source binding document. Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc:

[PATCH 00/19] devicetree: standardize/consolidate on "wakeup-source" property

2015-10-21 Thread Sudeep Holla
Hi, This series attempts to consolidate the various existing bindings and standardize on the widely accepted "wakeup-source" property. Regards, Sudeep Sudeep Holla (19): Documentation: devicetree: standardize/consolidate on "wakeup-source" property Documentation: devicetree: fix

[PATCH 04/19] rtc: isl12057: enable support for the standard "wakeup-source" property

2015-10-21 Thread Sudeep Holla
Though the isl12057 rtc driver should and will continue to support the legacy "isil,irq2-can-wakeup-machine" property to enable RTC as the wakeup source, we need to add support for the new standard property "wakeup-source". This patch adds support for "wakeup-source" property in addition to the

[PATCH 05/19] mmc: core/host: enable support for the standard "wakeup-source" property

2015-10-21 Thread Sudeep Holla
Though the mmc core driver should/will continue to support the legacy "enable-sdio-wakeup" property to enable SDIO as the wakeup source, we need to add support for the new standard property "wakeup-source". This patch adds support for "wakeup-source" property in addition to the existing

[PATCH 03/19] rtc: opal: enable support for the stardard "wakeup-source" property

2015-10-21 Thread Sudeep Holla
Though the opal rtc driver should and will continue to support the legacy "has-tpo" property to enable RTC as the wakeup source, we need to add support for the new standard property "wakeup-source" This patch adds support for "wakeup-source" property in addition to the existing "has-tpo"

[PATCH 08/19] ARM: dts: spear: replace gpio-key,wakeup with wakeup-source property

2015-10-21 Thread Sudeep Holla
Keyboard driver for GPIO buttons(gpio-keys) checks for the legacy "gpio-key,wakeup" boolean property to enable gpio buttons as wakeup source. Few dts files assign value "1" to gpio-key,wakeup which is incorrect. Since the presence of the boolean property indicates it is enabled, value of "0" or

[PATCH 07/19] ARM: dts: rockchip: replace gpio-key,wakeup with wakeup-source property

2015-10-21 Thread Sudeep Holla
Keyboard driver for GPIO buttons(gpio-keys) checks for the legacy "gpio-key,wakeup" boolean property to enable gpio buttons as wakeup source. Few dts files assign value "1" to gpio-key,wakeup and in one instance a value "0" is assigned probably assuming it won't be enabled as a wakeup source.

[PATCH 06/19] input: tegra-kbc: enable support for the standard "wakeup-source" property

2015-10-21 Thread Sudeep Holla
Though the mmc core driver should/will continue to support the legacy "nvidia,wakeup-source" property to enable SDIO as the wakeup source, we need to add support for the new standard property "wakeup-source". This patch adds support for "wakeup-source" property in addition to the existing

[PATCH 10/19] ARM: dts: at91: replace gpio-key,wakeup with wakeup-source property

2015-10-21 Thread Sudeep Holla
Though the keyboard driver for GPIO buttons(gpio-keys) will continue to check for/support the legacy "gpio-key,wakeup" boolean property to enable gpio buttons as wakeup source, "wakeup-source" is the new standard binding. This patch replaces the legacy "gpio-key,wakeup" with the unified

[PATCH 11/19] ARM: dts: imx: replace legacy *,wakeup property with wakeup-source

2015-10-21 Thread Sudeep Holla
Though the keyboard and other driver will continue to support the legacy "gpio-key,wakeup", "linux,wakeup" boolean property to enable the wakeup source, "wakeup-source" is the new standard binding. This patch replaces all the legacy wakeup properties with the unified "wakeup-source" property in

Re: [PATCH v2 3/4] clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clk

2015-10-21 Thread Jisheng Zhang
Dear Michael, On Wed, 21 Oct 2015 02:54:54 -0700 Michael Turquette wrote: > Quoting Michael Turquette (2015-10-21 02:30:39) > > Quoting Jisheng Zhang (2015-10-20 04:16:46) > > > Since we have added the necessary two clks' properties in dts, we can > > > remove the "sdio" clk's

Re: [PATCH] Fix data loss in cdc-acm

2015-10-21 Thread Oliver Neukum
On Tue, 2015-10-20 at 14:16 -0400, Peter Hurley wrote: > ECHO is on by default and the cdc-acm driver does not implement the > put_char() and flush_chars() tty driver methods, which made the > problem > _way worse_, since every echoed char is sent as it's own URB. That can be fixed. How can I

[PATCH 14/19] ARM: dts: shmobile/r8a7xxx: replace gpio-key,wakeup with wakeup-source property

2015-10-21 Thread Sudeep Holla
Though the keyboard driver for GPIO buttons(gpio-keys) will continue to check for/support the legacy "gpio-key,wakeup" boolean property to enable gpio buttons as wakeup source, "wakeup-source" is the new standard binding. This patch replaces the legacy "gpio-key,wakeup" with the unified

[PATCH 15/19] ARM: dts: omap: replace legacy *,wakeup property with wakeup-source

2015-10-21 Thread Sudeep Holla
Though the keyboard and other driver will continue to support the legacy "gpio-key,wakeup", "linux,wakeup" boolean property to enable the wakeup source, "wakeup-source" is the new standard binding. This patch replaces all the legacy wakeup properties with the unified "wakeup-source" property in

[PATCH 17/19] ARM: dts: armada: replace isil,irq2-can-wakeup-machine with wakeup-source property

2015-10-21 Thread Sudeep Holla
Though the driver will continue to check for and support the legacy "isil,irq2-can-wakeup-machine" boolean property to wakeup source, "wakeup-source" is the new standard binding. This patch replaces the legacy "isil,irq2-can-wakeup-machine" with the unified "wakeup-source" property in order to

[PATCH 16/19] ARM: dts: s5pv210: replace legacy *,wakeup property with wakeup-source

2015-10-21 Thread Sudeep Holla
Though the keyboard and other driver will continue to support the legacy "gpio-key,wakeup", "linux,input-wakeup" boolean property to enable the wakeup source, "wakeup-source" is the new standard binding. This patch replaces all the legacy wakeup properties with the unified "wakeup-source"

[PATCH 12/19] ARM: dts: exynos: replace legacy *,wakeup property with wakeup-source

2015-10-21 Thread Sudeep Holla
Though the keyboard and other driver will continue to support the legacy "gpio-key,wakeup", "linux-keypad,wakeup" boolean property to enable the wakeup source, "wakeup-source" is the new standard binding. This patch replaces all the legacy wakeup properties with the unified "wakeup-source"

[PATCH 13/19] ARM: dts: tegra: replace legacy *,wakeup property with wakeup-source

2015-10-21 Thread Sudeep Holla
Though the keyboard and other driver will continue to support the legacy "gpio-key,wakeup", "nvidia,wakeup-source" boolean property to enable the wakeup source, "wakeup-source" is the new standard binding. This patch replaces all the legacy wakeup properties with the unified "wakeup-source"

[PATCH 19/19] ARM: dts: zynq: replace gpio-key,wakeup with wakeup-source property

2015-10-21 Thread Sudeep Holla
Though the keyboard driver for GPIO buttons(gpio-keys) will continue to check for/support the legacy "gpio-key,wakeup" boolean property to enable gpio buttons as wakeup source, "wakeup-source" is the new standard binding. This patch replaces the legacy "gpio-key,wakeup" with the unified

[PATCH 18/19] ARM: dts: ste: replace legacy *,wakeup property with wakeup-source

2015-10-21 Thread Sudeep Holla
Though the keyboard and other driver will continue to support the legacy "gpio-key,wakeup", "linux,wakeup" boolean property to enable the wakeup source, "wakeup-source" is the new standard binding. This patch replaces all the legacy wakeup properties with the unified "wakeup-source" property in

[tip:ras/core] MAINTAINERS: Unify the microcode driver section

2015-10-21 Thread tip-bot for Borislav Petkov
Commit-ID: 79ebdc9536c132eb92b4bcce26daaed7f4bf359e Gitweb: http://git.kernel.org/tip/79ebdc9536c132eb92b4bcce26daaed7f4bf359e Author: Borislav Petkov AuthorDate: Tue, 20 Oct 2015 11:54:49 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:22:13 +0200 MAINTAINERS: Unify the

[tip:ras/core] x86/microcode/intel: Move #ifdef DEBUG inside the function

2015-10-21 Thread tip-bot for Borislav Petkov
Commit-ID: c595ac2bac930ce79f336c7a7e45e1ea38abfe16 Gitweb: http://git.kernel.org/tip/c595ac2bac930ce79f336c7a7e45e1ea38abfe16 Author: Borislav Petkov AuthorDate: Tue, 20 Oct 2015 11:54:48 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:22:12 +0200 x86/microcode/intel:

[PATCH 09/19] ARM: dts: am335x: replace gpio-key,wakeup with wakeup-source property

2015-10-21 Thread Sudeep Holla
Though the keyboard driver for GPIO buttons(gpio-keys) will continue to check for/support the legacy "gpio-key,wakeup" boolean property to enable gpio buttons as wakeup source, "wakeup-source" is the new standard binding. This patch replaces the legacy "gpio-key,wakeup" with the unified

[tip:ras/core] x86/microcode/amd: Remove maintainers from comments

2015-10-21 Thread tip-bot for Borislav Petkov
Commit-ID: 6f7fc44bf1eef6768f9dcb527c737ab24a3203ac Gitweb: http://git.kernel.org/tip/6f7fc44bf1eef6768f9dcb527c737ab24a3203ac Author: Borislav Petkov AuthorDate: Tue, 20 Oct 2015 11:54:47 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:22:12 +0200 x86/microcode/amd:

[tip:ras/core] x86/microcode: Merge the early microcode loader

2015-10-21 Thread tip-bot for Borislav Petkov
Commit-ID: fe055896c040df571e4ff56fb196d6845130057b Gitweb: http://git.kernel.org/tip/fe055896c040df571e4ff56fb196d6845130057b Author: Borislav Petkov AuthorDate: Tue, 20 Oct 2015 11:54:45 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:22:12 +0200 x86/microcode: Merge

[tip:ras/core] x86/microcode: Remove modularization leftovers

2015-10-21 Thread tip-bot for Borislav Petkov
Commit-ID: 6b26e1bf66bb4bf1b1b9b4f27d1f324875689cf0 Gitweb: http://git.kernel.org/tip/6b26e1bf66bb4bf1b1b9b4f27d1f324875689cf0 Author: Borislav Petkov AuthorDate: Tue, 20 Oct 2015 11:54:46 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:22:12 +0200 x86/microcode: Remove

[PATCH] TTY, devpts: document pty count limiting

2015-10-21 Thread Konstantin Khlebnikov
Logic was changed in kernel 3.4 by commit e9aba5158a80 ("tty: rework pty count limiting") but still isn't documented. Better late than never. Signed-off-by: Konstantin Khlebnikov --- Documentation/filesystems/devpts.txt |9 + Documentation/sysctl/kernel.txt |7 +++ 2

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

2015-10-21 Thread Michael Ellerman
On Wed, 2015-10-21 at 16:59 +1100, Stephen Rothwell wrote: > Hi Andrew, > > After merging the akpm-current tree, today's linux-next build (powerpc > allnoconfig) failed like this: > arch/powerpc/include/asm/pgtable.h: In function 'pte_pgprot': > arch/powerpc/include/asm/pte-common.h:104:18:

[PATCH 2/3] pinctrl: intel: Allow requesting pins which are in ACPI mode as GPIOs

2015-10-21 Thread Mika Westerberg
Reserved for ACPI actually means that in such case the GPIO hardware will not update the interrupt status register (GPI_IS) even if the pin is configured to trigger an interrupt. It will update GPI_GPE_STS instead and does not trigger an interrupt. Allow using such pins as GPIOs, only prevent

[tip:ras/core] x86/microcode: Unmodularize the microcode driver

2015-10-21 Thread tip-bot for Borislav Petkov
Commit-ID: 9a2bc335f100a0f6ee6392b9f97ac4188d84db1d Gitweb: http://git.kernel.org/tip/9a2bc335f100a0f6ee6392b9f97ac4188d84db1d Author: Borislav Petkov AuthorDate: Tue, 20 Oct 2015 11:54:44 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:22:11 +0200 x86/microcode:

[tip:x86/cpu] x86/Kconfig/cpus: Fix/complete CPU type help texts

2015-10-21 Thread tip-bot for Borislav Petkov
Commit-ID: 221836e92cd5664de6fc2f1d836f6343ae5f2e43 Gitweb: http://git.kernel.org/tip/221836e92cd5664de6fc2f1d836f6343ae5f2e43 Author: Borislav Petkov AuthorDate: Mon, 19 Oct 2015 10:41:17 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:12:56 +0200 x86/Kconfig/cpus:

[tip:ras/core] x86/mce: Fix thermal throttling reporting after kexec

2015-10-21 Thread tip-bot for Andi Kleen
Commit-ID: 81ffdcdd97d94110627caa81c23d5d780083731d Gitweb: http://git.kernel.org/tip/81ffdcdd97d94110627caa81c23d5d780083731d Author: Andi Kleen AuthorDate: Mon, 19 Oct 2015 11:17:48 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:10:57 +0200 x86/mce: Fix thermal

Re: [RFC PATCH] bpf: Add new bpf map type for timer

2015-10-21 Thread He Kuang
ping and add a...@plumgrid.com, what's your opinion on this? On 2015/10/19 13:34, He Kuang wrote: This patch implements a timer map type inherited from array map. eBPF programs can deloy a timer by updating an entry in timer map, and destroy that by deleting the entry. The timer delay time(ns)

[tip:timers/core] timers/x86/hpet: Type adjustments

2015-10-21 Thread tip-bot for Jan Beulich
Commit-ID: 3d45ac4b35cbdf942f2a45b2b927f2ef6a8bda48 Gitweb: http://git.kernel.org/tip/3d45ac4b35cbdf942f2a45b2b927f2ef6a8bda48 Author: Jan Beulich AuthorDate: Mon, 19 Oct 2015 04:35:44 -0600 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:17:32 +0200 timers/x86/hpet: Type

[tip:ras/core] x86/setup/crash: Check memblock_reserve() retval

2015-10-21 Thread tip-bot for Borislav Petkov
Commit-ID: 6f3760570e26eefc214e641b6daeddb7106240bb Gitweb: http://git.kernel.org/tip/6f3760570e26eefc214e641b6daeddb7106240bb Author: Borislav Petkov AuthorDate: Mon, 19 Oct 2015 11:17:46 +0200 Committer: Ingo Molnar CommitDate: Wed, 21 Oct 2015 11:10:56 +0200 x86/setup/crash: Check

<    4   5   6   7   8   9   10   11   12   13   >