public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL 2/4] Samsung devel-pd for v3.4
@ 2012-03-10 16:08 Kukjin Kim
  2012-03-10 18:05 ` Olof Johansson
  2012-03-14  0:53 ` Olof Johansson
  0 siblings, 2 replies; 6+ messages in thread
From: Kukjin Kim @ 2012-03-10 16:08 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

This is Generic Power Domain patches for EXYNOS. Basically, Thomas' 
patches, adding support Generic Power Domain patches are in Rafael's 
tree, linux-pm/linux-next and see below merge commit.
http://git.kernel.org/?p=linux/kernel/git/rafael/linux-pm.git;a=commit;h=dcaad77a8074b6de58e745546bc543d5538404f2
And this adds hooking up G2D and JPEG to Generic PD.

Please pull and here is my preferred resolution when merge this after 
next/board-samsung.

diff --cc arch/arm/mach-exynos/mach-universal_c210.c
index 3663aee,0262417..0b944eb
--- a/arch/arm/mach-exynos/mach-universal_c210.c
+++ b/arch/arm/mach-exynos/mach-universal_c210.c
@@@ -1053,10 -981,6 +1052,7 @@@ static struct platform_device *universa
         &s5p_device_mfc,
         &s5p_device_mfc_l,
         &s5p_device_mfc_r,
-       &exynos4_device_pd[PD_MFC],
-       &exynos4_device_pd[PD_LCD0],
-       &exynos4_device_pd[PD_CAM],
  +      &cam_vt_dio_fixed_reg_dev,
         &cam_i_core_fixed_reg_dev,
         &cam_s_if_fixed_reg_dev,
         &s5p_device_fimc_md,

If any problems, please kindly let me know.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d:

   Linux 3.3-rc6 (2012-03-03 17:08:09 -0800)

are available in the git repository at:
   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
next/devel-samsung-pd

Sachin Kamat (2):
       ARM: EXYNOS: Hook up G2D PD to generic PD infrastructure
       ARM: EXYNOS: Hook up JPEG PD to generic PD infrastructure

Thomas Abraham (2):
       PM / Domains: Add OF support
       ARM: EXYNOS: Hook up power domains to generic power domain 
infrastructure

  .../bindings/arm/exynos/power_domain.txt           |   21 ++
  arch/arm/mach-exynos/Kconfig                       |   10 +-
  arch/arm/mach-exynos/Makefile                      |    2 +-
  arch/arm/mach-exynos/dev-pd.c                      |  139 --------------
  arch/arm/mach-exynos/mach-nuri.c                   |   11 -
  arch/arm/mach-exynos/mach-origen.c                 |   14 --
  arch/arm/mach-exynos/mach-smdkv310.c               |   12 --
  arch/arm/mach-exynos/mach-universal_c210.c         |   17 --
  arch/arm/mach-exynos/pm_domains.c                  |  201 
++++++++++++++++++++
  drivers/base/power/domain.c                        |   32 +++
  include/linux/pm_domain.h                          |   12 ++
  11 files changed, 268 insertions(+), 203 deletions(-)
  create mode 100644 
Documentation/devicetree/bindings/arm/exynos/power_domain.txt
  delete mode 100644 arch/arm/mach-exynos/dev-pd.c
  create mode 100644 arch/arm/mach-exynos/pm_domains.c

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

* [GIT PULL 2/4] Samsung devel-pd for v3.4
  2012-03-10 16:08 [GIT PULL 2/4] Samsung devel-pd for v3.4 Kukjin Kim
