mbox

[GIT,PULL,3/3] 2nd Round Samsung mach-exynos for v3.12

Message ID 521CCC65.3070605@samsung.com
State New
Headers show

Pull-request

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

Message

Kukjin Kim Aug. 27, 2013, 3:57 p.m. UTC
On 08/27/13 13:08, Kevin Hilman wrote:
> amit daniel kachhap<amit.daniel@samsung.com>  writes:
>
>> Submitted the V2 version of this patch with your suggestion.
>
> So will there be an updated branch (and pull request) with these changes?
>
OK, Bart's concern makes sense so I replaced with Amit's v2 patch.

Kevin, here is updated branch so please pull following.

If any problems, please kindly let me know.

Thanks,
Kukjin

The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

   Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/samsung-mach-exynos-v2

for you to fetch changes up to 1e9fec0e40deff9d18e4197b5f5f99f85f5d36a5:

   ARM: EXYNOS: Skip C1 cpuidle state for exynos5440 (2013-08-28 
00:51:21 +0900)

----------------------------------------------------------------
update mach-exynos v2 for v3.12
- enable ARCH_HAS_BANDGAP for exynos SoCs
- always enable PM domains for exynos4x12
- skip C1 cpuidle state for exynos5440

----------------------------------------------------------------
Amit Daniel Kachhap (2):
       ARM: EXYNOS: enable ARCH_HAS_BANDGAP
       ARM: EXYNOS: Skip C1 cpuidle state for exynos5440

Bartlomiej Zolnierkiewicz (1):
       ARM: EXYNOS: always enable PM domains support for EXYNOS4X12

  arch/arm/mach-exynos/Kconfig   | 7 +++++++
  arch/arm/mach-exynos/cpuidle.c | 3 +++
  2 files changed, 10 insertions(+)

Comments

Olof Johansson Aug. 27, 2013, 6:57 p.m. UTC | #1
On Wed, Aug 28, 2013 at 12:57:25AM +0900, Kukjin Kim wrote:
> On 08/27/13 13:08, Kevin Hilman wrote:
> >amit daniel kachhap<amit.daniel@samsung.com>  writes:
> >
> >>Submitted the V2 version of this patch with your suggestion.
> >
> >So will there be an updated branch (and pull request) with these changes?
> >
> OK, Bart's concern makes sense so I replaced with Amit's v2 patch.
> 
> Kevin, here is updated branch so please pull following.
> 
> If any problems, please kindly let me know.

Please don't post pull requests in the middle of a comment thread; start a new
thread or at least do a new subject for them -- they are much too easy to miss
otherwise.


-Olof
Kukjin Kim Aug. 27, 2013, 11:33 p.m. UTC | #2
Olof Johansson wrote:
> 
> On Wed, Aug 28, 2013 at 12:57:25AM +0900, Kukjin Kim wrote:
> > On 08/27/13 13:08, Kevin Hilman wrote:
> > >amit daniel kachhap<amit.daniel@samsung.com>  writes:
> > >
> > >>Submitted the V2 version of this patch with your suggestion.
> > >
> > >So will there be an updated branch (and pull request) with these
> changes?
> > >
> > OK, Bart's concern makes sense so I replaced with Amit's v2 patch.
> >
> > Kevin, here is updated branch so please pull following.
> >
> > If any problems, please kindly let me know.
> 
> Please don't post pull requests in the middle of a comment thread; start a
> new
> thread or at least do a new subject for them -- they are much too easy to
> miss
> otherwise.
> 
Oh, OK. I see.

Thanks,
Kukjin