Re: [PATCH v6 1/4] perf,record: Add clockid parameter

2015-03-31 Thread Peter Zijlstra
On Tue, Mar 31, 2015 at 12:19:31AM +0200, Stephane Eranian wrote: You seem to have misplaced the hunk that goes with the fallback_missing_features: label. > @@ -1122,6 +1132,16 @@ static int __perf_evsel__open(struct perf_evsel > *evsel, struct cpu_map *cpus, >

Re: [PATCH 01/11] clocksource: arm_arch_timer: Rename arch_timer_probed to reflect behaviour

2015-03-31 Thread Ingo Molnar
* Daniel Lezcano wrote: > From: Laurent Pinchart > > The arch_timer_probed function returns whether the given time doesn't > need to be probed. This can be the case when the timer has been probed > already, but also when it has no corresponding enabled node in DT. > > Rename the function to

Re: [PATCH] sata_mv: Manage SATA port multiplier while searching for active links

2015-03-31 Thread Gregory CLEMENT
Hi Tejun, On 30/03/2015 19:35, Tejun Heo wrote: > Hello, > > On Mon, Mar 30, 2015 at 07:32:45PM +0200, Gregory CLEMENT wrote: >> From: Nadav Haklai >> >> With this patch, when searching for active link, first search through >> the port multiplier links. And then fall to the default ap

Re: [PATCH V2] Staging: rtl8192 Clean up function definition

2015-03-31 Thread Dan Carpenter
On Mon, Mar 30, 2015 at 05:05:36PM -0600, Eddie Kovsky wrote: > Change function definition to static, move the function further up in > the file, and delete the function prototype. > > This fixes the following warning generated by sparse: > > drivers/staging/rtl8192u/r8192U_core.c:1970:6:

Re: [PATCH 07/25] s390: Use bool function return values of true/false not 1/0

2015-03-31 Thread Heiko Carstens
On Mon, Mar 30, 2015 at 04:46:05PM -0700, Joe Perches wrote: > Use the normal return values for bool functions > > Signed-off-by: Joe Perches > --- > arch/s390/include/asm/dma-mapping.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/s390/include/asm/dma-mapping.h

man-pages-3.82 is released

2015-03-31 Thread Michael Kerrisk (man-pages)
Gidday, The Linux man-pages maintainer proudly announces: man-pages-3.82 - man pages for Linux Tarball download: http://www.kernel.org/doc/man-pages/download.html Git repository: https://git.kernel.org/cgit/docs/man-pages/man-pages.git/ Online changelog:

Re: [PATCH 17/25] sound: Use bool function return values of true/false not 1/0

2015-03-31 Thread Mark Brown
On Mon, Mar 30, 2015 at 04:46:15PM -0700, Joe Perches wrote: > Use the normal return values for bool functions Joe, as has been *repeatedly* requested you should use subject lines matching the style for the subsystem. Please also remember to CC people on the cover letters for serieses so they

linux-next: manual merge of the tip tree with the pm tree

2015-03-31 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the tip tree got a conflict in arch/arm/common/bL_switcher.c between commit bf03f36d239f ("arm: bl_switcher: Kill tick suspend hackery") from the pm tree and commit 77e32c89a711 ("clockevents: Manage device's state separately for the core") from the tip tree.

Re: [PATCH 0/3] Balanced slots, attempt #2

2015-03-31 Thread Hans de Goede
Hi, On 31-03-15 00:09, Benjamin Tissoires wrote: Hi, So, it occurs that the balanced slots assignment introduced in v4.0 had some troubles and the Synaptics part was reverted. I tried to spend some time today to figure out a solution, and the only way I can get something from it is to add a

Re: [PATCH v5 2/3] I2C: mediatek: Add driver for MediaTek I2C controller

2015-03-31 Thread Eddie Huang
Hi Sascha, On Mon, 2015-03-30 at 19:23 +0200, Sascha Hauer wrote: > On Mon, Mar 30, 2015 at 04:14:12PM +0800, Eddie Huang wrote: > > Hi Sascha, > > > > > > > > [...] > > > > > > > + if (i2c->speed_hz > 40) > > > > + control_reg |= I2C_CONTROL_RS; > > > > + if

Re: [PATCH v6 2/4] perf tools: add Java demangling support

2015-03-31 Thread Pekka Enberg
Hi Stephane, On Tue, Mar 31, 2015 at 1:19 AM, Stephane Eranian wrote: > +#define BASE_ENT(c, n) [c-'A']=n > +static const char *base_types['Z'-'A' + 1]={ > + BASE_ENT('B', "byte" ), > + BASE_ENT('C', "char" ), > + BASE_ENT('D', "double" ), > + BASE_ENT('F', "float" ), > +

Re: [PATCH 1/2] ASoC: cygnus-audio: adding device tree bindings

2015-03-31 Thread Mark Brown
On Mon, Mar 30, 2015 at 08:16:23PM -0700, Scott Branden wrote: > +Required properties: > + - compatible : "brcm,cygnus-audio" > + - #address-cells: 32bit valued, 1 cell. <1> > + - #size-cells: 32bit valued, 1 cell. <1> > + - reg : Should contain audio registers location and

[PATCH v2 0/2] 96boards: add thermal senor support to hikey board

2015-03-31 Thread Xinwei Kong
From: kongxinwei Thank you all for giving this v1 patches stages some comments. Here is v2 patches and address all the issues raised as part of v1 review. The Linaro connect introduce 96boards series in Hong Kong,The HiKey board is the first board to be certified 96Boards Consumer Edition

[PATCH v2 1/2] dt-bindings: Document the hi6220 thermal sensor bindings

2015-03-31 Thread Xinwei Kong
From: kongxinwei This adds documentation of device tree bindings for the thermal sensor controller of hi6220 SoC. Signed-off-by: Leo Yan Signed-off-by: kongxinwei --- .../bindings/thermal/hisilicon-thermal.txt | 45 ++ 1 file changed, 45 insertions(+) create mode

[PATCH v2 2/2] thermal: hisilicon: add new hisilicon thermal sensor driver

2015-03-31 Thread Xinwei Kong
From: kongxinwei This patch adds the support for hisilicon thermal sensor, within hisilicon SoC. there will register sensors for thermal framework and use device tree to bind cooling device. Signed-off-by: Leo Yan Signed-off-by: kongxinwei --- drivers/thermal/Kconfig| 8 +

RE: [PATCH] ARM: dts: Use define for s3c-rtc clock id

2015-03-31 Thread Kukjin Kim
Javier Martinez Canillas wrote: > > On Tue, Mar 31, 2015 at 6:05 AM, Chanwoo Choi wrote: > > Hi, > > > > On 03/31/2015 12:21 AM, Krzysztof Kozlowski wrote: > >> Use a define instead of raw number as a ID for "rtc_src" clock. > >> > >> Signed-off-by: Krzysztof Kozlowski > >> > >> --- > >> > >>

[PATCH 1/2] timer: Avoid waking up an idle-core by migrate running timer

2015-03-31 Thread Viresh Kumar
While queuing a timer, we try to migrate it to a non-idle core if the local core is idle, but we don't try that if the timer is re-armed from its handler. There were few unsolved problems due to which it was avoided until now. But there are cases where solving these problems can be useful. When

[PATCH 2/2] timer: Replace base-> 'running_timer' with 'busy'

2015-03-31 Thread Viresh Kumar
We don't need to track the running timer for a cpu base anymore, but sill need to check business of base for sanity checking during CPU hotplug. Lets replace 'running_timer' with 'busy' for handle that efficiently. Signed-off-by: Viresh Kumar --- kernel/time/timer.c | 9 + 1 file

[PATCH 0/2] timer: Migrate running timers

2015-03-31 Thread Viresh Kumar
Hi Ingo/Thomas/Peter, While queuing a timer, we try to migrate it to a non-idle core if the local core is idle, but we don't try that if the timer is re-armed from its handler. There were few unsolved problems due to which it was avoided until now. But there are cases where solving these

RE: [PATCH 2/2] ARM: dts: s3c-rtc: Use s3c6410-rtc instead of exynos3250-rtc

2015-03-31 Thread Kukjin Kim
Javier Martinez Canillas wrote: > > On Tue, Mar 31, 2015 at 1:38 AM, Chanwoo Choi wrote: > > On 03/31/2015 12:19 AM, Krzysztof Kozlowski wrote: > >> Mark "samsung,exynos3250-rtc" compatible as deprecated because it > >> duplicates the "samsung,s3c6410-rtc". Use "samsung,s3c6410-rtc" on > >>

Re: [PATCH 1/2] drivers/rtc/rtc-s3c.c: Integrate Exynos3250 into S3C6410

2015-03-31 Thread Javier Martinez Canillas
Hello Alexandre, On Tue, Mar 31, 2015 at 2:27 AM, Alexandre Belloni wrote: > nitpick: I would prefer rtc: rtc-s3c instead of drivers/rtc/rtc-s3c.c > Yes but Krzysztof is following the convention used in drivers/rtc/ which I think is the correct thing to do even when it's different from what is

Re: [PATCH 0/2] Cygnus Audio Driver

2015-03-31 Thread Mark Brown
On Mon, Mar 30, 2015 at 08:16:22PM -0700, Scott Branden wrote: > The audio PLL is embedded in the audio block and only used > by the audio block. The audio PLL registers are also in the middle of > the audio register map. When you say it's only used by the audio block do you mean to say that

Re: [PATCH 2/2] ARM: dts: s3c-rtc: Use s3c6410-rtc instead of exynos3250-rtc

2015-03-31 Thread Javier Martinez Canillas
On Tue, Mar 31, 2015 at 1:38 AM, Chanwoo Choi wrote: > On 03/31/2015 12:19 AM, Krzysztof Kozlowski wrote: >> Mark "samsung,exynos3250-rtc" compatible as deprecated because it >> duplicates the "samsung,s3c6410-rtc". Use "samsung,s3c6410-rtc" on >> Exynos3250 and Exynos4415 boards. >> >>

Re: [PATCH 2/2] ASoC: add core audio driver for Broadcom Cygnus SOC.

2015-03-31 Thread Mark Brown
On Mon, Mar 30, 2015 at 08:16:24PM -0700, Scott Branden wrote: The CC list for this patch is pretty wide - please look at who you're sending this to and try to send to only relevant people (for example I'm not sure the Raspberry Pi people need to review this). People working upstream get a lot

