All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: Olof Johansson <olof@lixom.net>
Cc: Kukjin Kim <kgene@kernel.org>,
	arm@kernel.org, Arnd Bergmann <arnd@arndb.de>,
	Kevin Hilman <khilman@linaro.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>
Subject: [GIT PULL RE-SEND] Samsung fixes for v3.19
Date: Thu, 15 Jan 2015 00:05:18 +0900	[thread overview]
Message-ID: <54B685AE.5080508@kernel.org> (raw)
In-Reply-To: <20150112221131.GC22090@quad.lixom.net>

Hi,

Oops, it's totally my fault and mistake. Actually my git command for
pull-request was correct but the git tool was old version :-( because
there are two git in my laptop, anyway sorry for that and I'm resending
with signed tag has been created before.

Please pull if you're OK with my comments on your questions below.


The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

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

for you to fetch changes up to 26d13bf77b8e59adf4953577ba48e1903545bf7f:

  ARM: exynos_defconfig: Enable LM90 driver (2015-01-12 17:16:32 +0900)

----------------------------------------------------------------
Samsung fixes for v3.19
- exynos_defconfig: enable LM90 driver and display panel support
   - HWMON
   - SENSORS_LM90
   - Direct Rendering Manager (DRM)
   - DRM bridge registration and lookup framework
   - Parade ps8622/ps8625 eDP/LVDS bridge
   - NXP ptn3460 eDP/LVDS bridge
   - Exynos Fully Interactive Mobile Display controller (FIMD)
   - Panel registration and lookup framework
   - Simple panels
   - Backlight & LCD device support

- use pmu_system_controller phandle for dp phy
  : DP PHY requires pmu_system_controller to handle PMU reg. now

----------------------------------------------------------------
Andreas Faerber (1):
      ARM: exynos_defconfig: Enable LM90 driver

Javier Martinez Canillas (1):
      ARM: exynos_defconfig: Enable options for display panel support

Vivek Gautam (1):
      arm: dts: Use pmu_system_controller phandle for dp phy

 arch/arm/boot/dts/exynos5250.dtsi |  2 +-
 arch/arm/boot/dts/exynos5420.dtsi |  4 ++--
 arch/arm/configs/exynos_defconfig | 18 +++++++++++++++++-
 3 files changed, 20 insertions(+), 4 deletions(-)

On 01/13/15 07:11, Olof Johansson wrote:
> Hi,
> 
> On Mon, Jan 12, 2015 at 05:26:56PM +0900, Kukjin Kim wrote:
>> Hi Arnd, Olof, Kevin
>>
>> Please pull samsung fixes for v3.19.
>>
>> Thanks,
>> Kukjin
>>
>> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
>>
>>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
>>
>> are available in the git repository at:
>>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
>> v3.19-samsung-fixes
>>
>> Andreas Faerber (1):
>>       ARM: exynos_defconfig: Enable LM90 driver
>>
>> Javier Martinez Canillas (1):
>>       ARM: exynos_defconfig: Enable options for display panel support
>>
>> Vivek Gautam (1):
>>       arm: dts: Use pmu_system_controller phandle for dp phy
>>
>>  arch/arm/boot/dts/exynos5250.dtsi |    2 +-
>>  arch/arm/boot/dts/exynos5420.dtsi |    4 ++--
>>  arch/arm/configs/exynos_defconfig |   18 +++++++++++++++++-
>>  3 files changed, 20 insertions(+), 4 deletions(-)
> 
> Please write a tag description and sign it. You used to do this, why stop?
> 
> Also, you're not explaining what these patches fixes. I can see the usefulness
> in the display configuration options, but I'm less sure why 3.19 needs the LM90
> driver if it's just for consistency?
> 
Yeah it could be but I think, updating defconfig would be helpful
anytime if possible.

> Finally, please explain why pmu breaks. Sounds like an incompatible binding
> change?

Yes, correct so it is required even though the change has been done in
v3.18 not v3.19...commit a5ec59865025 (phy: exynos-dp-video: Use syscon
support to control pmu register)

Thanks,
Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL RE-SEND] Samsung fixes for v3.19
Date: Thu, 15 Jan 2015 00:05:18 +0900	[thread overview]
Message-ID: <54B685AE.5080508@kernel.org> (raw)
In-Reply-To: <20150112221131.GC22090@quad.lixom.net>

