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:   Fri, 14 Aug 2020 15:03:32 +0200
From:   Thierry Reding <thierry.reding@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Uwe Kleine-König 
        <u.kleine-koenig@...gutronix.de>, Lee Jones <lee.jones@...aro.org>,
        linux-pwm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] pwm: Changes for v5.9-rc1

Hi Linus,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6ced5ff0be8e94871ba846dfbddf69d21363f3d7:

  pwm: bcm-iproc: handle clk_get_rate() return (2020-07-30 11:27:13 +0200)

Thanks,
Thierry

----------------------------------------------------------------
pwm: Changes for v5.9-rc1

The majority of this batch is conversion of the PWM period and duty
cycle to 64-bit unsigned integers, which is required so that some types
of hardware can generate the full range of signals that they're capable
of. The remainder is mostly minor fixes and cleanups.

----------------------------------------------------------------
Alexander A. Klimov (1):
      pwm: Replace HTTP links with HTTPS ones

Guru Das Srinagesh (10):
      drm/i915: Use 64-bit division macro
      hwmon: pwm-fan: Use 64-bit division macro
      pwm: clps711x: Use 64-bit division macro
      pwm: imx-tpm: Use 64-bit division macro
      pwm: imx27: Use 64-bit division macro
      pwm: sifive: Use 64-bit division macro
      pwm: sun4i: Use nsecs_to_jiffies to avoid a division
      backlight: pwm_bl: Use 64-bit division function
      clk: pwm: Use 64-bit division function
      pwm: Convert period and duty cycle to u64

Lee Jones (4):
      pwm: bcm-iproc: Remove impossible comparison when validating duty cycle
      pwm: bcm-kona: Remove impossible comparison when validating duty cycle
      pwm: mediatek: Provide missing kerneldoc description for 'soc' arg
      pwm: omap-dmtimer: Repair pwm_omap_dmtimer_chip's broken kerneldoc header

Rayagonda Kokatanur (1):
      pwm: bcm-iproc: handle clk_get_rate() return

Thierry Reding (2):
      pwm: iqs620a: Use 64-bit division
      pwm: iqs620a: Use lowercase hexadecimal literals for consistency

 drivers/clk/clk-pwm.c                      |  7 ++++++-
 drivers/gpu/drm/i915/display/intel_panel.c |  2 +-
 drivers/hwmon/pwm-fan.c                    |  2 +-
 drivers/pwm/core.c                         | 14 +++++++-------
 drivers/pwm/pwm-bcm-iproc.c                | 12 ++++++++----
 drivers/pwm/pwm-bcm-kona.c                 |  2 +-
 drivers/pwm/pwm-clps711x.c                 |  2 +-
 drivers/pwm/pwm-imx-tpm.c                  |  2 +-
 drivers/pwm/pwm-imx27.c                    |  2 +-
 drivers/pwm/pwm-iqs620a.c                  | 15 ++++++++-------
 drivers/pwm/pwm-mediatek.c                 |  1 +
 drivers/pwm/pwm-omap-dmtimer.c             |  4 ++--
 drivers/pwm/pwm-sifive.c                   |  2 +-
 drivers/pwm/pwm-stm32-lp.c                 |  2 +-
 drivers/pwm/pwm-sun4i.c                    |  2 +-
 drivers/pwm/pwm-tiecap.c                   |  2 +-
 drivers/pwm/pwm-tiehrpwm.c                 |  2 +-
 drivers/pwm/sysfs.c                        |  8 ++++----
 drivers/video/backlight/pwm_bl.c           |  3 ++-
 drivers/video/fbdev/ssd1307fb.c            |  2 +-
 include/linux/pwm.h                        | 12 ++++++------
 21 files changed, 56 insertions(+), 44 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