[PATCH v4 4/4] firmware: remove warning at documentation generation time

2016-11-28 Thread Silvio Fricke
This patch removes following error at for `make htmldocs`. No functional change. ./drivers/base/firmware_class.c:1348: WARNING: Bullet list ends without a blank line; unexpected unindent. Signed-off-by: Silvio Fricke Reviewed-by: Mauro Carvalho Chehab --- drivers/base

[PATCH v4 3/4] Documentation/atomic_ops.txt: convert to ReST markup

2016-11-28 Thread Silvio Fricke
... and move to core-api folder. Signed-off-by: Silvio Fricke --- Documentation/atomic_ops.txt => Documentation/core-api/atomic_ops.rst | 324 ++-- Documentation/core-api/index.rst |

[PATCH v4 2/4] Documentation/local_ops.txt: convert to ReST markup

2016-11-28 Thread Silvio Fricke
... and move to core-api folder. Signed-off-by: Silvio Fricke Reviewed-by: Mauro Carvalho Chehab --- Documentation/core-api/index.rst| 1 +- Documentation/local_ops.txt => Documentation/core-api/local_ops.rst | 273 +++ 2 files changed, 145 inserti

[PATCH v4 1/4] Documentation/assoc_array.txt: convert to ReST markup

2016-11-28 Thread Silvio Fricke
... and move to Documentation/core-api folder. Signed-off-by: Silvio Fricke Reviewed-by: Mauro Carvalho Chehab --- Documentation/assoc_array.txt => Documentation/core-api/assoc_array.rst | 639 ++-- Documentation/core-

[PATCH v4 0/4] core-api ReST: assoc_array, atomic_ops, local_ops

2016-11-28 Thread Silvio Fricke
ries old(1,2,3,4) new(1,3,2,4) v2 -> v3 * change ". ::" to "::" * replace all "code-blocks" with "::" * add two ".. notes" declaration in atomic_ops.rst v1 -> v2 * use format-patch with a rename_threshold of 10%, no other changes Thanks for review

[PATCH v3 3/4] Documentation/local_ops.txt: convert to ReST markup

2016-11-25 Thread Silvio Fricke
... and move to core-api folder. Signed-off-by: Silvio Fricke --- Documentation/core-api/index.rst| 1 +- Documentation/local_ops.txt => Documentation/core-api/local_ops.rst | 273 +++ 2 files changed, 145 insertions(+), 129 deletions(-) diff --gi

[PATCH v3 1/4] Documentation/assoc_array.txt: convert to ReST markup

2016-11-25 Thread Silvio Fricke
... and move to Documentation/core-api folder. Signed-off-by: Silvio Fricke --- Documentation/assoc_array.txt => Documentation/core-api/assoc_array.rst | 639 ++-- Documentation/core-api/index.

[PATCH v3 0/4] core-api ReST: assoc_array, atomic_ops, local_ops

2016-11-25 Thread Silvio Fricke
;code-blocks" with "::" * add two ".. notes" declaration in atomic_ops.rst v1 -> v2 * use format-patch with a rename_threshold of 10%, no other changes Thanks for review. BR Silvio Silvio Fricke (4): Documentation/assoc_array.txt: convert to ReST markup Documen

[PATCH v3 2/4] Documentation/atomic_ops.txt: convert to ReST markup

2016-11-25 Thread Silvio Fricke
... and move to core-api folder. Signed-off-by: Silvio Fricke --- Documentation/atomic_ops.txt => Documentation/core-api/atomic_ops.rst | 777 +--- Documentation/core-api/index.rst |

[PATCH v3 4/4] firmware: remove warning at documentation generation time

2016-11-25 Thread Silvio Fricke
This patch removes following error at for `make htmldocs`. No functional change. ./drivers/base/firmware_class.c:1348: WARNING: Bullet list ends without a blank line; unexpected unindent. Signed-off-by: Silvio Fricke --- drivers/base/firmware_class.c | 6 +++--- 1 file changed, 3

