All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: defconfig: Exynos improvements for 4.4
@ 2015-09-30  2:22 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2015-09-30  2:22 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Olof Johansson, Arnd Bergmann, Kevin Hilman, Krzysztof Kozlowski

Dear Kukjin,

Few defconfig related changes for 4.4.

Description along with a tag.
You can find them also on the lists with my reviewed-by.

Best regards,
Krzysztof


The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  https://github.com/krzk/linux.git tags/samsung-defconfig-4.4

for you to fetch changes up to 7fa5ce4e6fcb4596761c17e124e7d1f8cf64fe96:

  ARM: exynos_defconfig: Disable simplefb support (2015-09-13 19:25:39 +0900)

----------------------------------------------------------------
Defconfig changes around Exynos based boards:
1. Enable DWC2 USB driver for exynos and multi_v7 defconfigs.
   The driver is present on Exynos and Rockhip boards. Enabling also
   ethernet gadget allows betwork communication with the device.
2. Enable LEDS for Odroid XU3/XU4 family boards (provides simple
   monitoring of the board).
3. Disable the simplefb driver because in certain situations (when
   U-boot injects simplefb bindings into DTB) it may break display.

----------------------------------------------------------------
Anand Moon (1):
      ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

Javier Martinez Canillas (1):
      ARM: exynos_defconfig: Disable simplefb support

Marek Szyprowski (2):
      ARM: exynos_defconfig: Enable DWC2 USB driver and USB ethernet gadget
      ARM: multi_v7_defconfig: Enable DWC2 USB driver and USB ethernet gadget

 arch/arm/configs/exynos_defconfig   | 9 ++++++++-
 arch/arm/configs/multi_v7_defconfig | 2 ++
 2 files changed, 10 insertions(+), 1 deletion(-)

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

* [GIT PULL] ARM: defconfig: Exynos improvements for 4.4
@ 2015-09-30  2:22 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2015-09-30  2:22 UTC (permalink / raw)
  To: linux-arm-kernel

Dear Kukjin,

Few defconfig related changes for 4.4.

Description along with a tag.
You can find them also on the lists with my reviewed-by.

Best regards,
Krzysztof


The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  https://github.com/krzk/linux.git tags/samsung-defconfig-4.4

for you to fetch changes up to 7fa5ce4e6fcb4596761c17e124e7d1f8cf64fe96:

  ARM: exynos_defconfig: Disable simplefb support (2015-09-13 19:25:39 +0900)

----------------------------------------------------------------
Defconfig changes around Exynos based boards:
1. Enable DWC2 USB driver for exynos and multi_v7 defconfigs.
   The driver is present on Exynos and Rockhip boards. Enabling also
   ethernet gadget allows betwork communication with the device.
2. Enable LEDS for Odroid XU3/XU4 family boards (provides simple
   monitoring of the board).
3. Disable the simplefb driver because in certain situations (when
   U-boot injects simplefb bindings into DTB) it may break display.

----------------------------------------------------------------
Anand Moon (1):
      ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

Javier Martinez Canillas (1):
      ARM: exynos_defconfig: Disable simplefb support

Marek Szyprowski (2):
      ARM: exynos_defconfig: Enable DWC2 USB driver and USB ethernet gadget
      ARM: multi_v7_defconfig: Enable DWC2 USB driver and USB ethernet gadget

 arch/arm/configs/exynos_defconfig   | 9 ++++++++-
 arch/arm/configs/multi_v7_defconfig | 2 ++
 2 files changed, 10 insertions(+), 1 deletion(-)

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

