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>] [day] [month] [year] [list]
Message-ID: <feead2fd-8113-c270-a094-10de6570a2d2@linaro.org>
Date:   Wed, 30 Aug 2023 15:28:24 +0200
From:   Daniel Lezcano <daniel.lezcano@...aro.org>
To:     Thomas Gleixner <tglx@...utronix.de>
Cc:     Neil Armstrong <neil.armstrong@...aro.org>,
        Walter Chang <walter.chang@...iatek.com>,
        Tom Rix <trix@...hat.com>, Mans Rullgard <mans@...sr.com>,
        Rob Herring <robh@...nel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] timer drivers for v6.6-rc1


Hi Thomas,

please consider the following changes for the timer drivers material. 
Sorry for the late PR.

Thanks

The following changes since commit 8b5bf64c89c7100c921bd807ba39b2eb003061ab:

   clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probe 
(2023-06-23 09:33:44 +0200)

are available in the Git repository at:

   https://git.linaro.org/people/daniel.lezcano/linux.git 
tags/timers-v6.6-rc1

for you to fetch changes up to 0a8b07c77ea09602a152d3604e599f95726306d0:

   clocksource: Explicitly include correct DT includes (2023-08-18 
12:16:01 +0200)

----------------------------------------------------------------
- Remove oxnas the 0x810 and the 0x820 timer drivers, the platform
   being no longer maintained and removed (Neil Armstrong)

- Disable the timer before programming the CVAL as there is no
   guarantee of atomicity on the ARM architected timer (Walter Chang)

- Set variable ls1x_timer_lock static on the Loongson1 (Tom Rix)

- Remove duplication of code and data by factoring out the structures
   into a single one and convert to the platform driver on the sun5i
   (Mans Rullgard)

- Explicitly include correct DT includes (Rob Herring)

----------------------------------------------------------------
Mans Rullgard (3):
       clocksource/drivers/sun5i: Remove duplication of code and data
       clocksource/drivers/sun5i: Remove pointless struct
       clocksource/drivers/sun5i: Convert to platform device driver

Neil Armstrong (2):
       clocksource/drivers/timer-oxnas-rps: Remove obsolete timer driver
       dt-bindings: timer: oxsemi,rps-timer: remove obsolete bindings

Rob Herring (1):
       clocksource: Explicitly include correct DT includes

Tom Rix (1):
       clocksource/drivers/loongson1: Set variable ls1x_timer_lock 
storage-class-specifier to static

Walter Chang (1):
       clocksource/drivers/arm_arch_timer: Disable timer before 
programming CVAL

  Documentation/devicetree/bindings/timer/oxsemi,rps-timer.txt |  17 
------------
  drivers/clocksource/Kconfig                                  |   7 -----
  drivers/clocksource/Makefile                                 |   1 -
  drivers/clocksource/arm_arch_timer.c                         |   7 +++++
  drivers/clocksource/bcm2835_timer.c                          |   2 +-
  drivers/clocksource/nomadik-mtu.c                            |   2 +-
  drivers/clocksource/sh_cmt.c                                 |   1 -
  drivers/clocksource/timer-cadence-ttc.c                      |   1 +
  drivers/clocksource/timer-gxp.c                              |   1 +
  drivers/clocksource/timer-integrator-ap.c                    |   2 +-
  drivers/clocksource/timer-loongson1-pwm.c                    |   2 +-
  drivers/clocksource/timer-oxnas-rps.c                        | 288 
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  drivers/clocksource/timer-sun5i.c                            | 288 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------------
  drivers/clocksource/timer-tegra186.c                         |   1 -
  drivers/clocksource/timer-ti-dm.c                            |   1 -
  15 files changed, 136 insertions(+), 485 deletions(-)
  delete mode 100644 
Documentation/devicetree/bindings/timer/oxsemi,rps-timer.txt
  delete mode 100644 drivers/clocksource/timer-oxnas-rps.c

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