[PATCH v2 3/4] Documentation/local_ops.txt: convert to ReST markup

2016-11-25 Thread Silvio Fricke
... and move to core-api folder. Signed-off-by: Silvio Fricke --- Documentation/core-api/index.rst| 1 +- Documentation/local_ops.txt => Documentation/core-api/local_ops.rst | 275 +++ 2 files changed, 147 insertions(+), 129 deletions(-) diff --gi

[PATCH v2 1/4] Documentation/assoc_array.txt: convert to ReST markup

2016-11-25 Thread Silvio Fricke
... and move to Documentation/core-api folder. Signed-off-by: Silvio Fricke --- Documentation/assoc_array.txt => Documentation/core-api/assoc_array.rst | 617 ++-- Documentation/core-api/index.

[PATCH v2 2/4] Documentation/atomic_ops.txt: convert to ReST markup

2016-11-25 Thread Silvio Fricke
... and move to core-api folder. Signed-off-by: Silvio Fricke --- Documentation/atomic_ops.txt => Documentation/core-api/atomic_ops.rst | 745 +--- Documentation/core-api/index.rst |

[PATCH v2 4/4] firmware: remove warning at documentation generation time

2016-11-25 Thread Silvio Fricke
This patch removes following error at for `make htmldocs`. No functional change. ./drivers/base/firmware_class.c:1348: WARNING: Bullet list ends without a blank line; unexpected unindent. Signed-off-by: Silvio Fricke --- drivers/base/firmware_class.c | 6 +++--- 1 file changed, 3

[PATCH v2 0/4] core-api ReST: assoc_array, atomic_ops, local_ops

2016-11-25 Thread Silvio Fricke
Hi, Some more ReSTification of core-api's: assoc_array, atomic_ops and local_ops. A fourth patch removes a warning about a bullet list without ending at firmware_class.c v1 -> v2 * use format-patch with a rename_threshold of 10%, no other changes Thanks for review. BR Silvio Silvio F

[PATCH 3/4] Documentation/local_ops.txt: convert to ReST markup

2016-11-24 Thread Silvio Fricke
... and move to core-api folder. Signed-off-by: Silvio Fricke --- Documentation/core-api/index.rst | 1 +- Documentation/core-api/local_ops.rst | 208 - Documentation/local_ops.txt | 191 +-- 3 files changed, 209 insertions

[PATCH 2/4] Documentation/atomic_ops.txt: convert to ReST markup

2016-11-24 Thread Silvio Fricke
... and move to core-api folder. Signed-off-by: Silvio Fricke --- Documentation/atomic_ops.txt | 640 +--- Documentation/core-api/atomic_ops.rst | 669 +++- Documentation/core-api/index.rst | 1 +- Documentation

[PATCH 1/4] Documentation/assoc_array.txt: convert to ReST markup

2016-11-24 Thread Silvio Fricke
... and move to Documentation/core-api folder. Signed-off-by: Silvio Fricke --- Documentation/assoc_array.txt | 574 +-- Documentation/core-api/assoc_array.rst | 549 +- Documentation/core-api/index.rst | 1 +- 3 files changed

[PATCH 0/4] core-api ReST: assoc_array, atomic_ops, local_ops

2016-11-24 Thread Silvio Fricke
Hi, Some more ReSTification of core-api's: assoc_array, atomic_ops and local_ops. A fourth patch removes a warning about a bullet list without ending at firmware_class.c Thanks for review. BR Silvio Silvio Fricke (4): Documentation/assoc_array.txt: convert to ReST markup Document

[PATCH 4/4] firmware: remove warning at documentation generation time

2016-11-24 Thread Silvio Fricke
This patch removes following error at for `make htmldocs`. No functional change. ./drivers/base/firmware_class.c:1348: WARNING: Bullet list ends without a blank line; unexpected unindent. Signed-off-by: Silvio Fricke --- drivers/base/firmware_class.c | 6 +++--- 1 file changed, 3

