* [GIT PULL 4/5] Samsung exynos_mct update for v3.17
@ 2014-07-19 0:52 ` Kukjin Kim
0 siblings, 0 replies; 14+ messages in thread
From: Kukjin Kim @ 2014-07-19 0:52 UTC (permalink / raw)
To: arm@kernel.org, Arnd Bergmann, 'Olof Johansson'
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, Doug Anderson
Note that this is also based on 3.16-rc5 because of dependency with
previous samsung fixes including exynos_mct already merged in mainline
during -rc.
The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab:
Linux 3.16-rc5 (2014-07-13 14:04:33 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/exynos-mct
for you to fetch changes up to 1a631118c1d085fe162f3b6d44f710c72206ef2d:
clocksource: exynos_mct: Only use 32-bits where possible (2014-07-19
03:07:52 +0900)
----------------------------------------------------------------
exynos_mct update for v3.17
- only use 32-bit access for performance benefits on exynos
32-bit system and this means ARCH timer should be supported
on exynos 64-bit system instead of current MCT.
- use readl_relaxed/writel_relaxed to consistently use the
proper functions in exynos_mct.
----------------------------------------------------------------
Doug Anderson (2):
clocksource: exynos_mct: use readl_relaxed/writel_relaxed
clocksource: exynos_mct: Only use 32-bits where possible
drivers/clocksource/Kconfig | 1 +
drivers/clocksource/exynos_mct.c | 63
++++++++++++++++++++++++++++------------
2 files changed, 45 insertions(+), 19 deletions(-)
^ permalink raw reply [flat|nested] 14+ messages in thread* [GIT PULL 4/5] Samsung exynos_mct update for v3.17 @ 2014-07-19 0:52 ` Kukjin Kim 0 siblings, 0 replies; 14+ messages in thread From: Kukjin Kim @ 2014-07-19 0:52 UTC (permalink / raw) To: linux-arm-kernel Note that this is also based on 3.16-rc5 because of dependency with previous samsung fixes including exynos_mct already merged in mainline during -rc. The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/exynos-mct for you to fetch changes up to 1a631118c1d085fe162f3b6d44f710c72206ef2d: clocksource: exynos_mct: Only use 32-bits where possible (2014-07-19 03:07:52 +0900) ---------------------------------------------------------------- exynos_mct update for v3.17 - only use 32-bit access for performance benefits on exynos 32-bit system and this means ARCH timer should be supported on exynos 64-bit system instead of current MCT. - use readl_relaxed/writel_relaxed to consistently use the proper functions in exynos_mct. ---------------------------------------------------------------- Doug Anderson (2): clocksource: exynos_mct: use readl_relaxed/writel_relaxed clocksource: exynos_mct: Only use 32-bits where possible drivers/clocksource/Kconfig | 1 + drivers/clocksource/exynos_mct.c | 63 ++++++++++++++++++++++++++++------------ 2 files changed, 45 insertions(+), 19 deletions(-) ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [GIT PULL 4/5] Samsung exynos_mct update for v3.17 2014-07-19 0:52 ` Kukjin Kim @ 2014-07-19 22:06 ` Olof Johansson -1 siblings, 0 replies; 14+ messages in thread From: Olof Johansson @ 2014-07-19 22:06 UTC (permalink / raw) To: Kukjin Kim Cc: arm@kernel.org, Arnd Bergmann, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Doug Anderson, daniel.lezcano, tglx On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: > Note that this is also based on 3.16-rc5 because of dependency with > previous samsung fixes including exynos_mct already merged in > mainline during -rc. > > The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: > > Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > tags/exynos-mct > > for you to fetch changes up to 1a631118c1d085fe162f3b6d44f710c72206ef2d: > > clocksource: exynos_mct: Only use 32-bits where possible > (2014-07-19 03:07:52 +0900) > > ---------------------------------------------------------------- > exynos_mct update for v3.17 > - only use 32-bit access for performance benefits on exynos > 32-bit system and this means ARCH timer should be supported > on exynos 64-bit system instead of current MCT. > - use readl_relaxed/writel_relaxed to consistently use the > proper functions in exynos_mct. There's no reason for these to go through arm-soc, is there? They should go through the clocksource tree (Daniel Lezcano / Thomas Gleixner). They also lack acks from them if they for some reason need to go through arm-soc. -Olof ^ permalink raw reply [flat|nested] 14+ messages in thread
* [GIT PULL 4/5] Samsung exynos_mct update for v3.17 @ 2014-07-19 22:06 ` Olof Johansson 0 siblings, 0 replies; 14+ messages in thread From: Olof Johansson @ 2014-07-19 22:06 UTC (permalink / raw) To: linux-arm-kernel On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: > Note that this is also based on 3.16-rc5 because of dependency with > previous samsung fixes including exynos_mct already merged in > mainline during -rc. > > The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: > > Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > tags/exynos-mct > > for you to fetch changes up to 1a631118c1d085fe162f3b6d44f710c72206ef2d: > > clocksource: exynos_mct: Only use 32-bits where possible > (2014-07-19 03:07:52 +0900) > > ---------------------------------------------------------------- > exynos_mct update for v3.17 > - only use 32-bit access for performance benefits on exynos > 32-bit system and this means ARCH timer should be supported > on exynos 64-bit system instead of current MCT. > - use readl_relaxed/writel_relaxed to consistently use the > proper functions in exynos_mct. There's no reason for these to go through arm-soc, is there? They should go through the clocksource tree (Daniel Lezcano / Thomas Gleixner). They also lack acks from them if they for some reason need to go through arm-soc. -Olof ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [GIT PULL 4/5] Samsung exynos_mct update for v3.17 2014-07-19 22:06 ` Olof Johansson @ 2014-07-21 8:47 ` Daniel Lezcano -1 siblings, 0 replies; 14+ messages in thread From: Daniel Lezcano @ 2014-07-21 8:47 UTC (permalink / raw) To: Olof Johansson, Kukjin Kim Cc: arm@kernel.org, Arnd Bergmann, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Doug Anderson, tglx On 07/20/2014 12:06 AM, Olof Johansson wrote: > On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: >> Note that this is also based on 3.16-rc5 because of dependency with >> previous samsung fixes including exynos_mct already merged in >> mainline during -rc. >> >> The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: >> >> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) >> >> are available in the git repository at: >> > >> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git >> tags/exynos-mct >> >> for you to fetch changes up to 1a631118c1d085fe162f3b6d44f710c72206ef2d: >> >> clocksource: exynos_mct: Only use 32-bits where possible >> (2014-07-19 03:07:52 +0900) >> >> ---------------------------------------------------------------- >> exynos_mct update for v3.17 >> - only use 32-bit access for performance benefits on exynos >> 32-bit system and this means ARCH timer should be supported >> on exynos 64-bit system instead of current MCT. >> - use readl_relaxed/writel_relaxed to consistently use the >> proper functions in exynos_mct. > > There's no reason for these to go through arm-soc, is there? They should > go through the clocksource tree (Daniel Lezcano / Thomas Gleixner). They > also lack acks from them if they for some reason need to go through arm-soc. Yes, that's right. Furthermore I have been discussing with Doug about these patches before. Kukjin, is there any dependency on these patches ? -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog ^ permalink raw reply [flat|nested] 14+ messages in thread
* [GIT PULL 4/5] Samsung exynos_mct update for v3.17 @ 2014-07-21 8:47 ` Daniel Lezcano 0 siblings, 0 replies; 14+ messages in thread From: Daniel Lezcano @ 2014-07-21 8:47 UTC (permalink / raw) To: linux-arm-kernel On 07/20/2014 12:06 AM, Olof Johansson wrote: > On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: >> Note that this is also based on 3.16-rc5 because of dependency with >> previous samsung fixes including exynos_mct already merged in >> mainline during -rc. >> >> The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: >> >> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) >> >> are available in the git repository at: >> > >> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git >> tags/exynos-mct >> >> for you to fetch changes up to 1a631118c1d085fe162f3b6d44f710c72206ef2d: >> >> clocksource: exynos_mct: Only use 32-bits where possible >> (2014-07-19 03:07:52 +0900) >> >> ---------------------------------------------------------------- >> exynos_mct update for v3.17 >> - only use 32-bit access for performance benefits on exynos >> 32-bit system and this means ARCH timer should be supported >> on exynos 64-bit system instead of current MCT. >> - use readl_relaxed/writel_relaxed to consistently use the >> proper functions in exynos_mct. > > There's no reason for these to go through arm-soc, is there? They should > go through the clocksource tree (Daniel Lezcano / Thomas Gleixner). They > also lack acks from them if they for some reason need to go through arm-soc. Yes, that's right. Furthermore I have been discussing with Doug about these patches before. Kukjin, is there any dependency on these patches ? -- <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog ^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: [GIT PULL 4/5] Samsung exynos_mct update for v3.17 2014-07-21 8:47 ` Daniel Lezcano @ 2014-07-22 10:59 ` Kukjin Kim -1 siblings, 0 replies; 14+ messages in thread From: Kukjin Kim @ 2014-07-22 10:59 UTC (permalink / raw) To: 'Daniel Lezcano', 'Olof Johansson' Cc: arm, 'Arnd Bergmann', linux-arm-kernel, linux-samsung-soc, 'Doug Anderson', tglx Daniel Lezcano wrote: > > On 07/20/2014 12:06 AM, Olof Johansson wrote: > > On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: > >> Note that this is also based on 3.16-rc5 because of dependency with > >> previous samsung fixes including exynos_mct already merged in > >> mainline during -rc. > >> > >> The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: > >> > >> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) > >> > >> are available in the git repository at: > >> > > > >> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > >> tags/exynos-mct > >> > >> for you to fetch changes up to 1a631118c1d085fe162f3b6d44f710c72206ef2d: > >> > >> clocksource: exynos_mct: Only use 32-bits where possible > >> (2014-07-19 03:07:52 +0900) > >> > >> ---------------------------------------------------------------- > >> exynos_mct update for v3.17 > >> - only use 32-bit access for performance benefits on exynos > >> 32-bit system and this means ARCH timer should be supported > >> on exynos 64-bit system instead of current MCT. > >> - use readl_relaxed/writel_relaxed to consistently use the > >> proper functions in exynos_mct. > > > > There's no reason for these to go through arm-soc, is there? They should > > go through the clocksource tree (Daniel Lezcano / Thomas Gleixner). They > > also lack acks from them if they for some reason need to go through arm-soc. > Olof, you're right. The branch has no dependency with arm-soc so I agreed. > Yes, that's right. Furthermore I have been discussing with Doug about > these patches before. > > Kukjin, is there any dependency on these patches ? > Yeah, Daniel, it should be handled in the clocksource tree so how should I do for it? Thanks, Kukjin ^ permalink raw reply [flat|nested] 14+ messages in thread
* [GIT PULL 4/5] Samsung exynos_mct update for v3.17 @ 2014-07-22 10:59 ` Kukjin Kim 0 siblings, 0 replies; 14+ messages in thread From: Kukjin Kim @ 2014-07-22 10:59 UTC (permalink / raw) To: linux-arm-kernel Daniel Lezcano wrote: > > On 07/20/2014 12:06 AM, Olof Johansson wrote: > > On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: > >> Note that this is also based on 3.16-rc5 because of dependency with > >> previous samsung fixes including exynos_mct already merged in > >> mainline during -rc. > >> > >> The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: > >> > >> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) > >> > >> are available in the git repository at: > >> > > > >> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > >> tags/exynos-mct > >> > >> for you to fetch changes up to 1a631118c1d085fe162f3b6d44f710c72206ef2d: > >> > >> clocksource: exynos_mct: Only use 32-bits where possible > >> (2014-07-19 03:07:52 +0900) > >> > >> ---------------------------------------------------------------- > >> exynos_mct update for v3.17 > >> - only use 32-bit access for performance benefits on exynos > >> 32-bit system and this means ARCH timer should be supported > >> on exynos 64-bit system instead of current MCT. > >> - use readl_relaxed/writel_relaxed to consistently use the > >> proper functions in exynos_mct. > > > > There's no reason for these to go through arm-soc, is there? They should > > go through the clocksource tree (Daniel Lezcano / Thomas Gleixner). They > > also lack acks from them if they for some reason need to go through arm-soc. > Olof, you're right. The branch has no dependency with arm-soc so I agreed. > Yes, that's right. Furthermore I have been discussing with Doug about > these patches before. > > Kukjin, is there any dependency on these patches ? > Yeah, Daniel, it should be handled in the clocksource tree so how should I do for it? Thanks, Kukjin ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [GIT PULL 4/5] Samsung exynos_mct update for v3.17 2014-07-22 10:59 ` Kukjin Kim @ 2014-07-22 17:32 ` Daniel Lezcano -1 siblings, 0 replies; 14+ messages in thread From: Daniel Lezcano @ 2014-07-22 17:32 UTC (permalink / raw) To: Kukjin Kim, 'Olof Johansson' Cc: arm, 'Arnd Bergmann', linux-arm-kernel, linux-samsung-soc, 'Doug Anderson', tglx On 07/22/2014 12:59 PM, Kukjin Kim wrote: > Daniel Lezcano wrote: >> >> On 07/20/2014 12:06 AM, Olof Johansson wrote: >>> On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: >>>> Note that this is also based on 3.16-rc5 because of dependency with >>>> previous samsung fixes including exynos_mct already merged in >>>> mainline during -rc. >>>> >>>> The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: >>>> >>>> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) >>>> >>>> are available in the git repository at: >>>> >>> >>>> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git >>>> tags/exynos-mct >>>> >>>> for you to fetch changes up to 1a631118c1d085fe162f3b6d44f710c72206ef2d: >>>> >>>> clocksource: exynos_mct: Only use 32-bits where possible >>>> (2014-07-19 03:07:52 +0900) >>>> >>>> ---------------------------------------------------------------- >>>> exynos_mct update for v3.17 >>>> - only use 32-bit access for performance benefits on exynos >>>> 32-bit system and this means ARCH timer should be supported >>>> on exynos 64-bit system instead of current MCT. >>>> - use readl_relaxed/writel_relaxed to consistently use the >>>> proper functions in exynos_mct. >>> >>> There's no reason for these to go through arm-soc, is there? They should >>> go through the clocksource tree (Daniel Lezcano / Thomas Gleixner). They >>> also lack acks from them if they for some reason need to go through arm-soc. >> > Olof, you're right. The branch has no dependency with arm-soc so I agreed. > >> Yes, that's right. Furthermore I have been discussing with Doug about >> these patches before. >> >> Kukjin, is there any dependency on these patches ? >> > Yeah, Daniel, it should be handled in the clocksource tree so how should I do > for it? I can pull your branch v3.17-next/mct-exynos and you drop the merge from this branch in your master ? -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog ^ permalink raw reply [flat|nested] 14+ messages in thread
* [GIT PULL 4/5] Samsung exynos_mct update for v3.17 @ 2014-07-22 17:32 ` Daniel Lezcano 0 siblings, 0 replies; 14+ messages in thread From: Daniel Lezcano @ 2014-07-22 17:32 UTC (permalink / raw) To: linux-arm-kernel On 07/22/2014 12:59 PM, Kukjin Kim wrote: > Daniel Lezcano wrote: >> >> On 07/20/2014 12:06 AM, Olof Johansson wrote: >>> On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: >>>> Note that this is also based on 3.16-rc5 because of dependency with >>>> previous samsung fixes including exynos_mct already merged in >>>> mainline during -rc. >>>> >>>> The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: >>>> >>>> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) >>>> >>>> are available in the git repository at: >>>> >>> >>>> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git >>>> tags/exynos-mct >>>> >>>> for you to fetch changes up to 1a631118c1d085fe162f3b6d44f710c72206ef2d: >>>> >>>> clocksource: exynos_mct: Only use 32-bits where possible >>>> (2014-07-19 03:07:52 +0900) >>>> >>>> ---------------------------------------------------------------- >>>> exynos_mct update for v3.17 >>>> - only use 32-bit access for performance benefits on exynos >>>> 32-bit system and this means ARCH timer should be supported >>>> on exynos 64-bit system instead of current MCT. >>>> - use readl_relaxed/writel_relaxed to consistently use the >>>> proper functions in exynos_mct. >>> >>> There's no reason for these to go through arm-soc, is there? They should >>> go through the clocksource tree (Daniel Lezcano / Thomas Gleixner). They >>> also lack acks from them if they for some reason need to go through arm-soc. >> > Olof, you're right. The branch has no dependency with arm-soc so I agreed. > >> Yes, that's right. Furthermore I have been discussing with Doug about >> these patches before. >> >> Kukjin, is there any dependency on these patches ? >> > Yeah, Daniel, it should be handled in the clocksource tree so how should I do > for it? I can pull your branch v3.17-next/mct-exynos and you drop the merge from this branch in your master ? -- <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [GIT PULL 4/5] Samsung exynos_mct update for v3.17 2014-07-22 17:32 ` Daniel Lezcano @ 2014-07-22 23:33 ` Kukjin Kim -1 siblings, 0 replies; 14+ messages in thread From: Kukjin Kim @ 2014-07-22 23:33 UTC (permalink / raw) To: Daniel Lezcano Cc: Kukjin Kim, 'Olof Johansson', arm, 'Arnd Bergmann', linux-arm-kernel, linux-samsung-soc, 'Doug Anderson', tglx On 07/23/14 02:32, Daniel Lezcano wrote: > On 07/22/2014 12:59 PM, Kukjin Kim wrote: >> Daniel Lezcano wrote: >>> >>> On 07/20/2014 12:06 AM, Olof Johansson wrote: >>>> On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: >>>>> Note that this is also based on 3.16-rc5 because of dependency with >>>>> previous samsung fixes including exynos_mct already merged in >>>>> mainline during -rc. >>>>> >>>>> The following changes since commit >>>>> 1795cd9b3a91d4b5473c97f491d63892442212ab: >>>>> >>>>> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) >>>>> >>>>> are available in the git repository at: >>>>> >>>> >>>>> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git >>>>> tags/exynos-mct >>>>> >>>>> for you to fetch changes up to >>>>> 1a631118c1d085fe162f3b6d44f710c72206ef2d: >>>>> >>>>> clocksource: exynos_mct: Only use 32-bits where possible >>>>> (2014-07-19 03:07:52 +0900) >>>>> >>>>> ---------------------------------------------------------------- >>>>> exynos_mct update for v3.17 >>>>> - only use 32-bit access for performance benefits on exynos >>>>> 32-bit system and this means ARCH timer should be supported >>>>> on exynos 64-bit system instead of current MCT. >>>>> - use readl_relaxed/writel_relaxed to consistently use the >>>>> proper functions in exynos_mct. >>>> >>>> There's no reason for these to go through arm-soc, is there? They >>>> should >>>> go through the clocksource tree (Daniel Lezcano / Thomas Gleixner). >>>> They >>>> also lack acks from them if they for some reason need to go through >>>> arm-soc. >>> >> Olof, you're right. The branch has no dependency with arm-soc so I >> agreed. >> >>> Yes, that's right. Furthermore I have been discussing with Doug about >>> these patches before. >>> >>> Kukjin, is there any dependency on these patches ? >>> >> Yeah, Daniel, it should be handled in the clocksource tree so how >> should I do >> for it? > > I can pull your branch v3.17-next/mct-exynos and you drop the merge from > this branch in your master ? > Yes please and I did drop the merge in my -next just now. Thanks, Kukjin ^ permalink raw reply [flat|nested] 14+ messages in thread
* [GIT PULL 4/5] Samsung exynos_mct update for v3.17 @ 2014-07-22 23:33 ` Kukjin Kim 0 siblings, 0 replies; 14+ messages in thread From: Kukjin Kim @ 2014-07-22 23:33 UTC (permalink / raw) To: linux-arm-kernel On 07/23/14 02:32, Daniel Lezcano wrote: > On 07/22/2014 12:59 PM, Kukjin Kim wrote: >> Daniel Lezcano wrote: >>> >>> On 07/20/2014 12:06 AM, Olof Johansson wrote: >>>> On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: >>>>> Note that this is also based on 3.16-rc5 because of dependency with >>>>> previous samsung fixes including exynos_mct already merged in >>>>> mainline during -rc. >>>>> >>>>> The following changes since commit >>>>> 1795cd9b3a91d4b5473c97f491d63892442212ab: >>>>> >>>>> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) >>>>> >>>>> are available in the git repository at: >>>>> >>>> >>>>> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git >>>>> tags/exynos-mct >>>>> >>>>> for you to fetch changes up to >>>>> 1a631118c1d085fe162f3b6d44f710c72206ef2d: >>>>> >>>>> clocksource: exynos_mct: Only use 32-bits where possible >>>>> (2014-07-19 03:07:52 +0900) >>>>> >>>>> ---------------------------------------------------------------- >>>>> exynos_mct update for v3.17 >>>>> - only use 32-bit access for performance benefits on exynos >>>>> 32-bit system and this means ARCH timer should be supported >>>>> on exynos 64-bit system instead of current MCT. >>>>> - use readl_relaxed/writel_relaxed to consistently use the >>>>> proper functions in exynos_mct. >>>> >>>> There's no reason for these to go through arm-soc, is there? They >>>> should >>>> go through the clocksource tree (Daniel Lezcano / Thomas Gleixner). >>>> They >>>> also lack acks from them if they for some reason need to go through >>>> arm-soc. >>> >> Olof, you're right. The branch has no dependency with arm-soc so I >> agreed. >> >>> Yes, that's right. Furthermore I have been discussing with Doug about >>> these patches before. >>> >>> Kukjin, is there any dependency on these patches ? >>> >> Yeah, Daniel, it should be handled in the clocksource tree so how >> should I do >> for it? > > I can pull your branch v3.17-next/mct-exynos and you drop the merge from > this branch in your master ? > Yes please and I did drop the merge in my -next just now. Thanks, Kukjin ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [GIT PULL 4/5] Samsung exynos_mct update for v3.17 2014-07-22 23:33 ` Kukjin Kim @ 2014-07-23 8:03 ` Daniel Lezcano -1 siblings, 0 replies; 14+ messages in thread From: Daniel Lezcano @ 2014-07-23 8:03 UTC (permalink / raw) To: Kukjin Kim Cc: 'Olof Johansson', arm, 'Arnd Bergmann', linux-arm-kernel, linux-samsung-soc, 'Doug Anderson', tglx On 07/23/2014 01:33 AM, Kukjin Kim wrote: > On 07/23/14 02:32, Daniel Lezcano wrote: >> On 07/22/2014 12:59 PM, Kukjin Kim wrote: >>> Daniel Lezcano wrote: >>>> >>>> On 07/20/2014 12:06 AM, Olof Johansson wrote: >>>>> On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: >>>>>> Note that this is also based on 3.16-rc5 because of dependency with >>>>>> previous samsung fixes including exynos_mct already merged in >>>>>> mainline during -rc. >>>>>> >>>>>> The following changes since commit >>>>>> 1795cd9b3a91d4b5473c97f491d63892442212ab: >>>>>> >>>>>> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) >>>>>> >>>>>> are available in the git repository at: >>>>>> >>>>> >>>>>> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git >>>>>> tags/exynos-mct >>>>>> >>>>>> for you to fetch changes up to >>>>>> 1a631118c1d085fe162f3b6d44f710c72206ef2d: >>>>>> >>>>>> clocksource: exynos_mct: Only use 32-bits where possible >>>>>> (2014-07-19 03:07:52 +0900) >>>>>> >>>>>> ---------------------------------------------------------------- >>>>>> exynos_mct update for v3.17 >>>>>> - only use 32-bit access for performance benefits on exynos >>>>>> 32-bit system and this means ARCH timer should be supported >>>>>> on exynos 64-bit system instead of current MCT. >>>>>> - use readl_relaxed/writel_relaxed to consistently use the >>>>>> proper functions in exynos_mct. >>>>> >>>>> There's no reason for these to go through arm-soc, is there? They >>>>> should >>>>> go through the clocksource tree (Daniel Lezcano / Thomas Gleixner). >>>>> They >>>>> also lack acks from them if they for some reason need to go through >>>>> arm-soc. >>>> >>> Olof, you're right. The branch has no dependency with arm-soc so I >>> agreed. >>> >>>> Yes, that's right. Furthermore I have been discussing with Doug about >>>> these patches before. >>>> >>>> Kukjin, is there any dependency on these patches ? >>>> >>> Yeah, Daniel, it should be handled in the clocksource tree so how >>> should I do >>> for it? >> >> I can pull your branch v3.17-next/mct-exynos and you drop the merge from >> this branch in your master ? >> > Yes please and I did drop the merge in my -next just now. Ok, thanks. The patches are applied in my branch for 3.17. -- Daniel -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog ^ permalink raw reply [flat|nested] 14+ messages in thread
* [GIT PULL 4/5] Samsung exynos_mct update for v3.17 @ 2014-07-23 8:03 ` Daniel Lezcano 0 siblings, 0 replies; 14+ messages in thread From: Daniel Lezcano @ 2014-07-23 8:03 UTC (permalink / raw) To: linux-arm-kernel On 07/23/2014 01:33 AM, Kukjin Kim wrote: > On 07/23/14 02:32, Daniel Lezcano wrote: >> On 07/22/2014 12:59 PM, Kukjin Kim wrote: >>> Daniel Lezcano wrote: >>>> >>>> On 07/20/2014 12:06 AM, Olof Johansson wrote: >>>>> On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: >>>>>> Note that this is also based on 3.16-rc5 because of dependency with >>>>>> previous samsung fixes including exynos_mct already merged in >>>>>> mainline during -rc. >>>>>> >>>>>> The following changes since commit >>>>>> 1795cd9b3a91d4b5473c97f491d63892442212ab: >>>>>> >>>>>> Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) >>>>>> >>>>>> are available in the git repository at: >>>>>> >>>>> >>>>>> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git >>>>>> tags/exynos-mct >>>>>> >>>>>> for you to fetch changes up to >>>>>> 1a631118c1d085fe162f3b6d44f710c72206ef2d: >>>>>> >>>>>> clocksource: exynos_mct: Only use 32-bits where possible >>>>>> (2014-07-19 03:07:52 +0900) >>>>>> >>>>>> ---------------------------------------------------------------- >>>>>> exynos_mct update for v3.17 >>>>>> - only use 32-bit access for performance benefits on exynos >>>>>> 32-bit system and this means ARCH timer should be supported >>>>>> on exynos 64-bit system instead of current MCT. >>>>>> - use readl_relaxed/writel_relaxed to consistently use the >>>>>> proper functions in exynos_mct. >>>>> >>>>> There's no reason for these to go through arm-soc, is there? They >>>>> should >>>>> go through the clocksource tree (Daniel Lezcano / Thomas Gleixner). >>>>> They >>>>> also lack acks from them if they for some reason need to go through >>>>> arm-soc. >>>> >>> Olof, you're right. The branch has no dependency with arm-soc so I >>> agreed. >>> >>>> Yes, that's right. Furthermore I have been discussing with Doug about >>>> these patches before. >>>> >>>> Kukjin, is there any dependency on these patches ? >>>> >>> Yeah, Daniel, it should be handled in the clocksource tree so how >>> should I do >>> for it? >> >> I can pull your branch v3.17-next/mct-exynos and you drop the merge from >> this branch in your master ? >> > Yes please and I did drop the merge in my -next just now. Ok, thanks. The patches are applied in my branch for 3.17. -- Daniel -- <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2014-07-23 8:03 UTC | newest] Thread overview: 14+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-07-19 0:52 [GIT PULL 4/5] Samsung exynos_mct update for v3.17 Kukjin Kim 2014-07-19 0:52 ` Kukjin Kim 2014-07-19 22:06 ` Olof Johansson 2014-07-19 22:06 ` Olof Johansson 2014-07-21 8:47 ` Daniel Lezcano 2014-07-21 8:47 ` Daniel Lezcano 2014-07-22 10:59 ` Kukjin Kim 2014-07-22 10:59 ` Kukjin Kim 2014-07-22 17:32 ` Daniel Lezcano 2014-07-22 17:32 ` Daniel Lezcano 2014-07-22 23:33 ` Kukjin Kim 2014-07-22 23:33 ` Kukjin Kim 2014-07-23 8:03 ` Daniel Lezcano 2014-07-23 8:03 ` Daniel Lezcano
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.