[PATCH] clocksource: timer-probe: change log level to info

2019-04-16 Thread Moses Christopher
- In drivers/clocksource/timer-probe.c, the log level for the message stating "no matching timers found" should be informational rather than critical. - Reference: - https://e2e.ti.com/support/processors/f/791/t/726024 Signed-off-by: Moses Christopher --- drivers/c

[PATCH] staging: comedi: use help instead of ---help--- in Kconfig

2019-04-16 Thread Moses Christopher
- Resolve the following warning from the Kconfig, "WARNING: prefer 'help' over '---help---' for new help texts" Signed-off-by: Moses Christopher --- drivers/staging/comedi/Kconfig | 254 - 1 file changed, 127 insertions(+), 127 deletions(-)

[PATCH] clocksource: timer-probe: change log level to warn

2019-04-16 Thread Moses Christopher
el Lezcano Signed-off-by: Moses Christopher --- drivers/clocksource/timer-probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/timer-probe.c b/drivers/clocksource/timer-probe.c index 028075720334..246b45d22d08 100644 --- a/drivers/clocksource/timer-pro

[PATCH v1 0/6] use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
Resolve the Warning that comes from the Kconfig file, which states, "WARNING: prefer 'help' over '---help---' for new help texts" Moses Christopher (6): staging: fsl-dpaa2: use help instead of ---help--- in Kconfig staging: most: use help instead of ---help--- in Kconfig stagi

[PATCH v1 4/6] staging: rtl8188eu: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
- Resolve the following warning from the Kconfig, "WARNING: prefer 'help' over '---help---' for new help texts" Signed-off-by: Moses Christopher --- drivers/staging/rtl8188eu/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8188

[PATCH v1 2/6] staging: most: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
- Resolve the following warning from the Kconfig, "WARNING: prefer 'help' over '---help---' for new help texts Signed-off-by: Moses Christopher --- drivers/staging/most/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/most/Kconfig b/dr

[PATCH v1 3/6] staging: unisys: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
- Resolve the following warning from the Kconfig, "WARNING: prefer 'help' over '---help---' for new help texts" Signed-off-by: Moses Christopher --- drivers/staging/unisys/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys

[PATCH v1 1/6] staging: fsl-dpaa2: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
- Resolve the following warning from the Kconfig, "WARNING: prefer 'help' over '---help---' for new help texts" Signed-off-by: Moses Christopher --- drivers/staging/fsl-dpaa2/Kconfig | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging

[PATCH v1 6/6] staging: vt665*: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
- Resolve the following warning from the Kconfig, "WARNING: prefer 'help' over '---help---' for new help texts" Signed-off-by: Moses Christopher --- drivers/staging/vt6655/Kconfig | 5 ++--- drivers/staging/vt6656/Kconfig | 5 ++--- 2 files changed, 4 insertions(+), 6 deletion

[PATCH v1 5/6] staging: rtl8723bs: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
- Resolve the following warning from the Kconfig, "WARNING: prefer 'help' over '---help---' for new help texts" Signed-off-by: Moses Christopher --- drivers/staging/rtl8723bs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/

[PATCH] staging: axis-fifo: Add elaborate description in Kconfig

2019-04-13 Thread Moses Christopher
- The Xilinx AXI-Stream FIFO IP core driver description is elaborated. - References: Xilinx PG080 document, axis-fifo.txt Signed-off-by: Moses Christopher --- drivers/staging/axis-fifo/Kconfig | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/axis