[PATCH v2 42/60] mtd: nand: nuc900_nand: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/nuc900_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd

[PATCH v2 20/60] mtd: maps: rbtx4939-flash: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/maps/rbtx4939-flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[PATCH v2 37/60] mtd: nand: jz4740_nand: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/jz4740_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd

[PATCH v2 50/60] mtd: nand: sh_flctl: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/sh_flctl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/nand/sh_flctl.c b/drivers/mtd/nand/sh_flctl.c index c3ce81c..2e4f762 100644

[PATCH v2 59/60] mtd: spi-nor: fsl-quadspi: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/spi-nor/fsl-quadspi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi-nor/fsl-quadspi.c b/drivers/mtd/spi-nor/fsl-quadspi.c index 5d5d362

[PATCH v2 32/60] mtd: nand: fsl_upm: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/fsl_upm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand

[PATCH v2 44/60] mtd: nand: orion_nand: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/orion_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand

[PATCH v2 45/60] mtd: nand: pasemi_nand: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/pasemi_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd

[PATCH v2 17/60] mtd: maps: physmap_of: drop owner assignment

2015-06-10 Thread Frans Klaver
Owner is automatically set by mtdcore. Make use of that. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/maps/physmap_of.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/maps/physmap_of.c b/drivers/mtd/maps/physmap_of.c index ff26e97..10954f7 100644

[PATCH v2 16/60] mtd: maps: physmap: drop owner assignment

2015-06-10 Thread Frans Klaver
Owner is automatically set by mtdcore. Make use of that. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/maps/physmap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/maps/physmap.c b/drivers/mtd/maps/physmap.c index 4305fd6..cc2adbb 100644 --- a/drivers/mtd

[PATCH v2 18/60] mtd: maps: plat_ram: drop owner assignment

2015-06-10 Thread Frans Klaver
Owner is automatically set by mtdcore. Make use of that. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/maps/plat-ram.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/maps/plat-ram.c b/drivers/mtd/maps/plat-ram.c index 4b65c08..5157289 100644 --- a/drivers/mtd

[PATCH v2 19/60] mtd: maps: pxa2xx-flash: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/maps/pxa2xx-flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[PATCH v2 43/60] mtd: nand: omap2: show parent device structure in sysfs

2015-06-10 Thread Frans Klaver
Make sure the device structure is properly shown in sysfs by properly filling in dev.parent. While at it, make use of the default owner and name values set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/omap2.c | 3 +-- 1 file changed, 1 insertion(+), 2

[PATCH v2 54/60] mtd: nand: tmio_nand: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/tmio_nand.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/nand/tmio_nand.c b/drivers/mtd/nand/tmio_nand.c index fb8fd35..befddf0 100644

[PATCH v2 41/60] mtd: nand: ndfc: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/ndfc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/ndfc.c b

[PATCH v2 58/60] mtd: onenand: samsung: drop owner assignment

2015-06-10 Thread Frans Klaver
Owner is automatically set by mtdcore. Make use of that. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/onenand/samsung.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/onenand/samsung.c b/drivers/mtd/onenand/samsung.c index 19cfb97..5685923 100644

[PATCH v2 35/60] mtd: nand: gpmi-nand: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd

[PATCH v2 34/60] mtd: nand: gpio: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand

[PATCH v2 33/60] mtd: nand: fsmc_nand: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/fsmc_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand

[PATCH v2 31/60] mtd: nand: fsl_ifc_nand: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/fsl_ifc_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand

[PATCH v2 30/60] mtd: nand: fsl_elbc_nand: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com -- v1..v2 - fix build error --- drivers/mtd/nand/fsl_elbc_nand.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH v2 21/60] mtd: maps: sa1100-flash: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Incidentally, it seems the owner field in the concatenated mtds is not actually used, so this shouldn't make much of a difference anyway. Signed-off-by: Frans Klaver

