[PATCH] topology: Fix compilation warning when not in SMP

2014-04-04 Thread Vincent Stehlé
(core_id); This can be seen with e.g. x86 defconfig and CONFIG_SMP not set. Signed-off-by: Vincent Stehlé Cc: Greg Kroah-Hartman Cc: # 3.10.x Cc: # 3.13.x Cc: # 3.14.x --- drivers/base/topology.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/base/topology.c b

[PATCH] topology: Fix compilation warning when not in SMP

2014-04-04 Thread Vincent Stehlé
(core_id); This can be seen with e.g. x86 defconfig and CONFIG_SMP not set. Signed-off-by: Vincent Stehlé vincent.ste...@laposte.net Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: sta...@vger.kernel.org # 3.10.x Cc: sta...@vger.kernel.org # 3.13.x Cc: sta...@vger.kernel.org # 3.14.x

[PATCH linux-next 2/2] staging: dgap: fix checkpatch warnings

2013-12-31 Thread Vincent Stehlé
Remove a few spaces at beginning and end of line. Remove single statement braces {}. Remove two FSF boilerplate paragraphs. Signed-off-by: Vincent Stehlé Cc: Lidza Louina Cc: Greg Kroah-Hartman Cc: Scott H Kilau Cc: eng.li...@digi.com --- Hi, This can be seen with e.g. linux next-20131224

[PATCH linux-next 1/2] staging: dgap: fix missing header inclusion

2013-12-31 Thread Vincent Stehlé
Include slab.h to fix the following compilation error: drivers/staging/dgap/dgap_fep5.c: In function ‘dgap_do_config_load’: drivers/staging/dgap/dgap_fep5.c:78:2: error: implicit declaration of function ‘kzalloc’ [-Werror=implicit-function-declaration] Signed-off-by: Vincent Stehlé Cc

[PATCH linux-next 1/2] staging: dgap: fix missing header inclusion

2013-12-31 Thread Vincent Stehlé
Include slab.h to fix the following compilation error: drivers/staging/dgap/dgap_fep5.c: In function ‘dgap_do_config_load’: drivers/staging/dgap/dgap_fep5.c:78:2: error: implicit declaration of function ‘kzalloc’ [-Werror=implicit-function-declaration] Signed-off-by: Vincent Stehlé

[PATCH linux-next 2/2] staging: dgap: fix checkpatch warnings

2013-12-31 Thread Vincent Stehlé
Remove a few spaces at beginning and end of line. Remove single statement braces {}. Remove two FSF boilerplate paragraphs. Signed-off-by: Vincent Stehlé vincent.ste...@laposte.net Cc: Lidza Louina lidza.lou...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Scott H Kilau scott_ki

[PATCH] i2c: bcm-kona: fix module device table symbol

2013-11-27 Thread Vincent Stehlé
This fixes the following compilation error when compiling in module: drivers/i2c/busses/i2c-bcm-kona.c:894:1: error: ‘__mod_of_device_table’ aliased to undefined symbol ‘kona_i2c_of_match’ Signed-off-by: Vincent Stehlé Cc: Wolfram Sang Cc: triv...@kernel.org --- Hi, Compilation breakage

[PATCH] i2c: bcm-kona: fix module device table symbol

2013-11-27 Thread Vincent Stehlé
This fixes the following compilation error when compiling in module: drivers/i2c/busses/i2c-bcm-kona.c:894:1: error: ‘__mod_of_device_table’ aliased to undefined symbol ‘kona_i2c_of_match’ Signed-off-by: Vincent Stehlé vincent.ste...@laposte.net Cc: Wolfram Sang w...@the-dreams.de Cc: triv

[PATCH linux-next] skd: fix some VPRINTK() specifiers for size_t

