Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1527349 > unrolled thread

[GIT PULL] clockevents for 4.10

Started byDaniel Lezcano <daniel.lezcano@linaro.org>
First post2016-11-22 10:50 +0100
Last post2016-11-22 11:00 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] clockevents for 4.10 Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-11-22 10:50 +0100
    Re: [GIT PULL] clockevents for 4.10 Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-11-22 11:00 +0100
    Re: [GIT PULL] clockevents for 4.10 Ingo Molnar <mingo@kernel.org> - 2016-11-22 11:00 +0100

#1527349 — [GIT PULL] clockevents for 4.10

FromDaniel Lezcano <daniel.lezcano@linaro.org>
Date2016-11-22 10:50 +0100
Subject[GIT PULL] clockevents for 4.10
Message-ID<sGfSa-5nS-9@gated-at.bofh.it>
Hi Thomas, Ingo,

This pull request contains a few changes.

 - Unmap the region obtained by of_iomap in case of error in the init path for
   the bcm2835 timer (Arvind Yadav).

 - Add a boolean property in the DT for the arch_arm_timer in order to tell the
   driver the hardware implementation has an error because it does not belong
   to an always-on power domain (Brian Norris).

 - Replace of_iomap() by of_io_request_and_map() for the arch_arm_timer
   (Stephen Boyd).

Thanks !

  -- Daniel


The following changes since commit baa73d9e478ff32d62f3f9422822b59dd9a95a21:

  posix-timers: Make them configurable (2016-11-16 09:26:35 +0100)

are available in the git repository at:

  https://git.linaro.org/people/daniel.lezcano/linux.git 

for you to fetch changes up to 84c39b8b7d46883f7a7514c7d55909831aa846fd:

  clocksource/drivers/bcm2835_timer: Unmap region obtained by of_iomap (2016-11-22 09:22:59 +0100)

----------------------------------------------------------------
Arvind Yadav (1):
      clocksource/drivers/bcm2835_timer: Unmap region obtained by of_iomap

Brian Norris (2):
      clocksource/drivers/arm_arch_timer: Don't assume clock runs in suspend
      arm64: dts: rockchip: Arch counter doesn't tick in system suspend

Stephen Boyd (1):
      clocksource/drivers/arm_arch_timer: Map frame with of_io_request_and_map()

 Documentation/devicetree/bindings/arm/arch_timer.txt |  5 +++++
 arch/arm64/boot/dts/rockchip/rk3399.dtsi             |  1 +
 drivers/clocksource/arm_arch_timer.c                 | 14 +++++++++++---
 drivers/clocksource/bcm2835_timer.c                  | 14 ++++++++++----
 4 files changed, 27 insertions(+), 7 deletions(-)



-- 

 <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

[toc] | [next] | [standalone]


#1527354

FromDaniel Lezcano <daniel.lezcano@linaro.org>
Date2016-11-22 11:00 +0100
Message-ID<sGg1Q-5rf-21@gated-at.bofh.it>
In reply to#1527349
On Tue, Nov 22, 2016 at 10:51:31AM +0100, Ingo Molnar wrote:
> 
> * Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
> 
> > Hi Thomas, Ingo,
> > 
> > This pull request contains a few changes.
> > 
> >  - Unmap the region obtained by of_iomap in case of error in the init path for
> >    the bcm2835 timer (Arvind Yadav).
> > 
> >  - Add a boolean property in the DT for the arch_arm_timer in order to tell the
> >    driver the hardware implementation has an error because it does not belong
> >    to an always-on power domain (Brian Norris).
> > 
> >  - Replace of_iomap() by of_io_request_and_map() for the arch_arm_timer
> >    (Stephen Boyd).
> > 
> > Thanks !
> > 
> >   -- Daniel
> > 
> > 
> > The following changes since commit baa73d9e478ff32d62f3f9422822b59dd9a95a21:
> > 
> >   posix-timers: Make them configurable (2016-11-16 09:26:35 +0100)
> > 
> > are available in the git repository at:
> > 
> >   https://git.linaro.org/people/daniel.lezcano/linux.git 
> 
> In branch clockevents/4.10 I presume?

Ah, yes.

I'm surprised the branch did not show up with the request-pull script :/

  -- 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

[toc] | [prev] | [next] | [standalone]


#1527356

FromIngo Molnar <mingo@kernel.org>
Date2016-11-22 11:00 +0100
Message-ID<sGg1Q-5rf-23@gated-at.bofh.it>
In reply to#1527349
* Daniel Lezcano <daniel.lezcano@linaro.org> wrote:

> Hi Thomas, Ingo,
> 
> This pull request contains a few changes.
> 
>  - Unmap the region obtained by of_iomap in case of error in the init path for
>    the bcm2835 timer (Arvind Yadav).
> 
>  - Add a boolean property in the DT for the arch_arm_timer in order to tell the
>    driver the hardware implementation has an error because it does not belong
>    to an always-on power domain (Brian Norris).
> 
>  - Replace of_iomap() by of_io_request_and_map() for the arch_arm_timer
>    (Stephen Boyd).
> 
> Thanks !
> 
>   -- Daniel
> 
> 
> The following changes since commit baa73d9e478ff32d62f3f9422822b59dd9a95a21:
> 
>   posix-timers: Make them configurable (2016-11-16 09:26:35 +0100)
> 
> are available in the git repository at:
> 
>   https://git.linaro.org/people/daniel.lezcano/linux.git 

In branch clockevents/4.10 I presume?

Thanks,

	Ingo

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web