Re: [PATCH 4/4] drm/msm/mdp5: Make the intf connection in config module

2015-03-04 Thread Stéphane Viau
> Hi, Hi Archit, > > On 03/04/2015 12:06 AM, Stephane Viau wrote: >> Up until now, we assume that eDP is tight to intf_0 and HDMI to >> intf_3. This information shall actually come from the mdp5_cfg >> module since it can change from one chip to another. >> >> Signed-off-by: Stephane Viau >>

Re: [PATCH v3 2/3] of: add optional options parameter to of_find_node_by_path()

2015-03-04 Thread Peter Hurley
Hi Leif, On 11/27/2014 12:56 PM, Leif Lindholm wrote: > Update of_find_node_by_path(): > 1) Rename function to of_find_node_opts_by_path(), adding an optional >pointer argument. Provide a static inline wrapper version of >of_find_node_by_path() which calls the new function with NULL as >

Re: [PATCH v3 2/6] HID: uclogic: merge hid-huion driver in hid-uclogic

2015-03-04 Thread Jiri Kosina
On Tue, 3 Mar 2015, Benjamin Tissoires wrote: > From: Nikolai Kondrashov > > Merge the hid-huion driver into hid-uclogic as all the devices supported > by hid-huion are in fact UC-Logic devices. > > Signed-off-by: Nikolai Kondrashov > Signed-off-by: Benjamin Tissoires > --- > > no changes

Re: [PATCH] MAINTAINERS: fix UTF-8 encoding

2015-03-04 Thread Jiri Kosina
On Wed, 4 Mar 2015, Nicolas Iooss wrote: > Should I send the patch again with proper encoding? If you want it to be applied, then yes :) Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH v3 2/9] mfd: syscon: Add atmel system timer registers definition

2015-03-04 Thread Lee Jones
On Wed, 04 Mar 2015, Alexandre Belloni wrote: > AT91RM920 has a memory range reserved for timer and watchdog configuration. > Expose those registers so that drivers can make use of the system timer syscon > declared in at91 DTs. > > Signed-off-by: Alexandre Belloni > --- >

Re: [PATCH/RFC 0/4] Probe deferral for IOMMU DT integration

2015-03-04 Thread Laurent Pinchart
Hi Will, (CC'ing Thierry Reding who was missing. Thierry, you'll have to look at the archive for the discussion, but here's at least a start pointer) On Wednesday 04 March 2015 15:25:05 Will Deacon wrote: > On Tue, Mar 03, 2015 at 11:54:46PM +, Laurent Pinchart wrote: > > Hello, > > Hi

[PATCH 2/5] dt-bindings: video: Add jz4780-lcd binding

2015-03-04 Thread Zubair Lutfullah Kakakhel
Add DT bindings for the LCD controller on the jz4780 SoC Signed-off-by: Zubair Lutfullah Kakakhel --- .../bindings/video/ingenic-jz4780-lcd.txt | 39 ++ 1 file changed, 39 insertions(+) create mode 100644

[PATCH 4/5] dt-bindings: video: Add jz4780-hdmi binding

2015-03-04 Thread Zubair Lutfullah Kakakhel
Add DT bindings for the hdmi driver for the Ingenic JZ4780 SoC. Signed-off-by: Zubair Lutfullah Kakakhel --- .../bindings/video/ingenic-jz4780-hdmi.txt | 41 ++ 1 file changed, 41 insertions(+) create mode 100644

[PATCH 5/5] drm: bridge/dw_hdmi: add jz4780 support

2015-03-04 Thread Zubair Lutfullah Kakakhel
Ingenic JZ4780 hdmi is compatible with dw_hdmi. Signed-off-by: Zubair Lutfullah Kakakhel --- drivers/gpu/drm/jz4780/Kconfig | 10 ++ drivers/gpu/drm/jz4780/Makefile | 1 + drivers/gpu/drm/jz4780/dw_hdmi-jz4780.c | 234

[PATCH 3/5] drm: jz4780: Add DRM driver for Ingenic JZ4780

2015-03-04 Thread Zubair Lutfullah Kakakhel
Add drm driver for the Ingenic JZ4780 SoC. Signed-off-by: Zubair Lutfullah Kakakhel --- drivers/gpu/drm/Kconfig | 2 + drivers/gpu/drm/Makefile | 1 + drivers/gpu/drm/jz4780/Kconfig | 12 + drivers/gpu/drm/jz4780/Makefile | 10 +

Re: [PATCH v2 7/9] get the random phy addr according to slot_area info

2015-03-04 Thread Baoquan He
Hi Yinghai, I got the reason and made a debug patch to fix it. Could you please apply it on top of this patchset and try again? Then it will behave well and just return 0x13c00 since no random is got. Please check the attachment. Thanks Baoquan On 03/03/15 at 12:45am, Yinghai Lu wrote: >

Re: [PATCH block/for-4.0-fixes] writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()

2015-03-04 Thread Jens Axboe
On 03/04/2015 08:37 AM, Tejun Heo wrote: Subject: writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth() global_update_bandwidth() uses static variable update_time as the timestamp for the last update but forgets to initialize it to INITIALIZE_JIFFIES. This means that

[PATCH 1/5] dt-bindings: video: Add Ingenic jz4780-drm binding

2015-03-04 Thread Zubair Lutfullah Kakakhel
This patch adds a display susbsytem for the Ingenic JZ4780 SoC Signed-off-by: Zubair Lutfullah Kakakhel --- .../devicetree/bindings/video/ingenic-jz4780-drm.txt| 17 + 1 file changed, 17 insertions(+) create mode 100644

[PATCH] MAINTAINERS: fix UTF-8 encoding

2015-03-04 Thread Nicolas Iooss
Commit 41c9e95d641a ("MAINTAINERS: add Android driver entries") introduced non-UTF8 characters in MAINTAINERS file. This breaks tools like grep when using an UTF-8 locale: $ grep -n drivers/android MAINTAINERS Binary file MAINTAINERS matches Replacing the characters by their UTF-8

[PATCH 0/5] drm: dt: jz4780: Add Ingenic JZ4780 driver

2015-03-04 Thread Zubair Lutfullah Kakakhel
Hi, Here we have 5 patches that add a DRM driver for the LCD controller in the Ingenic JZ4780 SoC. The HDMI Controller in the JZ4780 is by Synopsys and the dw_hdmi driver is used. These patches are based on 4.0-rc2 Feedback welcome Thank-you ZubairLK Zubair Lutfullah Kakakhel (5):

Re: [PATCH] Avoid null-pointer access in w1/slaves/w1_therm

2015-03-04 Thread Евгений Поляков
Hi David 02.03.2015, 03:17, "David Fries" : > You are correct, it would be a race condition if it doesn't increment > the refcnt before unlocking the mutex, and it should get the mutex > before unref.  Here's an updated version, I haven't even tried to > compile it. > > What do you think

[PATCH block/for-4.0-fixes] writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()

2015-03-04 Thread Tejun Heo
Subject: writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth() global_update_bandwidth() uses static variable update_time as the timestamp for the last update but forgets to initialize it to INITIALIZE_JIFFIES. This means that global_dirty_limit will be 5 mins into the future

Re: [RFC v2 3/4] locks: Split insert/delete block functions into flock/posix parts

2015-03-04 Thread Daniel Wagner
On 03/04/2015 04:00 PM, Boaz Harrosh wrote: > On 03/04/2015 04:20 PM, Daniel Wagner wrote: >> On 03/03/2015 01:55 AM, Jeff Layton wrote: >>> On Mon, 2 Mar 2015 15:25:12 +0100 >>> Daniel Wagner wrote: >>> > <> >> I have fixed that stuff and now I am testing it. Though it seems >> that there is a

Re: [PATCH] MAINTAINERS: fix UTF-8 encoding

2015-03-04 Thread Nicolas Iooss
On 03/04/2015 11:21 PM, Geert Uytterhoeven wrote: > On Wed, Mar 4, 2015 at 4:02 PM, Jiri Kosina wrote: >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -725,7 +725,7 @@ F:staging/iio/trigger/iio-trig-bfin-timer.c >>> >>> ANDROID DRIVERS >>> M: Greg Kroah-Hartman >>> -M: Arve

Re: [Xen-devel] [PATCH 3/4] usb: Introduce Xen pvUSB backend

2015-03-04 Thread Juergen Gross
On 03/04/2015 04:27 PM, Greg KH wrote: On Wed, Mar 04, 2015 at 02:31:08PM +0100, Juergen Gross wrote: On 03/02/2015 12:39 PM, David Vrabel wrote: On 26/02/15 13:35, Juergen Gross wrote: Introduces the Xen pvUSB backend. With pvUSB it is possible for a Xen domU to communicate with a USB device

Re: [PATCH 2/2] livepatch: fix patched module loading race

2015-03-04 Thread Josh Poimboeuf
On Wed, Mar 04, 2015 at 02:17:52PM +0100, Petr Mladek wrote: > On Tue 2015-03-03 17:02:22, Josh Poimboeuf wrote: > > It's possible for klp_register_patch() to see a module before the COMING > > notifier is called, or after the GOING notifier is called. > > > > That can cause all kinds of ugly

Re: [PATCH block/for-4.0-fixes] writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()

2015-03-04 Thread Jens Axboe
On 03/04/2015 08:30 AM, Jan Kara wrote: On Wed 04-03-15 10:22:43, Tejun Heo wrote: global_update_bandwidth() uses static variable update_time as the timestamp for the last update but forgets to initialize it to INITIALIZE_JIFFIES. This means that global_dirty_limit will be 5 mins into the

Re: gadgetfs broken since 7f7f25e8

2015-03-04 Thread Alan Stern
On Tue, 3 Mar 2015, Al Viro wrote: > On Tue, Mar 03, 2015 at 10:47:14AM -0500, Alan Stern wrote: > > On Tue, 3 Mar 2015, Al Viro wrote: > > > > > Looking at that thing again... why do they need to be dummy? After all, > > > those methods start with get_ready_ep(), which will fail unless we

Re: [Xen-devel] [PATCH 3/4] usb: Introduce Xen pvUSB backend

2015-03-04 Thread Greg KH
On Wed, Mar 04, 2015 at 02:31:08PM +0100, Juergen Gross wrote: > On 03/02/2015 12:39 PM, David Vrabel wrote: > >On 26/02/15 13:35, Juergen Gross wrote: > >>Introduces the Xen pvUSB backend. With pvUSB it is possible for a Xen > >>domU to communicate with a USB device assigned to that domU. The >

Re: [PATCH block/for-4.0-fixes] writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()

2015-03-04 Thread Jan Kara
On Wed 04-03-15 10:22:43, Tejun Heo wrote: > global_update_bandwidth() uses static variable update_time as the > timestamp for the last update but forgets to initialize it to > INITIALIZE_JIFFIES. > > This means that global_dirty_limit will be 5 mins into the future on > 32bit and some large

Re: [PATCH/RFC 0/4] Probe deferral for IOMMU DT integration

2015-03-04 Thread Will Deacon
On Tue, Mar 03, 2015 at 11:54:46PM +, Laurent Pinchart wrote: > Hello, Hi Laurent, > I haven't seen any reply to this e-mail. I know that the combination of > IOMMU, > DMA mapping and DT doesn't exactly sound like fun, but I think we still need > to move on :-) Yup, and thanks for taking

