[PATCH v7 0/4] mfd: intel-lpss: Clean up and modernize DebugFS usage

Maria Lisina posted 4 patches 1 week, 1 day ago
drivers/mfd/intel-lpss.c | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)
[PATCH v7 0/4] mfd: intel-lpss: Clean up and modernize DebugFS usage
Posted by Maria Lisina 1 week, 1 day ago
This series cleans up DebugFS code, modernizes it by replacing
obsoleted macros and removes redundant error checking.

Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
---
Changes in v7:
- The final corrections after review.
- Link to v6: https://lore.kernel.org/r/20260916-intel-lpss-debugfs-v6-0-5c118ac430ed@gmail.com

Changes in v6:
- Split each logical change into an individual patch.
- Link to v5: https://lore.kernel.org/r/20260916-intel-lpss-debugfs-v5-1-99295f534067@gmail.com

Changes in v5:
- Changed the goal of the patch to DebugFS modernization.
- Refactored intel_lpss_debugfs_add() into a void function.
- Removed deprecated macros and functions.
- Removed dmesg message completely.
- Link to v4: https://lore.kernel.org/r/20260914-intel-lpss-debugfs-v4-1-0eb82ea7c1e3@gmail.com

Changes in v4:
- Keep the dmesg messages, instead check whether DebugFS is initialized
- Link to v3: https://lore.kernel.org/r/20260913-intel-lpss-debugfs-v3-1-1b8e2b1f0992@gmail.com

Changes in v3:
- Fixed commit name and description.
- Link to v2: https://lore.kernel.org/r/20260913-intel-lpss-debugfs-v2-1-a1a4faf5cc63@gmail.com

Changes in v2:
- Fixed function name in comment section.
- Link to v1: https://lore.kernel.org/r/20260913-intel-lpss-debugfs-v1-1-833cbb6fffc9@gmail.com

---
Maria Lisina (4):
      mfd: intel-lpss: Remove redundant DebugFS error check
      mfd: intel-lpss: Use plain octal values for file permissions
      mfd: intel-lpss: Remove extra DebugFS dentry
      mfd: intel-lpss: Switch to debugfs_remove()

 drivers/mfd/intel-lpss.c | 24 +++++++-----------------
 1 file changed, 7 insertions(+), 17 deletions(-)
---
base-commit: 2f0c1cf72f4682178506f513bbf015e591b1aa4a
change-id: 20260913-intel-lpss-debugfs-eff3580d1295

Best regards,
-- 
Maria Lisina <sekoohaka.sarisan@gmail.com>
Re: [PATCH v7 0/4] mfd: intel-lpss: Clean up and modernize DebugFS usage
Posted by Lee Jones 2 days, 12 hours ago
On Wed, 16 Sep 2026 21:23:46 +0500, Maria Lisina wrote:
> This series cleans up DebugFS code, modernizes it by replacing
> obsoleted macros and removes redundant error checking.

Applied, thanks!

[1/4] mfd: intel-lpss: Remove redundant DebugFS error check
      commit: e32f0b4eb5e799a36ddc13748a56a23e5682d886
[2/4] mfd: intel-lpss: Use plain octal values for file permissions
      commit: bf5001e060762dbb931274db0ad6669492d8150e
[3/4] mfd: intel-lpss: Remove extra DebugFS dentry
      commit: 359ec8b51b4e37fe6435bac44e57f25d0feb346c
[4/4] mfd: intel-lpss: Switch to debugfs_remove()
      commit: 0ab0127dd7445a5e260c97c7d4f792322d0e49be

--
Lee Jones [李琼斯]

Re: [PATCH v7 0/4] mfd: intel-lpss: Clean up and modernize DebugFS usage
Posted by Andy Shevchenko 1 week ago
On Wed, Sep 16, 2026 at 09:23:46PM +0500, Maria Lisina wrote:
> This series cleans up DebugFS code, modernizes it by replacing
> obsoleted macros and removes redundant error checking.

> Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
> ---
> Changes in v7:
> - The final corrections after review.
> - Link to v6: https://lore.kernel.org/r/20260916-intel-lpss-debugfs-v6-0-5c118ac430ed@gmail.com

Great! Thanks for the clean up mini-series!

-- 
With Best Regards,
Andy Shevchenko