From: Lorenzo Bianconi <lorenzo@kernel.org>
To: linux-pwm@vger.kernel.org
Cc: ukleinek@kernel.org, lorenzo.bianconi83@gmail.com,
krzk+dt@kernel.org, robh@kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, upstream@airoha.com,
angelogioacchino.delregno@collabora.com,
benjamin.larsson@genexis.eu, conor+dt@kernel.org,
ansuelsmth@gmail.com
Subject: [PATCH v2 0/2] Add PWM support to EN7581
Date: Sun, 11 Aug 2024 18:34:30 +0200 [thread overview]
Message-ID: <cover.1723393857.git.lorenzo@kernel.org> (raw)
Introduce driver for PWM module available on EN7581 SoC.
Changes since v1:
- fix compilation errors
- fix comment style
- get rid of MODULE_ALIAS()
Benjamin Larsson (1):
pwm: airoha: Add support for EN7581 SoC
Christian Marangi (1):
dt-bindings: pwm: Document Airoha EN7581 PWM
.../bindings/pwm/airoha,en7581-pwm.yaml | 42 ++
drivers/pwm/Kconfig | 10 +
drivers/pwm/Makefile | 1 +
drivers/pwm/pwm-airoha.c | 408 ++++++++++++++++++
4 files changed, 461 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pwm/airoha,en7581-pwm.yaml
create mode 100644 drivers/pwm/pwm-airoha.c
--
2.46.0
next reply other threads:[~2024-08-11 16:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-11 16:34 Lorenzo Bianconi [this message]
2024-08-11 16:34 ` [PATCH v2 1/2] dt-bindings: pwm: Document Airoha EN7581 PWM Lorenzo Bianconi
2024-08-12 9:23 ` Krzysztof Kozlowski
2024-08-12 9:58 ` Lorenzo Bianconi
2024-08-12 13:26 ` Krzysztof Kozlowski
2024-08-11 16:34 ` [PATCH v2 2/2] pwm: airoha: Add support for EN7581 SoC Lorenzo Bianconi
2024-08-12 9:42 ` kernel test robot
2024-08-12 14:45 ` kernel test robot
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=cover.1723393857.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=ansuelsmth@gmail.com \
--cc=benjamin.larsson@genexis.eu \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-pwm@vger.kernel.org \
--cc=lorenzo.bianconi83@gmail.com \
--cc=robh@kernel.org \
--cc=ukleinek@kernel.org \
--cc=upstream@airoha.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.