[PATCH] Input: stmpe-ts: add chip threshold function

2015-05-11 Thread Silvio Fricke
Signed-off-by: Silvio Fricke --- .../bindings/input/touchscreen/stmpe.txt | 3 ++ drivers/input/touchscreen/stmpe-ts.c | 38 +++--- include/linux/mfd/stmpe.h | 1 + 3 files changed, 31 insertions(+), 11 deletions(-) diff --git a

[PATCH] stmpe_ts: add usage of threshold function

2015-05-11 Thread Silvio Fricke
Hi, This patch adds treshold functionality for the stmpe811 touchscreen controller. Please review, comment or include it to your repository. Best regards, Silvio Silvio Fricke (1): Input: stmpe-ts: add chip threshold function .../bindings/input/touchscreen/stmpe.txt | 3

[PATCH 2/3] ARM: tegra: dts: remove unused irq-trigger entry

2014-12-12 Thread Silvio Fricke
Signed-off-by: Silvio Fricke CC: Thomas Gleixner CC: Jason Cooper CC: Marc Zyngier --- arch/arm/boot/dts/tegra30-apalis.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/tegra30-apalis.dtsi b/arch/arm/boot/dts/tegra30-apalis.dtsi index a5446cb..c2a7528 100644 --- a

[PATCH 0/3] removing of some unused/unsupported dts entries

2014-12-12 Thread Silvio Fricke
Hi, I have found some dts entries which are not evaluated by the drivers. This patch remove this entries from the dts files. Jason has mentioned I should CC: Thomas, Marc and him self to this mails. thanks and best regards, Silvio Silvio Fricke (3): ARM: mx5: dts: remove unused irq-trigger

[PATCH 3/3] ARM: SPEAr: dts: remove unused irq-trigger, id and block entries

2014-12-12 Thread Silvio Fricke
Signed-off-by: Silvio Fricke CC: Thomas Gleixner CC: Jason Cooper CC: Marc Zyngier --- arch/arm/boot/dts/spear1310-evb.dts | 1 - arch/arm/boot/dts/spear1340-evb.dts | 2 -- arch/arm/boot/dts/spear320-hmi.dts | 3 --- 3 files changed, 6 deletions(-) diff --git a/arch/arm/boot/dts/spear1310

[PATCH 1/3] ARM: mx5: dts: remove unused irq-trigger entry

2014-12-12 Thread Silvio Fricke
Signed-off-by: Silvio Fricke CC: Thomas Gleixner CC: Jason Cooper CC: Marc Zyngier --- arch/arm/boot/dts/imx53-m53.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/imx53-m53.dtsi b/arch/arm/boot/dts/imx53-m53.dtsi index 87a7fc7..8a5acb5 100644 --- a/arch/arm/boot/dts

[PATCH v2] kconfig: menuconfig: pkg-config should base upon default configuration

2014-08-18 Thread Silvio Fricke
ptions for ncurses and don't mix with others not relevant settings. Signed-off-by: Silvio Fricke --- scripts/kconfig/lxdialog/check-lxdialog.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/kconfig/lxdialog/check-lxdialog.sh b/scripts/kconfig/lxdialog/check-lxdialog.sh index 9

[PATCH v2] pkg-config default search paths

2014-08-18 Thread Silvio Fricke
evel/11993 Cheers, Silvio Silvio Fricke (1): kconfig: menuconfig: pkg-config should base upon default configuration scripts/kconfig/lxdialog/check-lxdialog.sh | 3 +++ 1 file changed, 3 insertions(+) -- 2.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu

[PATCH] ARM: dts: imx6: edmqmx6: add vcc and vio power supplies to stmpe

2014-04-17 Thread Silvio Fricke
Signed-off-by: Silvio Fricke --- arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts b/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts index e4ae38f..8fa08aa 100644 --- a/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts +++ b