* [GIT PULL] ARM: dts: Exynos improvements for 4.4
  2015-09-30  2:22 ` Krzysztof Kozlowski
@ 2015-09-30  2:22   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2015-09-30  2:22 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Olof Johansson, Arnd Bergmann, Kevin Hilman, Krzysztof Kozlowski

Dear Kukjin,

DTS related changes for 4.4.

Description along with a tag.
You can find them also on the lists with my reviewed-by.

Best regards,
Krzysztof


The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  https://github.com/krzk/linux.git tags/samsung-dt-4.4

for you to fetch changes up to 01dd011b7a0230a426a79475ae452298421a16e4:

  ARM: dts: exynos4412-trats2: remove regulator-compatible usage (2015-09-30 09:03:03 +0900)

----------------------------------------------------------------
Device Tree improvements for Exynos based boards:
1. Enable DMA on Exynos4 serial ports. This old patch uncovered
   a number of other issues in dmaengine and samsung serial driver.
   All of known issues are resolved so finally enable the DMA for UART.
2. Fix incorrect location of display-timings node (FIMD->DP node).
3. Minor cleanups.

----------------------------------------------------------------
Javier Martinez Canillas (1):
      ARM: dts: exynos4412-trats2: remove regulator-compatible usage

Robert Baldyga (1):
      ARM: dts: Add DMA support for serial ports in exynos4

Sean Paul (1):
      ARM: dts: Move display-timings node from fimd to dp on Exynos

Tobias Jakobi (2):
      ARM: dts: Remove redundant pinctrl settings in exynos4412-odroid
      ARM: dts: Unify voltage regulator style in exynos4412-odroid

Vladimir Zapolskiy (1):
      ARM: dts: Fix cpu compatible value for s3c2416

 arch/arm/boot/dts/exynos4.dtsi                  |   8 ++
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi |  12 +--
 arch/arm/boot/dts/exynos4412-trats2.dts         | 105 ++++++++----------------
 arch/arm/boot/dts/exynos5250-arndale.dts        |   8 +-
 arch/arm/boot/dts/exynos5250-smdk5250.dts       |  16 ++--
 arch/arm/boot/dts/exynos5420-smdk5420.dts       |   7 +-
 arch/arm/boot/dts/s3c2416.dtsi                  |   2 +-
 7 files changed, 62 insertions(+), 96 deletions(-)

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

* [GIT PULL] ARM: dts: Exynos improvements for 4.4
@ 2015-09-30  2:22   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2015-09-30  2:22 UTC (permalink / raw)
  To: linux-arm-kernel

Dear Kukjin,

DTS related changes for 4.4.

Description along with a tag.
You can find them also on the lists with my reviewed-by.

Best regards,
Krzysztof


The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  https://github.com/krzk/linux.git tags/samsung-dt-4.4

for you to fetch changes up to 01dd011b7a0230a426a79475ae452298421a16e4:

  ARM: dts: exynos4412-trats2: remove regulator-compatible usage (2015-09-30 09:03:03 +0900)

----------------------------------------------------------------
Device Tree improvements for Exynos based boards:
1. Enable DMA on Exynos4 serial ports. This old patch uncovered
   a number of other issues in dmaengine and samsung serial driver.
   All of known issues are resolved so finally enable the DMA for UART.
2. Fix incorrect location of display-timings node (FIMD->DP node).
3. Minor cleanups.

----------------------------------------------------------------
Javier Martinez Canillas (1):
      ARM: dts: exynos4412-trats2: remove regulator-compatible usage

Robert Baldyga (1):
      ARM: dts: Add DMA support for serial ports in exynos4

Sean Paul (1):
      ARM: dts: Move display-timings node from fimd to dp on Exynos

Tobias Jakobi (2):
      ARM: dts: Remove redundant pinctrl settings in exynos4412-odroid
      ARM: dts: Unify voltage regulator style in exynos4412-odroid

Vladimir Zapolskiy (1):
      ARM: dts: Fix cpu compatible value for s3c2416

 arch/arm/boot/dts/exynos4.dtsi                  |   8 ++
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi |  12 +--
 arch/arm/boot/dts/exynos4412-trats2.dts         | 105 ++++++++----------------
 arch/arm/boot/dts/exynos5250-arndale.dts        |   8 +-
 arch/arm/boot/dts/exynos5250-smdk5250.dts       |  16 ++--
 arch/arm/boot/dts/exynos5420-smdk5420.dts       |   7 +-
 arch/arm/boot/dts/s3c2416.dtsi                  |   2 +-
 7 files changed, 62 insertions(+), 96 deletions(-)

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

* [GIT PULL] arm64: dts: Exynos ARMv8 improvements for 4.4
  2015-09-30  2:22 ` Krzysztof Kozlowski
@ 2015-09-30  2:22   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2015-09-30  2:22 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Olof Johansson, Arnd Bergmann, Kevin Hilman, Krzysztof Kozlowski

Dear Kukjin,

One ARMv8 DTS change for 4.4.

Best regards,
Krzysztof

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  https://github.com/krzk/linux.git tags/samsung-dt64-4.4