Re: [PATCH 3/3] dt: paz00: define nvec as child of i2c bus

2015-03-31 Thread Andrey Danin
Hi, Thanks for the review. On 03.02.2015 0:20, Stephen Warren wrote: On 01/29/2015 12:20 AM, Andrey Danin wrote: NVEC driver was reimplemented to use tegra i2c. Use common i2c bindings for NVEC node. diff --git a/Documentation/devicetree/bindings/nvec/nvidia,nvec.txt

Re: [PATCH] ARM: dts: Use define for s3c-rtc clock id

2015-03-31 Thread Javier Martinez Canillas
On Tue, Mar 31, 2015 at 6:05 AM, Chanwoo Choi wrote: > Hi, > > On 03/31/2015 12:21 AM, Krzysztof Kozlowski wrote: >> Use a define instead of raw number as a ID for "rtc_src" clock. >> >> Signed-off-by: Krzysztof Kozlowski >> >> --- >> >> Patch depends on new file

Re: [PATCH] watchdog: nohz: don't run watchdog on nohz_full cores

2015-03-31 Thread Mike Galbraith
On Tue, 2015-03-31 at 04:04 +0200, Mike Galbraith wrote: > A bigger deal is the clocksource watchdog methinks. Measurement > inspired me to make it dead yesterday. This is why btw. Note the alternating sum/s for 1 second samples.. shooting the watchdog makes that a steady 5us. homer:~ #

