diff for duplicates of <003c01d66f33$1065a380$3130ea80$@samsung.com> diff --git a/a/1.txt b/N1/1.txt index 4d0b8c9..b9ce305 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,40 +22,48 @@ Hi Tamseel, > > Signed-off-by: Tamseel Shams <m.shams@samsung.com> > --- -Tested on exynos7 platform, don’t see " IRQ index 1 not found" with this patch applied\r -Fill free to added \r -Tested-by: Alim Akhtar <alim.akhtar@samsung.com>\r -Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>\r -\r -> Commit message is changed.\r -> \r -> Added RFT, for older platform.\r -> \r -> Addressed Krzysztof's review comments [1] [1] ->\r -> https://lkml.org/lkml/2020/7/21/150\r -> \r -> drivers/tty/serial/samsung_tty.c | 8 +++++---\r -> 1 file changed, 5 insertions(+), 3 deletions(-)\r -> \r -> diff --git a/drivers/tty/serial/samsung_tty.c b/drivers/tty/serial/samsung_tty.c\r -> index 6ef614d8648c..b923683e6a25 100644\r -> --- a/drivers/tty/serial/samsung_tty.c\r -> +++ b/drivers/tty/serial/samsung_tty.c\r -> @@ -1911,9 +1911,11 @@ static int s3c24xx_serial_init_port(struct\r -> s3c24xx_uart_port *ourport,\r -> ourport->tx_irq = ret + 1;\r -> }\r -> \r -> - ret = platform_get_irq(platdev, 1);\r -> - if (ret > 0)\r -> - ourport->tx_irq = ret;\r -> + if (!s3c24xx_serial_has_interrupt_mask(port)) {\r -> + ret = platform_get_irq(platdev, 1);\r -> + if (ret > 0)\r -> + ourport->tx_irq = ret;\r -> + }\r -> /*\r -> * DMA is currently supported only on DT platforms, if DMA properties\r -> * are specified.\r -> --\r +Tested on exynos7 platform, don’t see " IRQ index 1 not found" with this patch applied +Fill free to added +Tested-by: Alim Akhtar <alim.akhtar@samsung.com> +Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> + +> Commit message is changed. +> +> Added RFT, for older platform. +> +> Addressed Krzysztof's review comments [1] [1] -> +> https://lkml.org/lkml/2020/7/21/150 +> +> drivers/tty/serial/samsung_tty.c | 8 +++++--- +> 1 file changed, 5 insertions(+), 3 deletions(-) +> +> diff --git a/drivers/tty/serial/samsung_tty.c b/drivers/tty/serial/samsung_tty.c +> index 6ef614d8648c..b923683e6a25 100644 +> --- a/drivers/tty/serial/samsung_tty.c +> +++ b/drivers/tty/serial/samsung_tty.c +> @@ -1911,9 +1911,11 @@ static int s3c24xx_serial_init_port(struct +> s3c24xx_uart_port *ourport, +> ourport->tx_irq = ret + 1; +> } +> +> - ret = platform_get_irq(platdev, 1); +> - if (ret > 0) +> - ourport->tx_irq = ret; +> + if (!s3c24xx_serial_has_interrupt_mask(port)) { +> + ret = platform_get_irq(platdev, 1); +> + if (ret > 0) +> + ourport->tx_irq = ret; +> + } +> /* +> * DMA is currently supported only on DT platforms, if DMA properties +> * are specified. +> -- > 2.17.1 + + + + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N1/content_digest index 4f20f14..b7e78a9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -8,10 +8,10 @@ <krzk@kernel.org> <gregkh@linuxfoundation.org> " <jslaby@suse.com>\0" - "Cc\0<linux-arm-kernel@lists.infradead.org>" - <linux-samsung-soc@vger.kernel.org> - <linux-serial@vger.kernel.org> - " <linux-kernel@vger.kernel.org>\0" + "Cc\0linux-samsung-soc@vger.kernel.org" + linux-serial@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "Hi Tamseel,\n" @@ -38,42 +38,50 @@ "> \n" "> Signed-off-by: Tamseel Shams <m.shams@samsung.com>\n" "> ---\n" - "Tested on exynos7 platform, don\342\200\231t see \" IRQ index 1 not found\" with this patch applied\r\n" - "Fill free to added \r\n" - "Tested-by: Alim Akhtar <alim.akhtar@samsung.com>\r\n" - "Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>\r\n" - "\r\n" - "> Commit message is changed.\r\n" - "> \r\n" - "> Added RFT, for older platform.\r\n" - "> \r\n" - "> Addressed Krzysztof's review comments [1] [1] ->\r\n" - "> https://lkml.org/lkml/2020/7/21/150\r\n" - "> \r\n" - "> drivers/tty/serial/samsung_tty.c | 8 +++++---\r\n" - "> 1 file changed, 5 insertions(+), 3 deletions(-)\r\n" - "> \r\n" - "> diff --git a/drivers/tty/serial/samsung_tty.c b/drivers/tty/serial/samsung_tty.c\r\n" - "> index 6ef614d8648c..b923683e6a25 100644\r\n" - "> --- a/drivers/tty/serial/samsung_tty.c\r\n" - "> +++ b/drivers/tty/serial/samsung_tty.c\r\n" - "> @@ -1911,9 +1911,11 @@ static int s3c24xx_serial_init_port(struct\r\n" - "> s3c24xx_uart_port *ourport,\r\n" - "> \t\tourport->tx_irq = ret + 1;\r\n" - "> \t}\r\n" - "> \r\n" - "> -\tret = platform_get_irq(platdev, 1);\r\n" - "> -\tif (ret > 0)\r\n" - "> -\t\tourport->tx_irq = ret;\r\n" - "> +\tif (!s3c24xx_serial_has_interrupt_mask(port)) {\r\n" - "> +\t\tret = platform_get_irq(platdev, 1);\r\n" - "> +\t\tif (ret > 0)\r\n" - "> +\t\t\tourport->tx_irq = ret;\r\n" - "> +\t}\r\n" - "> \t/*\r\n" - "> \t * DMA is currently supported only on DT platforms, if DMA properties\r\n" - "> \t * are specified.\r\n" - "> --\r\n" - > 2.17.1 + "Tested on exynos7 platform, don\342\200\231t see \" IRQ index 1 not found\" with this patch applied\n" + "Fill free to added \n" + "Tested-by: Alim Akhtar <alim.akhtar@samsung.com>\n" + "Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>\n" + "\n" + "> Commit message is changed.\n" + "> \n" + "> Added RFT, for older platform.\n" + "> \n" + "> Addressed Krzysztof's review comments [1] [1] ->\n" + "> https://lkml.org/lkml/2020/7/21/150\n" + "> \n" + "> drivers/tty/serial/samsung_tty.c | 8 +++++---\n" + "> 1 file changed, 5 insertions(+), 3 deletions(-)\n" + "> \n" + "> diff --git a/drivers/tty/serial/samsung_tty.c b/drivers/tty/serial/samsung_tty.c\n" + "> index 6ef614d8648c..b923683e6a25 100644\n" + "> --- a/drivers/tty/serial/samsung_tty.c\n" + "> +++ b/drivers/tty/serial/samsung_tty.c\n" + "> @@ -1911,9 +1911,11 @@ static int s3c24xx_serial_init_port(struct\n" + "> s3c24xx_uart_port *ourport,\n" + "> \t\tourport->tx_irq = ret + 1;\n" + "> \t}\n" + "> \n" + "> -\tret = platform_get_irq(platdev, 1);\n" + "> -\tif (ret > 0)\n" + "> -\t\tourport->tx_irq = ret;\n" + "> +\tif (!s3c24xx_serial_has_interrupt_mask(port)) {\n" + "> +\t\tret = platform_get_irq(platdev, 1);\n" + "> +\t\tif (ret > 0)\n" + "> +\t\t\tourport->tx_irq = ret;\n" + "> +\t}\n" + "> \t/*\n" + "> \t * DMA is currently supported only on DT platforms, if DMA properties\n" + "> \t * are specified.\n" + "> --\n" + "> 2.17.1\n" + "\n" + "\n" + "\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -7a7634c9d78ef9fc23165ff43e2566766f5f62c861d1e3cc5df0f6c893e98fd7 +e5c7150e78d25e7d24b84dad5572709f842bd75e671caa3e82b7e0ce24cc99b9
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.