2013-09-28 Thread Vincent Stehlé
at it, remove one cast to unsigned long for a size_t VPRINTK() argument and specify it as %zu, too. Signed-off-by: Vincent Stehlé Cc: Andrew Morton --- Hi, This can be seen on e.g. linux next-20130927. Best regards, V. drivers/block/skd_main.c | 11 +-- 1 file changed, 5 insertions(+), 6

[PATCH linux-next] skd: fix some VPRINTK() specifiers for size_t

2013-09-28 Thread Vincent Stehlé
at it, remove one cast to unsigned long for a size_t VPRINTK() argument and specify it as %zu, too. Signed-off-by: Vincent Stehlé vincent.ste...@laposte.net Cc: Andrew Morton a...@linux-foundation.org --- Hi, This can be seen on e.g. linux next-20130927. Best regards, V. drivers/block/skd_main.c

[PATCH] i2c-designware: define i2c_dw_pci_runtime_idle only with runtime pm

2013-09-26 Thread Vincent Stehlé
-by: Vincent Stehlé Cc: Wolfram Sang --- drivers/i2c/busses/i2c-designware-pcidrv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/i2c/busses/i2c-designware-pcidrv.c b/drivers/i2c/busses/i2c-designware-pcidrv.c index f6ed06c..2b5d3a6 100644 --- a/drivers/i2c/busses/i2c-designware

[PATCH] gma500: define do_gma_backlight_set only when used

2013-09-26 Thread Vincent Stehlé
] While at it, remove some end of line spaces. Signed-off-by: Vincent Stehlé Cc: David Airlie --- Hi, This can be seen with mainline or linux-next with e.g. allmodconfig on x86. Best regards, V. drivers/gpu/drm/gma500/backlight.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions

[PATCH] gma500: define do_gma_backlight_set only when used

2013-09-26 Thread Vincent Stehlé
] While at it, remove some end of line spaces. Signed-off-by: Vincent Stehlé vincent.ste...@laposte.net Cc: David Airlie airl...@linux.ie --- Hi, This can be seen with mainline or linux-next with e.g. allmodconfig on x86. Best regards, V. drivers/gpu/drm/gma500/backlight.c | 10 +- 1

[PATCH] i2c-designware: define i2c_dw_pci_runtime_idle only with runtime pm

2013-09-26 Thread Vincent Stehlé
-by: Vincent Stehlé vincent.ste...@laposte.net Cc: Wolfram Sang w...@the-dreams.de --- drivers/i2c/busses/i2c-designware-pcidrv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/i2c/busses/i2c-designware-pcidrv.c b/drivers/i2c/busses/i2c-designware-pcidrv.c index f6ed06c..2b5d3a6 100644

[PATCH linux-next] pinctrl: fix pinconf_dbg_config_write return type

2013-09-16 Thread Vincent Stehlé
for ‘pinconf_dbg_pinconfig_fops.write’) [enabled by default] Signed-off-by: Vincent Stehlé Cc: Linus Walleij --- Hi, This can be seen with e.g. next-20130916 with x86 allmodconfig. Best regards, V. drivers/pinctrl/pinconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl

[PATCH linux-next] pinctrl: fix pinconf_dbg_config_write return type

2013-09-16 Thread Vincent Stehlé
for ‘pinconf_dbg_pinconfig_fops.write’) [enabled by default] Signed-off-by: Vincent Stehlé vincent.ste...@laposte.net Cc: Linus Walleij linus.wall...@linaro.org --- Hi, This can be seen with e.g. next-20130916 with x86 allmodconfig. Best regards, V. drivers/pinctrl/pinconf.c | 2 +- 1 file changed, 1 insertion

[PATCH linux-next] ipv6: fix missing braces in ip6_tnl_add_linklocal

2013-08-21 Thread Vincent Stehlé
in this function [-Wmaybe-uninitialized] net/ipv6/addrconf.c:2802:21: note: ‘link_dev’ was declared here Signed-off-by: Vincent Stehlé Cc: David S. Miller Cc: Alexey Kuznetsov Cc: James Morris Cc: Hideaki YOSHIFUJI Cc: Patrick McHardy Cc: Ding Tianhong --- Hi, This can be seen in e.g. Linux next

