I use Patchwork for handling incoming patches. Put its address here so
submitters could know what is in the queue.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 191887bdc49b..ec5137c39572 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1689,6 +1689,7 @@ M: Krzysztof Kozlowski <[email protected]>
R: Javier Martinez Canillas <[email protected]>
L: [email protected] (moderated for non-subscribers)
L: [email protected] (moderated for non-subscribers)
+Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
S: Maintained
F: arch/arm/boot/dts/s3c*
F: arch/arm/boot/dts/s5p*
--
2.7.4
Hello Krzysztof,
On 12/07/2016 02:18 PM, Krzysztof Kozlowski wrote:
> I use Patchwork for handling incoming patches. Put its address here so
> submitters could know what is in the queue.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 191887bdc49b..ec5137c39572 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1689,6 +1689,7 @@ M: Krzysztof Kozlowski <[email protected]>
> R: Javier Martinez Canillas <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> L: [email protected] (moderated for non-subscribers)
> +Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
> S: Maintained
> F: arch/arm/boot/dts/s3c*
> F: arch/arm/boot/dts/s5p*
>
Reviewed-by: Javier Martinez Canillas <[email protected]>
Best regards,
--
Javier Martinez Canillas
Open Source Group
Samsung Research America
2016. 12. 8. 02:18 Krzysztof Kozlowski <[email protected]> wrote:
> I use Patchwork for handling incoming patches. Put its address here so
> submitters could know what is in the queue.
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 191887bdc49b..ec5137c39572 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1689,6 +1689,7 @@ M: Krzysztof Kozlowski <[email protected]>
> R: Javier Martinez Canillas <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> L: [email protected] (moderated for non-subscribers)
> +Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
to use http would be better instead of https?
then,
Acked-by: Kukjin Kim <[email protected]>
> S: Maintained
> F: arch/arm/boot/dts/s3c*
> F: arch/arm/boot/dts/s5p*
> --
> 2.7.4
>
On Thu, Dec 08, 2016 at 11:24:43AM +0900, Kukjin Kim wrote:
> 2016. 12. 8. 02:18 Krzysztof Kozlowski <[email protected]> wrote:
>
> > I use Patchwork for handling incoming patches. Put its address here so
> > submitters could know what is in the queue.
>
> > Signed-off-by: Krzysztof Kozlowski <[email protected]>
> > ---
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 191887bdc49b..ec5137c39572 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1689,6 +1689,7 @@ M: Krzysztof Kozlowski <[email protected]>
> > R: Javier Martinez Canillas <[email protected]>
> > L: [email protected] (moderated for non-subscribers)
> > L: [email protected] (moderated for non-subscribers)
> > +Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
>
> to use http would be better instead of https?
I think HTTPS is the preferred way. HTTP is insecure, easy to eavesdrop
so whenever it is possible we should choose HTTPS.
>
> then,
>
> Acked-by: Kukjin Kim <[email protected]>
Thanks!
Best regards,
Krzysztof