Re: [PATCH] x86: add ASRock Q1900DC-ITX mainboard reboot quirk

2015-03-31 Thread Ingo Molnar
* Stefan Lippers-Hollmann wrote: > The ASRock Q1900DC-ITX mainboard (Baytrail-D) hangs randomly in both > BIOS and UEFI mode while rebooting unless reboot=pci is used. Add a > quirk to reboot via the pci method. > [...] Ok. > Searching the web seems to suggest that other Bay Trail-D

Grüße dich

2015-03-31 Thread Frau Evelyn Albert
Grüße dich Ich bin sicher, diese E-Mail würde, Sie überraschen, da wir noch nie zuvor gesehen, und Sie würden auch fragen, warum ich beschlossen, Sie unter den vielen Internet-Nutzer in der Welt zu wählen, und ich kann nicht sagen, warum ich gewählt habe Sie aber keine Sorgen machen, ich komme in

Re: [PATCH 1/3] i2c: tegra: implement slave mode

2015-03-31 Thread Andrey Danin
Hi, Sorry for long delay. And thanks for the quick review. It helped a lot! On 29.01.2015 14:41, Wolfram Sang wrote: Hi, Initialization code is based on NVEC driver. There is a HW bug in AP20 that was also mentioned in kernel sources for Toshiba AC100. Signed-off-by: Andrey Danin Cool,

Re: [PATCH v1 3/3] phy: cygnus-usbphy: Add Broadcom Cygnus USB phy driver

2015-03-31 Thread Kishon Vijay Abraham I
Hi, On Thursday 26 March 2015 05:36 AM, Arun Ramamurthy wrote: On 15-03-25 05:01 PM, Kishon Vijay Abraham I wrote: On Thursday 26 March 2015 04:12 AM, Dmitry Torokhov wrote: Hi Kishon, On Thu, Mar 26, 2015 at 03:58:50AM +0530, Kishon Vijay Abraham I wrote: Hi, On Saturday 21 March 2015

Re: [PATCH 0/2] workqueue: fix a bug when numa mapping is changed

2015-03-31 Thread Kamezawa Hiroyuki
On 2015/03/30 18:49, Gu Zheng wrote: Hi Kame-san, On 03/27/2015 12:42 AM, Kamezawa Hiroyuki wrote: On 2015/03/27 0:18, Tejun Heo wrote: Hello, On Thu, Mar 26, 2015 at 01:04:00PM +0800, Gu Zheng wrote: wq generates the numa affinity (pool->node) for all the possible cpu's per cpu workqueue

Re: [RFC v2 0/5] arm64: kvm: reset hyp context for kexec

2015-03-31 Thread AKASHI Takahiro
Marc, On 03/30/2015 05:54 PM, AKASHI Takahiro wrote: On 03/30/2015 04:16 PM, Marc Zyngier wrote: On Mon, 30 Mar 2015 02:39:53 +0100 AKASHI Takahiro wrote: On 03/28/2015 02:40 AM, Kyle McMartin wrote: On Fri, Mar 27, 2015 at 03:37:04PM +, Marc Zyngier wrote: [ 236.260863] Kernel panic

Re: [PATCH 24/25] security: Use bool function return values of true/false not 1/0

2015-03-31 Thread John Johansen
On 03/30/2015 04:46 PM, Joe Perches wrote: > Use the normal return values for bool functions > > Signed-off-by: Joe Perches Joe, I'll pull this into my tree and send it up with a couple of other patches I have pending Acked-by: John Johansen > --- > security/apparmor/file.c | 8 >

Re: [PATCH 4/5] phy: add Broadcom SATA3 PHY driver for Broadcom STB SoCs

2015-03-31 Thread Kishon Vijay Abraham I
Hi, On Saturday 28 March 2015 05:58 AM, Brian Norris wrote: Hi Kishon, On Thu, Mar 26, 2015 at 03:29:44AM +0530, Kishon Vijay Abraham I wrote: On Thursday 19 March 2015 06:53 AM, Brian Norris wrote: Supports up to two ports which can each be powered on/off and configured independently.

Re: [PATCH v1 3/3] phy: cygnus-usbphy: Add Broadcom Cygnus USB phy driver

2015-03-31 Thread Kishon Vijay Abraham I
Hi, On Thursday 26 March 2015 05:36 AM, Arun Ramamurthy wrote: On 15-03-25 05:01 PM, Kishon Vijay Abraham I wrote: On Thursday 26 March 2015 04:12 AM, Dmitry Torokhov wrote: Hi Kishon, On Thu, Mar 26, 2015 at 03:58:50AM +0530, Kishon Vijay Abraham I wrote: Hi, On Saturday 21 March 2015

[PATCH v2 0/2] 96boards: add thermal senor support to hikey board

2015-03-31 Thread Xinwei Kong
From: kongxinwei kong.kongxin...@hisilicon.com Thank you all for giving this v1 patches stages some comments. Here is v2 patches and address all the issues raised as part of v1 review. The Linaro connect introduce 96boards series in Hong Kong,The HiKey board is the first board to be certified

