All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Samsung fixes for v4.3
@ 2015-10-05 22:57 ` Kukjin Kim
  0 siblings, 0 replies; 12+ messages in thread
From: Kukjin Kim @ 2015-10-05 22:57 UTC (permalink / raw)
  To: Arnd Bergmann, 'Olof Johansson', Kevin Hilman, arm
  Cc: linux-arm-kernel, linux-samsung-soc, Krzysztof Kozlowski

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

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

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-fixes

for you to fetch changes up to 4776dbb3583d10969f991cc89da781884c15979d:

  Merge tag 'samsung-fixes-4.3' of http://github.com/krzk/linux into
v4.3-samsung-fixes (2015-09-30 15:42:39 +0900)

----------------------------------------------------------------

Samsung fixes for v4.3

- fix invalid clock used for FIMD IOMMU
- fix thermal boot issue smdk5250-smdk5250
- fix S2R on exynos4412 trats2 boards
- fix LEDs on exynos5422-odroidxu3-common
- fix booting of all 8 cores on exynos542x

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
      ARM: dts: add suspend opp to exynos4412

Chanho Park (1):
      ARM: EXYNOS: reset Little cores when cpu is up

Joonyoung Shim (1):
      ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420

Krzysztof Kozlowski (1):
      ARM: dts: Fix LEDs on exynos5422-odroidxu3

Kukjin Kim (1):
      Merge tag 'samsung-fixes-4.3' of http://github.com/krzk/linux into
v4.3-samsung-fixes

Yadwinder Singh Brar (1):
      ARM: dts: Fix bootup thermal issue on smdk5250

 arch/arm/boot/dts/exynos4412.dtsi                  |  1 +
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |  1 +
 arch/arm/boot/dts/exynos5420.dtsi                  |  2 +-
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |  1 -
 arch/arm/mach-exynos/mcpm-exynos.c                 | 27
+++++++++++++++++++++-
 arch/arm/mach-exynos/regs-pmu.h                    |  6 +++++
 6 files changed, 35 insertions(+), 3 deletions(-)

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

* [GIT PULL] Samsung fixes for v4.3
@ 2015-10-05 22:57 ` Kukjin Kim
  0 siblings, 0 replies; 12+ messages in thread
From: Kukjin Kim @ 2015-10-05 22:57 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

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

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-fixes

for you to fetch changes up to 4776dbb3583d10969f991cc89da781884c15979d:

  Merge tag 'samsung-fixes-4.3' of http://github.com/krzk/linux into
v4.3-samsung-fixes (2015-09-30 15:42:39 +0900)

----------------------------------------------------------------

Samsung fixes for v4.3

- fix invalid clock used for FIMD IOMMU
- fix thermal boot issue smdk5250-smdk5250
- fix S2R on exynos4412 trats2 boards
- fix LEDs on exynos5422-odroidxu3-common
- fix booting of all 8 cores on exynos542x

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
      ARM: dts: add suspend opp to exynos4412

Chanho Park (1):
      ARM: EXYNOS: reset Little cores when cpu is up

Joonyoung Shim (1):
      ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420

Krzysztof Kozlowski (1):
      ARM: dts: Fix LEDs on exynos5422-odroidxu3

Kukjin Kim (1):
      Merge tag 'samsung-fixes-4.3' of http://github.com/krzk/linux into
v4.3-samsung-fixes

Yadwinder Singh Brar (1):
      ARM: dts: Fix bootup thermal issue on smdk5250

 arch/arm/boot/dts/exynos4412.dtsi                  |  1 +
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |  1 +
 arch/arm/boot/dts/exynos5420.dtsi                  |  2 +-
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |  1 -
 arch/arm/mach-exynos/mcpm-exynos.c                 | 27
+++++++++++++++++++++-
 arch/arm/mach-exynos/regs-pmu.h                    |  6 +++++
 6 files changed, 35 insertions(+), 3 deletions(-)

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

* Re: [GIT PULL] Samsung fixes for v4.3
  2015-10-05 22:57 ` Kukjin Kim
@ 2015-10-06 12:27   ` Arnd Bergmann
  -1 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2015-10-06 12:27 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: 'Olof Johansson',
	Kevin Hilman, arm, linux-arm-kernel, linux-samsung-soc,
	Krzysztof Kozlowski

On Tuesday 06 October 2015 07:57:33 Kukjin Kim wrote:
> Samsung fixes for v4.3
> 
> - fix invalid clock used for FIMD IOMMU
> - fix thermal boot issue smdk5250-smdk5250
> - fix S2R on exynos4412 trats2 boards
> - fix LEDs on exynos5422-odroidxu3-common
> - fix booting of all 8 cores on exynos542x
> 
> 

Pulled into fixes, thanks!

	Arnd

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