Re: [PATCH 0/6] mfd/gpio: cleanup of STMPE driver

2014-04-17 Thread Silvio Fricke
Hi, I have tested this patches with my data-modul imx6q board. So the patches get a: Tested-by: Silvio Fricke Shawn, can you add this patch to your tree if you pull Linus patches? Thx and Cheers, Silvio Silvio Fricke (1): ARM: dts: imx6: edmqmx6: add vcc and vio power supplies to stmpe

[PATCH v3 3/3] staging: vt6655: removed incorrect casting in iwctl.c

2014-04-11 Thread Silvio Fricke
This patch fixes the following type of sparse warning: drivers/staging/vt6655/iwctl.c:1846:35: warning: cast from restricted gfp_t Signed-off-by: Silvio Fricke --- drivers/staging/vt6655/iwctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6655/iwctl.c

[PATCH v3 0/3] remove wrong cast of gfp_t flags

2014-04-11 Thread Silvio Fricke
e sure to let you know :) I removed it. Bye, Silvio v3: * no 'WIP'! Don't do that! v2: * signed-off and message are not the same address Silvio Fricke (3): staging: vt6655: removed incorrect casting in wpactl.c staging: vt6655: removed incorrect casting in ioctl.c

[PATCH v3 2/3] staging: vt6655: removed incorrect casting in ioctl.c

2014-04-11 Thread Silvio Fricke
This patch fixes the following type of sparse warnings: drivers/staging/vt6655/ioctl.c:308:104: warning: cast from restricted gfp_t drivers/staging/vt6655/ioctl.c:579:109: warning: cast from restricted gfp_t Signed-off-by: Silvio Fricke --- drivers/staging/vt6655/ioctl.c | 6 -- 1 file

[PATCH v3 1/3] staging: vt6655: removed incorrect casting in wpactl.c

2014-04-11 Thread Silvio Fricke
-by: Silvio Fricke --- drivers/staging/vt6655/wpactl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/vt6655/wpactl.c b/drivers/staging/vt6655/wpactl.c index d17224f..4745429 100644 --- a/drivers/staging/vt6655/wpactl.c +++ b/drivers/staging/vt6655/wpactl.c

[WIP] [PATCH v2 0/3] remove wrong cast of gfp_t flags

2014-04-04 Thread Silvio Fricke
Hi Dan, thanks for your review. Attached second version of this series. Cheers, Silvio Silvio Fricke (3): staging: vt6655: removed incorrect casting in wpactl.c staging: vt6655: removed incorrect casting in ioctl.c staging: vt6655: removed incorrect casting in iwctl.c drivers

[WIP] [PATCH v2 3/3] staging: vt6655: removed incorrect casting in iwctl.c

2014-04-04 Thread Silvio Fricke
This patch fixes the following type of sparse warning: drivers/staging/vt6655/iwctl.c:1846:35: warning: cast from restricted gfp_t Signed-off-by: Silvio Fricke --- drivers/staging/vt6655/iwctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6655/iwctl.c

[WIP] [PATCH v2 1/3] staging: vt6655: removed incorrect casting in wpactl.c

2014-04-04 Thread Silvio Fricke
-by: Silvio Fricke --- drivers/staging/vt6655/wpactl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/vt6655/wpactl.c b/drivers/staging/vt6655/wpactl.c index d17224f..4745429 100644 --- a/drivers/staging/vt6655/wpactl.c +++ b/drivers/staging/vt6655/wpactl.c

[WIP] [PATCH v2 2/3] staging: vt6655: removed incorrect casting in ioctl.c

2014-04-04 Thread Silvio Fricke
This patch fixes the following type of sparse warnings: drivers/staging/vt6655/ioctl.c:308:104: warning: cast from restricted gfp_t drivers/staging/vt6655/ioctl.c:579:109: warning: cast from restricted gfp_t Signed-off-by: Silvio Fricke --- drivers/staging/vt6655/ioctl.c | 6 -- 1 file