[PATCH v2 15/60] mtd: maps: latch-addr-flash: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/maps/latch-addr-flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v2 14/60] mtd: maps: lantiq-flash: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/maps/lantiq-flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[PATCH v2 12/60] mtd: maps: intel_vr_nor: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/maps/intel_vr_nor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[PATCH v2 05/60] mtd: devices: m25p80: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/devices/m25p80.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 3af137f..dfa6ee0 100644

[PATCH v2 09/60] mtd: lpddr: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/lpddr/lpddr2_nvm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/lpddr/lpddr2_nvm.c b/drivers/mtd/lpddr/lpddr2_nvm.c index 063cec4..2342277 100644

[PATCH v2 60/60] staging: mt29f_spinand: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, take advantage of the default owner and name values set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com Acked-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/mt29f_spinand

[PATCH v2 13/60] mtd: maps: ixp4xx: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/maps/ixp4xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/maps

[PATCH v2 47/60] mtd: nand: pxa3xx_nand: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/pxa3xx_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd

[PATCH v2 48/60] mtd: nand: r852: drop owner assignment

2015-06-10 Thread Frans Klaver
Owner is automatically set by mtdcore. Make use of that. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/r852.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/nand/r852.c b/drivers/mtd/nand/r852.c index baea83f..2541a94 100644 --- a/drivers/mtd/nand/r852.c

[PATCH v2 46/60] mtd: nand: plat_nand: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner and name set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/plat_nand.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mtd

[PATCH v2 49/60] mtd: nand: s3c2410: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/s3c2410.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/s3c2410

[PATCH v2 23/60] mtd: nand: au1550nd: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/au1550nd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand

[PATCH v2 24/60] mtd: nand: bcm47xxnflash: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/nand/bcm47xxnflash/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[PATCH v2 11/60] mtd: maps: gpio-addr-flash: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/maps/gpio-addr-flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/maps/gpio-addr-flash.c b/drivers/mtd/maps/gpio-addr-flash.c

[PATCH v2 01/60] mtd: core: tone down suggestion that dev.parent should be set

2015-06-10 Thread Frans Klaver
they don't actually provide a parent device to link to. That means we cannot WARN_ON() here, as it would trigger false positives. Make the comment a bit less firm in its assertion that dev.parent should be set. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/mtdcore.c | 2 +- 1

[PATCH v2 10/60] mtd: maps: bfin-async-flash: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/maps/bfin-async-flash.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/maps/bfin-async-flash.c b/drivers/mtd/maps/bfin-async-flash.c index 41730fe

[PATCH v2 08/60] mtd: devices: sst251: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/devices/sst25l.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mtd

[PATCH v2 00/60] Fix mtd parent device not showing up in sysfs

2015-06-10 Thread Frans Klaver
://lkml.org/lkml/2014/5/26/586 Frans Klaver (60): mtd: core: tone down suggestion that dev.parent should be set mtd: core: set some defaults when dev.parent is set mtd: devices: bcm47xxflash: show parent device in sysfs mtd: devices: docg3: show parent device in sysfs mtd: devices: m25p80: show

[PATCH v2 02/60] mtd: core: set some defaults when dev.parent is set

2015-06-10 Thread Frans Klaver
If a parent device is set, add_mtd_device() has enough knowledge to fill in some sane default values for the module name and owner. Do so if they aren't already set. Signed-off-by: Frans Klaver franskla...@gmail.com --- v1..v2 - Apparently we can get here without a driver set, causing a NULL

[PATCH v2 06/60] mtd: devices: mtd_dataflash: drop owner assignment

2015-06-10 Thread Frans Klaver
Owner is automatically set by mtdcore. Make use of that. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/devices/mtd_dataflash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/devices/mtd_dataflash.c b/drivers/mtd/devices/mtd_dataflash.c index 0099aba..ca5ae8e

[PATCH v2 03/60] mtd: devices: bcm47xxflash: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/devices/bcm47xxsflash.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[PATCH v2 04/60] mtd: devices: docg3: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/devices/docg3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd

[PATCH v2 07/60] mtd: devices: spear_smi: show parent device in sysfs

