[PATCH] printk: handle blank console arguments passed in.

2020-05-22 Thread Shreyas Joshi
doesn't setup the serial device and it gracefully exits. Signed-off-by: Shreyas Joshi --- V1: Fixed console_loglevel to default as per the review comments kernel/printk/printk.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kernel/printk/printk.c b/kernel/p

[PATCH] printk: handle blank console arguments passed in.

2020-05-22 Thread Shreyas Joshi
doesn't setup the serial device and it gracefully exits. Signed-off-by: Shreyas Joshi --- V1: Fixed console_loglevel to default as per the review comments kernel/printk/printk.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kernel/printk/printk.c b/kernel/p

[PATCH] printk: handle blank console arguments passed in.

2020-05-22 Thread Shreyas Joshi
doesn't setup the serial device and it gracefully exits. Signed-off-by: Shreyas Joshi --- V1: Fixed console_loglevel to default as per the review comments kernel/printk/printk.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kernel/printk/printk.c b/kernel/p

[PATCH] spi: spi-cadence: add support for chip select high

2020-07-09 Thread Shreyas Joshi
spi cadence driver should support spi-cs-high in mode bits so that the peripherals that needs the chip select to be high active can use it. Add the SPI-CS-HIGH flag in the supported mode bits. Signed-off-by: Shreyas Joshi --- drivers/spi/spi-cadence.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] spi: spi-cadence: add support for chip select high

2020-07-20 Thread Shreyas Joshi
The spi cadence driver should support spi-cs-high in mode bits so that the peripherals that needs the chip select to be high active can use it. Add the SPI-CS-HIGH flag in the supported mode bits. Signed-off-by: Shreyas Joshi --- drivers/spi/spi-cadence.c | 2 +- 1 file changed, 1 insertion

RE: [PATCH] spi: spi-cadence: add support for chip select high

2020-07-19 Thread Shreyas Joshi
Were you able to patch my driver successfully? -Original Message- From: Shreyas Joshi Sent: Saturday, 11 July 2020 7:17 AM To: broo...@kernel.org; linux-...@vger.kernel.org; shreyasjosh...@gmail.com Cc: linux-kernel@vger.kernel.org; Shreyas Joshi Subject: [PATCH] spi: spi-cadence: add

[PATCH] spi: spi-cadence: add support for chip select high

2020-07-10 Thread Shreyas Joshi
The spi cadence driver should support spi-cs-high in mode bits so that the peripherals that needs the chip select to be high active can use it. Add the SPI-CS-HIGH flag in the supported mode bits. Signed-off-by: Shreyas Joshi --- drivers/spi/spi-cadence.c | 2 +- 1 file changed, 1 insertion