All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: EXYNOS: dts: Improvements for 4.2, second try
@ 2015-05-11  3:13 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2015-05-11  3:13 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Olof Johansson, Arnd Bergmann, Inha Song, Marek Szyprowski,
	Markus Reichl, Jacek Anaszewski, Krzysztof Kozlowski

Dear Kukjin,

I gathered various improvements for upcoming 4.2 merge window.
Description along with a tag.

Best regards,
Krzysztof


The following changes since commit 2495ae559826c60e3ccde9850e3b38815725b9c9:

  ARM: dts: Add keep-power-in-suspend to WiFi SDIO node for Peach Boards (2015-05-11 11:00:00 +0900)

are available in the git repository at:

  https://github.com/krzk/linux.git tags/samsung-dt-for-next-4.2-2

for you to fetch changes up to c5f41228c9fad4c7343df8547b870766163b76dc:

  ARM: dts: exynos3250-rinato: add support for JPEG codec (2015-05-11 11:01:57 +0900)

----------------------------------------------------------------
Device Tree improvements for Exynos based boards:
1. Fix PMIC's RTC alarm on Arndale Octa (S2MPS11 PMIC) and SMDK5250 (MAXIM77686
   PMIC).
2. Enable the S3C RTC (the clock present on SoC) on various Exynos boards.
3. Minor improvements to S3C RTC driver.
4. Add nodes for JPEG codec on Exynos4 and enable it for Rinato board.
5. Add audio on Odroid-XU3 board.

----------------------------------------------------------------
Inha Song (1):
      ARM: dts: Support audio on Exynos5422-odroidxu3 using simple-audio-card

Jacek Anaszewski (1):
      ARM: dts: exynos3250-rinato: add support for JPEG codec

Krzysztof Kozlowski (5):
      ARM: dts: Fix pinctrl settings for S2MPS11 RTC alarm IRQ on Arndale Octa
      ARM: dts: s3c-rtc: Use s3c6410-rtc instead of exynos3250-rtc
      ARM: dts: Use define for s3c-rtc clock id
      ARM: dts: Use define for s3c-rtc clock id
      ARM: dts: Enable S3C RTC on Trats2 and Arndale Octa

Marek Szyprowski (1):
      ARM: dts: exynos4: add nodes for jpeg codec

Markus Reichl (2):
      ARM: dts: Add bindings for 32kHz clocks from s2mps11
      ARM: dts: exynos5422-odroidxu3: add 'rtc_src' clock to rtc node

 Documentation/devicetree/bindings/rtc/s3c-rtc.txt |  3 +-
 arch/arm/boot/dts/exynos3250-monk.dts             |  3 +-
 arch/arm/boot/dts/exynos3250-rinato.dts           |  7 ++-
 arch/arm/boot/dts/exynos3250.dtsi                 |  2 +-
 arch/arm/boot/dts/exynos4.dtsi                    | 11 +++-
 arch/arm/boot/dts/exynos4412-trats2.dts           |  9 ++-
 arch/arm/boot/dts/exynos4415.dtsi                 |  2 +-
 arch/arm/boot/dts/exynos4x12.dtsi                 |  4 ++
 arch/arm/boot/dts/exynos5420-arndale-octa.dts     | 24 ++++++--
 arch/arm/boot/dts/exynos5420.dtsi                 |  9 +++
 arch/arm/boot/dts/exynos5422-odroidxu3.dts        | 70 +++++++++++++++++++++--
 include/dt-bindings/clock/samsung,s2mps11.h       | 23 ++++++++
 12 files changed, 151 insertions(+), 16 deletions(-)
 create mode 100644 include/dt-bindings/clock/samsung,s2mps11.h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: EXYNOS: dts: Improvements for 4.2, second try
@ 2015-05-11  3:13 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2015-05-11  3:13 UTC (permalink / raw)
  To: linux-arm-kernel

Dear Kukjin,

I gathered various improvements for upcoming 4.2 merge window.
Description along with a tag.

Best regards,
Krzysztof


The following changes since commit 2495ae559826c60e3ccde9850e3b38815725b9c9:

  ARM: dts: Add keep-power-in-suspend to WiFi SDIO node for Peach Boards (2015-05-11 11:00:00 +0900)

are available in the git repository at:

  https://github.com/krzk/linux.git tags/samsung-dt-for-next-4.2-2

for you to fetch changes up to c5f41228c9fad4c7343df8547b870766163b76dc:

  ARM: dts: exynos3250-rinato: add support for JPEG codec (2015-05-11 11:01:57 +0900)

