lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 26 Aug 2021 08:09:32 +0200
From:   Daniel Lezcano <daniel.lezcano@...aro.org>
To:     Thomas Gleixner <tglx@...utronix.de>
Cc:     Ezequiel Garcia <ezequiel@...labora.com>,
        Fengquan Chen <Fengquan.Chen@...iatek.com>,
        Linus Walleij <linus.walleij@...aro.org>,
        Phong Hoang <phong.hoang.wz@...esas.com>,
        Will Deacon <Will.Deacon@....com>,
        Zhou Yanjie <zhouyanjie@...yeetech.com>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] timers driver for v5.15


Hi Thomas,

The following changes since commit f80e21489590c00f46226d5802d900e6f66e5633:

  hrtimer: Unbreak hrtimer_force_reprogram() (2021-08-12 22:34:40 +0200)

are available in the Git repository at:

  https://git.linaro.org/people/daniel.lezcano/linux.git tags/timers-v5.15

for you to fetch changes up to f196ae282070d798c9144771db65577910d58566:

  dt-bindings: timer: Add ABIs for new Ingenic SoCs (2021-08-21 09:58:17
+0200)

----------------------------------------------------------------
- Prioritize the ARM architected timer on Exynos platform when the
  architecture is ARM64 (Will Deacon)

- Mark the Exynos timer as a per CPU timer (Will Deacon)

- DT conversion to yaml for the rockchip platform (Ezequiel Garcia)

- Fix IRQ setup if there are two channels on the sh_cmt timer (Phong
  Hoang)

- Use bitfield helper macros in the Ingenic timer (Zhou Yanjie)

- Clear any pending interrupt to prevent an abort of the suspend on
  the Mediatek platform (Fengquan Chen)

- Add DT bindings for new Ingenic SoCs (Zhou Yanjie)

----------------------------------------------------------------
Ezequiel Garcia (1):
      dt-bindings: timer: convert rockchip,rk-timer.txt to YAML

Fengquan Chen (1):
      clocksource/drivers/mediatek: Optimize systimer irq clear flow on
shutdown

Linus Walleij (1):
      clocksource/drivers/fttmr010: Pass around less pointers

Phong Hoang (1):
      clocksource/drivers/sh_cmt: Fix wrong setting if don't request IRQ
for clock source channel

Will Deacon (2):
      clocksource/drivers/exynos_mct: Prioritise Arm arch timer on arm64
      clocksource/drivers/exynos_mct: Mark MCT device as
CLOCK_EVT_FEAT_PERCPU

周琰杰 (Zhou Yanjie) (2):
      clocksource/drivers/ingenic: Use bitfield macro helpers
      dt-bindings: timer: Add ABIs for new Ingenic SoCs

 Documentation/devicetree/bindings/timer/rockchip,rk-timer.txt  | 27
---------------------------
 Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 64
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/clocksource/exynos_mct.c                               | 16
+++++++++++++---
 drivers/clocksource/ingenic-sysost.c                           | 13
+++++++------
 drivers/clocksource/sh_cmt.c                                   | 30
++++++++++++++++++------------
 drivers/clocksource/timer-fttmr010.c                           | 32
++++++++++++++++----------------
 drivers/clocksource/timer-mediatek.c                           |  8
++++++--
 include/dt-bindings/clock/ingenic,sysost.h                     | 19
+++++++++++++++++++
 8 files changed, 143 insertions(+), 66 deletions(-)
 delete mode 100644
Documentation/devicetree/bindings/timer/rockchip,rk-timer.txt
 create mode 100644
Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
w

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