2015-06-10 Thread Frans Klaver
Fix a bug where mtd parent device symlinks aren't shown in sysfs. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/mtd/devices/spear_smi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/devices/spear_smi.c b/drivers/mtd/devices/spear_smi.c index 508bab3..015a1cf

Re: [PATCH 2/2] [PATCH] staging: lustre: llite: Fix space required before the open paranthesis '('

2015-06-08 Thread Frans Klaver
On Mon, Jun 8, 2015 at 9:31 PM, Greg KH wrote: > On Wed, Jun 03, 2015 at 03:43:47PM +0530, Aparna Karuthodi wrote: >> Added a space before the open paranthesis '(' If you're having to resend anyway: s,paranthesis,parenthesis, Frans -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 2/2] [PATCH] staging: lustre: llite: Fix space required before the open paranthesis '('

2015-06-08 Thread Frans Klaver
On Mon, Jun 8, 2015 at 9:31 PM, Greg KH gre...@linuxfoundation.org wrote: On Wed, Jun 03, 2015 at 03:43:47PM +0530, Aparna Karuthodi wrote: Added a space before the open paranthesis '(' If you're having to resend anyway: s,paranthesis,parenthesis, Frans -- To unsubscribe from this list: send

[PATCH v2] Doc: networking: txtimestamp: fix printf format warning

2015-06-04 Thread Frans Klaver
t;, cur_ms - prev_ms); int64_t differs per platform, so a type specifier that differs along with it is required. Signed-off-by: Frans Klaver --- v1..v2: switch from cast to inttypes.h defined PRId64 Documentation/networking/timestamping/txtimestamp.c | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [PATCH] Doc: networking: txtimestamp: fix printf format warning

2015-06-04 Thread Frans Klaver
On 4 June 2015 19:36:12 CEST, Richard Cochran wrote: >On Wed, Jun 03, 2015 at 09:38:39PM +0200, Frans Klaver wrote: >> Documentation/networking/timestamping/txtimestamp.c: In function >‘__print_timestamp’: >> Documentation/networking/timestamping/txtimestamp.c:99:3: warning: >

Re: [PATCH] kdbus: fix type conversion in item macroses

2015-06-04 Thread Frans Klaver
On Thu, Jun 4, 2015 at 12:39 PM, Sergei Zviagintsev wrote: > macroses Sounds like a kind of rash or so ;-). 'macros' would probably sound better. Cheers, Frans -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] Doc: networking: txtimestamp: fix printf format warning

2015-06-04 Thread Frans Klaver
On 4 June 2015 19:36:12 CEST, Richard Cochran richardcoch...@gmail.com wrote: On Wed, Jun 03, 2015 at 09:38:39PM +0200, Frans Klaver wrote: Documentation/networking/timestamping/txtimestamp.c: In function ‘__print_timestamp’: Documentation/networking/timestamping/txtimestamp.c:99:3: warning

[PATCH v2] Doc: networking: txtimestamp: fix printf format warning

2015-06-04 Thread Frans Klaver
- prev_ms); int64_t differs per platform, so a type specifier that differs along with it is required. Signed-off-by: Frans Klaver franskla...@gmail.com --- v1..v2: switch from cast to inttypes.h defined PRId64 Documentation/networking/timestamping/txtimestamp.c | 4 ++-- 1 file changed, 2 insertions

Re: [PATCH] kdbus: fix type conversion in item macroses

2015-06-04 Thread Frans Klaver
On Thu, Jun 4, 2015 at 12:39 PM, Sergei Zviagintsev ser...@s15v.net wrote: macroses Sounds like a kind of rash or so ;-). 'macros' would probably sound better. Cheers, Frans -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH] Doc: networking: txtimestamp: fix printf format warning

2015-06-03 Thread Frans Klaver
t;, cur_ms - prev_ms); int64_t differs per platform, so a cast is required. Signed-off-by: Frans Klaver --- Documentation/networking/timestamping/txtimestamp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/networking/timestamping/txtimestamp.c b/Documentation/