[PATCH linux-next] ipv6: fix missing braces in ip6_tnl_add_linklocal

2013-08-21 Thread Vincent Stehlé
in this function [-Wmaybe-uninitialized] net/ipv6/addrconf.c:2802:21: note: ‘link_dev’ was declared here Signed-off-by: Vincent Stehlé vincent.ste...@laposte.net Cc: David S. Miller da...@davemloft.net Cc: Alexey Kuznetsov kuz...@ms2.inr.ac.ru Cc: James Morris jmor...@namei.org Cc: Hideaki YOSHIFUJI yoshf

[PATCH linux-next] ARM: imx: fix imx_init_l2cache storage class

2013-07-10 Thread Vincent Stehlé
] Signed-off-by: Vincent Stehlé Cc: Shawn Guo Cc: Sascha Hauer Cc: Russell King Cc: triv...@kernel.org --- Hi, Linux next-20130710 breaks compilation of ARM multi_v7_defconfig. This patch fixes it. (Note: this patch is necessary for the link, too: http://www.spinics.net/lists/kernel/msg1563777

[PATCH linux-next] ARM: imx: fix imx_init_l2cache storage class

2013-07-10 Thread Vincent Stehlé
] Signed-off-by: Vincent Stehlé vincent.ste...@freescale.com Cc: Shawn Guo shawn@linaro.org Cc: Sascha Hauer ker...@pengutronix.de Cc: Russell King li...@arm.linux.org.uk Cc: triv...@kernel.org --- Hi, Linux next-20130710 breaks compilation of ARM multi_v7_defconfig. This patch fixes it. (Note

[PATCH linux-next] arm: multi_v7_defconfig: add fsl lpuart serial console

2013-07-09 Thread Vincent Stehlé
Add Freescale LPUART serial console support. This gives us the boot messages on UART on e.g. the Vybrid VF610 Tower board. Signed-off-by: Vincent Stehlé Cc: Olof Johansson Cc: Russell King --- Hi, Would you please consider adding LPUART for ARM multi_v7_defconfig, please? (This patch

[PATCH linux-next] edma: select arch common code to fix link

2013-07-09 Thread Vincent Stehlé
': of_iommu.c:(.text+0x4fae4): undefined reference to `edma_stop' make: *** [vmlinux] Error 1 Signed-off-by: Vincent Stehlé Cc: Matt Porter Cc: Sekhar Nori Cc: Vinod Koul Cc: Dan Williams Cc: Russell King --- Hi, Build of linux next-20130709 is broken for ARM multi_v7_defconfig

[PATCH linux-next] edma: select arch common code to fix link

2013-07-09 Thread Vincent Stehlé
': of_iommu.c:(.text+0x4fae4): undefined reference to `edma_stop' make: *** [vmlinux] Error 1 Signed-off-by: Vincent Stehlé vincent.ste...@freescale.com Cc: Matt Porter mpor...@ti.com Cc: Sekhar Nori nsek...@ti.com Cc: Vinod Koul vinod.k...@intel.com Cc: Dan Williams d...@fb.com Cc: Russell King

[PATCH linux-next] arm: multi_v7_defconfig: add fsl lpuart serial console

2013-07-09 Thread Vincent Stehlé
Add Freescale LPUART serial console support. This gives us the boot messages on UART on e.g. the Vybrid VF610 Tower board. Signed-off-by: Vincent Stehlé vincent.ste...@freescale.com Cc: Olof Johansson o...@lixom.net Cc: Russell King li...@arm.linux.org.uk --- Hi, Would you please consider

[PATCH linux-next 1/2] arm: multi_v7_defconfig: add i.MX serial console

2013-07-03 Thread Vincent Stehlé
Add i.MX serial console support. This gives us the boot messages on UART on e.g. the i.MX6Q sabre sd platform. Signed-off-by: Vincent Stehlé Cc: Olof Johansson Cc: Russell King --- arch/arm/configs/multi_v7_defconfig |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs

linux-next arm multi_v7_defconfig: add support for i.MX6 on NFS root

2013-07-03 Thread Vincent Stehlé
Hi, I would like to propose the following two patches, which allow me to boot next-20130702 with NFS root on an i.MX6 sabre sd: [PATCH linux-next 1/2] arm: multi_v7_defconfig: add i.MX serial [PATCH linux-next 2/2] arm: multi_v7_defconfig: add support for NFS Note that at the time of

[PATCH linux-next 2/2] arm: multi_v7_defconfig: add support for NFS root

2013-07-03 Thread Vincent Stehlé
Add the necessary config options, to allow booting with NFS root on an i.MX6 sabre sd. Signed-off-by: Vincent Stehlé Cc: Russell King Cc: Olof Johansson --- arch/arm/configs/multi_v7_defconfig |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b

[PATCH linux-next 2/2] arm: multi_v7_defconfig: add support for NFS root

2013-07-03 Thread Vincent Stehlé
Add the necessary config options, to allow booting with NFS root on an i.MX6 sabre sd. Signed-off-by: Vincent Stehlé vincent.ste...@freescale.com Cc: Russell King li...@arm.linux.org.uk Cc: Olof Johansson o...@lixom.net --- arch/arm/configs/multi_v7_defconfig |6 ++ 1 file changed, 6

[PATCH linux-next 1/2] arm: multi_v7_defconfig: add i.MX serial console

2013-07-03 Thread Vincent Stehlé
Add i.MX serial console support. This gives us the boot messages on UART on e.g. the i.MX6Q sabre sd platform. Signed-off-by: Vincent Stehlé vincent.ste...@freescale.com Cc: Olof Johansson o...@lixom.net Cc: Russell King li...@arm.linux.org.uk --- arch/arm/configs/multi_v7_defconfig |2 ++ 1

linux-next arm multi_v7_defconfig: add support for i.MX6 on NFS root

2013-07-03 Thread Vincent Stehlé
Hi, I would like to propose the following two patches, which allow me to boot next-20130702 with NFS root on an i.MX6 sabre sd: [PATCH linux-next 1/2] arm: multi_v7_defconfig: add i.MX serial [PATCH linux-next 2/2] arm: multi_v7_defconfig: add support for NFS Note that at the time of

[PATCH linux-next] i2c-designware: use div_u64 to fix link

2013-07-02 Thread Vincent Stehlé
This fixes the following link error: drivers/built-in.o: In function `dw_i2c_probe': of_iommu.c:(.text+0x18c8f0): undefined reference to `__aeabi_uldivmod' make: *** [vmlinux] Error 1 Signed-off-by: Vincent Stehlé Cc: Wolfram Sang Cc: Christian Ruppert Cc: Pierrick Hascoet --- Hi

[PATCH linux-next] i2c-designware: use div_u64 to fix link

2013-07-02 Thread Vincent Stehlé
This fixes the following link error: drivers/built-in.o: In function `dw_i2c_probe': of_iommu.c:(.text+0x18c8f0): undefined reference to `__aeabi_uldivmod' make: *** [vmlinux] Error 1 Signed-off-by: Vincent Stehlé vincent.ste...@freescale.com Cc: Wolfram Sang w...@the-dreams.de Cc

[PATCH linux-next] ARM: keystone: fix compilation warning

2013-06-27 Thread Vincent Stehlé
-off-by: Vincent Stehlé Cc: Robin Holt Cc: Russell King Cc: triv...@kernel.org --- Hi, This warning was seen on linux-next tag next-20130627, with config ARM multi_v7_defconfig. Best regards, V. arch/arm/mach-keystone/keystone.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH linux-next] arm: zynq: fix compilation warning

2013-06-27 Thread Vincent Stehlé
-by: Vincent Stehlé Cc: Robin Holt Cc: Michal Simek Cc: Russell King Cc: triv...@kernel.org --- Hi, This warning was seen on linux-next tag next-20130627, with config ARM multi_v7_defconfig. Best regards, V. arch/arm/mach-zynq/common.c |2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH linux-next] videomode: fix compilation warning

2013-06-27 Thread Vincent Stehlé
: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] Signed-off-by: Vincent Stehlé Cc: Jean-Christophe Plagniol-Villard Cc: Tomi Valkeinen Cc: triv...@kernel.org --- Hi, This warning happens on linux-next tag next-20130627, for ARM

[PATCH linux-next] ARM: OMAP2+: fix omap4-restart compilation

2013-06-27 Thread Vincent Stehlé
/omap4-restart.o] Error 1 Signed-off-by: Vincent Stehlé Cc: Robin Holt Cc: Russell King Cc: Tony Lindgren Cc: triv...@kernel.org --- Hi, This fixes the build of linux-next for arch ARM, config multi_v7_defconfig, tag next-20130627. Best regards, V. arch/arm/mach-omap2/omap4-restart.c

[PATCH linux-next] ARM: OMAP2+: fix omap4-restart compilation

2013-06-27 Thread Vincent Stehlé
/omap4-restart.o] Error 1 Signed-off-by: Vincent Stehlé vincent.ste...@freescale.com Cc: Robin Holt h...@sgi.com Cc: Russell King rmk+ker...@arm.linux.org.uk Cc: Tony Lindgren t...@atomide.com Cc: triv...@kernel.org --- Hi, This fixes the build of linux-next for arch ARM, config multi_v7_defconfig

[PATCH linux-next] videomode: fix compilation warning

2013-06-27 Thread Vincent Stehlé
: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] Signed-off-by: Vincent Stehlé vincent.ste...@freescale.com Cc: Jean-Christophe Plagniol-Villard plagn...@jcrosoft.com Cc: Tomi Valkeinen tomi.valkei...@ti.com Cc: triv...@kernel.org

[PATCH linux-next] arm: zynq: fix compilation warning

2013-06-27 Thread Vincent Stehlé
-by: Vincent Stehlé vincent.ste...@freescale.com Cc: Robin Holt h...@sgi.com Cc: Michal Simek michal.si...@xilinx.com Cc: Russell King li...@arm.linux.org.uk Cc: triv...@kernel.org --- Hi, This warning was seen on linux-next tag next-20130627, with config ARM multi_v7_defconfig. Best regards, V

[PATCH linux-next] ARM: keystone: fix compilation warning

2013-06-27 Thread Vincent Stehlé
-off-by: Vincent Stehlé vincent.ste...@freescale.com Cc: Robin Holt h...@sgi.com Cc: Russell King li...@arm.linux.org.uk Cc: triv...@kernel.org --- Hi, This warning was seen on linux-next tag next-20130627, with config ARM multi_v7_defconfig. Best regards, V. arch/arm/mach-keystone/keystone.c

[RFC PATCH v2] ARM: OMAP4+: protect SCU code compilation

2013-05-16 Thread Vincent Stehlé
From: Vincent Stehlé This fixes the following link error when compiling only for OMAP5: arch/arm/mach-omap2/built-in.o: In function `scu_gp_set': arch/arm/mach-omap2/sleep44xx.S:132: undefined reference to `scu_power_mode' arch/arm/mach-omap2/built-in.o: In function `scu_gp_clear': arch

Re: [PATCH] ARM: OMAP5: select SCU

2013-05-16 Thread Vincent Stehlé
So the exact commit breaking OMAP5 link for me is: 883a106 ARM: default machine descriptor for multiplatform The breakage seems to be a side effect of not selecting ARCH_VEXPRESS any more, which causes HAVE_ARM_SCU to not be selected any more, too, when compiling only for OMAP5. IMHO this only