@ 2012-03-10 18:05 ` Olof Johansson
  2012-03-10 21:09   ` Rafael J. Wysocki
  2012-03-14  0:53 ` Olof Johansson
  1 sibling, 1 reply; 6+ messages in thread
From: Olof Johansson @ 2012-03-10 18:05 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Rafael,

The below series contains two patches that have been sent to you, and
that are sitting in the pm-domains branch.

Two questions before I pull this into arm-soc:

1) Are you 100% sure this will be submitted to 3.4? And if so, will
you send it early during the merge window?
2) Are you 100% sure you will not rebase the branch into which you
pulled the v3.4-for-rafael branch?

I am asking because if we pull this in, and you rebase between now and
when it's sent in, we're risking merge conflicts that will be painful
to resolve. We've been bitten by that from other dependencies in the
past so we're being careful.


Thanks,

-Olof

On Sat, Mar 10, 2012 at 8:08 AM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Hi Arnd, Olof,
>
> This is Generic Power Domain patches for EXYNOS. Basically, Thomas' patches,
> adding support Generic Power Domain patches are in Rafael's tree,
> linux-pm/linux-next and see below merge commit.
> http://git.kernel.org/?p=linux/kernel/git/rafael/linux-pm.git;a=commit;h=dcaad77a8074b6de58e745546bc543d5538404f2
> And this adds hooking up G2D and JPEG to Generic PD.
>
> Please pull and here is my preferred resolution when merge this after
> next/board-samsung.
>
> diff --cc arch/arm/mach-exynos/mach-universal_c210.c
> index 3663aee,0262417..0b944eb
> --- a/arch/arm/mach-exynos/mach-universal_c210.c
> +++ b/arch/arm/mach-exynos/mach-universal_c210.c
> @@@ -1053,10 -981,6 +1052,7 @@@ static struct platform_device *universa
> ? ? ? ?&s5p_device_mfc,
> ? ? ? ?&s5p_device_mfc_l,
> ? ? ? ?&s5p_device_mfc_r,
> - ? ? ? &exynos4_device_pd[PD_MFC],
> - ? ? ? &exynos4_device_pd[PD_LCD0],
> - ? ? ? &exynos4_device_pd[PD_CAM],
> ?+ ? ? ?&cam_vt_dio_fixed_reg_dev,
> ? ? ? ?&cam_i_core_fixed_reg_dev,
> ? ? ? ?&cam_s_if_fixed_reg_dev,
> ? ? ? ?&s5p_device_fimc_md,
>
> If any problems, please kindly let me know.
>
> Thanks.
>
> Best regards,
> Kgene.
> --
> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
>
> The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d:
>
> ?Linux 3.3-rc6 (2012-03-03 17:08:09 -0800)
>
> are available in the git repository at:
> ?git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> next/devel-samsung-pd
>
> Sachin Kamat (2):
> ? ? ?ARM: EXYNOS: Hook up G2D PD to generic PD infrastructure
> ? ? ?ARM: EXYNOS: Hook up JPEG PD to generic PD infrastructure
>
> Thomas Abraham (2):
> ? ? ?PM / Domains: Add OF support
> ? ? ?ARM: EXYNOS: Hook up power domains to generic power domain
> infrastructure
>
> ?.../bindings/arm/exynos/power_domain.txt ? ? ? ? ? | ? 21 ++
> ?arch/arm/mach-exynos/Kconfig ? ? ? ? ? ? ? ? ? ? ? | ? 10 +-
> ?arch/arm/mach-exynos/Makefile ? ? ? ? ? ? ? ? ? ? ?| ? ?2 +-
> ?arch/arm/mach-exynos/dev-pd.c ? ? ? ? ? ? ? ? ? ? ?| ?139 --------------
> ?arch/arm/mach-exynos/mach-nuri.c ? ? ? ? ? ? ? ? ? | ? 11 -
> ?arch/arm/mach-exynos/mach-origen.c ? ? ? ? ? ? ? ? | ? 14 --
> ?arch/arm/mach-exynos/mach-smdkv310.c ? ? ? ? ? ? ? | ? 12 --
> ?arch/arm/mach-exynos/mach-universal_c210.c ? ? ? ? | ? 17 --
> ?arch/arm/mach-exynos/pm_domains.c ? ? ? ? ? ? ? ? ?| ?201
> ++++++++++++++++++++
> ?drivers/base/power/domain.c ? ? ? ? ? ? ? ? ? ? ? ?| ? 32 +++
> ?include/linux/pm_domain.h ? ? ? ? ? ? ? ? ? ? ? ? ?| ? 12 ++
> ?11 files changed, 268 insertions(+), 203 deletions(-)
> ?create mode 100644
> Documentation/devicetree/bindings/arm/exynos/power_domain.txt
> ?delete mode 100644 arch/arm/mach-exynos/dev-pd.c
> ?create mode 100644 arch/arm/mach-exynos/pm_domains.c

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

* [GIT PULL 2/4] Samsung devel-pd for v3.4
  2012-03-10 18:05 ` Olof Johansson
