]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'omap-for-v5.14/gpt12-fix-signed' of git://git.kernel.org/pub/scm/linux...
authorArnd Bergmann <arnd@arndb.de>
Thu, 19 Aug 2021 15:22:46 +0000 (17:22 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 19 Aug 2021 15:22:47 +0000 (17:22 +0200)
commita5614716068b1c50f167936ac48c8de5384b3f7a
tree4f33a2df0b1ec245857e92c6676af6cbc611197f
parent1d307bd5d2aa7f52aa9cd0e59f864dca6781249b
parent2e1dd71e7bf2e4449250da4d45a19a01dd852eeb
Merge tag 'omap-for-v5.14/gpt12-fix-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes

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.

* tag 'omap-for-v5.14/gpt12-fix-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  bus: ti-sysc: Fix error handling for sysc_check_active_timer()

Link: https://lore.kernel.org/r/pull-1629354796-830948@atomide.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>