* [GIT PULL] Samsung fixes for v4.3
@ 2015-10-06 12:27   ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2015-10-06 12:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 06 October 2015 07:57:33 Kukjin Kim wrote:
> Samsung fixes for v4.3
> 
> - fix invalid clock used for FIMD IOMMU
> - fix thermal boot issue smdk5250-smdk5250
> - fix S2R on exynos4412 trats2 boards
> - fix LEDs on exynos5422-odroidxu3-common
> - fix booting of all 8 cores on exynos542x
> 
> 

Pulled into fixes, thanks!

	Arnd

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

* RE: [GIT PULL] Samsung fixes for v4.3
  2015-10-04 23:59     ` Krzysztof Kozlowski
@ 2015-10-05  1:36       ` Kukjin Kim
  -1 siblings, 0 replies; 12+ messages in thread
From: Kukjin Kim @ 2015-10-05  1:36 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:
> 
> On 30.09.2015 15:50, Kukjin Kim wrote:
> > On 09/30/15 08:59, Krzysztof Kozlowski wrote:
> >> Dear Kukjin,
> >>
> >> Below you will find fixes for current release cycle which are not
> >> present yet in your tree.
> >>
> >> 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-fixes-4.3
> >>
> >> for you to fetch changes up to c7d2ecd9f64c351cb4d551f1f472d0fc09c3cae8:
> >>
> >>   ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420 (2015-09-29 15:39:58 +0900)
> >>
> >> ----------------------------------------------------------------
> >> Fixes for Exynos (DT and mach code):
> >> 1. Finally fix booting of all 8 cores on Exynos Octa (Exynos542x): all
> >>    8 cores are booting and can be used. The fix, based on vendor
> >>    code and bootloader behavior, is as for time being only
> >>    for MCPM enabled path.
> >> 2. Fix thermal boot issue on SMDK5250.
> >> 3. Fix invalid clock used for FIMD IOMMU.
> >>
> > Pulled, thanks.
> >
> > Note it will be sent to upstream in a day.
> 
> A day extended to a week. Please do not hold the fixes but send them. If
> they reached Linus tree late and they required any further fix, then we
> would have less time for any updates.
> 
Sorry for the delay and it's my fault. I'll handle it tonight...

> The same applies for regular pull request for 4.4. For previous v4.3
> release many changes were too late (so they could even slip from 4.3 to
> 4.4). Can we just avoid such issues and send pull requests earlier?
> 
Krzysztof, I sent a pull request lately because of handling of cross-tree but I
don't think so it causes some missing because it was due to cross tree not only
mine. Please don't worry about that I'll handle it.

Anyway thanks for your gentle reminder.

- Kukjin


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

* [GIT PULL] Samsung fixes for v4.3
@ 2015-10-05  1:36       ` Kukjin Kim
  0 siblings, 0 replies; 12+ messages in thread
From: Kukjin Kim @ 2015-10-05  1:36 UTC (permalink / raw)
  To: linux-arm-kernel

Krzysztof Kozlowski wrote:
> 
> On 30.09.2015 15:50, Kukjin Kim wrote:
> > On 09/30/15 08:59, Krzysztof Kozlowski wrote:
> >> Dear Kukjin,
> >>
> >> Below you will find fixes for current release cycle which are not
> >> present yet in your tree.
> >>
> >> 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-fixes-4.3
> >>
> >> for you to fetch changes up to c7d2ecd9f64c351cb4d551f1f472d0fc09c3cae8:
> >>
> >>   ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420 (2015-09-29 15:39:58 +0900)
> >>
> >> ----------------------------------------------------------------
> >> Fixes for Exynos (DT and mach code):
> >> 1. Finally fix booting of all 8 cores on Exynos Octa (Exynos542x): all
> >>    8 cores are booting and can be used. The fix, based on vendor
> >>    code and bootloader behavior, is as for time being only
> >>    for MCPM enabled path.
> >> 2. Fix thermal boot issue on SMDK5250.
> >> 3. Fix invalid clock used for FIMD IOMMU.
> >>
> > Pulled, thanks.
> >
> > Note it will be sent to upstream in a day.
> 
> A day extended to a week. Please do not hold the fixes but send them. If
> they reached Linus tree late and they required any further fix, then we
> would have less time for any updates.
> 
Sorry for the delay and it's my fault. I'll handle it tonight...

> The same applies for regular pull request for 4.4. For previous v4.3
> release many changes were too late (so they could even slip from 4.3 to
> 4.4). Can we just avoid such issues and send pull requests earlier?
> 
Krzysztof, I sent a pull request lately because of handling of cross-tree but I
don't think so it causes some missing because it was due to cross tree not only
mine. Please don't worry about that I'll handle it.

Anyway thanks for your gentle reminder.

- Kukjin

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

* Re: [GIT PULL] Samsung fixes for v4.3
  2015-09-30  6:50   ` Kukjin Kim