Re: [PATCH tip/core/rcu 02/20] x86: Use common outgoing-CPU-notification code

2015-03-04 Thread Paul E. McKenney
On Wed, Mar 04, 2015 at 09:55:11AM -0500, Boris Ostrovsky wrote: > On 03/04/2015 09:43 AM, Paul E. McKenney wrote: > >On Tue, Mar 03, 2015 at 02:31:51PM -0800, Paul E. McKenney wrote: > >>On Tue, Mar 03, 2015 at 05:06:50PM -0500, Boris Ostrovsky wrote: > >>>On 03/03/2015 04:26 PM, Paul E. McKenney

[PATCH block/for-4.0-fixes] writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()

2015-03-04 Thread Tejun Heo
global_update_bandwidth() uses static variable update_time as the timestamp for the last update but forgets to initialize it to INITIALIZE_JIFFIES. This means that global_dirty_limit will be 5 mins into the future on 32bit and some large amount jiffies into the past on 64bit. This isn't critical

Re: [PATCH] MAINTAINERS: fix UTF-8 encoding

2015-03-04 Thread Geert Uytterhoeven
On Wed, Mar 4, 2015 at 4:02 PM, Jiri Kosina wrote: >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -725,7 +725,7 @@ F:staging/iio/trigger/iio-trig-bfin-timer.c >> >> ANDROID DRIVERS >> M: Greg Kroah-Hartman >> -M: Arve Hj?nnev?g >> +M: Arve Hj??nnev??g > > I don't really call

Re: Re: [PATCH 3/3] early kprobes: x86: don't try to recover ftraced instruction before ftrace get ready.