for you to fetch changes up to 235c8e96f54a76bee201a7c86620c351a30b1ac6:

  arm64: dts: Add BUS1 instance pinctrl support for exynos7 (2015-09-16 09:03:09 +0900)

----------------------------------------------------------------
Device Tree improvements for Exynos ARMv8 based boards:
1. Add a BUS1 instance pinctrl for Exynos7 SoC.

----------------------------------------------------------------
Alim Akhtar (1):
      arm64: dts: Add BUS1 instance pinctrl support for exynos7

 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 103 ++++++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos7.dtsi         |   7 ++
 2 files changed, 110 insertions(+)

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

* [GIT PULL] arm64: dts: Exynos ARMv8 improvements for 4.4
@ 2015-09-30  2:22   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2015-09-30  2:22 UTC (permalink / raw)
  To: linux-arm-kernel

Dear Kukjin,

One ARMv8 DTS change for 4.4.

Best regards,
Krzysztof

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  https://github.com/krzk/linux.git tags/samsung-dt64-4.4

for you to fetch changes up to 235c8e96f54a76bee201a7c86620c351a30b1ac6:

  arm64: dts: Add BUS1 instance pinctrl support for exynos7 (2015-09-16 09:03:09 +0900)

----------------------------------------------------------------
Device Tree improvements for Exynos ARMv8 based boards:
1. Add a BUS1 instance pinctrl for Exynos7 SoC.

----------------------------------------------------------------
Alim Akhtar (1):
      arm64: dts: Add BUS1 instance pinctrl support for exynos7

 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 103 ++++++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos7.dtsi         |   7 ++
 2 files changed, 110 insertions(+)

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

* RE: [GIT PULL] ARM: dts: Exynos improvements for 4.4
  2015-09-30  2:22   ` Krzysztof Kozlowski
@ 2015-10-06  1:42     ` Kukjin Kim
  -1 siblings, 0 replies; 16+ messages in thread
From: Kukjin Kim @ 2015-10-06  1:42 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Kukjin Kim'
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel,
	'Olof Johansson', 'Arnd Bergmann',
	'Kevin Hilman'

Krzysztof Kozlowski wrote:
> 
> Dear Kukjin,
> 
Hi,

> DTS related changes for 4.4.
> 
> Description along with a tag.
> You can find them also on the lists with my reviewed-by.
> 
I have small comments. Then I could just pull your branch...

> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
> 
>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/krzk/linux.git tags/samsung-dt-4.4
> 
> for you to fetch changes up to 01dd011b7a0230a426a79475ae452298421a16e4:
> 
>   ARM: dts: exynos4412-trats2: remove regulator-compatible usage (2015-09-30 09:03:03 +0900)
> 
> ----------------------------------------------------------------
> Device Tree improvements for Exynos based boards:
> 1. Enable DMA on Exynos4 serial ports. This old patch uncovered
>    a number of other issues in dmaengine and samsung serial driver.
>    All of known issues are resolved so finally enable the DMA for UART.
> 2. Fix incorrect location of display-timings node (FIMD->DP node).
> 3. Minor cleanups.
> 
> ----------------------------------------------------------------
> Javier Martinez Canillas (1):
>       ARM: dts: exynos4412-trats2: remove regulator-compatible usage

Can you please move the dt name at the end of subject like others?

> 
> Robert Baldyga (1):
>       ARM: dts: Add DMA support for serial ports in exynos4
> 
> Sean Paul (1):
>       ARM: dts: Move display-timings node from fimd to dp on Exynos

For all of exynos? If not, please specify the dt file in subject so that we
could realize what has been updated.

> 
> Tobias Jakobi (2):
>       ARM: dts: Remove redundant pinctrl settings in exynos4412-odroid
>       ARM: dts: Unify voltage regulator style in exynos4412-odroid
> 
> Vladimir Zapolskiy (1):
>       ARM: dts: Fix cpu compatible value for s3c2416
> 
>  arch/arm/boot/dts/exynos4.dtsi                  |   8 ++
>  arch/arm/boot/dts/exynos4412-odroid-common.dtsi |  12 +--
>  arch/arm/boot/dts/exynos4412-trats2.dts         | 105 ++++++++----------------
>  arch/arm/boot/dts/exynos5250-arndale.dts        |   8 +-
>  arch/arm/boot/dts/exynos5250-smdk5250.dts       |  16 ++--
>  arch/arm/boot/dts/exynos5420-smdk5420.dts       |   7 +-
>  arch/arm/boot/dts/s3c2416.dtsi                  |   2 +-
>  7 files changed, 62 insertions(+), 96 deletions(-)

