mbox

[GIT,PULL,3/5] Samsung driver update for 3.16

Message ID 014601cf73c8$68e56030$3ab02090$@samsung.com
State New
Headers show

Pull-request

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

Message

Kukjin Kim May 20, 2014, 1:11 a.m. UTC
The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)

are available in the git repository at:

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

for you to fetch changes up to 93bfb769752babdc4d3665a1fb166bb4e3ff927b:

  clocksource: exynos_mct: register sched_clock callback (2014-05-02
22:27:01 +0900)

----------------------------------------------------------------
exynos_mct update for v3.16

- register sched_clock callback to use clocksource mct-frc

Note that got ack from Daniel

----------------------------------------------------------------
Vincent Guittot (1):
      clocksource: exynos_mct: register sched_clock callback

 drivers/clocksource/exynos_mct.c |    8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Olof Johansson May 22, 2014, 5:34 a.m. UTC | #1
On Tue, May 20, 2014 at 10:11:20AM +0900, Kukjin Kim wrote:
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
> 
> are available in the git repository at:
> 
>   http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-drivers
> 
> for you to fetch changes up to 93bfb769752babdc4d3665a1fb166bb4e3ff927b:
> 
>   clocksource: exynos_mct: register sched_clock callback (2014-05-02
> 22:27:01 +0900)
> 
> ----------------------------------------------------------------
> exynos_mct update for v3.16
> 
> - register sched_clock callback to use clocksource mct-frc
> 
> Note that got ack from Daniel

Merged into next/drivers, but is there a reason for why you took it through
your own tree instead of through Daniels? Seems like you might as well just
have sent it to him.


-Olof
Kukjin Kim May 22, 2014, 11:38 a.m. UTC | #2
Olof Johansson wrote:
> 
> On Tue, May 20, 2014 at 10:11:20AM +0900, Kukjin Kim wrote:
> > The following changes since commit
> c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> >
> >   Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
> >
> > are available in the git repository at:
> >
> >   http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > tags/samsung-drivers
> >
> > for you to fetch changes up to 93bfb769752babdc4d3665a1fb166bb4e3ff927b:
> >
> >   clocksource: exynos_mct: register sched_clock callback (2014-05-02
> > 22:27:01 +0900)
> >
> > ----------------------------------------------------------------
> > exynos_mct update for v3.16
> >
> > - register sched_clock callback to use clocksource mct-frc
> >
> > Note that got ack from Daniel
> 
> Merged into next/drivers, but is there a reason for why you took it
> through
> your own tree instead of through Daniels? Seems like you might as well
> just
> have sent it to him.
> 
Yeah, could be. BTW I thought there will be another driver updates in
samsung tree when I applied it and Daniel also gave ack on the patch :-)

Thanks,
Kukjin