Re: [PATCH v6 2/4] perf tools: add Java demangling support

2015-03-31 Thread Pekka Enberg
Hi Stephane, On Tue, Mar 31, 2015 at 1:19 AM, Stephane Eranian eran...@google.com wrote: +#define BASE_ENT(c, n) [c-'A']=n +static const char *base_types['Z'-'A' + 1]={ + BASE_ENT('B', byte ), + BASE_ENT('C', char ), + BASE_ENT('D', double ), + BASE_ENT('F', float ),

Re: [PATCH 1/2] ASoC: cygnus-audio: adding device tree bindings

2015-03-31 Thread Mark Brown
On Mon, Mar 30, 2015 at 08:16:23PM -0700, Scott Branden wrote: +Required properties: + - compatible : brcm,cygnus-audio + - #address-cells: 32bit valued, 1 cell. 1 + - #size-cells: 32bit valued, 1 cell. 1 + - reg : Should contain audio registers location and length + -

Re: [PATCH 1/3] i2c: tegra: implement slave mode

2015-03-31 Thread Andrey Danin
Hi, Sorry for long delay. And thanks for the quick review. It helped a lot! On 29.01.2015 14:41, Wolfram Sang wrote: Hi, Initialization code is based on NVEC driver. There is a HW bug in AP20 that was also mentioned in kernel sources for Toshiba AC100. Signed-off-by: Andrey Danin

Re: [PATCH] watchdog: nohz: don't run watchdog on nohz_full cores

2015-03-31 Thread Mike Galbraith
On Tue, 2015-03-31 at 04:04 +0200, Mike Galbraith wrote: A bigger deal is the clocksource watchdog methinks. Measurement inspired me to make it dead yesterday. This is why btw. Note the alternating sum/s for 1 second samples.. shooting the watchdog makes that a steady 5us. homer:~ # cgexec

Re: [PATCH 3/3] dt: paz00: define nvec as child of i2c bus

2015-03-31 Thread Andrey Danin
Hi, Thanks for the review. On 03.02.2015 0:20, Stephen Warren wrote: On 01/29/2015 12:20 AM, Andrey Danin wrote: NVEC driver was reimplemented to use tegra i2c. Use common i2c bindings for NVEC node. diff --git a/Documentation/devicetree/bindings/nvec/nvidia,nvec.txt

RE: [PATCH] ARM: dts: Use define for s3c-rtc clock id

2015-03-31 Thread Kukjin Kim
Javier Martinez Canillas wrote: On Tue, Mar 31, 2015 at 6:05 AM, Chanwoo Choi cw00.c...@samsung.com wrote: Hi, On 03/31/2015 12:21 AM, Krzysztof Kozlowski wrote: Use a define instead of raw number as a ID for rtc_src clock. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com

[PATCH 1/2] timer: Avoid waking up an idle-core by migrate running timer

2015-03-31 Thread Viresh Kumar
While queuing a timer, we try to migrate it to a non-idle core if the local core is idle, but we don't try that if the timer is re-armed from its handler. There were few unsolved problems due to which it was avoided until now. But there are cases where solving these problems can be useful. When

[PATCH 0/2] timer: Migrate running timers

2015-03-31 Thread Viresh Kumar
Hi Ingo/Thomas/Peter, While queuing a timer, we try to migrate it to a non-idle core if the local core is idle, but we don't try that if the timer is re-armed from its handler. There were few unsolved problems due to which it was avoided until now. But there are cases where solving these

[PATCH 2/2] timer: Replace base- 'running_timer' with 'busy'

2015-03-31 Thread Viresh Kumar
We don't need to track the running timer for a cpu base anymore, but sill need to check business of base for sanity checking during CPU hotplug. Lets replace 'running_timer' with 'busy' for handle that efficiently. Signed-off-by: Viresh Kumar viresh.ku...@linaro.org --- kernel/time/timer.c | 9

Re: [PATCH 4/5] phy: add Broadcom SATA3 PHY driver for Broadcom STB SoCs

2015-03-31 Thread Kishon Vijay Abraham I
Hi, On Saturday 28 March 2015 05:58 AM, Brian Norris wrote: Hi Kishon, On Thu, Mar 26, 2015 at 03:29:44AM +0530, Kishon Vijay Abraham I wrote: On Thursday 19 March 2015 06:53 AM, Brian Norris wrote: Supports up to two ports which can each be powered on/off and configured independently.

Re: [PATCH 0/2] workqueue: fix a bug when numa mapping is changed

2015-03-31 Thread Kamezawa Hiroyuki
On 2015/03/30 18:49, Gu Zheng wrote: Hi Kame-san, On 03/27/2015 12:42 AM, Kamezawa Hiroyuki wrote: On 2015/03/27 0:18, Tejun Heo wrote: Hello, On Thu, Mar 26, 2015 at 01:04:00PM +0800, Gu Zheng wrote: wq generates the numa affinity (pool-node) for all the possible cpu's per cpu workqueue

Grüße dich

2015-03-31 Thread Frau Evelyn Albert
Grüße dich Ich bin sicher, diese E-Mail würde, Sie überraschen, da wir noch nie zuvor gesehen, und Sie würden auch fragen, warum ich beschlossen, Sie unter den vielen Internet-Nutzer in der Welt zu wählen, und ich kann nicht sagen, warum ich gewählt habe Sie aber keine Sorgen machen, ich komme in

Re: [PATCH] ARM: dts: Use define for s3c-rtc clock id

