All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chanho Park <chanho61.park@samsung.com>
To: 'Marek Szyprowski' <m.szyprowski@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, kgene@kernel.org
Cc: 'Tomasz Figa' <tomasz.figa@gmail.com>,
	'Kyungmin Park' <kyungmin.park@samsung.com>,
	thomas.ab@samsung.com, 'Alim Akhtar' <alim.akhtar@samsung.com>
Subject: RE: [PATCH v3 0/2] serial: samsung: add support for early console
Date: Mon, 15 Dec 2014 15:47:40 +0900	[thread overview]
Message-ID: <012101d01833$0547ba90$0fd72fb0$@samsung.com> (raw)
In-Reply-To: <1413804511-32441-1-git-send-email-m.szyprowski@samsung.com>

Hi,

I found this patchset was not merget even 3.19 merge window. As you know,
there is no support of legacy early_printk on arm64. I need this patchset to
support exynos arm64 board properly.

Dear Kukjin,

Could you pick up this patchset in your tree?

Best Regards,
Chanho Park

> -----Original Message-----
> From: linux-arm-kernel [mailto:linux-arm-kernel-
> bounces@lists.infradead.org] On Behalf Of Marek Szyprowski
> Sent: Monday, October 20, 2014 8:28 PM
> To: linux-samsung-soc@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org
> Cc: Tomasz Figa; Kyungmin Park; thomas.ab@samsung.com; Alim Akhtar;
> Marek Szyprowski
> Subject: [PATCH v3 0/2] serial: samsung: add support for early console
> 
> This patchset adds support for early console defined in device tree. As
> an example, DTS files for all Exynos4 based machines are updated with
> the correct value for common chosen/sdtout property.
> 
> To get it fully functional on ARM architecture, additional improvements
> (support for early_ioremap) are needed in early console code.
> 
> Best regards
> Marek Szyprowski
> Samsung R&D Institute Poland
> 
> Change log:
> 
> v3:
> - rebased onto v3.18-rc1
> - removed options from documentation (they are not yet supported)
> 
> v2: http://www.spinics.net/lists/linux-samsung-soc/msg37278.html
> - added support for command line based initialization
> 
> v1: http://www.spinics.net/lists/linux-samsung-soc/msg37094.html
> - initial version
> 
> Tomasz Figa (2):
>   serial: samsung: Add support for early console
>   ARM: dts: exynos4: Add stdout-path properties
> 
>  Documentation/kernel-parameters.txt             |  12 +++
>  arch/arm/boot/dts/exynos4210-origen.dts         |   1 +
>  arch/arm/boot/dts/exynos4210-smdkv310.dts       |   1 +
>  arch/arm/boot/dts/exynos4210-trats.dts          |   1 +
>  arch/arm/boot/dts/exynos4210-universal_c210.dts |   1 +
>  arch/arm/boot/dts/exynos4412-odroid-common.dtsi |   4 +
>  arch/arm/boot/dts/exynos4412-origen.dts         |   1 +
>  arch/arm/boot/dts/exynos4412-smdk4412.dts       |   1 +
>  arch/arm/boot/dts/exynos4412-tiny4412.dts       |   4 +
>  arch/arm/boot/dts/exynos4412-trats2.dts         |   1 +
>  drivers/tty/serial/Kconfig                      |   1 +
>  drivers/tty/serial/samsung.c                    | 103
> ++++++++++++++++++++++++
>  12 files changed, 131 insertions(+)
> 
> --
> 1.9.2
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: chanho61.park@samsung.com (Chanho Park)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/2] serial: samsung: add support for early console
Date: Mon, 15 Dec 2014 15:47:40 +0900	[thread overview]
Message-ID: <012101d01833$0547ba90$0fd72fb0$@samsung.com> (raw)
In-Reply-To: <1413804511-32441-1-git-send-email-m.szyprowski@samsung.com>

Hi,