[PATCH 1/3] staging: vt6655: removed incorrect casting in wpactl.c

2014-03-25 Thread silvio
From: Silvio F This patch fixes the following type of sparse warnings: drivers/staging/vt6655/wpactl.c:596:47: warning: cast from restricted gfp_t drivers/staging/vt6655/wpactl.c:638:68: warning: cast from restricted gfp_t drivers/staging/vt6655/wpactl.c:860:42: warning: cast from restricted

[PATCH 3/3] staging: vt6655: removed incorrect casting in iwctl.c

2014-03-25 Thread silvio
From: Silvio F This patch fixes the following type of sparse warning: drivers/staging/vt6655/iwctl.c:1846:35: warning: cast from restricted gfp_t Signed-off-by: Silvio F --- drivers/staging/vt6655/iwctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging

[WIP] [PATCH 0/3] remove wrong cast of gfp_t flags

2014-03-25 Thread silvio
From: Silvio F Hi, I have seen this patch, but in this and two other files we have the same wrong casting. This three little patches remove wrong cast for gfp_t-flags in kamlloc, kzalloc, ... Please review this patch. These patches are WIP because I have no hardware and can only do a compile

[PATCH 2/3] staging: vt6655: removed incorrect casting in ioctl.c

2014-03-25 Thread silvio
From: Silvio F This patch fixes the following type of sparse warnings: drivers/staging/vt6655/ioctl.c:308:104: warning: cast from restricted gfp_t drivers/staging/vt6655/ioctl.c:579:109: warning: cast from restricted gfp_t Signed-off-by: Silvio F --- drivers/staging/vt6655/ioctl.c | 6

[patch][wip] staging: unisys: kmalloc/memset move to kzalloc

2014-03-18 Thread Silvio F
Hi, I have followed this thread and have seen that not all parts was kcalloc'ized. Please review this patch and maybe include it. This patch is WIP because I have no hardware and can only do a compile test. version 2: * remove ALLOC_CMDRSP define Bye, Silvio -- To unsubscribe from this

[PATCH] staging: unisys: kmalloc/memset to kzalloc conversation

2014-03-18 Thread Silvio F
er transformation to kzalloc only a rename for kzalloc and was completly removed. Signed-off-by: Silvio F --- drivers/staging/unisys/include/uisutils.h | 7 --- drivers/staging/unisys/virthba/virthba.c| 9 - drivers/staging/unisys/virtpci/virtpci.c| 3

Re: [PATCH] staging: unisys: kmalloc/memset to kzalloc conversation

2014-03-18 Thread Silvio F.
Hi, > On Tue, Mar 18, 2014 at 09:07:51PM +0100, Silvio F wrote: > > This patch solves the Coccinelle warning: "kzalloc should be used > > instead of kmalloc/memset" > > > > This patch is a fixup for > > > > linux-next: 97a84f1203786985

[patch][wip] staging: unisys: kmalloc/memset move to kzalloc

2014-03-18 Thread Silvio F
Hi, I have followed this thread and have seen that not all parts was kcalloc'ized. Please review this patch and maybe include it. This patch is WIP because I have no hardware and can only do a compile test. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body o

[PATCH] staging: unisys: kmalloc/memset to kzalloc conversation

2014-03-18 Thread Silvio F
This patch solves the Coccinelle warning: "kzalloc should be used instead of kmalloc/memset" This patch is a fixup for linux-next: 97a84f1203786985856a0d4b49b1d7cc387238ce "Staging: unisys: Replace kmalloc/memset with kzalloc" Signed-off-by: Silvio F --- dr

error in arch/i386/kernel/ptrace.c (subtle)

2000-09-02 Thread Silvio Cesare
e I'd hardly call myself a kernel hacker I'll let the experts decide. Its highly likely that many other unix systems have this same problem. Please reply to this email personally, as I'm not a subscriber to this mailing list. -- Silvio - To unsubscribe from this list: send the lin