2015-03-31 Thread Javier Martinez Canillas
On Tue, Mar 31, 2015 at 6:05 AM, Chanwoo Choi cw00.c...@samsung.com wrote: Hi, On 03/31/2015 12:21 AM, Krzysztof Kozlowski wrote: Use a define instead of raw number as a ID for rtc_src clock. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- Patch depends on new file

RE: [PATCH 2/2] ARM: dts: s3c-rtc: Use s3c6410-rtc instead of exynos3250-rtc

2015-03-31 Thread Kukjin Kim
Javier Martinez Canillas wrote: On Tue, Mar 31, 2015 at 1:38 AM, Chanwoo Choi cw00.c...@samsung.com wrote: On 03/31/2015 12:19 AM, Krzysztof Kozlowski wrote: Mark samsung,exynos3250-rtc compatible as deprecated because it duplicates the samsung,s3c6410-rtc. Use samsung,s3c6410-rtc on

Re: [PATCH 24/25] security: Use bool function return values of true/false not 1/0

2015-03-31 Thread John Johansen
On 03/30/2015 04:46 PM, Joe Perches wrote: Use the normal return values for bool functions Signed-off-by: Joe Perches j...@perches.com Joe, I'll pull this into my tree and send it up with a couple of other patches I have pending Acked-by: John Johansen john.johan...@canonical.com ---

Re: [PATCH 2/2] ASoC: add core audio driver for Broadcom Cygnus SOC.

2015-03-31 Thread Mark Brown
On Mon, Mar 30, 2015 at 08:16:24PM -0700, Scott Branden wrote: The CC list for this patch is pretty wide - please look at who you're sending this to and try to send to only relevant people (for example I'm not sure the Raspberry Pi people need to review this). People working upstream get a lot

Re: [PATCH 0/2] Cygnus Audio Driver

2015-03-31 Thread Mark Brown
On Mon, Mar 30, 2015 at 08:16:22PM -0700, Scott Branden wrote: The audio PLL is embedded in the audio block and only used by the audio block. The audio PLL registers are also in the middle of the audio register map. When you say it's only used by the audio block do you mean to say that the

Re: [PATCH 2/2] ARM: dts: s3c-rtc: Use s3c6410-rtc instead of exynos3250-rtc

2015-03-31 Thread Javier Martinez Canillas
On Tue, Mar 31, 2015 at 1:38 AM, Chanwoo Choi cw00.c...@samsung.com wrote: On 03/31/2015 12:19 AM, Krzysztof Kozlowski wrote: Mark samsung,exynos3250-rtc compatible as deprecated because it duplicates the samsung,s3c6410-rtc. Use samsung,s3c6410-rtc on Exynos3250 and Exynos4415 boards.

Re: [RFC v2 0/5] arm64: kvm: reset hyp context for kexec