----------------------------------------------------------------
Device Tree improvements for Exynos based boards:
1. Fix PMIC's RTC alarm on Arndale Octa (S2MPS11 PMIC) and SMDK5250 (MAXIM77686
   PMIC).
2. Enable the S3C RTC (the clock present on SoC) on various Exynos boards.
3. Minor improvements to S3C RTC driver.
4. Add nodes for JPEG codec on Exynos4 and enable it for Rinato board.
5. Add audio on Odroid-XU3 board.

----------------------------------------------------------------
Inha Song (1):
      ARM: dts: Support audio on Exynos5422-odroidxu3 using simple-audio-card

Jacek Anaszewski (1):
      ARM: dts: exynos3250-rinato: add support for JPEG codec

Krzysztof Kozlowski (5):
      ARM: dts: Fix pinctrl settings for S2MPS11 RTC alarm IRQ on Arndale Octa
      ARM: dts: s3c-rtc: Use s3c6410-rtc instead of exynos3250-rtc
      ARM: dts: Use define for s3c-rtc clock id
      ARM: dts: Use define for s3c-rtc clock id
      ARM: dts: Enable S3C RTC on Trats2 and Arndale Octa

Marek Szyprowski (1):
      ARM: dts: exynos4: add nodes for jpeg codec

Markus Reichl (2):
      ARM: dts: Add bindings for 32kHz clocks from s2mps11
      ARM: dts: exynos5422-odroidxu3: add 'rtc_src' clock to rtc node

 Documentation/devicetree/bindings/rtc/s3c-rtc.txt |  3 +-
 arch/arm/boot/dts/exynos3250-monk.dts             |  3 +-
 arch/arm/boot/dts/exynos3250-rinato.dts           |  7 ++-
 arch/arm/boot/dts/exynos3250.dtsi                 |  2 +-
 arch/arm/boot/dts/exynos4.dtsi                    | 11 +++-
 arch/arm/boot/dts/exynos4412-trats2.dts           |  9 ++-
 arch/arm/boot/dts/exynos4415.dtsi                 |  2 +-
 arch/arm/boot/dts/exynos4x12.dtsi                 |  4 ++
 arch/arm/boot/dts/exynos5420-arndale-octa.dts     | 24 ++++++--
 arch/arm/boot/dts/exynos5420.dtsi                 |  9 +++
 arch/arm/boot/dts/exynos5422-odroidxu3.dts        | 70 +++++++++++++++++++++--
 include/dt-bindings/clock/samsung,s2mps11.h       | 23 ++++++++
 12 files changed, 151 insertions(+), 16 deletions(-)
 create mode 100644 include/dt-bindings/clock/samsung,s2mps11.h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] ARM: EXYNOS: dts: Improvements for 4.2, second try
  2015-05-11  3:13 ` Krzysztof Kozlowski
@ 2015-05-17  2:05   ` Kukjin Kim
  -1 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2015-05-17  2:05 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Kukjin Kim, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Olof Johansson, Arnd Bergmann, Inha Song, Marek Szyprowski,
	Markus Reichl, Jacek Anaszewski

On 05/11/15 12:13, Krzysztof Kozlowski wrote:
> Dear Kukjin,
> 
> I gathered various improvements for upcoming 4.2 merge window.
> Description along with a tag.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 2495ae559826c60e3ccde9850e3b38815725b9c9:
> 
>   ARM: dts: Add keep-power-in-suspend to WiFi SDIO node for Peach Boards (2015-05-11 11:00:00 +0900)
> 
> are available in the git repository at:
> 
>   https://github.com/krzk/linux.git tags/samsung-dt-for-next-4.2-2
> 
> for you to fetch changes up to c5f41228c9fad4c7343df8547b870766163b76dc:
> 
>   ARM: dts: exynos3250-rinato: add support for JPEG codec (2015-05-11 11:01:57 +0900)
> 
Hi,

I've applied all of changes you requested with sorting them out.

Thanks and please test on your own boards with samsung's for-next then
if anything, let us know.

Note, I think re-post to use lables in dt would be better based on
current for-next.

