From: Jarkko Nikula <jarkko.nikula@linux.intel.com>
To: Raag Jadav <raag.jadav@intel.com>,
u.kleine-koenig@pengutronix.de, mika.westerberg@linux.intel.com,
andriy.shevchenko@linux.intel.com, lakshmi.sowjanya.d@intel.com
Cc: linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 0/5] DesignWare PWM improvements
Date: Wed, 14 Feb 2024 14:55:09 +0200 [thread overview]
Message-ID: <8a580aad-001c-4e88-8f56-271f1835e581@linux.intel.com> (raw)
In-Reply-To: <20240212130247.9985-1-raag.jadav@intel.com>
On 2/12/24 15:02, Raag Jadav wrote:
> This series implements 16 channel PWM support for Intel Elkhart Lake
> along with minor cleanups for DesignWare PWM driver.
>
> Changes since v2:
> - Remove error code duplication from dev_err_probe()
> - Update tags
>
> Changes since v1:
> - Drop redundant error check
> - Provide dwc_pwm_init_one() to initialize one PWM instance
> - Use dev_get_drvdata() instead of pci_get_drvdata()
> - Use pm_sleep_ptr() instead of use pm_ptr()
>
> Raag Jadav (5):
> pwm: dwc: use pm_sleep_ptr() macro
> pwm: dwc: drop redundant error check
> pwm: dwc: Add 16 channel support for Intel Elkhart Lake
> pwm: dwc: simplify error handling
> pwm: dwc: access driver_data using dev_get_drvdata()
>
> drivers/pwm/pwm-dwc.c | 59 ++++++++++++++++++++++++-------------------
> drivers/pwm/pwm-dwc.h | 5 ++++
> 2 files changed, 38 insertions(+), 26 deletions(-)
>
I tested on Elkhart lake this patchset and it adds another 8 channel PWM
instance and the PCI device continue switching between D0 and D3 power
states depending is some channel enabled or all idle.
Tested-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
prev parent reply other threads:[~2024-02-14 12:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-12 13:02 [PATCH v3 0/5] DesignWare PWM improvements Raag Jadav
2024-02-12 13:02 ` [PATCH v3 1/5] pwm: dwc: use pm_sleep_ptr() macro Raag Jadav
2024-02-12 13:02 ` [PATCH v3 2/5] pwm: dwc: drop redundant error check Raag Jadav
2024-02-14 17:48 ` Uwe Kleine-König
2024-02-12 13:02 ` [PATCH v3 3/5] pwm: dwc: Add 16 channel support for Intel Elkhart Lake Raag Jadav
2024-02-12 13:02 ` [PATCH v3 4/5] pwm: dwc: simplify error handling Raag Jadav
2024-02-12 13:02 ` [PATCH v3 5/5] pwm: dwc: access driver_data using dev_get_drvdata() Raag Jadav
2024-02-14 12:55 ` Jarkko Nikula [this message]
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=8a580aad-001c-4e88-8f56-271f1835e581@linux.intel.com \
--to=jarkko.nikula@linux.intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=lakshmi.sowjanya.d@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=mika.westerberg@linux.intel.com \
--cc=raag.jadav@intel.com \
--cc=u.kleine-koenig@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