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:   Tue, 28 Feb 2023 15:26:51 +0100
From:   Thierry Reding <thierry.reding@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Uwe Kleine-König 
        <u.kleine-koenig@...gutronix.de>, linux-pwm@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] pwm: Changes for v6.3-rc1

Hi Linus,

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-6.3-rc1

for you to fetch changes up to cf70d01a62c712ee715df1f7892b58c77474bcfb:

  pwm: dwc: Use devm_pwmchip_add() (2023-02-20 12:26:35 +0100)

Thanks,
Thierry

----------------------------------------------------------------
pwm: Changes for v6.3-rc1

This rather small set of changes includes some minor fixes and
improvements. The AB8500 driver gained support for reading the initial
hardware state and the Synopsys DesignWare driver received some work to
prepare for device tree and platform support.

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
      dt-bindings: pwm: mediatek: Convert pwm-mediatek to DT schema

Ben Dooks (4):
      dt-bindings: pwm: Document Synopsys DesignWare snps,pwm-dw-apb-timers-pwm2
      pwm: dwc: Change &pci->dev to dev in probe
      pwm: dwc: Move memory allocation to own function
      pwm: dwc: Use devm_pwmchip_add()

Emil Renner Berthing (1):
      pwm: sifive: Always let the first pwm_apply_state succeed

Fabrice Gasnier (1):
      pwm: stm32-lp: fix the check on arr and cmp registers update

Geert Uytterhoeven (1):
      pwm: Move pwm_capture() dummy to restore order

Jeff LaBundy (1):
      pwm: iqs620a: Replace one remaining instance of regmap_update_bits()

Uwe Kleine-König (3):
      pwm: lp3943: Drop unused i2c include
      pwm: ab8500: Fix calculation of duty and period
      pwm: ab8500: Implement .get_state()

 .../bindings/pwm/mediatek,mt2712-pwm.yaml          |  93 +++++++++++++++++
 .../devicetree/bindings/pwm/pwm-mediatek.txt       |  52 ----------
 .../bindings/pwm/snps,dw-apb-timers-pwm2.yaml      |  68 +++++++++++++
 drivers/pwm/pwm-ab8500.c                           | 112 +++++++++++++++++++--
 drivers/pwm/pwm-dwc.c                              |  38 +++----
 drivers/pwm/pwm-iqs620a.c                          |   4 +-
 drivers/pwm/pwm-lp3943.c                           |   1 -
 drivers/pwm/pwm-sifive.c                           |   8 +-
 drivers/pwm/pwm-stm32-lp.c                         |   2 +-
 include/linux/pwm.h                                |  14 +--
 10 files changed, 302 insertions(+), 90 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
 delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-mediatek.txt
 create mode 100644 Documentation/devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