@ 2012-03-10 21:09   ` Rafael J. Wysocki
  2012-03-11  8:05     ` Kukjin Kim
  2012-03-13 23:46     ` Olof Johansson
  0 siblings, 2 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2012-03-10 21:09 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Saturday, March 10, 2012, Olof Johansson wrote:
> Hi Rafael,
> 
> The below series contains two patches that have been sent to you, and
> that are sitting in the pm-domains branch.
> 
> Two questions before I pull this into arm-soc:
> 
> 1) Are you 100% sure this will be submitted to 3.4? And if so, will
> you send it early during the merge window?

Yes and yes.

> 2) Are you 100% sure you will not rebase the branch into which you
> pulled the v3.4-for-rafael branch?

Yes, I am.

> I am asking because if we pull this in, and you rebase between now and
> when it's sent in, we're risking merge conflicts that will be painful
> to resolve. We've been bitten by that from other dependencies in the
> past so we're being careful.

Sure, I understand that.

As a general rule, topic braches in my tree whose names start with pm- are
never rebased (exactly for this reason).

Thanks,
Rafael


> On Sat, Mar 10, 2012 at 8:08 AM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> > Hi Arnd, Olof,
> >
> > This is Generic Power Domain patches for EXYNOS. Basically, Thomas' patches,
> > adding support Generic Power Domain patches are in Rafael's tree,
> > linux-pm/linux-next and see below merge commit.
> > http://git.kernel.org/?p=linux/kernel/git/rafael/linux-pm.git;a=commit;h=dcaad77a8074b6de58e745546bc543d5538404f2
> > And this adds hooking up G2D and JPEG to Generic PD.
> >
> > Please pull and here is my preferred resolution when merge this after
> > next/board-samsung.
> >
> > diff --cc arch/arm/mach-exynos/mach-universal_c210.c
> > index 3663aee,0262417..0b944eb
> > --- a/arch/arm/mach-exynos/mach-universal_c210.c
> > +++ b/arch/arm/mach-exynos/mach-universal_c210.c
> > @@@ -1053,10 -981,6 +1052,7 @@@ static struct platform_device *universa
> >        &s5p_device_mfc,
> >        &s5p_device_mfc_l,
> >        &s5p_device_mfc_r,
> > -       &exynos4_device_pd[PD_MFC],
> > -       &exynos4_device_pd[PD_LCD0],
> > -       &exynos4_device_pd[PD_CAM],
> >  +      &cam_vt_dio_fixed_reg_dev,
> >        &cam_i_core_fixed_reg_dev,
> >        &cam_s_if_fixed_reg_dev,
> >        &s5p_device_fimc_md,
> >
> > If any problems, please kindly let me know.
> >
> > Thanks.
> >
> > Best regards,
> > Kgene.
> > --
> > Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> > SW Solution Development Team, Samsung Electronics Co., Ltd.
> >
> > The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d:
> >
> >  Linux 3.3-rc6 (2012-03-03 17:08:09 -0800)
> >
> > are available in the git repository at:
> >  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > next/devel-samsung-pd
> >
> > Sachin Kamat (2):
> >      ARM: EXYNOS: Hook up G2D PD to generic PD infrastructure
> >      ARM: EXYNOS: Hook up JPEG PD to generic PD infrastructure
> >
> > Thomas Abraham (2):
> >      PM / Domains: Add OF support
> >      ARM: EXYNOS: Hook up power domains to generic power domain
> > infrastructure
> >
> >  .../bindings/arm/exynos/power_domain.txt           |   21 ++
> >  arch/arm/mach-exynos/Kconfig                       |   10 +-
> >  arch/arm/mach-exynos/Makefile                      |    2 +-
> >  arch/arm/mach-exynos/dev-pd.c                      |  139 --------------
> >  arch/arm/mach-exynos/mach-nuri.c                   |   11 -
> >  arch/arm/mach-exynos/mach-origen.c                 |   14 --
> >  arch/arm/mach-exynos/mach-smdkv310.c               |   12 --
> >  arch/arm/mach-exynos/mach-universal_c210.c         |   17 --
> >  arch/arm/mach-exynos/pm_domains.c                  |  201
> > ++++++++++++++++++++
> >  drivers/base/power/domain.c                        |   32 +++
> >  include/linux/pm_domain.h                          |   12 ++
> >  11 files changed, 268 insertions(+), 203 deletions(-)
> >  create mode 100644
> > Documentation/devicetree/bindings/arm/exynos/power_domain.txt
> >  delete mode 100644 arch/arm/mach-exynos/dev-pd.c
> >  create mode 100644 arch/arm/mach-exynos/pm_domains.c
> 
> 

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

* [GIT PULL 2/4] Samsung devel-pd for v3.4
  2012-03-10 21:09   ` Rafael J. Wysocki
@ 2012-03-11  8:05     ` Kukjin Kim
  2012-03-13 23:46     ` Olof Johansson
  1 sibling, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2012-03-11  8:05 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/10/12 13:09, Rafael J. Wysocki wrote:
> Hi,
>
> On Saturday, March 10, 2012, Olof Johansson wrote:
>> Hi Rafael,
>>
>> The below series contains two patches that have been sent to you, and
>> that are sitting in the pm-domains branch.
>>
>> Two questions before I pull this into arm-soc:
>>
>> 1) Are you 100% sure this will be submitted to 3.4? And if so, will
>> you send it early during the merge window?
>
> Yes and yes.
>
>> 2) Are you 100% sure you will not rebase the branch into which you
>> pulled the v3.4-for-rafael branch?
>
> Yes, I am.
>
>> I am asking because if we pull this in, and you rebase between now and
>> when it's sent in, we're risking merge conflicts that will be painful
>> to resolve. We've been bitten by that from other dependencies in the
>> past so we're being careful.
>
> Sure, I understand that.
>
> As a general rule, topic braches in my tree whose names start with pm- are
> never rebased (exactly for this reason).
>
Hi,