Hi,

Oops, it's totally my fault and mistake. Actually my git command for
pull-request was correct but the git tool was old version :-( because
there are two git in my laptop, anyway sorry for that and I'm resending
with signed tag has been created before.

Please pull if you're OK with my comments on your questions below.


The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

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

for you to fetch changes up to 26d13bf77b8e59adf4953577ba48e1903545bf7f:

  ARM: exynos_defconfig: Enable LM90 driver (2015-01-12 17:16:32 +0900)

----------------------------------------------------------------
Samsung fixes for v3.19
- exynos_defconfig: enable LM90 driver and display panel support
   - HWMON
   - SENSORS_LM90
   - Direct Rendering Manager (DRM)
   - DRM bridge registration and lookup framework
   - Parade ps8622/ps8625 eDP/LVDS bridge
   - NXP ptn3460 eDP/LVDS bridge
   - Exynos Fully Interactive Mobile Display controller (FIMD)
   - Panel registration and lookup framework
   - Simple panels
   - Backlight & LCD device support

- use pmu_system_controller phandle for dp phy
  : DP PHY requires pmu_system_controller to handle PMU reg. now

----------------------------------------------------------------
Andreas Faerber (1):
      ARM: exynos_defconfig: Enable LM90 driver

Javier Martinez Canillas (1):
      ARM: exynos_defconfig: Enable options for display panel support

Vivek Gautam (1):
      arm: dts: Use pmu_system_controller phandle for dp phy

 arch/arm/boot/dts/exynos5250.dtsi |  2 +-
 arch/arm/boot/dts/exynos5420.dtsi |  4 ++--
 arch/arm/configs/exynos_defconfig | 18 +++++++++++++++++-
 3 files changed, 20 insertions(+), 4 deletions(-)

On 01/13/15 07:11, Olof Johansson wrote:
> Hi,
> 
> On Mon, Jan 12, 2015 at 05:26:56PM +0900, Kukjin Kim wrote:
>> Hi Arnd, Olof, Kevin
>>
>> Please pull samsung fixes for v3.19.
>>
>> Thanks,
>> Kukjin
>>
>> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
>>
>>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
>>
>> are available in the git repository at:
>>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
>> v3.19-samsung-fixes
>>
>> Andreas Faerber (1):
>>       ARM: exynos_defconfig: Enable LM90 driver
>>
>> Javier Martinez Canillas (1):
>>       ARM: exynos_defconfig: Enable options for display panel support
>>
>> Vivek Gautam (1):
>>       arm: dts: Use pmu_system_controller phandle for dp phy
>>
>>  arch/arm/boot/dts/exynos5250.dtsi |    2 +-
>>  arch/arm/boot/dts/exynos5420.dtsi |    4 ++--
>>  arch/arm/configs/exynos_defconfig |   18 +++++++++++++++++-
>>  3 files changed, 20 insertions(+), 4 deletions(-)
> 
> Please write a tag description and sign it. You used to do this, why stop?
> 
> Also, you're not explaining what these patches fixes. I can see the usefulness
> in the display configuration options, but I'm less sure why 3.19 needs the LM90
> driver if it's just for consistency?
> 
Yeah it could be but I think, updating defconfig would be helpful
anytime if possible.

> Finally, please explain why pmu breaks. Sounds like an incompatible binding
> change?

Yes, correct so it is required even though the change has been done in
v3.18 not v3.19...commit a5ec59865025 (phy: exynos-dp-video: Use syscon
support to control pmu register)

Thanks,
Kukjin

  reply	other threads:[~2015-01-14 15:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-12  8:26 [GIT PULL] Samsung fixes for v3.19 Kukjin Kim
2015-01-12  8:26 ` Kukjin Kim
2015-01-12 22:11 ` Olof Johansson
2015-01-12 22:11   ` Olof Johansson
2015-01-14 15:05   ` Kukjin Kim [this message]
2015-01-14 15:05     ` [GIT PULL RE-SEND] " Kukjin Kim
2015-01-15 23:46     ` Olof Johansson
2015-01-15 23:46       ` Olof Johansson

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=54B685AE.5080508@kernel.org \
    --to=kgene@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=khilman@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    /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.