mbox series

[GIT,PULL] Fix for omap gpt12 timer error handling

Message ID pull-1629354796-830948@atomide.com (mailing list archive)
State Accepted
Commit 1e16a40211208d2d6e217e5013607219f4272dff
Headers show
Series [GIT,PULL] Fix for omap gpt12 timer error handling | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.14/gpt12-fix-signed

Message

Tony Lindgren Aug. 19, 2021, 6:34 a.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 353b7a55dcaf5fb8758e09ebe2ddf5f3adbac7c5:

  Merge branch 'fixes-v5.14' into fixes (2021-07-27 11:25:08 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.14/gpt12-fix-signed

for you to fetch changes up to 06a089ef644934372a3062528244fca3417d3430:

  bus: ti-sysc: Fix error handling for sysc_check_active_timer() (2021-08-11 08:34:46 +0300)

----------------------------------------------------------------
Fix for omap gpt12 timer error handling

Two of the recent fixes for ti-sysc driver had bad interaction for a
function return value that caused one of the fixes to not work so we
need to change the return value handling. Otherwise early beagleboard
variants still have a boot issue.

----------------------------------------------------------------
Tony Lindgren (1):
      bus: ti-sysc: Fix error handling for sysc_check_active_timer()

 drivers/bus/ti-sysc.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

patchwork-bot+linux-soc@kernel.org Aug. 19, 2021, 3:30 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (refs/heads/arm/fixes):

On Thu, 19 Aug 2021 09:34:36 +0300 you wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 353b7a55dcaf5fb8758e09ebe2ddf5f3adbac7c5:
> 
>   Merge branch 'fixes-v5.14' into fixes (2021-07-27 11:25:08 +0300)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Fix for omap gpt12 timer error handling
    https://git.kernel.org/soc/soc/c/1e16a4021120

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Arnd Bergmann Aug. 19, 2021, 3:44 p.m. UTC | #2
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 19 Aug 2021 09:34:36 +0300, Tony Lindgren wrote:
> The following changes since commit 353b7a55dcaf5fb8758e09ebe2ddf5f3adbac7c5:
> 
>   Merge branch 'fixes-v5.14' into fixes (2021-07-27 11:25:08 +0300)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.14/gpt12-fix-signed
> 
> [...]

Merged into for-next, thanks!

merge commit: 1e16a40211208d2d6e217e5013607219f4272dff

       Arnd