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]
Message-ID: <b5a83e54-1ee1-f910-4be4-bc3bf1015243@linaro.org>
Date:   Tue, 24 May 2022 09:52:08 +0200
From:   Daniel Lezcano <daniel.lezcano@...aro.org>
To:     Thomas Gleixner <tglx@...utronix.de>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Allen-KH Cheng <allen-kh.cheng@...iatek.com>,
        Linus Walleij <linus.walleij@...aro.org>,
        Samuel Holland <samuel@...lland.org>,
        Andre Przywara <andre.przywara@....com>,
        Dan Carpenter <dan.carpenter@...cle.com>,
        Krzysztof Kozlowski <krzk@...nel.org>
Subject: [GIT PULL] timer drivers for v5.19-rc1


Hi Thomas,

sorry for this late PR, please consider pulling:


The following changes since commit 317f29c14d0cca09952f1022491454b23455ebcb:

   timers: Provide a better debugobjects hint for delayed works 
(2022-05-14 17:40:36 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 9c04a8ff03def4df3f81219ffbe1ec9b44ff5348:

   clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() return 
value (2022-05-24 09:16:29 +0200)

----------------------------------------------------------------
- Add Mediatek MT8186 DT bindings (Allen-KH Cheng)

- Remove dead code corresponding of the IXP4xx board removal (Linus
   Walleij)

- Add CLOCK_EVT_FEAT_C3STOP flag for the RISC-V SBI timer (Samuel
   Holland)

- Do not return an error if there are multiple definitions of the
   sp804 timers in the DT (Andre Przywara)

- Add the missing SPDX identifier (Thomas Gleixner)

- Remove an unncessary NULL check as it is done right before at probe
   time for the timer-ti-dm (Dan Carpenter)

- Fix the irq_of_parse_and_map() return code check on onexas-nps
   (Krzysztof Kozlowski)

----------------------------------------------------------------
Allen-KH Cheng (1):
       dt-bindings: timer: Add compatible for Mediatek MT8186

Andre Przywara (1):
       clocksource/drivers/sp804: Avoid error on multiple instances

Dan Carpenter (1):
       clocksource/drivers/timer-ti-dm: Remove unnecessary NULL check

Krzysztof Kozlowski (1):
       clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() return 
value

Linus Walleij (1):
       clocksource/drivers/ixp4xx: Drop boardfile probe path

Samuel Holland (1):
       clocksource/drivers/riscv: Events are stopped during CPU suspend

Thomas Gleixner (10):
       clocksource/drivers/bcm_kona: Convert to SPDX identifier
       clocksource/drivers/jcore: Convert to SPDX identifier
       clocksource/drivers/mips-gic-timer: Convert to SPDX identifier
       clocksource/drivers/armada-370-xp: Convert to SPDX identifier
       clocksource/drivers/digicolor: Convert to SPDX identifier
       clocksource/drivers/lpc32xx: Convert to SPDX identifier
       clocksource/drivers/orion: Convert to SPDX identifier
       clocksource/drivers/pistachio: Convert to SPDX identifier
       clocksource/drivers/timer-sun4i: Convert to SPDX identifier
       clocksource/drivers/timer-sun5i: Convert to SPDX identifier

  .../bindings/timer/mediatek,mtk-timer.txt          |  1 +
  drivers/clocksource/Kconfig                        |  2 +-
  drivers/clocksource/bcm_kona_timer.c               | 14 ++----------
  drivers/clocksource/jcore-pit.c                    |  5 +----
  drivers/clocksource/mips-gic-timer.c               |  9 ++------
  drivers/clocksource/timer-armada-370-xp.c          |  5 +----
  drivers/clocksource/timer-digicolor.c              |  5 +----
  drivers/clocksource/timer-ixp4xx.c                 | 25 
----------------------
  drivers/clocksource/timer-lpc32xx.c                |  6 +-----
  drivers/clocksource/timer-orion.c                  |  5 +----
  drivers/clocksource/timer-oxnas-rps.c              |  2 +-
  drivers/clocksource/timer-pistachio.c              |  5 +----
  drivers/clocksource/timer-riscv.c                  |  2 +-
  drivers/clocksource/timer-sp804.c                  | 10 ++++-----
  drivers/clocksource/timer-sun4i.c                  |  5 +----
  drivers/clocksource/timer-sun5i.c                  |  5 +----
  drivers/clocksource/timer-ti-dm.c                  |  3 +--
  include/linux/platform_data/timer-ixp4xx.h         | 11 ----------
  18 files changed, 22 insertions(+), 98 deletions(-)
  delete mode 100644 include/linux/platform_data/timer-ixp4xx.h

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