I found this patchset was not merget even 3.19 merge window. As you know,
there is no support of legacy early_printk on arm64. I need this patchset to
support exynos arm64 board properly.

Dear Kukjin,

Could you pick up this patchset in your tree?

Best Regards,
Chanho Park

> -----Original Message-----
> From: linux-arm-kernel [mailto:linux-arm-kernel-
> bounces at lists.infradead.org] On Behalf Of Marek Szyprowski
> Sent: Monday, October 20, 2014 8:28 PM
> To: linux-samsung-soc at vger.kernel.org; linux-arm-
> kernel at lists.infradead.org
> Cc: Tomasz Figa; Kyungmin Park; thomas.ab at samsung.com; Alim Akhtar;
> Marek Szyprowski
> Subject: [PATCH v3 0/2] serial: samsung: add support for early console
> 
> This patchset adds support for early console defined in device tree. As
> an example, DTS files for all Exynos4 based machines are updated with
> the correct value for common chosen/sdtout property.
> 
> To get it fully functional on ARM architecture, additional improvements
> (support for early_ioremap) are needed in early console code.
> 
> Best regards
> Marek Szyprowski
> Samsung R&D Institute Poland
> 
> Change log:
> 
> v3:
> - rebased onto v3.18-rc1
> - removed options from documentation (they are not yet supported)
> 
> v2: http://www.spinics.net/lists/linux-samsung-soc/msg37278.html
> - added support for command line based initialization
> 
> v1: http://www.spinics.net/lists/linux-samsung-soc/msg37094.html
> - initial version
> 
> Tomasz Figa (2):
>   serial: samsung: Add support for early console
>   ARM: dts: exynos4: Add stdout-path properties
> 
>  Documentation/kernel-parameters.txt             |  12 +++
>  arch/arm/boot/dts/exynos4210-origen.dts         |   1 +
>  arch/arm/boot/dts/exynos4210-smdkv310.dts       |   1 +
>  arch/arm/boot/dts/exynos4210-trats.dts          |   1 +
>  arch/arm/boot/dts/exynos4210-universal_c210.dts |   1 +
>  arch/arm/boot/dts/exynos4412-odroid-common.dtsi |   4 +
>  arch/arm/boot/dts/exynos4412-origen.dts         |   1 +
>  arch/arm/boot/dts/exynos4412-smdk4412.dts       |   1 +
>  arch/arm/boot/dts/exynos4412-tiny4412.dts       |   4 +
>  arch/arm/boot/dts/exynos4412-trats2.dts         |   1 +
>  drivers/tty/serial/Kconfig                      |   1 +
>  drivers/tty/serial/samsung.c                    | 103
> ++++++++++++++++++++++++
>  12 files changed, 131 insertions(+)
> 
> --
> 1.9.2
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2014-12-15  6:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-20 11:28 [PATCH v3 0/2] serial: samsung: add support for early console Marek Szyprowski
2014-10-20 11:28 ` Marek Szyprowski
2014-10-20 11:28 ` [PATCH v3 1/2] serial: samsung: Add " Marek Szyprowski
2014-10-20 11:28   ` Marek Szyprowski
2014-12-16  0:55   ` Chanwoo Choi
2014-12-16  0:55     ` Chanwoo Choi
2014-10-20 11:28 ` [PATCH v3 2/2] ARM: dts: exynos4: Add stdout-path properties Marek Szyprowski
2014-10-20 11:28   ` Marek Szyprowski
2014-12-15  6:47 ` Chanho Park [this message]
2014-12-15  6:47   ` [PATCH v3 0/2] serial: samsung: add support for early console Chanho Park

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='012101d01833$0547ba90$0fd72fb0$@samsung.com' \
    --to=chanho61.park@samsung.com \
    --cc=alim.akhtar@samsung.com \
    --cc=kgene@kernel.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=thomas.ab@samsung.com \
    --cc=tomasz.figa@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.