2015-03-04 Thread Masami Hiramatsu
Hi Wang, (2015/03/04 20:22), Wang Nan wrote: > Hi Masami, > > Following your advise, I adjusted early kprobe patches, added a > kprobes_init_stage var to indicate the initiaization progress of > kprobes. It has following avaliable values: > > typedef enum { > /* kprobe initialization is

[PATCH] dmaengine: bam-dma: fill slave directions bit mask

2015-03-04 Thread Stanimir Varbanov
This will avoid warning during async device registration. Signed-off-by: Stanimir Varbanov --- drivers/dma/qcom_bam_dma.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/dma/qcom_bam_dma.c b/drivers/dma/qcom_bam_dma.c index c3113e3..cc9e5ee 100644 ---

Re: timerfd waking up before timer really expires

2015-03-04 Thread Lucas De Marchi
On Wed, Mar 4, 2015 at 5:06 AM, Clemens Ladisch wrote: > Lucas De Marchi wrote: >> I was debugging my application and noticed that a timerfd event was being >> triggered *before* the timer expires. >> >> I reduced the scope of the program to test a single timerfd and measure the >> difference in

Re: [PATCH 3/4] mmc: sdio: support switching to 1-bit before turning off clocks

2015-03-04 Thread Tony Lindgren
* NeilBrown [150303 21:29]: > On Tue, 3 Mar 2015 14:53:55 -0800 Tony Lindgren wrote: > > > > --- a/arch/arm/boot/dts/omap3-gta04.dtsi > > +++ b/arch/arm/boot/dts/omap3-gta04.dtsi > > @@ -367,6 +367,7 @@ > > }; > > > > { > > + interrupts-extended = < 86 _pmx_core 0x12e>; > >

Re: [PATCH v3] fs: record task name which froze superblock

2015-03-04 Thread Alexey Dobriyan
On Mon, Mar 2, 2015 at 7:38 AM, Mateusz Guzik wrote: > As explained below, this one task name is already very useful and likely > covers majority of real life use cases. > > While working in support we were getting a lot of vmcores where hung task > detector panicked the kernel because a lot of

Re: [PATCH v3 3/9] watchdog: at91rm9200: use the system timer syscon

2015-03-04 Thread Alexandre Belloni
On 04/03/2015 at 06:51:51 -0800, Guenter Roeck wrote : > >@@ -267,7 +276,7 @@ static struct platform_driver at91wdt_driver = { > > .suspend= at91wdt_suspend, > > .resume = at91wdt_resume, > > .driver = { > >-.name = "at91_wdt", > >+

Re: [PATCH 1/3] drm/layerscape: Add fsl dcu DRM driver

2015-03-04 Thread Stefan Agner
On 2015-02-13 12:03, Jianwei Wang wrote: > This patch add support for Two Dimensional Animation and Compositing > Engine (2D-ACE) on the Freescale LS102x SoCs. > > 2D-ACE is a Freescale display controller. It supports at most four > plane and provide an hardware cursor. > > This is a simplified

Re: [PATCH] ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename()

2015-03-04 Thread Jan Kara
On Tue 03-03-15 14:17:19, Konstantin Khlebnikov wrote: > Release references to buffer-heads if ext4_journal_start() fails. Looks good. You can add: Reviewed-by: Jan Kara Honza > > Signed-off-by: Konstantin Khlebnikov > Fixes:

Re: [PATCH] of: Kconfig: Let OF_UNITTEST depend on "I2C=y" and "I2C_MUX=y"

2015-03-04 Thread Geert Uytterhoeven
On Wed, Mar 4, 2015 at 7:37 AM, Chen Gang wrote: > They need several symbols which are in I2C and I2C_MUX, the related > error: > > drivers/built-in.o: In function `selftest_i2c_mux_remove': > unittest.c:(.text+0xb0ce4): undefined reference to `i2c_del_mux_adapter' >

Re: [PATCH] MAINTAINERS: fix UTF-8 encoding

2015-03-04 Thread Jiri Kosina
On Wed, 4 Mar 2015, Nicolas Iooss wrote: > Commit 41c9e95d641a ("MAINTAINERS: add Android driver entries") > introduced non-UTF8 characters in MAINTAINERS file. This breaks tools > like grep when using an UTF-8 locale: > > $ grep -n drivers/android MAINTAINERS > Binary file MAINTAINERS

Re: [RFC v2 3/4] locks: Split insert/delete block functions into flock/posix parts

2015-03-04 Thread Boaz Harrosh
On 03/04/2015 04:20 PM, Daniel Wagner wrote: > On 03/03/2015 01:55 AM, Jeff Layton wrote: >> On Mon, 2 Mar 2015 15:25:12 +0100 >> Daniel Wagner wrote: >> <> > I have fixed that stuff and now I am testing it. Though it seems > that there is a memory leak which can be triggered with > >

Re: [PATCH tip/core/rcu 10/20] rcu: Provide diagnostic option to slow down grace-period initialization

2015-03-04 Thread Paul E. McKenney
On Wed, Mar 04, 2015 at 11:54:37AM +0100, Paul Bolle wrote: > All I spotted is a silly typo. > > Paul E. McKenney schreef op di 03-03-2015 om 09:43 [-0800]: > > --- a/lib/Kconfig.debug > > +++ b/lib/Kconfig.debug > > @@ -1257,6 +1257,30 @@ config RCU_TORTURE_TEST_RUNNABLE > > Say N here if

Re: [PATCH 03/38] perf tools: Introduce copyfile_offset() function

2015-03-04 Thread Jiri Olsa
On Tue, Mar 03, 2015 at 12:07:15PM +0900, Namhyung Kim wrote: > The copyfile_offset() function is to copy source data from given > offset to a destination file with an offset. It'll be used to build > an indexed data file. > > Signed-off-by: Namhyung Kim Acked-by: Jiri Olsa thanks, jirka --

Re: [PATCH tip/core/rcu 02/20] x86: Use common outgoing-CPU-notification code

2015-03-04 Thread Boris Ostrovsky
On 03/04/2015 09:43 AM, Paul E. McKenney wrote: On Tue, Mar 03, 2015 at 02:31:51PM -0800, Paul E. McKenney wrote: On Tue, Mar 03, 2015 at 05:06:50PM -0500, Boris Ostrovsky wrote: On 03/03/2015 04:26 PM, Paul E. McKenney wrote: On Tue, Mar 03, 2015 at 03:13:07PM -0500, Boris Ostrovsky wrote:

Re: [PATCH v3 3/9] watchdog: at91rm9200: use the system timer syscon

2015-03-04 Thread Guenter Roeck
On 03/04/2015 06:21 AM, Alexandre Belloni wrote: Use a syscon regmap to access the systemr timer registers. s/systemr/system/ Signed-off-by: Alexandre Belloni --- ... static const struct of_device_id at91_wdt_dt_ids[] = { + { .compatible = "atmel,at91rm9200-st" }, {

Re: [Xen-devel] [PATCH 3/4] usb: Introduce Xen pvUSB backend

2015-03-04 Thread Peter Stuge
Juergen Gross wrote: > Do you have another feeling about the probability of a need to do usb 3? > If it is already on the horizon I wouldn't want to do the user space > backend now and the kernel one next year. :-) One year is pretty long in kernel time. //Peter -- To unsubscribe from this

Re: [PATCH 4/5] x86: Use generic compat audit code

2015-03-04 Thread David Drysdale
On Wed, Mar 4, 2015 at 6:39 AM, Brian Gerst wrote: > > On Wed, Mar 4, 2015 at 12:14 AM, Ingo Molnar wrote: > > > > * Brian Gerst wrote: > > > >> Use the generic compat syscall audit code instead of an x86 specific > >> implementation. > >> > >> Signed-off-by: Brian Gerst > >> --- > >>

[PATCH 1/6] ARM: at91: switch to multiplatform

2015-03-04 Thread Alexandre Belloni
Switch AT91 to multiplatform as all SoCs are properly handled. Signed-off-by: Alexandre Belloni --- arch/arm/Kconfig| 13 - arch/arm/mach-at91/Kconfig | 117 +++- arch/arm/mach-at91/Makefile | 2 + 3 files changed, 62 insertions(+), 70

[PATCH 4/6] ARM: at91: remove useless mach/cpu.h

2015-03-04 Thread Alexandre Belloni
mach/cpu.h is not used anymore, remove it. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/include/mach/at91sam9_smc.h | 2 - arch/arm/mach-at91/include/mach/cpu.h | 216 - arch/arm/mach-at91/pm.c| 1 - 3 files changed, 219

[PATCH 2/6] ARM: at91: switch at91_dt_defconfig to multiplatform

2015-03-04 Thread Alexandre Belloni
Signed-off-by: Alexandre Belloni --- arch/arm/configs/at91_dt_defconfig | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig index f2670f638e97..c944fb6e1ece 100644 ---

[PATCH 0/6] Switch mach-at91 to multiplatform

2015-03-04 Thread Alexandre Belloni
AT91 is now ready to switch to multiplatform. Do it and clean the remaining mach includes Alexandre Belloni (6): ARM: at91: switch to multiplatform ARM: at91: switch at91_dt_defconfig to multiplatform ARM: at91: remove unused headers ARM: at91: remove useless mach/cpu.h ARM: at91:

[PATCH 5/6] ARM: at91: remove SoC headers

2015-03-04 Thread Alexandre Belloni
Move the remaining defines from sama5d4.h to sama5.c and remove the now useless SoC headers. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/include/mach/at91rm9200.h | 103 --- arch/arm/mach-at91/include/mach/at91sam9260.h | 129 ---

[PATCH 3/6] ARM: at91: remove unused headers

2015-03-04 Thread Alexandre Belloni
Following the switch to multiplatform, uncompress.h is not used anymore. Remove it. at91_dbgu.h is also not used anymore Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/include/mach/at91_dbgu.h | 63 arch/arm/mach-at91/include/mach/uncompress.h | 218

[PATCH 6/6] ARM: at91: remove hardware.h

2015-03-04 Thread Alexandre Belloni
hardware.h is mostly unused, move the remaining definitions to sama5.c and remove it. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/include/mach/hardware.h | 123 - arch/arm/mach-at91/pm.c| 11 ++- arch/arm/mach-at91/pm_slowclock.S

RE: [PATCH] phy: samsung-usb2: Remove NULL terminating entry from phys array

2015-03-04 Thread Kamil Debski
From: Axel Lin [mailto:axel@ingics.com] Sent: Tuesday, March 03, 2015 2:09 AM > > Current code uses num_phys settings to tell the number of entries in > phys. > Thus remove the NULL terminating entry from phys array which is not > necessary. The patch looks good. > Signed-off-by: Axel Lin

Re: [Xen-devel] [PATCH 3/4] usb: Introduce Xen pvUSB backend

2015-03-04 Thread Ian Campbell
On Wed, 2015-03-04 at 15:41 +0100, Juergen Gross wrote: > On 03/04/2015 03:29 PM, Ian Campbell wrote: > > On Wed, 2015-03-04 at 14:19 +, David Vrabel wrote: > >> On 04/03/15 14:09, Juergen Gross wrote: > >>> > >>> The main question whether it is worth to consider this alternative is > >>> the

Re: [PATCH] x86: Bypass legacy PIC and PIT on ACPI hardware reduced platform

2015-03-04 Thread Arjan van de Ven
On 3/4/2015 1:50 AM, Borislav Petkov wrote: On Wed, Mar 04, 2015 at 12:43:08AM -0800, Arjan van de Ven wrote: Using 'acpi_gbl_reduced_hardware' flag outside the ACPI code is a mistake. ideally, the presence of that flag in the firmware table will clear/set more global settings, for example,

Re: [PATCH v2 1/2] pinctrl: qcom: enable generic pinconf

2015-03-04 Thread Bjorn Andersson
On Wed 04 Mar 02:41 PST 2015, Stanimir Varbanov wrote: > This makes the pinctrl driver to use the generic pinconf > interface. Mainly it gives us a way to use debugfs to dump > group configurations. > > Signed-off-by: Stanimir Varbanov > Reviewed-by: Linus Walleij Acked-by: Bjorn Andersson

Re: [PATCH v2 2/2] pinctrl: qcom: handle input-enable pinconf property

2015-03-04 Thread Bjorn Andersson
On Wed 04 Mar 02:41 PST 2015, Stanimir Varbanov wrote: > This enables support of 'input-enable' pinconf generic property in > the pinctrl driver. > > Signed-off-by: Stanimir Varbanov > --- > drivers/pinctrl/qcom/pinctrl-msm.c | 11 +++ > 1 files changed, 11 insertions(+), 0

[PATCH] MAINTAINERS: fix UTF-8 encoding

2015-03-04 Thread Nicolas Iooss
Commit 41c9e95d641a ("MAINTAINERS: add Android driver entries") introduced non-UTF8 characters in MAINTAINERS file. This breaks tools like grep when using an UTF-8 locale: $ grep -n drivers/android MAINTAINERS Binary file MAINTAINERS matches Replacing the characters by their UTF-8

Re: [Xen-devel] [PATCH 3/4] usb: Introduce Xen pvUSB backend

2015-03-04 Thread Juergen Gross
On 03/04/2015 03:29 PM, Ian Campbell wrote: On Wed, 2015-03-04 at 14:19 +, David Vrabel wrote: On 04/03/15 14:09, Juergen Gross wrote: The main question whether it is worth to consider this alternative is the performance aspect. Does anyone have an idea which USB devices would typically

[PATCH] ARM: at91: debug: fix non MMU debug

2015-03-04 Thread Alexandre Belloni
Linux may be used without MMU on atmel SoCs, fix debug in this configuration. Signed-off-by: Alexandre Belloni --- arch/arm/include/debug/at91.S | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm/include/debug/at91.S b/arch/arm/include/debug/at91.S index

Re: Resurrecting the VM_PINNED discussion

2015-03-04 Thread Eric B Munson
On Tue, 03 Mar 2015, Vlastimil Babka wrote: > > No, you were correct and thanks for the hint. It's only ISOLATE_UNEVICTABLE > from > isolate_migratepages_range(), which is CMA, not regular compaction. > But I wonder, can we change this even after VM_PINNED is introduced, if > existing > code

Re: [RFC PATCH 0/1] Wrong structure alignment due to compiler attribute "section"

2015-03-04 Thread Dave Martin
On Wed, Mar 04, 2015 at 12:40:34PM +0100, sanfilippo wrote: > On 03.03.2015 15:41, Dave Martin wrote: > > Dave, > > thanks for your response. > > >For the element _size_ issue, I'm confused. On 32-bit, that > >structure is clearly 196 bytes in size, with the alignment requirement > >of void *

[PATCH] ihex: restore missing default in switch statement

2015-03-04 Thread Nicolas Iooss
Commit 2473238eac95 ("ihex: add support for CS:IP/EIP records") removes the "default:" statement in the switch block, making the "return usage();" line dead code and ihex2fw silently ignoring unknown options. Restore this statement. This bug was found by building with HOSTCC=clang and adding

[PATCH 1/2] bnx2fc: bnx2fc_fcoe.c: match wait_for_completion_timeout return type

2015-03-04 Thread Nicholas Mc Guire
, CONFIG_LIBFC=m, CONFIG_LIBFCOE=m, CONFIG_SCSI_BNX2X_FCOE=m Patch is against 4.0-rc2 (localversion-next is -next-20150304) drivers/scsi/bnx2fc/bnx2fc_fcoe.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c

[PATCH v3 3/9] watchdog: at91rm9200: use the system timer syscon

2015-03-04 Thread Alexandre Belloni
Use a syscon regmap to access the systemr timer registers. Signed-off-by: Alexandre Belloni --- drivers/watchdog/Kconfig | 2 +- drivers/watchdog/at91rm9200_wdt.c | 21 +++-- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/drivers/watchdog/Kconfig

[PATCH 2/2] bnx2fc: bnx2fc_io.c: match wait_for_completion_timeout return type

2015-03-04 Thread Nicholas Mc Guire
, CONFIG_LIBFC=m, CONFIG_LIBFCOE=m, CONFIG_SCSI_BNX2X_FCOE=m Patch is against 4.0-rc2 (localversion-next is -next-20150304) drivers/scsi/bnx2fc/bnx2fc_io.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/bnx2fc/bnx2fc_io.c b/drivers/scsi/bnx2fc/bnx2fc_io.c

Re: [PATCH 3.19 000/175] 3.19.1-stable review

2015-03-04 Thread Guenter Roeck
On 03/03/2015 10:12 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.19.1 release. There are 175 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

Re: [PATCH] PM / Domains: cleanup: rename gpd -> genpd in debugfs interface

2015-03-04 Thread Rafael J. Wysocki
On Monday, March 02, 2015 11:24:28 AM Kevin Hilman wrote: > From: Kevin Hilman > > To keep consisitency with the rest of the file, use 'genpd' as the > name of the 'struct generic_pm_domain' pointer instead of 'gpd'. > > This is just a rename, no functional changes. > > Signed-off-by: Kevin

Re: [Xen-devel] kasan_map_early_shadow() on Xen

2015-03-04 Thread Andrey Ryabinin
On 03/03/2015 07:02 PM, Konrad Rzeszutek Wilk wrote: > On Tue, Mar 03, 2015 at 06:38:20PM +0300, Andrey Ryabinin wrote: >> On 03/03/2015 05:16 PM, Konrad Rzeszutek Wilk wrote: >>> On Tue, Mar 03, 2015 at 04:15:06PM +0300, Andrey Ryabinin wrote: On 03/03/2015 12:40 PM, Luis R. Rodriguez wrote:

Re: randconfig build error with next-20150303, in drivers/bcma/driver_pcie2.c

2015-03-04 Thread Kalle Valo
Jim Davis writes: > Building with the attached random configuration file, > > drivers/bcma/driver_pcie2.c: In function 'bcma_core_pcie2_up': > drivers/bcma/driver_pcie2.c:196:2: error: implicit declaration of > function 'pcie_set_readrq' [-Werror=implicit-function-declaration] > err =

Re: [PATCH 4/6] ARM: DT: STi: STiH407: Add dwc3 usb3 DT node.

2015-03-04 Thread Maxime Coquelin
Hi Peter, On 02/25/2015 02:36 PM, Peter Griffin wrote: Now that both usb2 and usb3 phy drivers, and also the ST dwc3 glue code are all present upstream, we can add the dwc3 DT node and have a working usb3 controller on stih407-b2120 and stih410-b2020. Signed-off-by: Peter Griffin ---

Re: [PATCH tip/core/rcu 02/20] x86: Use common outgoing-CPU-notification code

2015-03-04 Thread Paul E. McKenney
On Tue, Mar 03, 2015 at 02:31:51PM -0800, Paul E. McKenney wrote: > On Tue, Mar 03, 2015 at 05:06:50PM -0500, Boris Ostrovsky wrote: > > On 03/03/2015 04:26 PM, Paul E. McKenney wrote: > > >On Tue, Mar 03, 2015 at 03:13:07PM -0500, Boris Ostrovsky wrote: > > >>On 03/03/2015 02:42 PM, Paul E.

[PATCH v3 7/9] clocksource: atmel-st: properly initialize driver

2015-03-04 Thread Alexandre Belloni
Use clocksource_of_init to initialize the system timer instead of relying on a custom function. Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon --- arch/arm/mach-at91/at91rm9200.c | 7 --- arch/arm/mach-at91/generic.h | 3 --- drivers/clocksource/timer-atmel-st.c |

[PATCH v2] regmap: Skip read-only registers in regcache_sync()

2015-03-04 Thread Takashi Iwai
regcache_sync() spews warnings when a value was cached for a read-only register as it tries to write all registers no matter whether they are writable or not. This patch adds regmap_wrtieable() checks for avoiding it in regcache_sync_block_single() and regcache_block_raw(). Signed-off-by:

[PATCH v3 4/9] power: reset: Add AT91RM9200 reset driver

2015-03-04 Thread Alexandre Belloni
AT91RM9200 uses the watchdog from the system timer to reset. Signed-off-by: Alexandre Belloni --- drivers/power/reset/Kconfig| 7 drivers/power/reset/Makefile | 1 + drivers/power/reset/at91rm9200-reset.c | 70 ++ 3 files changed, 78

[PATCH v3 1/9] ARM: at91/dt: declare atmel,at91rm9200-st as a syscon

2015-03-04 Thread Alexandre Belloni
The system timer register range is also used for the watchdog. Declare it as a syscon to be able to get a regmap early enough in the boot process Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon --- Documentation/devicetree/bindings/arm/atmel-at91.txt | 2 +-

Re: [Xen-devel] [PATCH 3/4] usb: Introduce Xen pvUSB backend

2015-03-04 Thread Ian Campbell
On Wed, 2015-03-04 at 14:19 +, David Vrabel wrote: > On 04/03/15 14:09, Juergen Gross wrote: > > > > The main question whether it is worth to consider this alternative is > > the performance aspect. Does anyone have an idea which USB devices would > > typically be used via pvusb? I'd suspect

[PATCH 2/2] bnx2fc: bnx2fc_io.c: match wait_for_completion_timeout return type

2015-03-04 Thread Nicholas Mc Guire
, CONFIG_LIBFC=m, CONFIG_LIBFCOE=m, CONFIG_SCSI_BNX2X_FCOE=m Patch is against 4.0-rc2 (localversion-next is -next-20150304) drivers/scsi/bnx2fc/bnx2fc_io.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/bnx2fc/bnx2fc_io.c b/drivers/scsi/bnx2fc/bnx2fc_io.c

[PATCH v3 2/9] mfd: syscon: Add atmel system timer registers definition

2015-03-04 Thread Alexandre Belloni
AT91RM920 has a memory range reserved for timer and watchdog configuration. Expose those registers so that drivers can make use of the system timer syscon declared in at91 DTs. Signed-off-by: Alexandre Belloni --- include/linux/mfd/syscon/atmel-st.h | 47 + 1

[PATCH v3 0/9] Atmel System Timer cleanups

2015-03-04 Thread Alexandre Belloni
This patch set cleans up the system timer driver. The main goal is to get rid of the mach/ headers dependency. At the same time, it introduces proper probing and locking (using a regmap) for the watchdog driver. This is based on 4.0-rc1 and will have two merge conflicts with my cleanup #1 in

[PATCH v3 5/9] ARM: at91: at91rm9200: remove deprecated arm_pm_restart

2015-03-04 Thread Alexandre Belloni
Now that a proper driver is available, remove at91rm9200_restart. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/at91rm9200.c | 12 1 file changed, 12 deletions(-) diff --git a/arch/arm/mach-at91/at91rm9200.c b/arch/arm/mach-at91/at91rm9200.c index

[PATCH] ARM: avoid cmpxchg warning in kernel/acct.c

2015-03-04 Thread Arnd Bergmann
A recent change in kernel/acct.c added a new warning for many configurations on ARM: kernel/acct.c: In function 'acct_pin_kill': arch/arm/include/asm/cmpxchg.h:122:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__cmpxchg_local_generic((ptr), (unsigned long)(o),\

[PATCH v3 6/9] ARM: at91: time: move the system timer driver to drivers/clocksource

2015-03-04 Thread Alexandre Belloni
Import at91rm9200_time.c from mach-at91 as timer-atmel-st.c. Further cleanup is required to get rid of the mach-at91 headers. Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon --- arch/arm/mach-at91/Makefile | 2 +- drivers/clocksource/Kconfig

[PATCH v3 9/9] ARM: at91: remove useless include

2015-03-04 Thread Alexandre Belloni
Both drivers using the system timer are now converted to an MFD. mach/at91_st.h is now useless. Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon --- arch/arm/mach-at91/include/mach/at91_st.h | 61 --- 1 file changed, 61 deletions(-) delete mode 100644

[PATCH v3 8/9] clocksource: atmel-st: use syscon/regmap

2015-03-04 Thread Alexandre Belloni
The register range from the system timer is also used by the watchdog driver. Use a regmap to handle concurrent accesses. Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon --- drivers/clocksource/timer-atmel-st.c | 99 ++-- 1 file changed, 37

Re: [RFC v2 3/4] locks: Split insert/delete block functions into flock/posix parts

2015-03-04 Thread Daniel Wagner
On 03/03/2015 01:55 AM, Jeff Layton wrote: > On Mon, 2 Mar 2015 15:25:12 +0100 > Daniel Wagner wrote: > >> The locks_insert/delete_block() functions are used for flock, posix >> and leases types. blocked_lock_lock is used to serialize all access to >> fl_link, fl_block, fl_next and

Re: [PATCH 3.10 00/53] 3.10.71-stable review

2015-03-04 Thread Luis Henriques
On Wed, Mar 04, 2015 at 06:08:31AM -0800, Guenter Roeck wrote: > On 03/03/2015 10:06 PM, Greg Kroah-Hartman wrote: > >This is the start of the stable review cycle for the 3.10.71 release. > >There are 53 patches in this series, all will be posted as a response > >to this one. If anyone has any

Re: [Xen-devel] [PATCH 3/4] usb: Introduce Xen pvUSB backend

2015-03-04 Thread David Vrabel
On 04/03/15 14:09, Juergen Gross wrote: > > The main question whether it is worth to consider this alternative is > the performance aspect. Does anyone have an idea which USB devices would > typically be used via pvusb? I'd suspect memory sticks and USB disks > and perhaps webcams being the most

[PATCH 2/2] zram: introduce automatic device_id generation

2015-03-04 Thread Sergey Senozhatsky
The existing device creation interface requires user to provide new and unique device_id for every device being created. This might be difficult to handle (f.e. in automated scripts). Extend zram-control/zram_add interface to support read and write operations. Write operation remains the same:

Re: [PATCH 2/2] livepatch: fix patched module loading race

2015-03-04 Thread Petr Mladek
On Wed 2015-03-04 14:17:52, Petr Mladek wrote: > On Tue 2015-03-03 17:02:22, Josh Poimboeuf wrote: > > It's possible for klp_register_patch() to see a module before the COMING > > notifier is called, or after the GOING notifier is called. > > > > That can cause all kinds of ugly races. As Pter

[PATCH 1/2] zram: return zram device_id value from zram_add()

2015-03-04 Thread Sergey Senozhatsky
zram_add requires valid device_id to be provided, that can be a bit inconvenient. Change zram_add() to return negative value upon new device creation failure, and device_id (>= 0) value otherwise. This prepares zram_add to perform automatic device_id assignment. New device_id will be returned

[PATCH 0/2] make automatic device_id generation possible

2015-03-04 Thread Sergey Senozhatsky
Hello, Make zram-contol/zram_add interface easier to use. Extend it to support read and write operations. Write operation remains the same: echo X > /sys/class/zram-control/zram_add will add /dev/zramX (or return error). Read operation is treated as 'pick up available device_id, add

Re: [PATCH 1/2] acpi/video: Load the module even if ACPI is disabled

2015-03-04 Thread Rafael J. Wysocki
On Wednesday, March 04, 2015 09:55:55 AM Aaron Lu wrote: > On Sun, Mar 01, 2015 at 10:41:37AM +, Chris Wilson wrote: > > i915.ko depends upon the acpi/video.ko module and so refuses to load if > > ACPI is disabled at runtime if for example the BIOS is broken beyond > > repair. acpi/video

Re: [PATCH 3.18 000/151] 3.18.9-stable review

2015-03-04 Thread Guenter Roeck
On 03/03/2015 10:12 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.18.9 release. There are 151 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

Re: [PATCH 0/4] ARM: at91: sama5d4ek: enable audio support

2015-03-04 Thread Nicolas Ferre
Le 02/02/2015 07:51, Bo Shen a écrit : > This patch set enable audio support on sama5d4ek. > It depends the patch [1] (ASoC: atmel-pcm-dma: won't check direction > when configure dma) > [1] https://patchwork.kernel.org/patch/5759441/ > > > Bo Shen (4): > ARM: at91: dt: sama5d4: add ssc nodes >

Re: [PATCH] x86: Bypass legacy PIC and PIT on ACPI hardware reduced platform

2015-03-04 Thread Rafael J. Wysocki
On Wednesday, March 04, 2015 03:05:55 PM Borislav Petkov wrote: > On Wed, Mar 04, 2015 at 03:16:07PM +0100, Rafael J. Wysocki wrote: > > Sort of. What we need is a "do not touch PIC/PIT" bit for the code that > > tries to fall back to them in some cases (which may appear to work if > > the

Re: [PATCH 3.14 00/73] 3.14.35-stable review

2015-03-04 Thread Guenter Roeck
On 03/03/2015 10:12 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.14.35 release. There are 73 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

Re: [PATCH 1/4] ARM: at91: dt: sama5d4: add ssc nodes

2015-03-04 Thread Nicolas Ferre
Le 02/02/2015 07:51, Bo Shen a écrit : > Add SSC 0 and 1 nodes. > > Signed-off-by: Bo Shen > --- > > arch/arm/boot/dts/sama5d4.dtsi | 70 > ++ > 1 file changed, 70 insertions(+) > > diff --git a/arch/arm/boot/dts/sama5d4.dtsi

Re: [PATCH 3.10 49/53] md/raid5: Fix livelock when array is both resyncing and degraded.

2015-03-04 Thread Jes Sorensen
Greg Kroah-Hartman writes: > 3.10-stable review patch. If anyone has any objections, please let me know. > > -- For all 4 stable branches: Acked-by: Jes Sorensen > > From: NeilBrown > > commit 26ac107378c4742978216be1005b7291b799c7b2 upstream. > > Commit

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