Rafael, thanks.

Olof, please pull devel-samsung-pd from following:

git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
next/devel-samsung-pd

And if any problems, please let me know.
Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

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

* [GIT PULL 2/4] Samsung devel-pd for v3.4
  2012-03-10 21:09   ` Rafael J. Wysocki
  2012-03-11  8:05     ` Kukjin Kim
@ 2012-03-13 23:46     ` Olof Johansson
  1 sibling, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2012-03-13 23:46 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Sat, Mar 10, 2012 at 1:09 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> Hi,
>
> On Saturday, March 10, 2012, Olof Johansson wrote:
>> Hi Rafael,
>>
>> The below series contains two patches that have been sent to you, and
>> that are sitting in the pm-domains branch.
>>
>> Two questions before I pull this into arm-soc:
>>
>> 1) Are you 100% sure this will be submitted to 3.4? And if so, will
>> you send it early during the merge window?
>
> Yes and yes.
>
>> 2) Are you 100% sure you will not rebase the branch into which you
>> pulled the v3.4-for-rafael branch?
>
> Yes, I am.
>
>> I am asking because if we pull this in, and you rebase between now and
>> when it's sent in, we're risking merge conflicts that will be painful
>> to resolve. We've been bitten by that from other dependencies in the
>> past so we're being careful.
>
> Sure, I understand that.
>
> As a general rule, topic braches in my tree whose names start with pm- are
> never rebased (exactly for this reason).

Excellent, thanks! I'll pull that in as a depends/ branch in arm-soc
(since that's how we document it), and mark it in our notes so the
Samsung branch gets merged after yours when going to Linus.



-Olof

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

* [GIT PULL 2/4] Samsung devel-pd for v3.4
  2012-03-10 16:08 [GIT PULL 2/4] Samsung devel-pd for v3.4 Kukjin Kim
  2012-03-10 18:05 ` Olof Johansson
@ 2012-03-14  0:53 ` Olof Johansson
  1 sibling, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2012-03-14  0:53 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Sat, Mar 10, 2012 at 8:08 AM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Hi Arnd, Olof,
>
> This is Generic Power Domain patches for EXYNOS. Basically, Thomas' patches,
> adding support Generic Power Domain patches are in Rafael's tree,
> linux-pm/linux-next and see below merge commit.
> http://git.kernel.org/?p=linux/kernel/git/rafael/linux-pm.git;a=commit;h=dcaad77a8074b6de58e745546bc543d5538404f2
> And this adds hooking up G2D and JPEG to Generic PD.
>
> Please pull and here is my preferred resolution when merge this after
> next/board-samsung.
>
> diff --cc arch/arm/mach-exynos/mach-universal_c210.c
> index 3663aee,0262417..0b944eb
> --- a/arch/arm/mach-exynos/mach-universal_c210.c
> +++ b/arch/arm/mach-exynos/mach-universal_c210.c
> @@@ -1053,10 -981,6 +1052,7 @@@ static struct platform_device *universa
> ? ? ? ?&s5p_device_mfc,
> ? ? ? ?&s5p_device_mfc_l,
> ? ? ? ?&s5p_device_mfc_r,
> - ? ? ? &exynos4_device_pd[PD_MFC],
> - ? ? ? &exynos4_device_pd[PD_LCD0],
> - ? ? ? &exynos4_device_pd[PD_CAM],
> ?+ ? ? ?&cam_vt_dio_fixed_reg_dev,
> ? ? ? ?&cam_i_core_fixed_reg_dev,
> ? ? ? ?&cam_s_if_fixed_reg_dev,
> ? ? ? ?&s5p_device_fimc_md,
>
> If any problems, please kindly let me know.
>
> Thanks.
>
> Best regards,
> Kgene.
> --
> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
>
> The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d:
>
> ?Linux 3.3-rc6 (2012-03-03 17:08:09 -0800)
>
> are available in the git repository at:
> ?git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> next/devel-samsung-pd


Pulled, thanks!


-Olof

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

end of thread, other threads:[~2012-03-14  0:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-10 16:08 [GIT PULL 2/4] Samsung devel-pd for v3.4 Kukjin Kim
2012-03-10 18:05 ` Olof Johansson
2012-03-10 21:09   ` Rafael J. Wysocki
2012-03-11  8:05     ` Kukjin Kim
2012-03-13 23:46     ` Olof Johansson
2012-03-14  0:53 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox