All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Kukjin Kim <kgene.kim@samsung.com>,
	Sylwester Nawrocki <s.nawrocki@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	'Thomas Abraham' <thomas.ab@samsung.com>,
	'Kyungmin Park' <kyungmin.park@samsung.com>,
	'Olof Johansson' <olof@lixom.net>
Subject: Re: [PATCH RESEND] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs
Date: Tue, 23 Apr 2013 23:14:54 +0900	[thread overview]
Message-ID: <5176975E.5000802@samsung.com> (raw)
In-Reply-To: <201304222111.45653.arnd@arndb.de>

On 04/23/13 04:11, Arnd Bergmann wrote:

>>>> I still have hope to get those included.
>>>>
>>> I agree and I asked Tomasz to re-send universal dt patch.
>>>
>> Hi Arnd and Olof,
>>
>> Is it possible to send one more pull-request for this and something like
>> dt patches for exynos?
>
> I think it's too late for that now, let's just fix the broken pieces
> now and do the minimum amount of patches on top of what we have:
>
Agreed, but following has been sent to arm-soc as a name of 'dt-exynos2 
for v3.10' at 4/10, even though its base should be fixed.

--------8<----------------8<---------
Sachin Kamat (5):
       ARM: dts: Remove keypad entries from exynos4x12-pinctrl.dtsi
       ARM: dts: Add keypad entries to Exynos4412 based Origen
       ARM: dts: Add keypad entries to SMDK4412
       ARM: dts: Add MFC clock entries for exynos4
       ARM: dts: Update MFC documentation for clock entries

Vivek Gautam (5):
       ARM: dts: Enabling samsung-usb2phy driver for exynos5250
       ARM: dts: Enabling samsung-usb3phy driver for exynos5250
       ARM: dts: Add device tree bindings for dwc3-exynos
       ARM: dts: Enabling dwc3-exynos driver for exynos5250
       ARM: EXYNOS: Enable XHCI support on exynos5

.../devicetree/bindings/media/s5p-mfc.txt          |  5 ++
  .../devicetree/bindings/usb/exynos-usb.txt         | 34 +++++++++
  arch/arm/boot/dts/exynos4.dtsi                     |  2 +
  arch/arm/boot/dts/exynos4412-origen.dts            | 62 +++++++++++++++
  arch/arm/boot/dts/exynos4412-smdk4412.dts          | 87 
++++++++++++++++++++++
  arch/arm/boot/dts/exynos4x12-pinctrl.dtsi          | 56 --------------
  arch/arm/boot/dts/exynos5250.dtsi                  | 45 +++++++++++
  arch/arm/mach-exynos/Kconfig                       |  1 +
  8 files changed, 236 insertions(+), 56 deletions(-)
--------8<----------------8<---------

So I'd like to send below you mentioned with above.

Note that I will send this removing non-DT exynos support patch to 
arm-soc tree after release v3.10-rc1.

> * Thomas Abraham's fix for the clk code

Included in my late-dt branch for exynos.

> * Tomasz Figa's patch to restore Universal C210

If you mean '[PATCH v2 0/3] ARM: EXYNOS: DT-enabled support for 
Universal C210', the series included but as I know, that depends on 
'[PATCH v5 00/14] ARM: samsung-time: Prepare for multiplatform support' 
you asked to postpone for v3.11...

> * Whatever is needed to get USB working again on Arndale

Hmm, I'm not sure which patch is needed for this on Arndale, 
unfortunately, I don't have the platform...Probably above Vivek's patches?

> * Anything else that comes up that is really a bug fix.

Yes, right.

> * Getting the PWM and ADC drivers working with DT, that can
>    easily be done.

OK.

> * Possibly a patch to mark CONFIG_EXYNOS_ATAGS as broken,
>    if you think that helps.

Yes.

> but not:
>
> * The entire series to rework the PWM clock from Tomasz

See above comments.

> * The entire series to remove ATAGS support on Exynos

OK.

> * Any other non-bugfix patches
>
OK.

- Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs
Date: Tue, 23 Apr 2013 23:14:54 +0900	[thread overview]
Message-ID: <5176975E.5000802@samsung.com> (raw)
In-Reply-To: <201304222111.45653.arnd@arndb.de>

On 04/23/13 04:11, Arnd Bergmann wrote:

>>>> I still have hope to get those included.
>>>>
>>> I agree and I asked Tomasz to re-send universal dt patch.
>>>
>> Hi Arnd and Olof,
>>
>> Is it possible to send one more pull-request for this and something like
>> dt patches for exynos?
>
> I think it's too late for that now, let's just fix the broken pieces
> now and do the minimum amount of patches on top of what we have:
>
Agreed, but following has been sent to arm-soc as a name of 'dt-exynos2 
for v3.10' at 4/10, even though its base should be fixed.

