* [GIT PULL] Samsung devel-2 for v3.6
@ 2012-07-19 22:33 ` Kukjin Kim
0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2012-07-19 22:33 UTC (permalink / raw)
To: 'Arnd Bergmann', 'Olof Johansson'
Cc: linux-arm-kernel, linux-samsung-soc, 'Rafael J. Wysocki'
Hi Arnd, Olof
Here is second of development for samsung stuff v3.6.
Please pull it from:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung-2
The updating cpufreq for 1.7GHz of exynos5250 has been included in samsung tree because Rafael
thought it was more related in samsung platform and I agreed. And it is including new
exynos_defconfig for DT configuration of exynos4 and exynos5 together. The old exynos4_defconfig
will be used for non-DT for a while and we will try to move on using exynos_defconfig for only DT.
And others are adding G2D clock for exynos4x12 Socs.
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.
The following changes since commit 84a1caf1453c3d44050bd22db958af4a7f99315c:
Linux 3.5-rc7 (2012-07-14 15:40:28 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung-2
Jaecheol Lee (1):
[CPUFREQ] EXYNOS5250: Add support max 1.7GHz for EXYNOS5250
Olof Johansson (1):
ARM: exynos_defconfig: enable more platforms in defconfig
Sachin Kamat (3):
ARM: EXYNOS: Move G2D clock entries to clock-exynos4210.c file
ARM: EXYNOS: Add G2D related clock entries for SMDK4X12
ARM: S3C64XX: Add header file protection macros in pm-core.h
arch/arm/configs/exynos_defconfig | 92 ++++++++++++++++++++++++++
arch/arm/mach-exynos/clock-exynos4.c | 41 +-----------
arch/arm/mach-exynos/clock-exynos4.h | 3 +
arch/arm/mach-exynos/clock-exynos4210.c | 37 ++++++++++
arch/arm/mach-exynos/clock-exynos4212.c | 41 +++++++++++-
arch/arm/mach-s3c64xx/include/mach/pm-core.h | 4 +
drivers/cpufreq/exynos5250-cpufreq.c | 55 +++++++---------
7 files changed, 201 insertions(+), 72 deletions(-)
create mode 100644 arch/arm/configs/exynos_defconfig
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] Samsung devel-2 for v3.6
@ 2012-07-19 22:33 ` Kukjin Kim
0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2012-07-19 22:33 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Olof
Here is second of development for samsung stuff v3.6.
Please pull it from:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung-2
The updating cpufreq for 1.7GHz of exynos5250 has been included in samsung tree because Rafael
thought it was more related in samsung platform and I agreed. And it is including new
exynos_defconfig for DT configuration of exynos4 and exynos5 together. The old exynos4_defconfig
will be used for non-DT for a while and we will try to move on using exynos_defconfig for only DT.
And others are adding G2D clock for exynos4x12 Socs.
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.
The following changes since commit 84a1caf1453c3d44050bd22db958af4a7f99315c:
Linux 3.5-rc7 (2012-07-14 15:40:28 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung-2
Jaecheol Lee (1):
[CPUFREQ] EXYNOS5250: Add support max 1.7GHz for EXYNOS5250
Olof Johansson (1):
ARM: exynos_defconfig: enable more platforms in defconfig
Sachin Kamat (3):
ARM: EXYNOS: Move G2D clock entries to clock-exynos4210.c file
ARM: EXYNOS: Add G2D related clock entries for SMDK4X12
ARM: S3C64XX: Add header file protection macros in pm-core.h
arch/arm/configs/exynos_defconfig | 92 ++++++++++++++++++++++++++
arch/arm/mach-exynos/clock-exynos4.c | 41 +-----------
arch/arm/mach-exynos/clock-exynos4.h | 3 +
arch/arm/mach-exynos/clock-exynos4210.c | 37 ++++++++++
arch/arm/mach-exynos/clock-exynos4212.c | 41 +++++++++++-
arch/arm/mach-s3c64xx/include/mach/pm-core.h | 4 +
drivers/cpufreq/exynos5250-cpufreq.c | 55 +++++++---------
7 files changed, 201 insertions(+), 72 deletions(-)
create mode 100644 arch/arm/configs/exynos_defconfig
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] Samsung devel-2 for v3.6
2012-07-19 22:33 ` Kukjin Kim
@ 2012-07-21 21:46 ` Arnd Bergmann
-1 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2012-07-21 21:46 UTC (permalink / raw)
To: Kukjin Kim
Cc: 'Olof Johansson', linux-arm-kernel, linux-samsung-soc,
'Rafael J. Wysocki'
On Thursday 19 July 2012, Kukjin Kim wrote:
> Please pull it from:
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung-2
>
> The updating cpufreq for 1.7GHz of exynos5250 has been included in samsung tree because Rafael
> thought it was more related in samsung platform and I agreed. And it is including new
> exynos_defconfig for DT configuration of exynos4 and exynos5 together. The old exynos4_defconfig
> will be used for non-DT for a while and we will try to move on using exynos_defconfig for only DT.
> And others are adding G2D clock for exynos4x12 Socs.
>
I have pulled all three branches. The next/soc branch was getting pretty big now,
and I already started a late/soc branch for late stuff, so I put devel-2 into
late/soc. I also took the liberty to rebase it in order to split out the defconfig
change into a separate series that I applied to the defconfig branch.
Please confirm that this is ok. If the rebasing cases problems, I can undo that
and take all of devel-2 into late/soc.
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] Samsung devel-2 for v3.6
@ 2012-07-21 21:46 ` Arnd Bergmann
0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2012-07-21 21:46 UTC (permalink / raw)
To: linux-arm-kernel
On Thursday 19 July 2012, Kukjin Kim wrote:
> Please pull it from:
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung-2
>
> The updating cpufreq for 1.7GHz of exynos5250 has been included in samsung tree because Rafael
> thought it was more related in samsung platform and I agreed. And it is including new
> exynos_defconfig for DT configuration of exynos4 and exynos5 together. The old exynos4_defconfig
> will be used for non-DT for a while and we will try to move on using exynos_defconfig for only DT.
> And others are adding G2D clock for exynos4x12 Socs.
>
I have pulled all three branches. The next/soc branch was getting pretty big now,
and I already started a late/soc branch for late stuff, so I put devel-2 into
late/soc. I also took the liberty to rebase it in order to split out the defconfig
change into a separate series that I applied to the defconfig branch.
Please confirm that this is ok. If the rebasing cases problems, I can undo that
and take all of devel-2 into late/soc.
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [GIT PULL] Samsung devel-2 for v3.6
2012-07-21 21:46 ` Arnd Bergmann
@ 2012-07-22 22:36 ` Kukjin Kim
-1 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2012-07-22 22:36 UTC (permalink / raw)
To: 'Arnd Bergmann'
Cc: 'Olof Johansson', linux-arm-kernel, linux-samsung-soc,
'Rafael J. Wysocki'
Arnd Bergmann wrote:
>
> On Thursday 19 July 2012, Kukjin Kim wrote:
> > Please pull it from:
> > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> next/devel-samsung-2
> >
> > The updating cpufreq for 1.7GHz of exynos5250 has been included in
> samsung tree because Rafael
> > thought it was more related in samsung platform and I agreed. And it is
> including new
> > exynos_defconfig for DT configuration of exynos4 and exynos5 together.
> The old exynos4_defconfig
> > will be used for non-DT for a while and we will try to move on using
> exynos_defconfig for only DT.
> > And others are adding G2D clock for exynos4x12 Socs.
> >
>
> I have pulled all three branches. The next/soc branch was getting pretty
> big now,
> and I already started a late/soc branch for late stuff, so I put devel-2
> into
> late/soc. I also took the liberty to rebase it in order to split out the
> defconfig
> change into a separate series that I applied to the defconfig branch.
>
Yeah, ok. If any defconfig changes, I'll split them out into a topic branch
next time.
> Please confirm that this is ok. If the rebasing cases problems, I can undo
> that
> and take all of devel-2 into late/soc.
>
Looks good to me, please keep going on.
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] Samsung devel-2 for v3.6
@ 2012-07-22 22:36 ` Kukjin Kim
0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2012-07-22 22:36 UTC (permalink / raw)
To: linux-arm-kernel
Arnd Bergmann wrote:
>
> On Thursday 19 July 2012, Kukjin Kim wrote:
> > Please pull it from:
> > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> next/devel-samsung-2
> >
> > The updating cpufreq for 1.7GHz of exynos5250 has been included in
> samsung tree because Rafael
> > thought it was more related in samsung platform and I agreed. And it is
> including new
> > exynos_defconfig for DT configuration of exynos4 and exynos5 together.
> The old exynos4_defconfig
> > will be used for non-DT for a while and we will try to move on using
> exynos_defconfig for only DT.
> > And others are adding G2D clock for exynos4x12 Socs.
> >
>
> I have pulled all three branches. The next/soc branch was getting pretty
> big now,
> and I already started a late/soc branch for late stuff, so I put devel-2
> into
> late/soc. I also took the liberty to rebase it in order to split out the
> defconfig
> change into a separate series that I applied to the defconfig branch.
>
Yeah, ok. If any defconfig changes, I'll split them out into a topic branch
next time.
> Please confirm that this is ok. If the rebasing cases problems, I can undo
> that
> and take all of devel-2 into late/soc.
>
Looks good to me, please keep going on.
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
end of thread, other threads:[~2012-07-22 22:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-19 22:33 [GIT PULL] Samsung devel-2 for v3.6 Kukjin Kim
2012-07-19 22:33 ` Kukjin Kim
2012-07-21 21:46 ` Arnd Bergmann
2012-07-21 21:46 ` Arnd Bergmann
2012-07-22 22:36 ` Kukjin Kim
2012-07-22 22: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.