@ 2015-10-04 23:59     ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2015-10-04 23:59 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Olof Johansson, Arnd Bergmann, Kevin Hilman

On 30.09.2015 15:50, Kukjin Kim wrote:
> On 09/30/15 08:59, Krzysztof Kozlowski wrote:
>> Dear Kukjin,
>>
>> Below you will find fixes for current release cycle which are not
>> present yet in your tree.
>>
>> 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-fixes-4.3
>>
>> for you to fetch changes up to c7d2ecd9f64c351cb4d551f1f472d0fc09c3cae8:
>>
>>   ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420 (2015-09-29 15:39:58 +0900)
>>
>> ----------------------------------------------------------------
>> Fixes for Exynos (DT and mach code):
>> 1. Finally fix booting of all 8 cores on Exynos Octa (Exynos542x): all
>>    8 cores are booting and can be used. The fix, based on vendor
>>    code and bootloader behavior, is as for time being only
>>    for MCPM enabled path.
>> 2. Fix thermal boot issue on SMDK5250.
>> 3. Fix invalid clock used for FIMD IOMMU.
>>
> Pulled, thanks.
> 
> Note it will be sent to upstream in a day.

A day extended to a week. Please do not hold the fixes but send them. If
they reached Linus tree late and they required any further fix, then we
would have less time for any updates.

The same applies for regular pull request for 4.4. For previous v4.3
release many changes were too late (so they could even slip from 4.3 to
4.4). Can we just avoid such issues and send pull requests earlier?

Best regards,
Krzysztof


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

* [GIT PULL] Samsung fixes for v4.3
@ 2015-10-04 23:59     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2015-10-04 23:59 UTC (permalink / raw)
  To: linux-arm-kernel

On 30.09.2015 15:50, Kukjin Kim wrote:
> On 09/30/15 08:59, Krzysztof Kozlowski wrote:
>> Dear Kukjin,
>>
>> Below you will find fixes for current release cycle which are not
>> present yet in your tree.
>>
>> 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-fixes-4.3
>>
>> for you to fetch changes up to c7d2ecd9f64c351cb4d551f1f472d0fc09c3cae8:
>>
>>   ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420 (2015-09-29 15:39:58 +0900)
>>
>> ----------------------------------------------------------------
>> Fixes for Exynos (DT and mach code):
>> 1. Finally fix booting of all 8 cores on Exynos Octa (Exynos542x): all
>>    8 cores are booting and can be used. The fix, based on vendor
>>    code and bootloader behavior, is as for time being only
>>    for MCPM enabled path.
>> 2. Fix thermal boot issue on SMDK5250.
>> 3. Fix invalid clock used for FIMD IOMMU.
>>
> Pulled, thanks.
> 
> Note it will be sent to upstream in a day.

A day extended to a week. Please do not hold the fixes but send them. If
they reached Linus tree late and they required any further fix, then we
would have less time for any updates.

The same applies for regular pull request for 4.4. For previous v4.3
release many changes were too late (so they could even slip from 4.3 to
4.4). Can we just avoid such issues and send pull requests earlier?

Best regards,
Krzysztof

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

* Re: [GIT PULL] Samsung fixes for v4.3
  2015-09-29 23:59 ` Krzysztof Kozlowski
@ 2015-09-30  6:50   ` Kukjin Kim
  -1 siblings, 0 replies; 12+ messages in thread
From: Kukjin Kim @ 2015-09-30  6:50 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 08:59, Krzysztof Kozlowski wrote:
> Dear Kukjin,
> 
> Below you will find fixes for current release cycle which are not
> present yet in your tree.
> 
> 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-fixes-4.3
> 
> for you to fetch changes up to c7d2ecd9f64c351cb4d551f1f472d0fc09c3cae8:
> 
>   ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420 (2015-09-29 15:39:58 +0900)
> 
> ----------------------------------------------------------------
> Fixes for Exynos (DT and mach code):
> 1. Finally fix booting of all 8 cores on Exynos Octa (Exynos542x): all
>    8 cores are booting and can be used. The fix, based on vendor
>    code and bootloader behavior, is as for time being only
>    for MCPM enabled path.
> 2. Fix thermal boot issue on SMDK5250.
> 3. Fix invalid clock used for FIMD IOMMU.
> 
Pulled, thanks.

Note it will be sent to upstream in a day.

- Kukjin

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

* [GIT PULL] Samsung fixes for v4.3
@ 2015-09-30  6:50   ` Kukjin Kim
  0 siblings, 0 replies; 12+ messages in thread
From: Kukjin Kim @ 2015-09-30  6:50 UTC (permalink / raw)
  To: linux-arm-kernel

On 09/30/15 08:59, Krzysztof Kozlowski wrote:
> Dear Kukjin,
> 
> Below you will find fixes for current release cycle which are not
> present yet in your tree.
> 
> 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-fixes-4.3
> 
> for you to fetch changes up to c7d2ecd9f64c351cb4d551f1f472d0fc09c3cae8:
> 
>   ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420 (2015-09-29 15:39:58 +0900)
> 
> ----------------------------------------------------------------
> Fixes for Exynos (DT and mach code):
> 1. Finally fix booting of all 8 cores on Exynos Octa (Exynos542x): all
>    8 cores are booting and can be used. The fix, based on vendor
>    code and bootloader behavior, is as for time being only
>    for MCPM enabled path.
> 2. Fix thermal boot issue on SMDK5250.
> 3. Fix invalid clock used for FIMD IOMMU.
> 
Pulled, thanks.

Note it will be sent to upstream in a day.

- Kukjin

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

* [GIT PULL] Samsung fixes for v4.3
@ 2015-09-29 23:59 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2015-09-29 23:59 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,

Below you will find fixes for current release cycle which are not
present yet in your tree.

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-fixes-4.3

for you to fetch changes up to c7d2ecd9f64c351cb4d551f1f472d0fc09c3cae8:

  ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420 (2015-09-29 15:39:58 +0900)

----------------------------------------------------------------
Fixes for Exynos (DT and mach code):
1. Finally fix booting of all 8 cores on Exynos Octa (Exynos542x): all
   8 cores are booting and can be used. The fix, based on vendor
   code and bootloader behavior, is as for time being only
   for MCPM enabled path.
2. Fix thermal boot issue on SMDK5250.
3. Fix invalid clock used for FIMD IOMMU.

----------------------------------------------------------------
Chanho Park (1):
      ARM: EXYNOS: reset Little cores when cpu is up

Joonyoung Shim (1):
      ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420

Yadwinder Singh Brar (1):
      ARM: dts: Fix bootup thermal issue on smdk5250

 arch/arm/boot/dts/exynos5250-smdk5250.dts |  1 +
 arch/arm/boot/dts/exynos5420.dtsi         |  2 +-
 arch/arm/mach-exynos/mcpm-exynos.c        | 27 ++++++++++++++++++++++++++-
 arch/arm/mach-exynos/regs-pmu.h           |  6 ++++++
 4 files changed, 34 insertions(+), 2 deletions(-)

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

* [GIT PULL] Samsung fixes for v4.3
@ 2015-09-29 23:59 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2015-09-29 23:59 UTC (permalink / raw)
  To: linux-arm-kernel


Dear Kukjin,

Below you will find fixes for current release cycle which are not
present yet in your tree.

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-fixes-4.3

for you to fetch changes up to c7d2ecd9f64c351cb4d551f1f472d0fc09c3cae8:

  ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420 (2015-09-29 15:39:58 +0900)

----------------------------------------------------------------
Fixes for Exynos (DT and mach code):
1. Finally fix booting of all 8 cores on Exynos Octa (Exynos542x): all
   8 cores are booting and can be used. The fix, based on vendor
   code and bootloader behavior, is as for time being only
   for MCPM enabled path.
2. Fix thermal boot issue on SMDK5250.
3. Fix invalid clock used for FIMD IOMMU.

----------------------------------------------------------------
Chanho Park (1):
      ARM: EXYNOS: reset Little cores when cpu is up

Joonyoung Shim (1):
      ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420

Yadwinder Singh Brar (1):
      ARM: dts: Fix bootup thermal issue on smdk5250

 arch/arm/boot/dts/exynos5250-smdk5250.dts |  1 +
 arch/arm/boot/dts/exynos5420.dtsi         |  2 +-
 arch/arm/mach-exynos/mcpm-exynos.c        | 27 ++++++++++++++++++++++++++-
 arch/arm/mach-exynos/regs-pmu.h           |  6 ++++++
 4 files changed, 34 insertions(+), 2 deletions(-)

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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-05 22:57 [GIT PULL] Samsung fixes for v4.3 Kukjin Kim
2015-10-05 22:57 ` Kukjin Kim
2015-10-06 12:27 ` Arnd Bergmann
2015-10-06 12:27   ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2015-09-29 23:59 Krzysztof Kozlowski
2015-09-29 23:59 ` Krzysztof Kozlowski
2015-09-30  6:50 ` Kukjin Kim
2015-09-30  6:50   ` Kukjin Kim
2015-10-04 23:59   ` Krzysztof Kozlowski
2015-10-04 23:59     ` Krzysztof Kozlowski
2015-10-05  1:36     ` Kukjin Kim
2015-10-05  1:36       ` 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.