Re: [PATCH] sbs-battery: add option to always register battery

2015-06-03 Thread Frans Klaver
On Wed, Jun 03, 2015 at 03:57:51PM +0200, Sebastian Reichel wrote: > Hi Frans, > > On Tue, Jun 02, 2015 at 03:14:43PM +0200, Frans Klaver wrote: > > Commit a22b41a31e53 ("sbs-battery: Probe should try talking to the > > device") introduced a step in probing the SBS

Re: [PATCH] sbs-battery: add option to always register battery

2015-06-03 Thread Frans Klaver
On Tue, Jun 02, 2015 at 09:50:37PM +0200, Sebastian Reichel wrote: > Hi, > > On Tue, Jun 02, 2015 at 03:14:43PM +0200, Frans Klaver wrote: > > > > In some of these cases you do want to register a battery, even if none > > are attached at the moment. To facilitat

[PATCH] Doc: networking: txtimestamp: fix printf format warning

2015-06-03 Thread Frans Klaver
- prev_ms); int64_t differs per platform, so a cast is required. Signed-off-by: Frans Klaver franskla...@gmail.com --- Documentation/networking/timestamping/txtimestamp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/networking/timestamping/txtimestamp.c b

Re: [PATCH] sbs-battery: add option to always register battery

2015-06-03 Thread Frans Klaver
On Tue, Jun 02, 2015 at 09:50:37PM +0200, Sebastian Reichel wrote: Hi, On Tue, Jun 02, 2015 at 03:14:43PM +0200, Frans Klaver wrote: In some of these cases you do want to register a battery, even if none are attached at the moment. To facilitate this, add a configuration option to try

Re: [PATCH] sbs-battery: add option to always register battery

2015-06-03 Thread Frans Klaver
On Wed, Jun 03, 2015 at 03:57:51PM +0200, Sebastian Reichel wrote: Hi Frans, On Tue, Jun 02, 2015 at 03:14:43PM +0200, Frans Klaver wrote: Commit a22b41a31e53 (sbs-battery: Probe should try talking to the device) introduced a step in probing the SBS battery, that tries to talk

[PATCH] sbs-battery: add option to always register battery

2015-06-02 Thread Frans Klaver
this, add a configuration option to try to talk to the device, defaulting to y, thus keeping the current behavior. If unset, the battery will always be registered without checking the sanity of the connection. Signed-off-by: Frans Klaver --- If there's a better place to arrange for this all

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

2015-06-02 Thread Frans Klaver
On Tue, May 12, 2015 at 11:29 PM, Arnd Bergmann wrote: > 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] >

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

2015-06-02 Thread Frans Klaver
On Tue, May 12, 2015 at 11:29 PM, Arnd Bergmann a...@arndb.de wrote: 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]

[PATCH] sbs-battery: add option to always register battery

2015-06-02 Thread Frans Klaver
a configuration option to try to talk to the device, defaulting to y, thus keeping the current behavior. If unset, the battery will always be registered without checking the sanity of the connection. Signed-off-by: Frans Klaver frans.kla...@xsens.com --- If there's a better place to arrange

Re: [PATCH v5] Fix the resolution issue in ChromeOS

2015-06-01 Thread Frans Klaver
On Tue, Jun 02, 2015 at 12:39:13AM +0800, Hn Chen wrote: > Hi, Klaver, > > Sorry for replying late and thanks for your opinion ! > > About the patch descrition, I will follow your suggestion and Ok. More on this is in Documentation/SubmittingPatches. > maybe add more commemts between codes to

Re: [PATCH 05/98] exynos_drm.h: use __u64 from linux/types.h

2015-06-01 Thread Frans Klaver
On Mon, Jun 1, 2015 at 11:08 AM, Christian König wrote: > Yeah, completely agree with Linus on the visibility problem and that's > exactly the reason why we don't include in the kernel header and > expect userspace to define the ISO types somewhere. > > But using the types from

Re: 2.6.32.66 tcp regression OOPs

2015-06-01 Thread Frans Klaver
[cc: Willy Tarreau] On Mon, Jun 1, 2015 at 3:26 AM, wrote: > Hello, > > Apoligies if I have submitted to the wrong lists. > > Encountered a regression in > 2.6.32.66 relative to 2.6.32.65. > > Crash eight minutes after boot. > > Will responded with additional details > if the OOPS is not

Re: 2.6.32.66 tcp regression OOPs

2015-06-01 Thread Frans Klaver
[cc: Willy Tarreau] On Mon, Jun 1, 2015 at 3:26 AM, starlight.201...@binnacle.cx wrote: Hello, Apoligies if I have submitted to the wrong lists. Encountered a regression in 2.6.32.66 relative to 2.6.32.65. Crash eight minutes after boot. Will responded with additional details if the

Re: [PATCH 05/98] exynos_drm.h: use __u64 from linux/types.h

2015-06-01 Thread Frans Klaver
On Mon, Jun 1, 2015 at 11:08 AM, Christian König christian.koe...@amd.com wrote: Yeah, completely agree with Linus on the visibility problem and that's exactly the reason why we don't include stdint.h in the kernel header and expect userspace to define the ISO types somewhere. But using the

Re: [PATCH v5] Fix the resolution issue in ChromeOS

2015-06-01 Thread Frans Klaver
On Tue, Jun 02, 2015 at 12:39:13AM +0800, Hn Chen wrote: Hi, Klaver, Sorry for replying late and thanks for your opinion ! About the patch descrition, I will follow your suggestion and Ok. More on this is in Documentation/SubmittingPatches. maybe add more commemts between codes to be

Re: [PATCH 43/98] include/uapi/linux/hdlc/ioctl.h: include linux/if.h

2015-05-30 Thread Frans Klaver
On Sat, May 30, 2015 at 05:38:35PM +0200, Mikko Rapeli wrote: > Fixes userspace compiler error: > > error: ‘IFNAMSIZ’ undeclared here (not in a function) > > Signed-off-by: Mikko Rapeli > --- > include/uapi/linux/hdlc/ioctl.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git

Re: [PATCH 29/98] scsi_netlink_fc.h: include stdint.h in userspace

2015-05-30 Thread Frans Klaver
On Sat, May 30, 2015 at 05:38:21PM +0200, Mikko Rapeli wrote: > Fixes compilation error: > > scsi/scsi_netlink_fc.h:60:2: error: expected specifier-qualifier-list before > ‘uint64_t’ > > Signed-off-by: Mikko Rapeli > --- > include/uapi/scsi/scsi_netlink_fc.h | 5 + > 1 file changed, 5

Re: [PATCH 04/98] drm_mode.h: use __u32 and __u64 from linux/types.h

2015-05-30 Thread Frans Klaver
On Sat, May 30, 2015 at 05:37:56PM +0200, Mikko Rapeli wrote: > Fixes userspace compilation error: > > drm/drm_mode.h:472:2: error: unknown type name ‘uint32_t’ It's even more or less required by the coding style. Chapter 5 (typedefs) says: (e) Types safe for use in userspace. In certain

Re: [PATCH 49/98] Break dependency loop between linux/if.h and linux/hdlc/ioctl.h

2015-05-30 Thread Frans Klaver
On Sat, May 30, 2015 at 05:38:41PM +0200, Mikko Rapeli wrote: > This isn't pretty but does the job. I assume including plain > linux/hdlc/ioctl.h > without linux/if.h is much more rare than the other way round, and that > these header file names are part of API, and that creating a new header

Re: [PATCH 29/98] scsi_netlink_fc.h: include stdint.h in userspace

2015-05-30 Thread Frans Klaver
On Sat, May 30, 2015 at 05:38:21PM +0200, Mikko Rapeli wrote: Fixes compilation error: scsi/scsi_netlink_fc.h:60:2: error: expected specifier-qualifier-list before ‘uint64_t’ Signed-off-by: Mikko Rapeli mikko.rap...@iki.fi --- include/uapi/scsi/scsi_netlink_fc.h | 5 + 1 file

