Re: [PATCH 2/3] locking: ww_mutex: Allow to use rt_mutex instead of mutex for the baselock

2015-03-09 Thread Sebastian Andrzej Siewior
On 03/06/2015 06:50 PM, Mike Galbraith wrote: > On Fri, 2015-03-06 at 13:36 +0100, Sebastian Andrzej Siewior wrote: >> On 03/06/2015 01:16 PM, Maarten Lankhorst wrote: >> Okay so what I the point made here? It is only about the config option, right? What are the preferences here: [

Re: [PATCH 1/5] mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and others

2015-03-09 Thread Sascha Hauer
On Fri, Mar 06, 2015 at 02:31:51PM +0100, Stefan Agner wrote: > On 2015-03-06 07:15, Sascha Hauer wrote: > > Hi Stefan, > > > > On Thu, Mar 05, 2015 at 12:10:20AM +0100, Stefan Agner wrote: > >> + > >> +static int vf610_nfc_probe_dt(struct device *dev, struct vf610_nfc_config > >> *cfg) > >> +{

Re: [PATCH 0/3] clk: divider: three exactness fixes (and a rant)

2015-03-09 Thread Philipp Zabel
Am Freitag, den 06.03.2015, 11:40 -0800 schrieb Stephen Boyd: > On 03/06/15 11:28, Uwe Kleine-König wrote: > > Hello Mike, > > > > On Fri, Mar 06, 2015 at 10:57:30AM -0800, Mike Turquette wrote: > >> Quoting Uwe Kleine-König (2015-02-21 02:40:22) > >>> Hello, > >>> > >>> TLDR: only apply patch 1

Re: [PATCH] net: can: Enable xilinx driver for all ARCHs

2015-03-09 Thread Marc Kleine-Budde
On 03/09/2015 10:52 AM, Michal Simek wrote: > On 03/09/2015 10:13 AM, Marc Kleine-Budde wrote: >> On 03/09/2015 09:58 AM, Michal Simek wrote: >>> On 03/09/2015 09:50 AM, Marc Kleine-Budde wrote: On 03/09/2015 09:48 AM, Michal Simek wrote: > Remove Kconfig dependency and enable driver for

Re: [PATCH] net: can: Enable xilinx driver for all ARCHs

2015-03-09 Thread Michal Simek
On 03/09/2015 10:13 AM, Marc Kleine-Budde wrote: > On 03/09/2015 09:58 AM, Michal Simek wrote: >> On 03/09/2015 09:50 AM, Marc Kleine-Budde wrote: >>> On 03/09/2015 09:48 AM, Michal Simek wrote: Remove Kconfig dependency and enable driver for all ARCHs. Signed-off-by: Michal

Re: [PATCH] phy: ti/omap: Fix modalias

2015-03-09 Thread Roger Quadros
On 06/03/15 18:01, Axel Lin wrote: > Remove extra space in MODULE_ALIAS. > > Signed-off-by: Axel Lin good catch! Acked-by: Roger Quadros cheers, -roger > --- > drivers/phy/phy-omap-control.c | 2 +- > drivers/phy/phy-omap-usb2.c| 2 +- > drivers/phy/phy-ti-pipe3.c | 2 +- > 3 files

Re: [PATCH] regmap: introduce regmap_name to fix syscon regmap trace events

2015-03-09 Thread Philipp Zabel
Am Samstag, den 07.03.2015, 10:57 + schrieb Mark Brown: > On Fri, Mar 06, 2015 at 03:16:55PM +0100, Philipp Zabel wrote: > > > #include > > -#include > > > > #include "internal.h" > > > > +#include > > + > > The change is basically OK but the above is a bit too funky for my > taste

Re: [GIT PULL] x86/cacheinfo update

2015-03-09 Thread Ingo Molnar
* Borislav Petkov wrote: > Hi guys, > > please pull, > thanks. > > --- > The following changes since commit 13a7a6ac0a11197edcd0f756a035f472b42cdf8b: > > Linux 4.0-rc2 (2015-03-03 09:04:59 -0800) > > are available in the git repository at: > >

[PATCH v3 2/3] drm: bridge/dw_hdmi_rockchip: improve hdmi eye-diagram test

2015-03-09 Thread Yakir Yang
As for 1920x1080 display resolution, we should turn on the Transmitter Trailer-B. Signed-off-by: Yakir Yang --- Changes in v3: None Changes in v2: - Set slopeboost back to 10%-20%, then rasing/falling time would pass. drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 2 +- 1 file changed, 1

[PATCH v3 3/3] drm: bridge/dw_hdmi: improve hdmi single-end test

2015-03-09 Thread Yakir Yang
Because of iMX6 & Rockchip have differnet mpll config parameter, than the cklvl & txlvl would be different, we also should seperate this parmeter. When pixle clock less than 148.5MHz, the cklvl set to 13(2.79v), and txlvl set to 20(2.77v). When pixel clock less than 74.25MHz, the cklvl set to

[PATCH v3 1/3] drm: bridge/dw_hdmi: fixed codec style

2015-03-09 Thread Yakir Yang
Using a local struct pointer to reduce one level of indirection makes the code slightly more readable. Signed-off-by: Yakir Yang Reviewed-by: Daniel Kurtz --- Changes in v3: - make commit message more readable Changes in v2: None drivers/gpu/drm/bridge/dw_hdmi.c | 8 1 file

[PATCH v3 0/3] Improve eye-diagram & single-ended test for rk3288 hdmi

2015-03-09 Thread Yakir Yang
RK3288 hdmi eye-diagram test would fail when pixel clock is 148.5MHz, and single-ended test would failed when display mode is 74.25MHz. To fix such problems, we make those patch set: - Fix some code style, leave space for next patches. - For hdmi eye-diagram test, we turn on the Transmitter

Re: [PATCH v11 6/6] devicetree: Add SKY81452 to the Trivial Devices list

2015-03-09 Thread Lee Jones
Applied, thanks. On Fri, 27 Feb 2015, gyun...@gmail.com wrote: > From: Gyungoh Yoo > > Signed-off-by: Gyungoh Yoo > --- > Changes v11: > Nothing > > Changes v10: > Nothing > > Changes v9: > Nothing > > Changes v8: > Nothing > > Changes v7: > Nothing > > Changes v6: > Nothing > > Changes

Re: [PATCH v11 5/6] devicetree: Add vendor prefix for Skyworks Solutions, Inc.

2015-03-09 Thread Lee Jones
Applied, thanks. On Fri, 27 Feb 2015, gyun...@gmail.com wrote: > From: Gyungoh Yoo > > Signed-off-by: Gyungoh Yoo > Acked-by: Lee Jones > --- > Changes v11: > Nothing > > Changes v10: > Nothing > > Changes v9: > Nothing > > Changes v8: > Nothing > > Changes v7: > Nothing > > Changes v6:

Re: [PATCH v11 2/6] backlight: Add support Skyworks SKY81452 backlight driver

2015-03-09 Thread Lee Jones
Applied, thanks. On Fri, 27 Feb 2015, gyun...@gmail.com wrote: > From: Gyungoh Yoo > > Signed-off-by: Gyungoh Yoo > Acked-by: Jingoo Han > Acked-by: Bryan Wu > --- > Changes v11: > Renamed 'skyworks,en-channels' property to led-sources. > > Changes v10: > Removed trivial get_brightness

Re: [PATCH v11 3/6] devicetree: Add new SKY81452 mfd binding

2015-03-09 Thread Lee Jones
Applied, thanks. On Fri, 27 Feb 2015, gyun...@gmail.com wrote: > From: Gyungoh Yoo > > Signed-off-by: Gyungoh Yoo > Acked-by: Lee Jones > --- > Changes v11: > Renamed 'skyworks,en-channels' property to led-sources. > Removed unused property 'skyworks,ovp-level'. > > Changes v10: > Nothing >

Re: [PATCH v11 4/6] devicetree: Add new SKY81452 backlight binding

2015-03-09 Thread Lee Jones
Applied, thanks. On Fri, 27 Feb 2015, gyun...@gmail.com wrote: > From: Gyungoh Yoo > > Signed-off-by: Gyungoh Yoo > Acked-by: Bryan Wu > --- > Changes v11: > Renamed 'skyworks,en-channels' property to led-sources. > Removed unused property 'skyworks,ovp-level'. > > Changes v10: > Nothing >

Re: [PATCH v11 1/6] mfd: Add support for Skyworks SKY81452 driver

2015-03-09 Thread Lee Jones
Applied, thanks. On Fri, 27 Feb 2015, gyun...@gmail.com wrote: > From: Gyungoh Yoo > > Signed-off-by: Gyungoh Yoo > Acked-by: Lee Jones > --- > Changes v11: > Nothing > > Changes v10: > Nothing > > Changes v9: > Nothing > > Changes v8: > Nothing > > Changes v7: > Modified licensing text

Re: [PATCH 1/2 v2] mfd: arizona: Add DT binding for the DMIC reference voltages

2015-03-09 Thread Lee Jones
On Tue, 03 Mar 2015, Charles Keepax wrote: > Add a DT binding that lets the DMIC reference voltage source be > specified for each input. > > Signed-off-by: Charles Keepax > --- > > The only change since rev 1 is a slight tweak to the wording of > everything to make clear these are voltages. >

Re: [PATCH 2/2 v2] mfd: arizona: Add DT binding documentation for DMIC reference voltages

2015-03-09 Thread Lee Jones
On Tue, 03 Mar 2015, Charles Keepax wrote: > Signed-off-by: Charles Keepax > --- > Documentation/devicetree/bindings/mfd/arizona.txt |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) Applied, thanks. > diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt >

Re: [PATCH/RFC v12 05/19] mfd: max77693: Modify flash cell name identifiers

2015-03-09 Thread Lee Jones
On Wed, 04 Mar 2015, Jacek Anaszewski wrote: > Change flash cell identifiers from max77693-flash to max77693-led > to avoid confusion with NOR/NAND Flash. > > Signed-off-by: Jacek Anaszewski > Acked-by: Kyungmin Park > Acked-by: Lee Jones > --- > drivers/mfd/max77693.c |4 ++-- > 1 file

Re: [PATCH/RFC v12 07/19] mfd: max77693: add TORCH_IOUT_MASK macro

2015-03-09 Thread Lee Jones
On Wed, 04 Mar 2015, Jacek Anaszewski wrote: > Add a macro for obtaining the mask of ITORCH register bit fields > related either to FLED1 or FLED2 current output. The expected > arguments are TORCH_IOUT1_SHIFT or TORCH_IOUT2_SHIFT. > > Signed-off-by: Jacek Anaszewski > Acked-by: Kyungmin Park

Re: [PATCH/RFC v12 08/19] mfd: max77693: Adjust FLASH_EN_SHIFT and TORCH_EN_SHIFT macros

2015-03-09 Thread Lee Jones
On Wed, 04 Mar 2015, Jacek Anaszewski wrote: > Modify FLASH_EN_SHIFT and TORCH_EN_SHIFT macros to work properly > when passed enum max77693_fled values (0 for FLED1 and 1 for FLED2) > from leds-max77693 driver. Previous definitions were compatible with > one of the previous RFC versions of

Re: [PATCH/RFC v12 06/19] mfd: max77693: Remove struct max77693_led_platform_data

2015-03-09 Thread Lee Jones
On Wed, 04 Mar 2015, Jacek Anaszewski wrote: > The flash part of the max77693 device will depend only on OF, and thus > will not use board files. Since there are no other users of the > struct max77693_led_platform_data its existence is unjustified. > > Signed-off-by: Jacek Anaszewski >

Re: [PATCH 1/4] staging: sm750fb: wrong type for print

2015-03-09 Thread Sudip Mukherjee
On Mon, Mar 09, 2015 at 12:22:09PM +0300, Dan Carpenter wrote: > On Sun, Mar 08, 2015 at 06:01:23PM +0530, Sudip Mukherjee wrote: > > diff --git a/drivers/staging/sm750fb/sm750.h > > b/drivers/staging/sm750fb/sm750.h > > index 711676c..2ab7b74 100644 > > --- a/drivers/staging/sm750fb/sm750.h > >

[PATCH] f2fs: fix to calculate max length of contiguous free slots correctly

2015-03-09 Thread Chao Yu
When lookuping for creating, we will try to record the level of current dentry hash table if current dentry has enough contiguous slots for storing name of new file which will be created later, this can save our lookup time when add a link into parent dir. But currently in find_target_dentry, our

Re: [PATCH v4 1/1] mfd: intel_quark_i2c_gpio: Add Intel Quark X1000 I2C-GPIO MFD Driver

2015-03-09 Thread Lee Jones
On Mon, 02 Feb 2015, Raymond Tan wrote: > In Quark X1000, there's a single PCI device that provides both > an I2C controller and a GPIO controller. This MFD driver will > split the 2 devices for their respective drivers. > > This patch is based on Josef Ahmad's initial work for Quark enabling. >

Re: [PATCH] serial:8250:8250_pci: delete unneeded quirk entries

2015-03-09 Thread Andy Shevchenko
On Fri, Mar 6, 2015 at 11:21 PM, Bryan O'Donoghue wrote: > On 06/03/15 17:08, Wang YanQing wrote: >> >> These quirk entries have the same effect as default >> quirk entry, so we can just delete them. >> >> Signed-off-by: Wang YanQing > > > ACK - does exactly what it says on the tin. > >

Re: [PATCH v10 1/2] mfd: AXP20x: Add bindings documentation

2015-03-09 Thread Lee Jones
On Sat, 07 Mar 2015, Chen-Yu Tsai wrote: > On Fri, Feb 20, 2015 at 7:19 PM, Chen-Yu Tsai wrote: > > From: Carlo Caione > > > > Bindings documentation for the AXP20x driver. In this file also > > sub-nodes are documented. > > > > Signed-off-by: Carlo Caione > > [w...@csie.org: clarify interrupt

Re: [PATCH v3 0/4] clk: st: New always-on clock domain

2015-03-09 Thread Lee Jones
On Fri, 06 Mar 2015, Mike Turquette wrote: > Quoting Lee Jones (2015-03-04 04:00:03) > > Mike, > > > > Do you want me to resend this set with Robert's Reviewed-by applied, > > or are you happy to apply it yourself? > > No need for the resend. I am hoping for a final review from a DT human. > >

Re: [PATCH 00/10] rcu: Cleanup RCU tree initialization

2015-03-09 Thread Alexander Gordeev
On Mon, Mar 09, 2015 at 09:34:04AM +0100, Alexander Gordeev wrote: > Hi Paul, > > Here is cleanup of RCU tree initialization rebased on linux-rcu rcu/next > repo, as you requested. Please, note an extra patch #10 that was not > present in the first post. Paul, Please, ignore patch #10 for now.

Re: [PATCH 1/4] staging: sm750fb: wrong type for print

2015-03-09 Thread Dan Carpenter
On Sun, Mar 08, 2015 at 06:01:23PM +0530, Sudip Mukherjee wrote: > diff --git a/drivers/staging/sm750fb/sm750.h b/drivers/staging/sm750fb/sm750.h > index 711676c..2ab7b74 100644 > --- a/drivers/staging/sm750fb/sm750.h > +++ b/drivers/staging/sm750fb/sm750.h > @@ -59,10 +59,10 @@ struct lynx_share{

Re: [PATCH] perf config : Adding a command 'config' with a option '--list' and a document for it.

2015-03-09 Thread Jiri Olsa
On Sat, Mar 07, 2015 at 09:30:05PM +0900, Taeung wrote: > The perf configuration file contain many variables which can make > the perf command's action more effective and more skilful. > But looking through state of configuration is difficult and > there's no knowing what kind of other variables

Re: [PATCH RESEND] Staging: rtl8188eu: fix double unlock

2015-03-09 Thread Dan Carpenter
Why is it a RESEND? RESEND is a bit rude because it implies that we messed up by ignoring your first email so you're sending us the exact same thing again. Sometimes rudeness is valid if people are ignoring good patches but you send the first email 4 minutes before sending the second email. On

Re: [PATCH v2 2/2] livepatch/module: Correctly handle going modules

2015-03-09 Thread Petr Mladek
On Sat 2015-03-07 11:34:36, Rusty Russell wrote: > Petr Mladek writes: > > Existing live patches are removed from going modules using a notify handler. > > There are two problems with the current implementation. > > > > First, new patch could still see the module in the GOING state even after > >

Re: [PATCH] net: can: Enable xilinx driver for all ARCHs

2015-03-09 Thread Marc Kleine-Budde
On 03/09/2015 09:58 AM, Michal Simek wrote: > On 03/09/2015 09:50 AM, Marc Kleine-Budde wrote: >> On 03/09/2015 09:48 AM, Michal Simek wrote: >>> Remove Kconfig dependency and enable driver for >>> all ARCHs. >>> >>> Signed-off-by: Michal Simek >>> Acked-by: Sören Brinkmann >>> --- >>> >>> Test

Re: [PATCH v6 11/16] h8300: clock driver

2015-03-09 Thread Jeff Kirsher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 03/09/2015 01:47 AM, Yoshinori Sato wrote: > Signed-off-by: Yoshinori Sato --- > drivers/clk/Makefile| 1 + drivers/clk/h8300/Makefile > | 2 + drivers/clk/h8300/clk-h83069.c | 80 +++ >

Re: [PATCH v4] spi: qup: Add DMA capabilities

2015-03-09 Thread Lars-Peter Clausen
On 03/08/2015 01:20 PM, Andy Shevchenko wrote: On Sun, Mar 8, 2015 at 1:21 PM, Lars-Peter Clausen wrote: On 03/07/2015 08:43 PM, Andy Shevchenko wrote: On Sat, Mar 7, 2015 at 1:21 PM, Mark Brown wrote: Applied, but why is there no devm_dma_request_slave_channel_reason()? I suppose the

Re: [PATCH v6 15/16] Add ELF machine

2015-03-09 Thread Jeff Kirsher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 03/09/2015 01:47 AM, Yoshinori Sato wrote: > Signed-off-by: Yoshinori Sato --- > include/uapi/linux/elf-em.h | 1 + 1 file changed, 1 insertion(+) Where is the patch description for this change? Do you just expect everyone to know why you made

Re: RGB LED control (was Re: "advanced" LED controllers)

2015-03-09 Thread Pavel Machek
On Mon 2015-03-09 09:08:37, Geert Uytterhoeven wrote: > Hi Pavel, > > On Sun, Mar 8, 2015 at 9:57 PM, Pavel Machek wrote: > > Ok, so I played with RGB LED a bit, and we have quite a gap in > > documentation: what 50% brightness means is non-trivial and very > > important in case we want to do

Re: [PATCH] serial: 8250: fix a sparse warning

2015-03-09 Thread Zhang Zhen
On 2015/3/9 16:53, Greg KH wrote: > On Mon, Mar 09, 2015 at 04:41:00PM +0800, Zhang Zhen wrote: >> On 2015/3/9 16:22, Greg KH wrote: >>> On Mon, Mar 09, 2015 at 03:42:30PM +0800, Zhang Zhen wrote: drivers/tty/serial/8250/8250_core.c: In function ‘serial8250_console_write’:

Re: [PATCH 1/5] mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and others

2015-03-09 Thread Stefan Agner
On 2015-03-06 16:32, Bill Pringlemeir wrote: > On 6 Mar 2015, ste...@agner.ch wrote: > >> On 2015-03-06 07:15, Sascha Hauer wrote: >>> Hi Stefan, > >>> On Thu, Mar 05, 2015 at 12:10:20AM +0100, Stefan Agner wrote: + +static int vf610_nfc_probe_dt(struct device *dev, struct

[PATCH v2] i2c: designware: Suppress error message if platform_get_irq() < 0

2015-03-09 Thread Alexey Brodkin
As discussed here https://lkml.org/lkml/2015/3/3/568 and here https://lkml.org/lkml/2015/3/3/453 we're looking forward for implementing warnings and errors outputs right in platform_get_irq() instead of having all kind of different outputs in each and every driver that uses platform_get_irq().

Re: [PATCH] net: can: Enable xilinx driver for all ARCHs

2015-03-09 Thread Michal Simek
On 03/09/2015 09:50 AM, Marc Kleine-Budde wrote: > On 03/09/2015 09:48 AM, Michal Simek wrote: >> Remove Kconfig dependency and enable driver for >> all ARCHs. >> >> Signed-off-by: Michal Simek >> Acked-by: Sören Brinkmann >> --- >> >> Test for all archs done by Kbuild test robot without any

Re: [PATCH] drm: msm: Fix build when legacy fbdev support isn't set

2015-03-09 Thread Archit Taneja
On 03/09/2015 01:14 PM, Daniel Vetter wrote: On Mon, Mar 09, 2015 at 11:27:06AM +0530, Archit Taneja wrote: On 03/05/2015 09:14 PM, Daniel Vetter wrote: On Thu, Mar 05, 2015 at 07:10:44AM -0500, Rob Clark wrote: On Thu, Mar 5, 2015 at 5:06 AM, Archit Taneja wrote: On 02/23/2015 09:09 PM,

[PATCH v6 14/16] serial: Add h8300

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- drivers/tty/serial/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index d2501f0..db93a85 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -738,7

Re: [PATCH 1/2] soc: mediatek: Add PMIC wrapper for MT8135 and MT8173 SoCs

2015-03-09 Thread Matthias Brugger
2015-02-22 13:02 GMT+01:00 Sascha Hauer : > From: Flora Fu > > This adds support for the PMIC wrapper found on MediaTek MT8135 and > MT8173 SoCs. > > On MediaTek MT8135, MT8173 and other SoCs the PMIC is connected via > SPI. The SPI master interface is not directly visible to the CPU, but > only

[PATCH v6 16/16] mksysmap: Add h8300 local symbol pattern

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- scripts/mksysmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mksysmap b/scripts/mksysmap index 7ada35a..a35acc0 100755 --- a/scripts/mksysmap +++ b/scripts/mksysmap @@ -41,4 +41,4 @@ # so we just ignore them to let readprofile

[PATCH v6 11/16] h8300: clock driver

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- drivers/clk/Makefile| 1 + drivers/clk/h8300/Makefile | 2 + drivers/clk/h8300/clk-h83069.c | 80 +++ drivers/clk/h8300/clk-h8s2678.c | 171 include/linux/clk-provider.h| 12 +++

[PATCH v6 12/16] h8300: clocksource

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- drivers/clocksource/Kconfig | 6 + drivers/clocksource/Makefile| 3 + drivers/clocksource/h8300_timer16.c | 332 ++ drivers/clocksource/h8300_timer8.c | 398

[PATCH v6 08/16] h8300: Memory management

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- arch/h8300/mm/Makefile | 5 ++ arch/h8300/mm/fault.c | 57 + arch/h8300/mm/init.c | 133 + arch/h8300/mm/kmap.c | 61 +++ arch/h8300/mm/memory.c | 53

[PATCH v6 09/16] h8300: library functions

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- arch/h8300/lib/Makefile| 7 ++ arch/h8300/lib/abs.S | 20 ++ arch/h8300/lib/ashldi3.c | 24 +++ arch/h8300/lib/ashrdi3.c | 24 +++ arch/h8300/lib/checksum.c | 167 +

Re: [PATCH] serial: 8250: fix a sparse warning

2015-03-09 Thread Greg KH
On Mon, Mar 09, 2015 at 04:41:00PM +0800, Zhang Zhen wrote: > On 2015/3/9 16:22, Greg KH wrote: > > On Mon, Mar 09, 2015 at 03:42:30PM +0800, Zhang Zhen wrote: > >> drivers/tty/serial/8250/8250_core.c: In function > >> ‘serial8250_console_write’: > >> drivers/tty/serial/8250/8250_core.c:3244:

Re: [PATCH] net: can: Enable xilinx driver for all ARCHs

2015-03-09 Thread Marc Kleine-Budde
On 03/09/2015 09:48 AM, Michal Simek wrote: > Remove Kconfig dependency and enable driver for > all ARCHs. > > Signed-off-by: Michal Simek > Acked-by: Sören Brinkmann > --- > > Test for all archs done by Kbuild test robot without any problem. > --- > drivers/net/can/Kconfig | 1 - > 1 file

[PATCH v6 00/16] Revert h8300 archtecture support

2015-03-09 Thread Yoshinori Sato
Hello. I rewriting h8300 support. Changes for v6 - rebase to v4.0-rc3 - remove unused headers - optimized atomic operation - System.map cleanup Changes for v5 - Signal handling fix - LD script cleanup Changes for v4 - Remove signal mapping - Organize Kconfig - Coding style fix Changes for v3

[PATCH] watchdog: cadence: Remove Kconfig dependency on ARCH

2015-03-09 Thread Michal Simek
Remove Kconfig dependency and enable driver for all ARCHs. Signed-off-by: Michal Simek --- Test for all archs done by Kbuild test robot without any problem. --- drivers/watchdog/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index

[PATCH v6 15/16] Add ELF machine

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- include/uapi/linux/elf-em.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/elf-em.h b/include/uapi/linux/elf-em.h index ae99f77..b088296 100644 --- a/include/uapi/linux/elf-em.h +++ b/include/uapi/linux/elf-em.h @@ -25,6 +25,7 @@ #define

[PATCH v6 01/16] h8300: Assembly headers.

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- arch/h8300/include/asm/Kbuild | 66 ++ arch/h8300/include/asm/asm-offsets.h | 1 + arch/h8300/include/asm/atomic.h| 159 +++ arch/h8300/include/asm/bitops.h| 185 +

[PATCH v6 10/16] h8300: Build scripts

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- arch/h8300/Kconfig | 73 ++ arch/h8300/Kconfig.cpu | 111 arch/h8300/Makefile | 45 arch/h8300/kernel/Makefile | 16 ++

[PATCH v6 13/16] h8300: configs

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- arch/h8300/configs/h8300h-sim_defconfig | 53 + arch/h8300/configs/h8s-sim_defconfig| 53 + 2 files changed, 106 insertions(+) create mode 100644 arch/h8300/configs/h8300h-sim_defconfig create

[PATCH v6 07/16] h8300: miscellaneous functions

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- arch/h8300/kernel/asm-offsets.c | 60 ++ arch/h8300/kernel/dma.c | 95 + arch/h8300/kernel/h8300_ksyms.c | 34 +++ arch/h8300/kernel/module.c | 70

[PATCH v6 03/16] h8300: Exception and Interrupt handling

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- arch/h8300/kernel/entry.S | 418 ++ arch/h8300/kernel/irq.c | 100 +++ arch/h8300/kernel/traps.c | 161 ++ 3 files changed, 679 insertions(+) create mode 100644 arch/h8300/kernel/entry.S

[PATCH] net: can: Enable xilinx driver for all ARCHs

2015-03-09 Thread Michal Simek
Remove Kconfig dependency and enable driver for all ARCHs. Signed-off-by: Michal Simek Acked-by: Sören Brinkmann --- Test for all archs done by Kbuild test robot without any problem. --- drivers/net/can/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/can/Kconfig

[PATCH v6 06/16] h8300: CPU depend helpers

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- arch/h8300/kernel/cpu/Makefile | 4 + arch/h8300/kernel/cpu/h83069/Makefile | 1 + arch/h8300/kernel/cpu/h83069/setup.c | 202 ++ arch/h8300/kernel/cpu/h8s2678/Makefile | 1 + arch/h8300/kernel/cpu/h8s2678/setup.c | 161

[PATCH v6 05/16] h8300: Process and signal

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- arch/h8300/kernel/entry.S | 6 +- arch/h8300/kernel/process.c | 171 ++ arch/h8300/kernel/ptrace.c | 203 +++ arch/h8300/kernel/signal.c | 289 4 files

[PATCH v6 02/16] h8300: UAPI headers

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- arch/h8300/include/uapi/asm/Kbuild | 29 arch/h8300/include/uapi/asm/auxvec.h | 4 ++ arch/h8300/include/uapi/asm/byteorder.h | 6 ++ arch/h8300/include/uapi/asm/ptrace.h | 42 +++ arch/h8300/include/uapi/asm/sigcontext.h |

[PATCH v6 04/16] h8300: kernel booting

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- arch/h8300/boot/Makefile | 26 + arch/h8300/boot/compressed/Makefile| 37 +++ arch/h8300/boot/compressed/head.S | 48 + arch/h8300/boot/compressed/misc.c | 74 ++ arch/h8300/boot/compressed/vmlinux.lds

[PATCH v2] spi: cadence: Remove Kconfig dependency

2015-03-09 Thread Michal Simek
Remove Kconfig dependency and enable driver for all ARCHs. Also update help description. Signed-off-by: Michal Simek Acked-by: Sören Brinkmann --- Changes in v2: - Remove ARM and ARM64 in Kconfig Test for all archs done by Kbuild test robot without any problem. --- drivers/spi/Kconfig | 3

Product Enquiry

2015-03-09 Thread Victor Muller
Hello,How are you doing today i came across your reputable organization from Google.We are happy to tell you that we are interested in your product in large quantity.kindly reply back as soon as possible with necessary information,payment terms,fob price etc.GIM EXPORT GROUP GmbH Co. KGTel:

Re: [PATCH v2 3/4] staging: sm750fb: correctly define SM750LE_REVISION_ID

2015-03-09 Thread Sudip Mukherjee
On Mon, Mar 09, 2015 at 07:47:40AM +, Lad, Prabhakar wrote: > On Mon, Mar 9, 2015 at 7:35 AM, Sudip Mukherjee > wrote: > > check if it is already defined before defining SM750LE_REVISION_ID > > again and at the same time mention correct data type. > > > > Signed-off-by: Sudip Mukherjee > >

Re: [PATCH] Remove deprecated IRQF_DISABLED flag entirely

2015-03-09 Thread Valentin Rothberg
On Fri, Mar 6, 2015 at 8:41 PM, Dmitry Torokhov wrote: > On Thu, Mar 5, 2015 at 5:11 AM, Hannes Reinecke wrote: >> On 03/05/2015 01:59 PM, Valentin Rothberg wrote: >>> The IRQF_DISABLED is a NOOP and has been scheduled for removal since >>> Linux v2.6.36 by commit 6932bf37bed4 ("genirq: Remove

Re: [PATCH RESEND 0/3] memory_hotplug: hyperv: fix deadlock between memory adding and onlining

2015-03-09 Thread Vitaly Kuznetsov
Michal Hocko writes: > [Sorry for the late response] > > This is basically the same code posted by KY Srinivasan posted late last > year (http://marc.info/?l=linux-mm=141782228129426=2). I had > objections to the implementation > http://marc.info/?l=linux-mm=141805109216700=2 Np, David's

Re: [PATCH] serial: 8250: fix a sparse warning

2015-03-09 Thread Zhang Zhen
On 2015/3/9 16:22, Greg KH wrote: > On Mon, Mar 09, 2015 at 03:42:30PM +0800, Zhang Zhen wrote: >> drivers/tty/serial/8250/8250_core.c: In function ‘serial8250_console_write’: >> drivers/tty/serial/8250/8250_core.c:3244: warning: ‘flags’ may be used u >> unitialized in this function >> >>

[PATCH v3] ARM64: Add new Xilinx ZynqMP SoC

2015-03-09 Thread Michal Simek
Initial version of device tree for Xilinx ZynqMP SoC. Signed-off-by: Michal Simek Acked-by: Sören Brinkmann --- Changes in v3: - Add the missing GIC maintenance interrupt Reported-by Marc Zyngier - Fix PPI interrupt mask to reflect 4 cores - Remove cortex-a9-gic compatible string and add

Re: [PATCH] virtio_rpmsg: set DRIVER_OK before using device

2015-03-09 Thread Michael S. Tsirkin
On Sat, Mar 07, 2015 at 08:06:56PM +0100, Michael S. Tsirkin wrote: > virtio spec requires that all drivers set DRIVER_OK > before using devices. While rpmsg isn't yet > included in the virtio 1 spec, previous spec versions > also required this. > > virtio rpmsg violates this rule: is calls kick

[GIT PULL] x86/cacheinfo update

2015-03-09 Thread Borislav Petkov
Hi guys, please pull, thanks. --- The following changes since commit 13a7a6ac0a11197edcd0f756a035f472b42cdf8b: Linux 4.0-rc2 (2015-03-03 09:04:59 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/tip_x86_cacheinfo for you to fetch

Re: [PATCH] virtio_mmio: generation support

2015-03-09 Thread Michael S. Tsirkin
On Thu, Mar 05, 2015 at 11:09:42PM +0100, Michael S. Tsirkin wrote: > virtio_mmio currently lacks generation support which > makes multi-byte field access racy. > Fix by getting the value at offset 0xfc for version 2 > devices. Nothing we can do for version 1, so return > generation id 0. > >

Re: [PATCH] virtio_mmio: fix endian-ness for mmio

2015-03-09 Thread Michael S. Tsirkin
On Thu, Mar 05, 2015 at 10:54:31PM +0100, Michael S. Tsirkin wrote: > Going over the virtio mmio code, I noticed that it doesn't correctly > return device config values in LE format when using virtio 1.0. > Borrow code from virtio_pci_modern to do this correctly. > > Signed-off-by: Michael S.

[PATCH 01/10] rcu: Panic if RCU tree can not accommodate all CPUs

2015-03-09 Thread Alexander Gordeev
Currently a condition when RCU tree is unable to accommodate the configured number of CPUs is not permitted and causes a fall back to compile-time values. However, the code has no means to exceed the RCU tree capacity neither at compile-time nor in run-time. Therefore, if the condition is met in

[PATCH 03/10] rcu: Cleanup rcu_init_geometry() code and arithmetics

2015-03-09 Thread Alexander Gordeev
This update simplifies rcu_init_geometry() code flow and makes calculation of the total number of rcu_node structures more easy to read. The update relies on the fact num_rcu_lvl[] is never accessed beyond rcu_num_lvls index by the rest of the code. Therefore, there is no need initialize the

[PATCH 05/10] rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS items

2015-03-09 Thread Alexander Gordeev
Variable rcu_num_lvls is limited by RCU_NUM_LVLS macro. In turn, rcu_state::levelcnt[] array is never accessed beyond rcu_num_lvls. Thus, rcu_state::levelcnt[] is safe to limit to RCU_NUM_LVLS items. Since rcu_num_lvls could be changed during boot (as result of rcutree.rcu_fanout_leaf kernel

[PATCH 02/10] rcu: Remove superfluous local variable in rcu_init_geometry()

2015-03-09 Thread Alexander Gordeev
Local variable 'n' mimics 'nr_cpu_ids' while the both are used within one function. There is no reason for 'n' to exist whatsoever. Cc: "Paul E. McKenney" Signed-off-by: Alexander Gordeev --- kernel/rcu/tree.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git

[PATCH 08/10] rcu: Limit count of static data to the number of RCU levels

2015-03-09 Thread Alexander Gordeev
Although a number of RCU levels may be less than the current maximum of four, some static data associated with each level are allocated for all four levels. As result, the extra data never get accessed and just wast memory. This update limits count of allocated items to the number of used RCU

[PATCH 07/10] rcu: Remove unnecessary fields from rcu_state structure

2015-03-09 Thread Alexander Gordeev
Members rcu_state::levelcnt[] and rcu_state::levelspread[] are only used at init. There is no reason to keep them afterwards. Cc: "Paul E. McKenney" Signed-off-by: Alexander Gordeev --- kernel/rcu/tree.c | 27 +++ kernel/rcu/tree.h | 2 -- 2 files changed, 15

[PATCH 00/10] rcu: Cleanup RCU tree initialization

2015-03-09 Thread Alexander Gordeev
Hi Paul, Here is cleanup of RCU tree initialization rebased on linux-rcu rcu/next repo, as you requested. Please, note an extra patch #10 that was not present in the first post. The series successfully passes kernel build test with CONFIG_RCU_FANOUT and CONFIG_RCU_FANOUT_LEAF equal to 5. Cc:

[PATCH 04/10] rcu: Simplify rcu_init_geometry() capacity arithmetics

2015-03-09 Thread Alexander Gordeev
Current code suggests that introducing the extra level to rcu_capacity[] array makes some of the arithmetic easier. Well, in fact it appears rather confusing and unnecessary. Cc: "Paul E. McKenney" Signed-off-by: Alexander Gordeev --- kernel/rcu/tree.c | 16 +++- 1 file changed, 7

[PATCH 06/10] rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS items

2015-03-09 Thread Alexander Gordeev
Number of items in rcu_capacity[] array is defined by macro MAX_RCU_LVLS. However, that array is never accessed beyond RCU_NUM_LVLS index. Therefore, we can limit the array to RCU_NUM_LVLS items and eliminate MAX_RCU_LVLS. As result, in most cases the memory is conserved. Cc: "Paul E. McKenney"

[PATCH 09/10] rcu: Simplify arithmetic to calculate number of RCU nodes

2015-03-09 Thread Alexander Gordeev
This update makes arithmetic to calculate number of RCU nodes more straight and easy to read. Cc: "Paul E. McKenney" Signed-off-by: Alexander Gordeev --- kernel/rcu/tree.h| 17 - kernel/rcu/tree_plugin.h | 4 ++-- 2 files changed, 6 insertions(+), 15 deletions(-) diff

[PATCH 10/10] rcu: Remove unnecessary grpnum field from rcu_node structure

2015-03-09 Thread Alexander Gordeev
Field rcu_node::grpnum is used to set rcu_node::grpmask at init and never accessed afterwards. There is no reason to have it. Cc: "Paul E. McKenney" Signed-off-by: Alexander Gordeev --- kernel/rcu/tree.c | 5 ++--- kernel/rcu/tree.h | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-)

Re: [PATCH v2 1/1] mmc: dw_mmc: Add runtime pm to dw_mmc

2015-03-09 Thread Karol Wrona
On 03/09/2015 06:23 AM, Jaehoon Chung wrote: > Hi, Karol. > > This patch can't apply. You need to rebase on latest mmc-next. > Then i will check this patch. Ok, no problem. Sorry for that. > > Best Regards, > Jaehoon Chung > > On 03/06/2015 10:29 PM, Karol Wrona wrote: >> This patch adds

RE: [PATCH] f2fs: fix to truncate inline data past EOF

2015-03-09 Thread Chao Yu
Hi Jaegeuk, > -Original Message- > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > Sent: Monday, March 09, 2015 11:49 AM > To: Chao Yu > Cc: 'Changman Lee'; linux-f2fs-de...@lists.sourceforge.net; > linux-kernel@vger.kernel.org > Subject: Re: [PATCH] f2fs: fix to truncate inline data

Re: [PATCH v2 1/4] staging: sm750fb: wrong type for print

2015-03-09 Thread Sudip Mukherjee
On Mon, Mar 09, 2015 at 07:42:53AM +, Lad, Prabhakar wrote: > On Mon, Mar 9, 2015 at 7:35 AM, Sudip Mukherjee > wrote: > > > > > > this patch will give checkpatch warnings about use of printk. > > this patch was mainly to fix the build warnings. printk will be > > converted to pr_* and dev_*

Re: [PATCH] i2c: designware: Suppress error message if platform_get_irq() returns -EPROBE_DEFER

2015-03-09 Thread Alexey Brodkin
Hi Wolfram, On Sat, 2015-03-07 at 01:24 +0100, Wolfram Sang wrote: > > > Presented like this I wonder if this merits being a dev_err at all. > > > Wouldn't dev_dbg be more adequate? This might remove the need for the > > > condition and also avoid bothering everyone if something in the platform >

Re: [PATCH] virtio_rpmsg: set DRIVER_OK before using device

2015-03-09 Thread Michael S. Tsirkin
On Mon, Mar 09, 2015 at 05:39:20PM +1030, Rusty Russell wrote: > "Michael S. Tsirkin" writes: > > virtio spec requires that all drivers set DRIVER_OK > > before using devices. While rpmsg isn't yet > > included in the virtio 1 spec, previous spec versions > > also required this. > > > > virtio

[PATCH v6] modify the IO_TLB_SEGSIZE and IO_TLB_DEFAULT_SIZE configurable as flexible requirement about SW-IOMMU.

2015-03-09 Thread Wang Xiaoming
The maximum of SW-IOMMU is limited to 2^11*128 = 256K. And the size of IO_TLB_DEFAULT_SIZE is limited to (64UL<<20) 64M now. While in different platform and different requirement this seems improper. So modifing the IO_TLB_SEGSIZE to io_tlb_segsize and IO_TLB_DEFAULT_SIZE to io_tlb_default_size

Re: [PATCH v4 0/3] powerpc: Enable seccomp filter support

2015-03-09 Thread Purcareata Bogdan
On 27.02.2015 22:54, Benjamin Herrenschmidt wrote: On Fri, 2015-02-27 at 09:28 +0200, Purcareata Bogdan wrote: Ping? What is the ping for ? Ben. Making sure the patches are not lost on the mailing lists :) Didn't receive any feedback on v4 and just wanted to check if there's anything

Re: [PATCH 2/2] pinctrl: mediatek: Adjust mt8173 pinctrl kconfig

2015-03-09 Thread Yingjoe Chen
On Fri, 2015-03-06 at 12:05 +0100, Paul Bolle wrote: > On Fri, 2015-03-06 at 14:24 +0800, Yingjoe Chen wrote: > > --- a/drivers/pinctrl/mediatek/Kconfig > > +++ b/drivers/pinctrl/mediatek/Kconfig > > > @@ -8,11 +8,13 @@ config PINCTRL_MTK_COMMON > > select OF_GPIO > > > > config

Re: [PATCH 4/4] perf, tools, stat: Always correctly indent ratio column

2015-03-09 Thread Jiri Olsa
On Sun, Mar 08, 2015 at 04:55:24PM -0700, Andi Kleen wrote: > From: Andi Kleen > > When cycles or instructions do not print anything, as in being, > --per-socket or --per-core modi, the ratio column was not > correctly indented for them. This lead to some ratios > not lining up with the others.

Re: [PATCH] vfs: avoid recopying filename in getname_flags

2015-03-09 Thread Boqun Feng
Ping. Any opinion? Thanks, Boqun Feng On Wed, Feb 25, 2015 at 8:31 PM, Boqun Feng wrote: > In the current implementation of getname_flags, filename in the > user-space will be recopied if it takes more space that > EMBEDDED_NAME_MAX, however, at this moment, EMBEDDED_NAME_MAX bytes of > the

Re: [PATCH 2/5] iommu/mediatek: Add mt8173 IOMMU driver

2015-03-09 Thread Daniel Kurtz
Hi Yong Wu, On Fri, Mar 6, 2015 at 6:48 PM, wrote: > From: Yong Wu > > This patch adds support for mediatek m4u (MultiMedia Memory Management Unit). > Currently this only supports m4u gen 2 with 2 levels of page table on mt8173. > > Signed-off-by: Yong Wu > --- > drivers/iommu/Kconfig

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