mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] libpwm: version bump 2024-04-09-gf7a7496fcb9d -> 1.0-rc1
Date: Wed, 14 May 2025 18:21:32 +0200	[thread overview]
Message-ID: <20250514162131.463124-2-u.kleine-koenig@baylibre.com> (raw)

Now that the kernel side of the pwm character devices is considered done
and having a fixed API, libpwm 1.0-rc1 was released. Update from the
earlier used snapshot.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
---
 rules/libpwm.make | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/rules/libpwm.make b/rules/libpwm.make
index df4cd5bd542c..4c14e030d6e2 100644
--- a/rules/libpwm.make
+++ b/rules/libpwm.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBPWM) += libpwm
 #
 # Paths and names
 #
-LIBPWM_VERSION		:= 2024-04-09-gf7a7496fcb9d
-LIBPWM_MD5		:= 432a7dcb3a71449d6e07c805788a721b
+LIBPWM_VERSION		:= 1.0-rc1
+LIBPWM_MD5		:= bb8032cd03c25a0dcdc76712acda714c
 LIBPWM			:= libpwm-$(LIBPWM_VERSION)
-LIBPWM_SUFFIX		:= tar.gz
-LIBPWM_URL		:= https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/libpwm.git/snapshot/$(LIBPWM_VERSION).$(LIBPWM_SUFFIX)
+LIBPWM_SUFFIX		:= tar.xz
+LIBPWM_URL		:= https://mirrors.edge.kernel.org/pub/linux/kernel/people/ukleinek/libpwm/libpwm-1.0-rc1.tar.xz
 LIBPWM_SOURCE		:= $(SRCDIR)/$(LIBPWM).$(LIBPWM_SUFFIX)
 LIBPWM_DIR		:= $(BUILDDIR)/$(LIBPWM)
 LIBPWM_BUILD_OOT	:= YES
@@ -47,7 +47,8 @@ $(STATEDIR)/libpwm.targetinstall:
 	@$(call install_fixup, libpwm, DESCRIPTION, missing)
 
 	@$(call install_lib, libpwm, 0, 0, 0644, libpwm)
-	@$(call install_copy, libpwm, 0, 0, 0755, -, /usr/bin/pwmtest)
+	@$(call install_copy, libpwm, 0, 0, 0755, -, /usr/bin/pwmround)
+	@$(call install_copy, libpwm, 0, 0, 0755, -, /usr/bin/pwmset)
 	@$(call install_copy, libpwm, 0, 0, 0755, -, /usr/bin/pwmtestperf)
 
 	@$(call install_finish, libpwm)
-- 
2.47.2




                 reply	other threads:[~2025-05-14 16:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20250514162131.463124-2-u.kleine-koenig@baylibre.com \
    --to=u.kleine-koenig@baylibre.com \
    --cc=ptxdist@pengutronix.de \
    /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