2015-03-31 Thread AKASHI Takahiro
Marc, On 03/30/2015 05:54 PM, AKASHI Takahiro wrote: On 03/30/2015 04:16 PM, Marc Zyngier wrote: On Mon, 30 Mar 2015 02:39:53 +0100 AKASHI Takahiro takahiro.aka...@linaro.org wrote: On 03/28/2015 02:40 AM, Kyle McMartin wrote: On Fri, Mar 27, 2015 at 03:37:04PM +, Marc Zyngier wrote: [

Re: [PATCH] x86: add ASRock Q1900DC-ITX mainboard reboot quirk

2015-03-31 Thread Ingo Molnar
* Stefan Lippers-Hollmann s@gmx.de wrote: The ASRock Q1900DC-ITX mainboard (Baytrail-D) hangs randomly in both BIOS and UEFI mode while rebooting unless reboot=pci is used. Add a quirk to reboot via the pci method. [...] Ok. Searching the web seems to suggest that other Bay Trail-D

Re: [PATCH 1/2] drivers/rtc/rtc-s3c.c: Integrate Exynos3250 into S3C6410

2015-03-31 Thread Javier Martinez Canillas
Hello Alexandre, On Tue, Mar 31, 2015 at 2:27 AM, Alexandre Belloni alexandre.bell...@free-electrons.com wrote: nitpick: I would prefer rtc: rtc-s3c instead of drivers/rtc/rtc-s3c.c Yes but Krzysztof is following the convention used in drivers/rtc/ which I think is the correct thing to do even

[PATCH v2 1/2] dt-bindings: Document the hi6220 thermal sensor bindings

2015-03-31 Thread Xinwei Kong
From: kongxinwei kong.kongxin...@hisilicon.com This adds documentation of device tree bindings for the thermal sensor controller of hi6220 SoC. Signed-off-by: Leo Yan leo@linaro.org Signed-off-by: kongxinwei kong.kongxin...@hisilicon.com --- .../bindings/thermal/hisilicon-thermal.txt

[PATCH v2 2/2] thermal: hisilicon: add new hisilicon thermal sensor driver

2015-03-31 Thread Xinwei Kong
From: kongxinwei kong.kongxin...@hisilicon.com This patch adds the support for hisilicon thermal sensor, within hisilicon SoC. there will register sensors for thermal framework and use device tree to bind cooling device. Signed-off-by: Leo Yan leo@linaro.org Signed-off-by: kongxinwei

linux-next: manual merge of the tip tree with the pm tree

2015-03-31 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the tip tree got a conflict in arch/arm/common/bL_switcher.c between commit bf03f36d239f (arm: bl_switcher: Kill tick suspend hackery) from the pm tree and commit 77e32c89a711 (clockevents: Manage device's state separately for the core) from the tip tree. I

Re: [PATCH 17/25] sound: Use bool function return values of true/false not 1/0

2015-03-31 Thread Mark Brown
On Mon, Mar 30, 2015 at 04:46:15PM -0700, Joe Perches wrote: Use the normal return values for bool functions Joe, as has been *repeatedly* requested you should use subject lines matching the style for the subsystem. Please also remember to CC people on the cover letters for serieses so they

Re: [PATCH 0/3] Balanced slots, attempt #2

2015-03-31 Thread Hans de Goede
Hi, On 31-03-15 00:09, Benjamin Tissoires wrote: Hi, So, it occurs that the balanced slots assignment introduced in v4.0 had some troubles and the Synaptics part was reverted. I tried to spend some time today to figure out a solution, and the only way I can get something from it is to add a

Re: [PATCH] watchdog: nohz: don't run watchdog on nohz_full cores

2015-03-31 Thread Ingo Molnar
* cmetc...@ezchip.com cmetc...@ezchip.com wrote: From: Chris Metcalf cmetc...@ezchip.com Running watchdog can be a helpful debugging feature on regular cores, but it's incompatible with nohz_full, since it forces regular scheduling events. Accordingly, just exit out immediately from any

[tip:timers/core] clocksource/drivers/at91: Fix IO endianness

2015-03-31 Thread tip-bot for Ben Dooks
Commit-ID: 4806c87f017d8a7003ad34886f58c3b9e023df6a Gitweb: http://git.kernel.org/tip/4806c87f017d8a7003ad34886f58c3b9e023df6a Author: Ben Dooks ben.do...@codethink.co.uk AuthorDate: Mon, 30 Mar 2015 22:17:09 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 31 Mar 2015

Re: [RFC v2 0/5] arm64: kvm: reset hyp context for kexec

2015-03-31 Thread Marc Zyngier
On Tue, 31 Mar 2015 07:04:44 +0100 AKASHI Takahiro takahiro.aka...@linaro.org wrote: Hi Takahiro, Marc, On 03/30/2015 05:54 PM, AKASHI Takahiro wrote: On 03/30/2015 04:16 PM, Marc Zyngier wrote: On Mon, 30 Mar 2015 02:39:53 +0100 AKASHI Takahiro takahiro.aka...@linaro.org wrote: On

Re: [RFC PATCH 08/11] lib: other kernel glue layer code

2015-03-31 Thread Hajime Tazaki
Hi Richard, thanks again. At Sun, 29 Mar 2015 20:17:02 +0200, Richard Weinberger wrote: Am 24.03.2015 um 14:10 schrieb Hajime Tazaki: These files are used to provide the same function calls so that other network stack code keeps untouched. Signed-off-by: Hajime Tazaki

Re: [PATCH 16/25] include/linux: Use bool function return values of true/false not 1/0

2015-03-31 Thread Lee Jones
On Mon, 30 Mar 2015, Joe Perches wrote: Use the normal return values for bool functions Signed-off-by: Joe Perches j...@perches.com --- include/linux/blkdev.h | 2 +- include/linux/ide.h | 2 +- include/linux/kgdb.h | 2 +-

linux-next: manual merge of the tip tree with the pm tree

2015-03-31 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the tip tree got conflicts in include/linux/clockchips.h, kernel/time/tick-broadcast.c, kernel/time/tick-common.c and kernel/time/tick-internal.h between commit 01b9fdf7e540 (tick: Move core only declarations and functions to core) (and others) from the pm tree

Re: [PATCH] devpts: Add ptmx_uid and ptmx_gid options

2015-03-31 Thread Alexander Larsson
On fre, 2015-03-27 at 10:03 +0100, James Bottomley On Fri, Feb 20, 2015 at 5:04 PM, Andy Lutomirski l...@amacapital.net wrote: It's currently impossible to mount devpts in a user namespace that has no root user, since ptmx can't be created. This is where I stopped reading because

Re: [PATCH V2] sched: Improve load balancing in the presence of idle CPUs

2015-03-31 Thread Preeti U Murthy
On 03/30/2015 07:15 PM, Vincent Guittot wrote: On 26 March 2015 at 14:02, Preeti U Murthy pre...@linux.vnet.ibm.com wrote: When a CPU is kicked to do nohz idle balancing, it wakes up to do load balancing on itself, followed by load balancing on behalf of idle CPUs. But it may end up with load

Re: [PATCH 1/2] drivers/rtc/rtc-s3c.c: Integrate Exynos3250 into S3C6410

2015-03-31 Thread Alexandre Belloni
Hi, On 31/03/2015 at 08:49:39 +0200, Javier Martinez Canillas wrote : Hello Alexandre, On Tue, Mar 31, 2015 at 2:27 AM, Alexandre Belloni alexandre.bell...@free-electrons.com wrote: nitpick: I would prefer rtc: rtc-s3c instead of drivers/rtc/rtc-s3c.c Yes but Krzysztof is following

[PATCH] gpio: dwapb: enable for ARC

2015-03-31 Thread Alexey Brodkin
From: Vineet Gupta vgu...@synopsys.com Synopsys SDP platform uses DW GPIO controller in design with ARC cores. So adding ARC to architectures that may select this GPIO controller. Even though support for Synopsys SDP is yet to be submitted we'll need this tiny option enabled at least for

Re: [PATCH char-misc-next v4 03/13] misc: mic: SCIF Hardware Bus

2015-03-31 Thread Paul Bolle
On Mon, 2015-03-30 at 18:36 -0700, Sudeep Dutt wrote: --- a/drivers/misc/mic/Kconfig +++ b/drivers/misc/mic/Kconfig +config SCIF_BUS + tristate SCIF Bus Driver + depends on 64BIT PCI X86 X86_DEV_DMA_OPS Can't this be simplified to just depends on X86_64 PCI or is this

Re: [PATCH v2 0/1] spi: Add driver for Routerboard RB4xx boards

2015-03-31 Thread Mark Brown
On Mon, Mar 30, 2015 at 08:24:16PM +0200, Bert Vermeulen wrote: Changes in v2: This is a near complete rewrite of the original OpenWrt driver. All comments were taken into account, and the spi_transfer.fast_write flag is gone. Instead, the cs_change flag is used. It's not too bad a hack, as it

Re: [PATCH v2 1/6] phy: miphy365x: Use the generic phy type constants in dt-bindings/phy/phy.h

2015-03-31 Thread Lee Jones
On Tue, 31 Mar 2015, Peter Griffin wrote: On Tue, 31 Mar 2015, Lee Jones wrote: On Tue, 31 Mar 2015, Kishon Vijay Abraham I wrote: Hi Patrice, Maxime, On Monday 30 March 2015 08:47 PM, Peter Griffin wrote: Now there are generic phy type constants declared in phy.h, migrate over

Re: [PATCH 0/6] virtio_balloon: virtio 1 support

2015-03-31 Thread Cornelia Huck
On Mon, 30 Mar 2015 19:37:08 +0200 Michael S. Tsirkin m...@redhat.com wrote: Virtio 1.0 doesn't include a modern balloon device. At some point we'll likely define an incompatible interface with a different ID. But for now, it's not a big change to support a transitional balloon device: this

Re: [PATCH v0 1/2] mfd/axp20x: add support for extcon cell

2015-03-31 Thread Lee Jones
There is no such thing as v0, yhe first version should be v1. You don't need to write v1 in the subject line either. On Tue, 31 Mar 2015, Ramakrishna Pallala wrote: This patch adds the mfd cell info for axp288 extcon device. Signed-off-by: Ramakrishna Pallala ramakrishna.pall...@intel.com

[PATCH] sched/core: check for available -dl bandwidth in cpuset_cpu_inactive

2015-03-31 Thread Juri Lelli
Hotplug operations are destructive w.r.t. cpusets. In case such an operation is performed on a CPU belonging to an exlusive cpuset, the -dl bandwidth information associated with the corresponding root domain is gone even if the operation fails (in sched_cpu_inactive()). For this reason we need to

[PATCH v3 2/3] mm: hugetlb: introduce PageHugeActive flag

2015-03-31 Thread Naoya Horiguchi
We are not safe from calling isolate_huge_page() on a hugepage concurrently, which can make the victim hugepage in invalid state and results in BUG_ON(). The root problem of this is that we don't have any information on struct page (so easily accessible) about hugepages' activeness. Note that

[PATCH 0/3] hugetlb fixlet v3

2015-03-31 Thread Naoya Horiguchi
This is the update of active page flag for hugetlb patch [*1]. The main change is patch 2/3, which fixes the race condition where concurrent call of isolate_huge_page() causes kernel panic. Patch 1/3 just mentions and fixes a potential problem, no behavioral change. Patch 3/3 is a cleanup,

Re: [rtc-linux] Re: [PATCH 2/2] ARM: dts: s3c-rtc: Use s3c6410-rtc instead of exynos3250-rtc

2015-03-31 Thread Krzysztof Kozlowski
2015-03-31 10:12 GMT+02:00 Alexandre Belloni alexandre.bell...@free-electrons.com: On 31/03/2015 at 09:47:15 +0900, Chanwoo Choi wrote : Are you absolutely sure that the exynos3250 IP is the same as the s3c6410 (I don't know much about the exynos family). The concern being that if at one

Re: [GIT PULL] EFI changes for v4.1

2015-03-31 Thread Ingo Molnar
* Matt Fleming m...@codeblueprint.co.uk wrote: Yinghai Lu (1): x86, boot: Allow 64bit EFI kernel to be loaded above 4G Despite multiple warnings the changelog from Yinghai is still unreadable and chock full of typos, and in any case it should have been acked by Boris, hpa, tglx or me

Re: [PATCH 19/25] sched: Use bool function return values of true/false not 1/0

2015-03-31 Thread Joe Perches
On Tue, 2015-03-31 at 10:53 +0200, Peter Zijlstra wrote: On Mon, Mar 30, 2015 at 04:46:17PM -0700, Joe Perches wrote: Use the normal return values for bool fsnctions Update the other sets of ret in try_wait_for_completion. I'm missing a why; why are you doing this? It's just a trivial

Re: [Qemu-devel] [PATCH v4 11/15] target-s390x: New QMP command query-cpu-model

2015-03-31 Thread Michael Mueller
On Mon, 30 Mar 2015 16:50:20 -0300 Eduardo Habkost ehabk...@redhat.com wrote: Hello Eduardo, On Mon, Mar 30, 2015 at 04:28:24PM +0200, Michael Mueller wrote: [...] diff --git a/target-s390x/cpu.c b/target-s390x/cpu.c index 829945d..1698b52 100644 --- a/target-s390x/cpu.c +++

Re: [PATCH] sata_mv: Manage SATA port multiplier while searching for active links

2015-03-31 Thread Gregory CLEMENT
Hi Tejun, On 30/03/2015 19:35, Tejun Heo wrote: Hello, On Mon, Mar 30, 2015 at 07:32:45PM +0200, Gregory CLEMENT wrote: From: Nadav Haklai nad...@marvell.com With this patch, when searching for active link, first search through the port multiplier links. And then fall to the default ap

Re: [PATCH V2] Staging: rtl8192 Clean up function definition

2015-03-31 Thread Dan Carpenter
On Mon, Mar 30, 2015 at 05:05:36PM -0600, Eddie Kovsky wrote: Change function definition to static, move the function further up in the file, and delete the function prototype. This fixes the following warning generated by sparse: drivers/staging/rtl8192u/r8192U_core.c:1970:6: warning:

Re: [PATCH 01/11] clocksource: arm_arch_timer: Rename arch_timer_probed to reflect behaviour

2015-03-31 Thread Ingo Molnar
* Daniel Lezcano daniel.lezc...@linaro.org wrote: From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com The arch_timer_probed function returns whether the given time doesn't need to be probed. This can be the case when the timer has been probed already, but also when it has no

Re: [GIT PULL] clockevents for 4.1

2015-03-31 Thread Ingo Molnar
* Daniel Lezcano daniel.lezc...@linaro.org wrote: Hi Thomas, Ingo, this pull request contains the following changes for 4.1: - Made IO endian agnostic for at91 and dw apb timers (Ben Dooks) - Maintained tegra endianess (Dmitry Osipenko) - Enabled the sun4i / sun5i timer for

[RFC] ALSA: usb-audio: reduce cannot get freq at ep spew

2015-03-31 Thread Eric Wong
Eric Wong normalper...@yhbt.net wrote: I also had another generic patch prepared before I noticed Joe's quirk addition for the MS Lifecam HD-5000. This is the generic patch I prepared before I noticed Joe's quirk addition (applies cleanly to 3.19 and 4.0-rc6):

[PATCH 3/3] ahci: st: st_configure_oob must be called after IP is clocked.

2015-03-31 Thread Peter Griffin
Currently the ahci_st driver will hang the system on probe, as the st_configure_oob function does some register writes before the IP is clocked. This patch moves the function call to after ahci_platform_enable_resources (which enables the IP clock), and resolves the hang. Addtionally

Re: [PATCH 4/4 V5] workqueue: Allow modifying low level unbound workqueue cpumask

2015-03-31 Thread Lai Jiangshan
On 03/25/2015 01:31 AM, Tejun Heo wrote: On Wed, Mar 18, 2015 at 12:40:17PM +0800, Lai Jiangshan wrote: The oreder-workquue is ignore from the low level unbound workqueue cpumask, it will be handled in near future. Ugh, right, ordered workqueues are tricky. Maybe we should change how

Re: [Qemu-devel] [PATCH v4 12/15] Add optional parameters to QMP command query-cpu-definitions

2015-03-31 Thread Michael Mueller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 30 Mar 2015 14:28:01 -0600 Eric Blake ebl...@redhat.com wrote: On 03/30/2015 08:28 AM, Michael Mueller wrote: The patch adds optional parameters to the QMP command query-cpu-definitions. Thus the signature of routine

Re: [PATCH v2 1/2] clk: fractional-divider: switch to rational best approximation

2015-03-31 Thread Andy Shevchenko
On Tue, Mar 31, 2015 at 3:32 AM, Stephen Boyd sb...@codeaurora.org wrote: On 03/30/15 11:57, Andy Shevchenko wrote: This patch converts the code to use rational best approximation algorithm which is more precise. --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -14,6 +14,7 @@ config

[PATCH 2/4] extcon: usb-gpio: add support for VBUS detection

2015-03-31 Thread Robert Baldyga
This patch adds VBUS pin detection support to extcon-usb-gpio driver. It allows to use this driver with boards which have both VBUS and ID pins, or only one of them. Following table of states presents relationship between this signals and detected cable type: State|ID | VBUS

Re: [RFC PATCH 00/11] an introduction of library operating system for Linux (LibOS)

2015-03-31 Thread Hajime Tazaki
At Mon, 30 Mar 2015 08:41:52 +0200, Richard Weinberger wrote: one more concern on the out-of-arch-tree design is that how to handle our asm-generic-based header files (arch/lib/include/asm). we have been heavily used 'generic-y' in the Kbuild file to reuse header files. As noted

[PATCH 1/4] extcon: usb-gpio: register extcon device before IRQ registration

2015-03-31 Thread Robert Baldyga
IRQ handler touches info-edev, so if interrupt occurs before extcon device initialization it can cause NULL pointer dereference. Doing extcon initialization before IRQ handler registration fixes this problem. Signed-off-by: Robert Baldyga r.bald...@samsung.com ---

[PATCH 4/4] Documentation: extcon: usb-gpio: update usb-gpio binding description

2015-03-31 Thread Robert Baldyga
Add information about VBUS pin detection support, 'debounce' property and some other details. Signed-off-by: Robert Baldyga r.bald...@samsung.com --- .../devicetree/bindings/extcon/extcon-usb-gpio.txt | 23 -- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git

[PATCH 3/4] extcon: usb-gpio: make debounce value configurable in devicetree

2015-03-31 Thread Robert Baldyga
This patch adds devicetree property for setting debounce value. It allows to set debounce time shorter or longer depending on the needs of given platform. Signed-off-by: Robert Baldyga r.bald...@samsung.com --- drivers/extcon/extcon-usb-gpio.c | 14 +- 1 file changed, 9

[PATCH v0 0/2] Add extcon support for AXP288 PMIC

2015-03-31 Thread Ramakrishna Pallala
This patch series adds the support for axp288 extcon driver and also adds the cell info for extcon device in axp20x mfd driver. Ramakrishna Pallala (2): mfd/axp20x: add support for extcon cell extcon-axp288: Add axp288 extcon driver support drivers/extcon/Kconfig |7 +

<    7   8   9   10   11   12   13   14   15   16   >