- Kukjin


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

* [GIT PULL] ARM: dts: Exynos improvements for 4.4
@ 2015-10-06  1:42     ` Kukjin Kim
  0 siblings, 0 replies; 16+ messages in thread
From: Kukjin Kim @ 2015-10-06  1:42 UTC (permalink / raw)
  To: linux-arm-kernel

Krzysztof Kozlowski wrote:
> 
> Dear Kukjin,
> 
Hi,

> DTS related changes for 4.4.
> 
> Description along with a tag.
> You can find them also on the lists with my reviewed-by.
> 
I have small comments. Then I could just pull your branch...

> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
> 
>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/krzk/linux.git tags/samsung-dt-4.4
> 
> for you to fetch changes up to 01dd011b7a0230a426a79475ae452298421a16e4:
> 
>   ARM: dts: exynos4412-trats2: remove regulator-compatible usage (2015-09-30 09:03:03 +0900)
> 
> ----------------------------------------------------------------
> Device Tree improvements for Exynos based boards:
> 1. Enable DMA on Exynos4 serial ports. This old patch uncovered
>    a number of other issues in dmaengine and samsung serial driver.
>    All of known issues are resolved so finally enable the DMA for UART.
> 2. Fix incorrect location of display-timings node (FIMD->DP node).
> 3. Minor cleanups.
> 
> ----------------------------------------------------------------
> Javier Martinez Canillas (1):
>       ARM: dts: exynos4412-trats2: remove regulator-compatible usage

Can you please move the dt name at the end of subject like others?

> 
> Robert Baldyga (1):
>       ARM: dts: Add DMA support for serial ports in exynos4
> 
> Sean Paul (1):
>       ARM: dts: Move display-timings node from fimd to dp on Exynos

For all of exynos? If not, please specify the dt file in subject so that we
could realize what has been updated.

> 
> Tobias Jakobi (2):
>       ARM: dts: Remove redundant pinctrl settings in exynos4412-odroid
>       ARM: dts: Unify voltage regulator style in exynos4412-odroid
> 
> Vladimir Zapolskiy (1):
>       ARM: dts: Fix cpu compatible value for s3c2416
> 
>  arch/arm/boot/dts/exynos4.dtsi                  |   8 ++
>  arch/arm/boot/dts/exynos4412-odroid-common.dtsi |  12 +--
>  arch/arm/boot/dts/exynos4412-trats2.dts         | 105 ++++++++----------------
>  arch/arm/boot/dts/exynos5250-arndale.dts        |   8 +-
>  arch/arm/boot/dts/exynos5250-smdk5250.dts       |  16 ++--
>  arch/arm/boot/dts/exynos5420-smdk5420.dts       |   7 +-
>  arch/arm/boot/dts/s3c2416.dtsi                  |   2 +-
>  7 files changed, 62 insertions(+), 96 deletions(-)

- Kukjin

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

* Re: [GIT PULL] ARM: dts: Exynos improvements for 4.4
  2015-10-06  1:42     ` Kukjin Kim
@ 2015-10-06  1:43       ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2015-10-06  1:43 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel,
	'Olof Johansson', 'Arnd Bergmann',
	'Kevin Hilman'

On 06.10.2015 10:42, Kukjin Kim wrote:
> Krzysztof Kozlowski wrote:
>>
>> Dear Kukjin,
>>
> Hi,
> 
>> DTS related changes for 4.4.
>>
>> Description along with a tag.
>> You can find them also on the lists with my reviewed-by.
>>
> I have small comments. Then I could just pull your branch...
> 
>> Best regards,
>> Krzysztof
>>
>>
>> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
>>
>>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
>>
>> are available in the git repository at:
>>
>>   https://github.com/krzk/linux.git tags/samsung-dt-4.4
>>
>> for you to fetch changes up to 01dd011b7a0230a426a79475ae452298421a16e4:
>>
>>   ARM: dts: exynos4412-trats2: remove regulator-compatible usage (2015-09-30 09:03:03 +0900)
>>
>> ----------------------------------------------------------------
>> Device Tree improvements for Exynos based boards:
>> 1. Enable DMA on Exynos4 serial ports. This old patch uncovered
>>    a number of other issues in dmaengine and samsung serial driver.
>>    All of known issues are resolved so finally enable the DMA for UART.
>> 2. Fix incorrect location of display-timings node (FIMD->DP node).
>> 3. Minor cleanups.
>>
>> ----------------------------------------------------------------
>> Javier Martinez Canillas (1):
>>       ARM: dts: exynos4412-trats2: remove regulator-compatible usage
> 
> Can you please move the dt name at the end of subject like others?

Ok

> 
>>
>> Robert Baldyga (1):
>>       ARM: dts: Add DMA support for serial ports in exynos4
>>
>> Sean Paul (1):
>>       ARM: dts: Move display-timings node from fimd to dp on Exynos
> 
> For all of exynos? If not, please specify the dt file in subject so that we
> could realize what has been updated.

Sure, I'll fix it and resend pull request.

Best regards,
Krzysztof


> 
>>
>> Tobias Jakobi (2):
>>       ARM: dts: Remove redundant pinctrl settings in exynos4412-odroid
>>       ARM: dts: Unify voltage regulator style in exynos4412-odroid
>>
>> Vladimir Zapolskiy (1):
>>       ARM: dts: Fix cpu compatible value for s3c2416
>>
>>  arch/arm/boot/dts/exynos4.dtsi                  |   8 ++
>>  arch/arm/boot/dts/exynos4412-odroid-common.dtsi |  12 +--
>>  arch/arm/boot/dts/exynos4412-trats2.dts         | 105 ++++++++----------------
>>  arch/arm/boot/dts/exynos5250-arndale.dts        |   8 +-
>>  arch/arm/boot/dts/exynos5250-smdk5250.dts       |  16 ++--
>>  arch/arm/boot/dts/exynos5420-smdk5420.dts       |   7 +-
>>  arch/arm/boot/dts/s3c2416.dtsi                  |   2 +-
>>  7 files changed, 62 insertions(+), 96 deletions(-)
> 
> - Kukjin
> 
> 


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

* [GIT PULL] ARM: dts: Exynos improvements for 4.4
@ 2015-10-06  1:43       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2015-10-06  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

On 06.10.2015 10:42, Kukjin Kim wrote:
> Krzysztof Kozlowski wrote:
>>
>> Dear Kukjin,
>>
> Hi,
> 
>> DTS related changes for 4.4.
>>
>> Description along with a tag.
>> You can find them also on the lists with my reviewed-by.
>>
> I have small comments. Then I could just pull your branch...
> 
>> Best regards,
>> Krzysztof
>>
>>
>> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
>>
>>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
>>
>> are available in the git repository at:
>>
>>   https://github.com/krzk/linux.git tags/samsung-dt-4.4
>>
>> for you to fetch changes up to 01dd011b7a0230a426a79475ae452298421a16e4:
>>
>>   ARM: dts: exynos4412-trats2: remove regulator-compatible usage (2015-09-30 09:03:03 +0900)
>>
>> ----------------------------------------------------------------
>> Device Tree improvements for Exynos based boards:
>> 1. Enable DMA on Exynos4 serial ports. This old patch uncovered
>>    a number of other issues in dmaengine and samsung serial driver.
>>    All of known issues are resolved so finally enable the DMA for UART.
>> 2. Fix incorrect location of display-timings node (FIMD->DP node).
>> 3. Minor cleanups.
>>
>> ----------------------------------------------------------------
>> Javier Martinez Canillas (1):
>>       ARM: dts: exynos4412-trats2: remove regulator-compatible usage
> 
> Can you please move the dt name at the end of subject like others?

Ok

> 
>>
>> Robert Baldyga (1):
>>       ARM: dts: Add DMA support for serial ports in exynos4
>>
>> Sean Paul (1):
>>       ARM: dts: Move display-timings node from fimd to dp on Exynos
> 
> For all of exynos? If not, please specify the dt file in subject so that we
> could realize what has been updated.

Sure, I'll fix it and resend pull request.

Best regards,
Krzysztof


> 
>>
>> Tobias Jakobi (2):
>>       ARM: dts: Remove redundant pinctrl settings in exynos4412-odroid
>>       ARM: dts: Unify voltage regulator style in exynos4412-odroid
>>
>> Vladimir Zapolskiy (1):
>>       ARM: dts: Fix cpu compatible value for s3c2416
>>
>>  arch/arm/boot/dts/exynos4.dtsi                  |   8 ++
>>  arch/arm/boot/dts/exynos4412-odroid-common.dtsi |  12 +--
>>  arch/arm/boot/dts/exynos4412-trats2.dts         | 105 ++++++++----------------
>>  arch/arm/boot/dts/exynos5250-arndale.dts        |   8 +-
>>  arch/arm/boot/dts/exynos5250-smdk5250.dts       |  16 ++--
>>  arch/arm/boot/dts/exynos5420-smdk5420.dts       |   7 +-
>>  arch/arm/boot/dts/s3c2416.dtsi                  |   2 +-
>>  7 files changed, 62 insertions(+), 96 deletions(-)
> 
> - Kukjin
> 
> 

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

* RE: [GIT PULL] arm64: dts: Exynos ARMv8 improvements for 4.4
  2015-09-30  2:22   ` Krzysztof Kozlowski
@ 2015-10-06  1:47     ` Kukjin Kim
  -1 siblings, 0 replies; 16+ messages in thread
From: Kukjin Kim @ 2015-10-06  1:47 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Kukjin Kim'
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel,
	'Olof Johansson', 'Arnd Bergmann',
	'Kevin Hilman'

Krzysztof Kozlowski wrote:
> 
> Dear Kukjin,
> 
> One ARMv8 DTS change for 4.4.
> 
> Best regards,
> Krzysztof
> 
> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
> 
>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/krzk/linux.git tags/samsung-dt64-4.4
> 
> for you to fetch changes up to 235c8e96f54a76bee201a7c86620c351a30b1ac6:
> 
>   arm64: dts: Add BUS1 instance pinctrl support for exynos7 (2015-09-16 09:03:09 +0900)
> 
> ----------------------------------------------------------------
> Device Tree improvements for Exynos ARMv8 based boards:
> 1. Add a BUS1 instance pinctrl for Exynos7 SoC.
> 
> ----------------------------------------------------------------
> Alim Akhtar (1):
>       arm64: dts: Add BUS1 instance pinctrl support for exynos7
> 
>  arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 103 ++++++++++++++++++++++++
>  arch/arm64/boot/dts/exynos/exynos7.dtsi         |   7 ++
>  2 files changed, 110 insertions(+)

Looks good to me. Since just one patch in this pull-request if you don't mind,
let me take the patch directly with your signed-off.

- Kukjin


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

* [GIT PULL] arm64: dts: Exynos ARMv8 improvements for 4.4
@ 2015-10-06  1:47     ` Kukjin Kim
  0 siblings, 0 replies; 16+ messages in thread
From: Kukjin Kim @ 2015-10-06  1:47 UTC (permalink / raw)
  To: linux-arm-kernel

Krzysztof Kozlowski wrote:
> 
> Dear Kukjin,
> 
> One ARMv8 DTS change for 4.4.
> 
> Best regards,
> Krzysztof
> 
> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
> 
>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/krzk/linux.git tags/samsung-dt64-4.4
> 
> for you to fetch changes up to 235c8e96f54a76bee201a7c86620c351a30b1ac6:
> 
>   arm64: dts: Add BUS1 instance pinctrl support for exynos7 (2015-09-16 09:03:09 +0900)
> 
> ----------------------------------------------------------------
> Device Tree improvements for Exynos ARMv8 based boards:
> 1. Add a BUS1 instance pinctrl for Exynos7 SoC.
> 
> ----------------------------------------------------------------
> Alim Akhtar (1):
>       arm64: dts: Add BUS1 instance pinctrl support for exynos7
> 
>  arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 103 ++++++++++++++++++++++++
>  arch/arm64/boot/dts/exynos/exynos7.dtsi         |   7 ++
>  2 files changed, 110 insertions(+)

Looks good to me. Since just one patch in this pull-request if you don't mind,
let me take the patch directly with your signed-off.

- Kukjin

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

* Re: [GIT PULL] arm64: dts: Exynos ARMv8 improvements for 4.4
  2015-10-06  1:47     ` Kukjin Kim
@ 2015-10-06  1:48       ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2015-10-06  1:48 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel,
	'Olof Johansson', 'Arnd Bergmann',
	'Kevin Hilman'

On 06.10.2015 10:47, Kukjin Kim wrote:
> Krzysztof Kozlowski wrote:
>>
>> Dear Kukjin,
>>
>> One ARMv8 DTS change for 4.4.
>>
>> Best regards,
>> Krzysztof
>>
>> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
>>
>>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
>>
>> are available in the git repository at:
>>
>>   https://github.com/krzk/linux.git tags/samsung-dt64-4.4
>>
>> for you to fetch changes up to 235c8e96f54a76bee201a7c86620c351a30b1ac6:
>>
>>   arm64: dts: Add BUS1 instance pinctrl support for exynos7 (2015-09-16 09:03:09 +0900)
>>
>> ----------------------------------------------------------------
>> Device Tree improvements for Exynos ARMv8 based boards:
>> 1. Add a BUS1 instance pinctrl for Exynos7 SoC.
>>
>> ----------------------------------------------------------------
>> Alim Akhtar (1):
>>       arm64: dts: Add BUS1 instance pinctrl support for exynos7
>>
>>  arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 103 ++++++++++++++++++++++++
>>  arch/arm64/boot/dts/exynos/exynos7.dtsi         |   7 ++
>>  2 files changed, 110 insertions(+)
> 
> Looks good to me. Since just one patch in this pull-request if you don't mind,
> let me take the patch directly with your signed-off.

Of course, thanks!

Best regards,
Krzysztof


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

* [GIT PULL] arm64: dts: Exynos ARMv8 improvements for 4.4
@ 2015-10-06  1:48       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2015-10-06  1:48 UTC (permalink / raw)
  To: linux-arm-kernel

On 06.10.2015 10:47, Kukjin Kim wrote:
> Krzysztof Kozlowski wrote:
>>
>> Dear Kukjin,
>>
>> One ARMv8 DTS change for 4.4.
>>
>> Best regards,
>> Krzysztof
>>
>> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
>>
>>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
>>
>> are available in the git repository at:
>>
>>   https://github.com/krzk/linux.git tags/samsung-dt64-4.4
>>
>> for you to fetch changes up to 235c8e96f54a76bee201a7c86620c351a30b1ac6:
>>
>>   arm64: dts: Add BUS1 instance pinctrl support for exynos7 (2015-09-16 09:03:09 +0900)
>>
>> ----------------------------------------------------------------
>> Device Tree improvements for Exynos ARMv8 based boards:
>> 1. Add a BUS1 instance pinctrl for Exynos7 SoC.
>>
>> ----------------------------------------------------------------
>> Alim Akhtar (1):
>>       arm64: dts: Add BUS1 instance pinctrl support for exynos7
>>
>>  arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 103 ++++++++++++++++++++++++
>>  arch/arm64/boot/dts/exynos/exynos7.dtsi         |   7 ++
>>  2 files changed, 110 insertions(+)
> 
> Looks good to me. Since just one patch in this pull-request if you don't mind,
> let me take the patch directly with your signed-off.

Of course, thanks!

Best regards,
Krzysztof

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

* Re: [GIT PULL] ARM: defconfig: Exynos improvements for 4.4
  2015-09-30  2:22 ` Krzysztof Kozlowski
@ 2015-10-12 20:09   ` Kukjin Kim
  -1 siblings, 0 replies; 16+ messages in thread
From: Kukjin Kim @ 2015-10-12 20:09 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Kukjin Kim, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Olof Johansson, Arnd Bergmann, Kevin Hilman