Re: [PATCH] ARM: OMAP5: select SCU

2013-05-16 Thread Vincent Stehlé
On 05/15/2013 02:36 PM, Santosh Shilimkar wrote: > OMAP5 doesn't need the SCU. So Nak for the patch. Hi, I agree that it is a pure link issue. > I haven't noticed > this earlier. Do you know which commit broke this ? After some bisecting I arrived at this merge commit: 5497e7b Merge branch

Re: [PATCH] ARM: OMAP5: select SCU

2013-05-16 Thread Vincent Stehlé
On 05/15/2013 02:36 PM, Santosh Shilimkar wrote: OMAP5 doesn't need the SCU. So Nak for the patch. Hi, I agree that it is a pure link issue. I haven't noticed this earlier. Do you know which commit broke this ? After some bisecting I arrived at this merge commit: 5497e7b Merge branch

Re: [PATCH] ARM: OMAP5: select SCU

2013-05-16 Thread Vincent Stehlé
So the exact commit breaking OMAP5 link for me is: 883a106 ARM: default machine descriptor for multiplatform The breakage seems to be a side effect of not selecting ARCH_VEXPRESS any more, which causes HAVE_ARM_SCU to not be selected any more, too, when compiling only for OMAP5. IMHO this only

[RFC PATCH v2] ARM: OMAP4+: protect SCU code compilation

2013-05-16 Thread Vincent Stehlé
From: Vincent Stehlé v-ste...@ti.com This fixes the following link error when compiling only for OMAP5: arch/arm/mach-omap2/built-in.o: In function `scu_gp_set': arch/arm/mach-omap2/sleep44xx.S:132: undefined reference to `scu_power_mode' arch/arm/mach-omap2/built-in.o: In function

[PATCH, v2] ARM: omap2: gpmc: fix compilation warning

2013-05-14 Thread Vincent Stehlé
From: Vincent Stehlé Fix the following compilation warning: arch/arm/mach-omap2/gpmc.c: In function 'gpmc_probe_generic_child': arch/arm/mach-omap2/gpmc.c:1477:4: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat] Signed-off

[PATCH] ARM: OMAP5: select SCU

2013-05-14 Thread Vincent Stehlé
From: Vincent Stehlé OMAP5 needs SCU in SMP. This fixes the following link errors: arch/arm/mach-omap2/built-in.o: In function `scu_gp_set': arch/arm/mach-omap2/sleep44xx.S:132: undefined reference to `scu_power_mode' arch/arm/mach-omap2/built-in.o: In function `scu_gp_clear': arch/arm

[PATCH] ARM: OMAP5: select SCU

2013-05-14 Thread Vincent Stehlé
From: Vincent Stehlé v-ste...@ti.com OMAP5 needs SCU in SMP. This fixes the following link errors: arch/arm/mach-omap2/built-in.o: In function `scu_gp_set': arch/arm/mach-omap2/sleep44xx.S:132: undefined reference to `scu_power_mode' arch/arm/mach-omap2/built-in.o: In function

[PATCH, v2] ARM: omap2: gpmc: fix compilation warning

2013-05-14 Thread Vincent Stehlé
From: Vincent Stehlé v-ste...@ti.com Fix the following compilation warning: arch/arm/mach-omap2/gpmc.c: In function 'gpmc_probe_generic_child': arch/arm/mach-omap2/gpmc.c:1477:4: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t

[PATCH] bcache: fix compilation warning

2013-05-12 Thread Vincent Stehlé
for ‘bcache_ops.release’) [enabled by default] Signed-off-by: Vincent Stehlé --- drivers/md/bcache/super.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c index c8046bc..b09beb2 100644 --- a/drivers/md/bcache/super.c

[PATCH] bcache: fix compilation warning

2013-05-12 Thread Vincent Stehlé
for ‘bcache_ops.release’) [enabled by default] Signed-off-by: Vincent Stehlé vincent.ste...@laposte.net --- drivers/md/bcache/super.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c index c8046bc..b09beb2 100644

[PATCH] ARM: omap2: gpmc: fix compilation warning

2013-05-06 Thread Vincent Stehlé
From: Vincent Stehlé Fix the following compilation warning: arch/arm/mach-omap2/gpmc.c: In function 'gpmc_probe_generic_child': arch/arm/mach-omap2/gpmc.c:1477:4: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat] Signed-off

[PATCH] ARM: omap2: gpmc: fix compilation warning

2013-05-06 Thread Vincent Stehlé
From: Vincent Stehlé v-ste...@ti.com Fix the following compilation warning: arch/arm/mach-omap2/gpmc.c: In function 'gpmc_probe_generic_child': arch/arm/mach-omap2/gpmc.c:1477:4: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t

[PATCH] memory hotplug: fix warnings

2013-04-30 Thread Vincent Stehlé
-off-by: Vincent Stehlé --- include/linux/memory.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/memory.h b/include/linux/memory.h index 73817af..85c31a8 100644 --- a/include/linux/memory.h +++ b/include/linux/memory.h @@ -137,7 +137,7 @@ enum mem_add_context

[PATCH] memory hotplug: fix warnings

2013-04-30 Thread Vincent Stehlé
-off-by: Vincent Stehlé vincent.ste...@laposte.net --- include/linux/memory.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/memory.h b/include/linux/memory.h index 73817af..85c31a8 100644 --- a/include/linux/memory.h +++ b/include/linux/memory.h @@ -137,7

Re: [PATCHv2] ARM:dts:omap4-panda:Update the LED support for the panda DTS

2013-04-18 Thread Vincent Stehlé
ust tested your patch on top of Tomy's omap-for-v3.10/dt branch and it is working fine for me on PandaBoards EA3, A4 and ES. Tested-by: Vincent Stehlé Best regards, V. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kern

Re: [PATCHv2] ARM:dts:omap4-panda:Update the LED support for the panda DTS

2013-04-18 Thread Vincent Stehlé
for me on PandaBoards EA3, A4 and ES. Tested-by: Vincent Stehlé v-ste...@ti.com Best regards, V. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: [PATCH] regmap: debugfs: Fix compilation warning

2013-01-24 Thread Vincent Stehlé
On 01/23/2013 04:58 PM, Mark Brown wrote: > On Tue, Jan 22, 2013 at 11:07:04AM +0100, Vincent Stehlé wrote: > >> Do you think there is a way to "mark" the list_for_each_entry() >> as iterating at least once? an __attribute__ maybe? > > No - but are you sure th

Re: [PATCH] regmap: debugfs: Fix compilation warning

2013-01-24 Thread Vincent Stehlé
On 01/23/2013 04:58 PM, Mark Brown wrote: On Tue, Jan 22, 2013 at 11:07:04AM +0100, Vincent Stehlé wrote: Do you think there is a way to mark the list_for_each_entry() as iterating at least once? an __attribute__ maybe? No - but are you sure that's true? If you mean am I sure the loop

Re: [PATCH] regmap: debugfs: Fix compilation warning

2013-01-22 Thread Vincent Stehlé
On 01/22/2013 07:41 AM, Mark Brown wrote: (..) > This sort of fix is not a good idea, you're just shutting the > warning up without any sort of analysis explaining why it's > generated in error. If it's generating a spurious error that's a > compiler bug. In the regmap_debugfs_get_dump_start()

Re: [PATCH] regmap: debugfs: Fix compilation warning

2013-01-22 Thread Vincent Stehlé
On 01/22/2013 07:41 AM, Mark Brown wrote: (..) This sort of fix is not a good idea, you're just shutting the warning up without any sort of analysis explaining why it's generated in error. If it's generating a spurious error that's a compiler bug. In the regmap_debugfs_get_dump_start()

<    1   2