linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: linux-pwm@vger.kernel.org, kernel@pengutronix.de
Subject: [GIT PULL] pwm: Changes for next
Date: Tue, 21 Nov 2023 12:20:29 +0100	[thread overview]
Message-ID: <20231121112029.gyv3gqirlycysyr4@pengutronix.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 3376 bytes --]

Hello Thierry,

to get a defined and useful base for my lifetime and character support
code changes here comes a pull request with the commits that I'd like to
have in next and build upon.

Note that the first commit is a fix that IMHO should go into
v6.7-rc$next.

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  https://git.pengutronix.de/git/ukl/linux tags/pwm/for-thierry-6.8-rc1

for you to fetch changes up to 869de350ff3834145273a6d39faedea878c6715a:

  pwm: cros-ec: Drop unused member from driver private data (2023-11-21 11:13:31 +0100)

----------------------------------------------------------------
These commits are the ones from the pwm mailing list that I currently
consider ready to go into next.

----------------------------------------------------------------
Florian Fainelli (1):
      pwm: bcm2835: Fix NPD in suspend/resume

Philipp Zabel (5):
      pwm: stm32: Replace write_ccrx with regmap_write
      pwm: stm32: Make ch parameter unsigned
      pwm: stm32: Use hweight32 in stm32_pwm_detect_channels
      pwm: stm32: Implement .get_state()
      pwm: stm32: Fix enable count for clk in .probe()

Rob Herring (1):
      pwm: Use device_get_match_data()

Uwe Kleine-König (15):
      pwm: Drop unused member "pwm" from struct pwm_device
      pwm: Replace PWM chip unique base by unique ID
      pwm: Mention PWM chip ID in /sys/kernel/debug/pwm
      pwm: atmel-hlcdc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
      pwm: atmel-tcb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
      pwm: berlin: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
      pwm: brcmstb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
      pwm: dwc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
      pwm: imx-tpm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
      pwm: samsung: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
      pwm: stm32-lp: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
      pwm: stm32: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
      pwm: tiecap: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
      pwm: tiehrpwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
      pwm: cros-ec: Drop unused member from driver private data

 drivers/pwm/core.c            |  71 +++++++++++-----------------
 drivers/pwm/pwm-atmel-hlcdc.c |   8 ++--
 drivers/pwm/pwm-atmel-tcb.c   |   8 ++--
 drivers/pwm/pwm-bcm2835.c     |   2 +
 drivers/pwm/pwm-berlin.c      |   8 ++--
 drivers/pwm/pwm-brcmstb.c     |   8 ++--
 drivers/pwm/pwm-cros-ec.c     |   1 -
 drivers/pwm/pwm-dwc.c         |   6 +--
 drivers/pwm/pwm-img.c         |   8 +---
 drivers/pwm/pwm-imx-tpm.c     |  10 ++--
 drivers/pwm/pwm-rockchip.c    |   9 +---
 drivers/pwm/pwm-samsung.c     |   6 +--
 drivers/pwm/pwm-stm32-lp.c    |  10 ++--
 drivers/pwm/pwm-stm32.c       | 106 ++++++++++++++++++++++++++----------------
 drivers/pwm/pwm-tiecap.c      |   6 +--
 drivers/pwm/pwm-tiehrpwm.c    |   8 ++--
 drivers/pwm/sysfs.c           |   2 +-
 include/linux/pwm.h           |   4 +-
 18 files changed, 131 insertions(+), 150 deletions(-)
-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2023-11-21 11:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-21 11:20 Uwe Kleine-König [this message]
2023-11-28 21:11 ` [GIT PULL] pwm: Changes for next Uwe Kleine-König

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231121112029.gyv3gqirlycysyr4@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=kernel@pengutronix.de \
    --cc=linux-pwm@vger.kernel.org \
    --cc=thierry.reding@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).