mbox series

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

Message ID pull-1629354796-830948@atomide.com
State New
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

Arnd Bergmann Aug. 19, 2021, 3:44 p.m. UTC | #1
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