On 09/30/15 11:22, Krzysztof Kozlowski wrote:
> Dear Kukjin,
> 
> Few defconfig related changes for 4.4.
> 
> Description along with a tag.
> You can find them also on the lists with my reviewed-by.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
> 
>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/krzk/linux.git tags/samsung-defconfig-4.4
> 
> for you to fetch changes up to 7fa5ce4e6fcb4596761c17e124e7d1f8cf64fe96:
> 
>   ARM: exynos_defconfig: Disable simplefb support (2015-09-13 19:25:39 +0900)
> 
> ----------------------------------------------------------------
> Defconfig changes around Exynos based boards:
> 1. Enable DWC2 USB driver for exynos and multi_v7 defconfigs.
>    The driver is present on Exynos and Rockhip boards. Enabling also
>    ethernet gadget allows betwork communication with the device.
> 2. Enable LEDS for Odroid XU3/XU4 family boards (provides simple
>    monitoring of the board).
> 3. Disable the simplefb driver because in certain situations (when
>    U-boot injects simplefb bindings into DTB) it may break display.
> 
> ----------------------------------------------------------------
> Anand Moon (1):
>       ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4
> 
> Javier Martinez Canillas (1):
>       ARM: exynos_defconfig: Disable simplefb support
> 
> Marek Szyprowski (2):
>       ARM: exynos_defconfig: Enable DWC2 USB driver and USB ethernet gadget
>       ARM: multi_v7_defconfig: Enable DWC2 USB driver and USB ethernet gadget
> 
>  arch/arm/configs/exynos_defconfig   | 9 ++++++++-
>  arch/arm/configs/multi_v7_defconfig | 2 ++
>  2 files changed, 10 insertions(+), 1 deletion(-)

Pulled, thanks.

- Kukjin

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

* [GIT PULL] ARM: defconfig: Exynos improvements for 4.4
@ 2015-10-12 20:09   ` Kukjin Kim
  0 siblings, 0 replies; 16+ messages in thread
From: Kukjin Kim @ 2015-10-12 20:09 UTC (permalink / raw)
  To: linux-arm-kernel

On 09/30/15 11:22, Krzysztof Kozlowski wrote:
> Dear Kukjin,
> 
> Few defconfig related changes for 4.4.
> 
> Description along with a tag.
> You can find them also on the lists with my reviewed-by.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
> 
>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/krzk/linux.git tags/samsung-defconfig-4.4
> 
> for you to fetch changes up to 7fa5ce4e6fcb4596761c17e124e7d1f8cf64fe96:
> 
>   ARM: exynos_defconfig: Disable simplefb support (2015-09-13 19:25:39 +0900)
> 
> ----------------------------------------------------------------
> Defconfig changes around Exynos based boards:
> 1. Enable DWC2 USB driver for exynos and multi_v7 defconfigs.
>    The driver is present on Exynos and Rockhip boards. Enabling also
>    ethernet gadget allows betwork communication with the device.
> 2. Enable LEDS for Odroid XU3/XU4 family boards (provides simple
>    monitoring of the board).
> 3. Disable the simplefb driver because in certain situations (when
>    U-boot injects simplefb bindings into DTB) it may break display.
> 
> ----------------------------------------------------------------
> Anand Moon (1):
>       ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4
> 
> Javier Martinez Canillas (1):
>       ARM: exynos_defconfig: Disable simplefb support
> 
> Marek Szyprowski (2):
>       ARM: exynos_defconfig: Enable DWC2 USB driver and USB ethernet gadget
>       ARM: multi_v7_defconfig: Enable DWC2 USB driver and USB ethernet gadget
> 
>  arch/arm/configs/exynos_defconfig   | 9 ++++++++-
>  arch/arm/configs/multi_v7_defconfig | 2 ++
>  2 files changed, 10 insertions(+), 1 deletion(-)

Pulled, thanks.

- Kukjin

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

end of thread, other threads:[~2015-10-12 20:09 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-30  2:22 [GIT PULL] ARM: defconfig: Exynos improvements for 4.4 Krzysztof Kozlowski
2015-09-30  2:22 ` Krzysztof Kozlowski
2015-09-30  2:22 ` [GIT PULL] ARM: dts: " Krzysztof Kozlowski
2015-09-30  2:22   ` Krzysztof Kozlowski
2015-10-06  1:42   ` Kukjin Kim
2015-10-06  1:42     ` Kukjin Kim
2015-10-06  1:43     ` Krzysztof Kozlowski
2015-10-06  1:43       ` Krzysztof Kozlowski
2015-09-30  2:22 ` [GIT PULL] arm64: dts: Exynos ARMv8 " Krzysztof Kozlowski
2015-09-30  2:22   ` Krzysztof Kozlowski
2015-10-06  1:47   ` Kukjin Kim
2015-10-06  1:47     ` Kukjin Kim
2015-10-06  1:48     ` Krzysztof Kozlowski
2015-10-06  1:48       ` Krzysztof Kozlowski
2015-10-12 20:09 ` [GIT PULL] ARM: defconfig: Exynos " Kukjin Kim
2015-10-12 20:09   ` Kukjin Kim

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.