Re: [PATCH 49/98] Break dependency loop between linux/if.h and linux/hdlc/ioctl.h

2015-05-30 Thread Frans Klaver
On Sat, May 30, 2015 at 05:38:41PM +0200, Mikko Rapeli wrote: This isn't pretty but does the job. I assume including plain linux/hdlc/ioctl.h without linux/if.h is much more rare than the other way round, and that these header file names are part of API, and that creating a new header file

Re: [PATCH 04/98] drm_mode.h: use __u32 and __u64 from linux/types.h

2015-05-30 Thread Frans Klaver
On Sat, May 30, 2015 at 05:37:56PM +0200, Mikko Rapeli wrote: Fixes userspace compilation error: drm/drm_mode.h:472:2: error: unknown type name ‘uint32_t’ It's even more or less required by the coding style. Chapter 5 (typedefs) says: (e) Types safe for use in userspace. In certain

Re: [PATCH 43/98] include/uapi/linux/hdlc/ioctl.h: include linux/if.h

2015-05-30 Thread Frans Klaver
On Sat, May 30, 2015 at 05:38:35PM +0200, Mikko Rapeli wrote: Fixes userspace compiler error: error: ‘IFNAMSIZ’ undeclared here (not in a function) Signed-off-by: Mikko Rapeli mikko.rap...@iki.fi --- include/uapi/linux/hdlc/ioctl.h | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH v3 1/4] ozwpan: Use proper check to prevent heap overflow

2015-05-29 Thread Frans Klaver
Hi, On Fri, May 29, 2015 at 2:00 PM, Dan Carpenter wrote: > On Fri, May 29, 2015 at 01:06:58PM +0200, Jason A. Donenfeld wrote: >> --- a/drivers/staging/ozwpan/ozusbsvc1.c >> +++ b/drivers/staging/ozwpan/ozusbsvc1.c >> @@ -390,10 +390,15 @@ void oz_usb_rx(struct oz_pd *pd, struct oz_elt *elt) >>

Re: [PATCH v5] Fix the resolution issue in ChromeOS

2015-05-29 Thread Frans Klaver
Hi, On Fri, May 29, 2015 at 6:27 AM, HungNien Chen wrote: > Signed-off-by: HungNien Chen This seems rather short for adding a new driver. I also just noticed that your subjects don't quite match up with the actual contents of the commit. They rather seem to mention the difference between the

Re: [PATCH v5] Fix the resolution issue in ChromeOS

2015-05-29 Thread Frans Klaver
Hi, On Fri, May 29, 2015 at 6:27 AM, HungNien Chen hn.c...@weidahitech.com wrote: Signed-off-by: HungNien Chen hn.c...@weidahitech.com This seems rather short for adding a new driver. I also just noticed that your subjects don't quite match up with the actual contents of the commit. They rather

Re: [PATCH v3 1/4] ozwpan: Use proper check to prevent heap overflow

