[PATCH] scripts: get_maintainer.pl: Find kernel tree root

2015-12-18 Thread Frederik Völkel
Use whatever git or hg say is the root of the current repository as the kernel tree root, falling back to ./ if no VCS is used. This makes it possible to call get_maintainer.pl from anywhere in the kernel tree. Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- scripts

[PATCH] serial: Remove 68328 driver

2015-12-18 Thread Frederik Völkel
It's old, messy and mostly unmaintained. Remove it as suggested by Peter Hurley and Alan. Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- Should we remove other drivers like framebuffer as well? It is probably useless without serial support. --- drivers/tty/serial/68328ser

[PATCH v2 2/4] drivers: tty: 68328serial.c: remove trailing whitespaces

2015-12-16 Thread Frederik Völkel
This patch removes trailing whitespaces reported by checkpatch. Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- drivers/tty/serial/68328serial.c | 98 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/drivers/tty/serial

[PATCH v2 1/4] drivers: tty: 68328serial.c: Use tabs for indentation

2015-12-16 Thread Frederik Völkel
The patch replaces the spaces used for indentation at some points with tabs. Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- drivers/tty/serial/68328serial.c | 82 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/drivers/tty

[PATCH v2 4/4] drivers: tty: 68328serial.c: Move trailing statements to next line

2015-12-16 Thread Frederik Völkel
This patch moves trailing statements to the next line as checkpatch suggests. Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- drivers/tty/serial/68328serial.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/tty/serial/68328serial.c b

[PATCH v2 0/4] Fix checkpatch errors

2015-12-16 Thread Frederik Völkel
This is the rest of the previous patchseries witch fixes now all of the whitespace errors and fixes the wrong indentation. Frederik Völkel (4): drivers: tty: 68328serial.c: Use tabs for indentation drivers: tty: 68328serial.c: remove trailing whitespaces drivers: tty: 68328serial.c: Use use

[PATCH v2 3/4] drivers: tty: 68328serial.c: Use use same indentation for switch/case

2015-12-16 Thread Frederik Völkel
This patch fixes an indentation checkpatch error so switch and case have the same indentation. Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- drivers/tty/serial/68328serial.c | 60 1 file changed, 30 insertions(+), 30 deletions(-) diff

[PATCH 4/9] drivers: tty: 68328serial.c: Fix "foo * bar" should be "foo *bar"

2015-12-11 Thread Frederik Völkel
This patch fixes checkpatch errors "foo * bar" should be "foo *bar". Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- drivers/tty/serial/68328serial.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git

[PATCH 7/9] drivers: tty: 68328serial.c: remove trailing whitespaces

2015-12-11 Thread Frederik Völkel
This patch removes trailing whitespaces reported by checkpatch. Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- 5 trailing whitespaces issues are still left. We are not sure how to fix them. --- drivers/tty/serial/68328serial.c | 88 1

[PATCH 1/9] drivers: tty: 68328serial.c: Add missing spaces(checkpatch)

2015-12-11 Thread Frederik Völkel
This patch adds missing spaces reported by checkpatch. Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- drivers/tty/serial/68328serial.c | 92 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/drivers/tty/serial/68328serial.c

[PATCH 8/9] drivers: tty: 68328serial.c: Use use same indentation for switch/case

2015-12-11 Thread Frederik Völkel
This patch fixes an indentation checkpatch error so switch and case have the same indentation. Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- drivers/tty/serial/68328serial.c | 60 1 file changed, 30 insertions(+), 30 deletions(-) diff

[PATCH 2/9] drivers: tty: 68328serial.c: remove unnecessary spaces(checkpatch)

2015-12-11 Thread Frederik Völkel
This patch removes unnecessary spaces reported by checkpatch. Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- drivers/tty/serial/68328serial.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/tty/serial/68328serial.c b/drivers/tty/serial

[PATCH 0/9] Fix checkpatch errors

2015-12-11 Thread Frederik Völkel
This patch series fixes all checkpatch error in 68328serial.c except 5 trailing whitespace errors we are unsure how to fix. Checkpatch warnings are unfixed. Maybe we send an patch series witch fix these warnings later on. Frederik Völkel (9): drivers: tty: 68328serial.c: Add missing spaces

[PATCH 5/9] drivers: tty: 68328serial.c: Remove parentheses after return

2015-12-11 Thread Frederik Völkel
This patch removes parentheses after return as checkpatch suggests. Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- drivers/tty/serial/68328serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/68328serial.c b/drivers/tty/serial

[PATCH 3/9] drivers: tty: 68328serial.c: Do not initialize statics to 0

2015-12-11 Thread Frederik Völkel
This patch removes an initialization of a static to 0 as checkpatch suggests. Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- drivers/tty/serial/68328serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/68328serial.c b/drivers/tty/serial

[PATCH 9/9] drivers: tty: 68328serial.c: Move trailing statements to next line

2015-12-11 Thread Frederik Völkel
This patch moves trailing statements to the next line as checkpatch suggests. Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- drivers/tty/serial/68328serial.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/tty/serial/68328serial.c b

[PATCH 6/9] drivers: tty: 68328serial.c: Use tabs for indentation

2015-12-11 Thread Frederik Völkel
The patch replaces the spaces used for indentation at some points with tabs. Signed-off-by: Frederik Völkel Signed-off-by: Lukas Braun --- drivers/tty/serial/68328serial.c | 82 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/drivers/tty