--------8<----------------8<---------
Sachin Kamat (5):
       ARM: dts: Remove keypad entries from exynos4x12-pinctrl.dtsi
       ARM: dts: Add keypad entries to Exynos4412 based Origen
       ARM: dts: Add keypad entries to SMDK4412
       ARM: dts: Add MFC clock entries for exynos4
       ARM: dts: Update MFC documentation for clock entries

Vivek Gautam (5):
       ARM: dts: Enabling samsung-usb2phy driver for exynos5250
       ARM: dts: Enabling samsung-usb3phy driver for exynos5250
       ARM: dts: Add device tree bindings for dwc3-exynos
       ARM: dts: Enabling dwc3-exynos driver for exynos5250
       ARM: EXYNOS: Enable XHCI support on exynos5

.../devicetree/bindings/media/s5p-mfc.txt          |  5 ++
  .../devicetree/bindings/usb/exynos-usb.txt         | 34 +++++++++
  arch/arm/boot/dts/exynos4.dtsi                     |  2 +
  arch/arm/boot/dts/exynos4412-origen.dts            | 62 +++++++++++++++
  arch/arm/boot/dts/exynos4412-smdk4412.dts          | 87 
++++++++++++++++++++++
  arch/arm/boot/dts/exynos4x12-pinctrl.dtsi          | 56 --------------
  arch/arm/boot/dts/exynos5250.dtsi                  | 45 +++++++++++
  arch/arm/mach-exynos/Kconfig                       |  1 +
  8 files changed, 236 insertions(+), 56 deletions(-)
--------8<----------------8<---------

So I'd like to send below you mentioned with above.

Note that I will send this removing non-DT exynos support patch to 
arm-soc tree after release v3.10-rc1.

> * Thomas Abraham's fix for the clk code

Included in my late-dt branch for exynos.

> * Tomasz Figa's patch to restore Universal C210

If you mean '[PATCH v2 0/3] ARM: EXYNOS: DT-enabled support for 
Universal C210', the series included but as I know, that depends on 
'[PATCH v5 00/14] ARM: samsung-time: Prepare for multiplatform support' 
you asked to postpone for v3.11...

> * Whatever is needed to get USB working again on Arndale

Hmm, I'm not sure which patch is needed for this on Arndale, 
unfortunately, I don't have the platform...Probably above Vivek's patches?

> * Anything else that comes up that is really a bug fix.

Yes, right.

> * Getting the PWM and ADC drivers working with DT, that can
>    easily be done.

OK.

> * Possibly a patch to mark CONFIG_EXYNOS_ATAGS as broken,
>    if you think that helps.

Yes.

> but not:
>
> * The entire series to rework the PWM clock from Tomasz

See above comments.

> * The entire series to remove ATAGS support on Exynos

OK.

> * Any other non-bugfix patches
>
OK.

- Kukjin

  reply	other threads:[~2013-04-23 14:15 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-09 15:02 [PATCH RESEND] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs kgene.kim
2013-04-09 15:02 ` kgene.kim at gmail.com
2013-04-10 10:34 ` Kukjin Kim
2013-04-10 10:34   ` Kukjin Kim
2013-04-10 10:41   ` Sylwester Nawrocki
2013-04-10 10:41     ` Sylwester Nawrocki
2013-04-10 12:59     ` Arnd Bergmann
2013-04-10 12:59       ` Arnd Bergmann
2013-04-10 13:46       ` Sylwester Nawrocki
2013-04-10 13:46         ` Sylwester Nawrocki
2013-04-10 13:55         ` Arnd Bergmann
2013-04-10 13:55           ` Arnd Bergmann
2013-04-10 14:05           ` Kukjin Kim
2013-04-10 14:05             ` Kukjin Kim
2013-04-22 17:08             ` Kukjin Kim
2013-04-22 17:08               ` Kukjin Kim
2013-04-22 19:11               ` Arnd Bergmann
2013-04-22 19:11                 ` Arnd Bergmann
2013-04-23 14:14                 ` Kukjin Kim [this message]
2013-04-23 14:14                   ` Kukjin Kim
2013-05-14 12:40                   ` Kukjin Kim
2013-05-14 12:40                     ` Kukjin Kim

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=5176975E.5000802@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=arnd@arndb.de \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=s.nawrocki@samsung.com \
    --cc=thomas.ab@samsung.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.