2015-05-29 Thread Frans Klaver
Hi, On Fri, May 29, 2015 at 2:00 PM, Dan Carpenter dan.carpen...@oracle.com wrote: On Fri, May 29, 2015 at 01:06:58PM +0200, Jason A. Donenfeld wrote: --- a/drivers/staging/ozwpan/ozusbsvc1.c +++ b/drivers/staging/ozwpan/ozusbsvc1.c @@ -390,10 +390,15 @@ void oz_usb_rx(struct oz_pd *pd,

Re: [Spice-devel] [PATCH 00/11] Miscellaneous stability patches

2015-05-28 Thread Frans Klaver
On Thu, May 28, 2015 at 4:10 PM, Frediano Ziglio wrote: > >> also indicating in each patch what is a right now fix and what isn't. > > What do you mean by right fix or not ? He probably meant indicating whether it is an urgent fix. Frans -- To unsubscribe from this list: send the line

Re: [Spice-devel] [PATCH 00/11] Miscellaneous stability patches

2015-05-28 Thread Frans Klaver
On Thu, May 28, 2015 at 4:10 PM, Frediano Ziglio fzig...@redhat.com wrote: also indicating in each patch what is a right now fix and what isn't. What do you mean by right fix or not ? He probably meant indicating whether it is an urgent fix. Frans -- To unsubscribe from this list: send the

[PATCH trivial] kernel: exit: fix typo in comment

2015-05-21 Thread Frans Klaver
s,critiera,criteria, While at it, add a comma, because it makes sense grammatically. Signed-off-by: Frans Klaver --- kernel/exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/exit.c b/kernel/exit.c index 22fcc05..25de432 100644 --- a/kernel/exit.c +++ b/kernel

Re: [EDT][PATCH] kernel/exit.c : Fix missing read_unlock

2015-05-21 Thread Frans Klaver
On 21 May 2015 12:56:22 CEST, Ingo Molnar wrote: > >* Frans Klaver wrote: > >> On Thu, May 21, 2015 at 8:03 AM, Ingo Molnar >wrote: >> > >> > * Maninder Singh wrote: >> > >> >> EP-F6AA0618C49C4AEDA73BFF1B39950BAB >> >>

Re: [EDT][PATCH] kernel/exit.c : Fix missing read_unlock

2015-05-21 Thread Frans Klaver
On Thu, May 21, 2015 at 8:03 AM, Ingo Molnar wrote: > > * Maninder Singh wrote: > >> EP-F6AA0618C49C4AEDA73BFF1B39950BAB >> Hi, >> >> From: Maninder Singh >> >> Subject: [PATCH 1/1] kernel/exit.c : Fix missing task_unlock >> >> This patch adds missing read_unlock if do_wait_thread or

Re: [EDT][PATCH] kernel/exit.c : Fix missing read_unlock

2015-05-21 Thread Frans Klaver
On 21 May 2015 12:56:22 CEST, Ingo Molnar mi...@kernel.org wrote: * Frans Klaver franskla...@gmail.com wrote: On Thu, May 21, 2015 at 8:03 AM, Ingo Molnar mi...@kernel.org wrote: * Maninder Singh maninder...@samsung.com wrote: EP-F6AA0618C49C4AEDA73BFF1B39950BAB Hi, From

[PATCH trivial] kernel: exit: fix typo in comment

2015-05-21 Thread Frans Klaver
s,critiera,criteria, While at it, add a comma, because it makes sense grammatically. Signed-off-by: Frans Klaver franskla...@gmail.com --- kernel/exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/exit.c b/kernel/exit.c index 22fcc05..25de432 100644 --- a/kernel

Re: [EDT][PATCH] kernel/exit.c : Fix missing read_unlock

2015-05-21 Thread Frans Klaver
On Thu, May 21, 2015 at 8:03 AM, Ingo Molnar mi...@kernel.org wrote: * Maninder Singh maninder...@samsung.com wrote: EP-F6AA0618C49C4AEDA73BFF1B39950BAB Hi, From: Maninder Singh maninder...@samsung.com Subject: [PATCH 1/1] kernel/exit.c : Fix missing task_unlock This patch adds missing

Re: is kernel slower at loading for some hardware ?

2015-05-08 Thread Frans Klaver
On Tue, May 05, 2015 at 12:20:31AM +0100, linux cbon wrote: > On Mon, May 4, 2015 at 8:50 AM, Frans Klaver wrote: > > On Mon, May 4, 2015 at 7:21 AM, linux cbon wrote: > >> Hi, > >> during boot up, I am trying to find where the kernel takes more time > >>

Re: [PATCH v2] nand: Add NAND driver for Mikrotik RB4xx series boards

2015-05-08 Thread Frans Klaver
On Thu, May 7, 2015 at 2:31 PM, Bert Vermeulen wrote: > +static int rb4xx_nand_probe(struct platform_device *pdev) > +{ > + struct device *spi_dev; > + struct rb4xx_nand_info *info; > + struct rb4xx_cpld_platform_data *pdata; > + int ret; > + > + /* > +*

Re: [PATCH 02/60] mtd: core: set some defaults when dev.parent is set

2015-05-08 Thread Frans Klaver
On Tue, Mar 3, 2015 at 10:39 PM, Frans Klaver wrote: > If a parent device is set, add_mtd_device() has enough knowledge to fill > in some sane default values for the module name and owner. Do so if they > aren't already set. > > Signed-off-by: Frans Klaver > --- > driv

Re: Laptop will not resume from suspend

2015-05-08 Thread Frans Klaver
On Fri, May 8, 2015 at 7:07 AM, Warren Clemmons wrote: > > [1.] Lenovo SL510 will not resume from suspend > [2.] When using the following three steps to suspend the laptop the will > not resume from suspend. The suspend light flash rapidly instead of slowly. > 1. systemctl suspend > 2. closing

Re: Laptop will not resume from suspend

2015-05-08 Thread Frans Klaver
On Fri, May 8, 2015 at 7:07 AM, Warren Clemmons wkclemm...@gmail.com wrote: [1.] Lenovo SL510 will not resume from suspend [2.] When using the following three steps to suspend the laptop the will not resume from suspend. The suspend light flash rapidly instead of slowly. 1. systemctl suspend

Re: [PATCH 02/60] mtd: core: set some defaults when dev.parent is set

2015-05-08 Thread Frans Klaver
On Tue, Mar 3, 2015 at 10:39 PM, Frans Klaver franskla...@gmail.com wrote: If a parent device is set, add_mtd_device() has enough knowledge to fill in some sane default values for the module name and owner. Do so if they aren't already set. Signed-off-by: Frans Klaver franskla...@gmail.com

Re: [PATCH v2] nand: Add NAND driver for Mikrotik RB4xx series boards

2015-05-08 Thread Frans Klaver
On Thu, May 7, 2015 at 2:31 PM, Bert Vermeulen b...@biot.com wrote: +static int rb4xx_nand_probe(struct platform_device *pdev) +{ + struct device *spi_dev; + struct rb4xx_nand_info *info; + struct rb4xx_cpld_platform_data *pdata; + int ret; + + /* +

Re: is kernel slower at loading for some hardware ?

2015-05-08 Thread Frans Klaver
On Tue, May 05, 2015 at 12:20:31AM +0100, linux cbon wrote: On Mon, May 4, 2015 at 8:50 AM, Frans Klaver franskla...@gmail.com wrote: On Mon, May 4, 2015 at 7:21 AM, linux cbon linuxc...@gmail.com wrote: Hi, during boot up, I am trying to find where the kernel takes more time to do

Re: [LKP] [mtd] 6b44d910ae7: WARNING: CPU: 0 PID: 0 at kernel/locking/lockdep.c:3547 check_flags+0xae/0x17b()

2015-05-04 Thread Frans Klaver
On Mon, May 4, 2015 at 4:37 AM, Huang Ying wrote: > On Tue, 2015-04-28 at 23:37 +0200, Frans Klaver wrote: >> On Thu, Apr 16, 2015 at 01:27:14PM +0800, Huang Ying wrote: >> > FYI, we noticed the below changes on >> > >> > git://git.kernel.org/pub/scm/linux/k

Re: is kernel slower at loading for some hardware ?

2015-05-04 Thread Frans Klaver
On Mon, May 4, 2015 at 7:21 AM, linux cbon wrote: > Hi, > > during boot up, I am trying to find where the kernel takes more time > to do actions (is slower ?). > I looked at dmesg and found some places where it takes more time, but > not sure if this is normal : > > [0.070964] smpboot: CPU0:

Re: is kernel slower at loading for some hardware ?

2015-05-04 Thread Frans Klaver
On Mon, May 4, 2015 at 7:21 AM, linux cbon linuxc...@gmail.com wrote: Hi, during boot up, I am trying to find where the kernel takes more time to do actions (is slower ?). I looked at dmesg and found some places where it takes more time, but not sure if this is normal : [0.070964]

<    1   2   3   4   5   6   7   8   9   10   >