Thanks,
Kukjin

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: EXYNOS: dts: Improvements for 4.2, second try
@ 2015-05-17  2:05   ` Kukjin Kim
  0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2015-05-17  2:05 UTC (permalink / raw)
  To: linux-arm-kernel

On 05/11/15 12:13, Krzysztof Kozlowski wrote:
> Dear Kukjin,
> 
> I gathered various improvements for upcoming 4.2 merge window.
> Description along with a tag.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 2495ae559826c60e3ccde9850e3b38815725b9c9:
> 
>   ARM: dts: Add keep-power-in-suspend to WiFi SDIO node for Peach Boards (2015-05-11 11:00:00 +0900)
> 
> are available in the git repository at:
> 
>   https://github.com/krzk/linux.git tags/samsung-dt-for-next-4.2-2
> 
> for you to fetch changes up to c5f41228c9fad4c7343df8547b870766163b76dc:
> 
>   ARM: dts: exynos3250-rinato: add support for JPEG codec (2015-05-11 11:01:57 +0900)
> 
Hi,

I've applied all of changes you requested with sorting them out.

Thanks and please test on your own boards with samsung's for-next then
if anything, let us know.

Note, I think re-post to use lables in dt would be better based on
current for-next.

Thanks,
Kukjin

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] ARM: EXYNOS: dts: Improvements for 4.2, second try
  2015-05-17  2:05   ` Kukjin Kim
@ 2015-05-17  7:58     ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2015-05-17  7:58 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Olof Johansson, Arnd Bergmann, Inha Song,
	Marek Szyprowski, Markus Reichl, Jacek Anaszewski

2015-05-17 11:05 GMT+09:00 Kukjin Kim <kgene@kernel.org>:
> On 05/11/15 12:13, Krzysztof Kozlowski wrote:
>> Dear Kukjin,
>>
>> I gathered various improvements for upcoming 4.2 merge window.
>> Description along with a tag.
>>
>> Best regards,
>> Krzysztof
>>
>>
>> The following changes since commit 2495ae559826c60e3ccde9850e3b38815725b9c9:
>>
>>   ARM: dts: Add keep-power-in-suspend to WiFi SDIO node for Peach Boards (2015-05-11 11:00:00 +0900)
>>
>> are available in the git repository at:
>>
>>   https://github.com/krzk/linux.git tags/samsung-dt-for-next-4.2-2
>>
>> for you to fetch changes up to c5f41228c9fad4c7343df8547b870766163b76dc:
>>
>>   ARM: dts: exynos3250-rinato: add support for JPEG codec (2015-05-11 11:01:57 +0900)
>>
> Hi,
>
> I've applied all of changes you requested with sorting them out.
>
> Thanks and please test on your own boards with samsung's for-next then
> if anything, let us know.
>
> Note, I think re-post to use lables in dt would be better based on
> current for-next.


Thanks, I'll rebase and resend.

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: EXYNOS: dts: Improvements for 4.2, second try
@ 2015-05-17  7:58     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2015-05-17  7:58 UTC (permalink / raw)
  To: linux-arm-kernel

2015-05-17 11:05 GMT+09:00 Kukjin Kim <kgene@kernel.org>:
> On 05/11/15 12:13, Krzysztof Kozlowski wrote:
>> Dear Kukjin,
>>
>> I gathered various improvements for upcoming 4.2 merge window.
>> Description along with a tag.
>>
>> Best regards,
>> Krzysztof
>>
>>
>> The following changes since commit 2495ae559826c60e3ccde9850e3b38815725b9c9:
>>
>>   ARM: dts: Add keep-power-in-suspend to WiFi SDIO node for Peach Boards (2015-05-11 11:00:00 +0900)
>>
>> are available in the git repository at:
>>
>>   https://github.com/krzk/linux.git tags/samsung-dt-for-next-4.2-2
>>
>> for you to fetch changes up to c5f41228c9fad4c7343df8547b870766163b76dc:
>>
>>   ARM: dts: exynos3250-rinato: add support for JPEG codec (2015-05-11 11:01:57 +0900)
>>
> Hi,
>
> I've applied all of changes you requested with sorting them out.
>
> Thanks and please test on your own boards with samsung's for-next then
> if anything, let us know.
>
> Note, I think re-post to use lables in dt would be better based on
> current for-next.


Thanks, I'll rebase and resend.

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-05-17  7:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-11  3:13 [GIT PULL] ARM: EXYNOS: dts: Improvements for 4.2, second try Krzysztof Kozlowski
2015-05-11  3:13 ` Krzysztof Kozlowski
2015-05-17  2:05 ` Kukjin Kim
2015-05-17  2:05   ` Kukjin Kim
2015-05-17  7:58   ` Krzysztof Kozlowski
2015-05-17  7:58     ` Krzysztof Kozlowski

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.