public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@denx.de>
To: Nobuhiro Iwamatsu <iwamatsu@gmail.com>
Cc: prabhakar.mahadev-lad.rj@bp.renesas.com,
	cip-dev@lists.cip-project.org,
	Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>,
	Biju Das <biju.das.jz@bp.renesas.com>,
	Fabrizio Castro <fabrizio.castro.jz@renesas.com>
Subject: Re: [cip-dev] [PATCH 6.1.y-cip 00/15] i2c: riic: miscellaneous code cleanup and improvements
Date: Sat, 26 Apr 2025 09:59:20 +0200	[thread overview]
Message-ID: <aAySWHLwA2JG4ZRQ@duo.ucw.cz> (raw)
In-Reply-To: <CACe6DC64Hpc1870ucfH4P401M8YuVNgq5+RktY+ePT+RMArrgQ@mail.gmail.com>

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

Hi!

> > > This patch series includes miscellaneous code cleanup and improvements
> > > to RIIC driver used by Renesas RZ SoCs. Below are the features which
> > > are backported:
> > > - Runtime PM support
> > > - Suspend/Resume support
> > > - Fast Mode Plus
> > >
> > > Note,
> > > - Patches 9-15 have been recently posted to 6.12-cip
> > > - All the patches have been cherry-picked from v6.15-rc3.
> >
> > Thank you, these look good. I can apply them if they pass testing and
> > there are no other comments.
> 
> I reviewed this series, looks good to me, too.
> 
> Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>

Thank you, I added your reviewed-by tag and applied the series.

Best regards,
								Pavel
-- 
DENX Software Engineering GmbH,        Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

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

      reply	other threads:[~2025-04-26  7:59 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-25  9:10 [PATCH 6.1.y-cip 00/15] i2c: riic: miscellaneous code cleanup and improvements Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 01/15] i2c: riic: Use temporary variable for struct device Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 02/15] i2c: riic: Call pm_runtime_get_sync() when need to access registers Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 03/15] i2c: riic: Use pm_runtime_resume_and_get() Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 04/15] i2c: riic: Enable runtime PM autosuspend support Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 05/15] i2c: riic: Add suspend/resume support Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 06/15] i2c: riic: Define individual arrays to describe the register offsets Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 07/15] i2c: riic: Add support for fast mode plus Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 08/15] i2c: riic: Simplify unsupported bus speed handling Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 09/15] i2c: riic: Introduce a separate variable for IRQ Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 10/15] i2c: riic: Use dev_err_probe in probe and riic_init_hw functions Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 11/15] i2c: riic: Use BIT macro consistently Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 12/15] i2c: riic: Use GENMASK() macro for bitmask definitions Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 13/15] i2c: riic: Mark riic_irqs array as const Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 14/15] i2c: riic: Use predefined macro and simplify clock tick calculation Lad Prabhakar
2025-04-25  9:10 ` [PATCH 6.1.y-cip 15/15] i2c: riic: Add `riic_bus_barrier()` to check bus availability Lad Prabhakar
2025-04-25 10:24 ` [cip-dev] [PATCH 6.1.y-cip 00/15] i2c: riic: miscellaneous code cleanup and improvements Pavel Machek
2025-04-25 10:26   ` Prabhakar Mahadev Lad
2025-04-25 22:06   ` Nobuhiro Iwamatsu
2025-04-26  7:59     ` Pavel Machek [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=aAySWHLwA2JG4ZRQ@duo.ucw.cz \
    --to=pavel@denx.de \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=fabrizio.castro.jz@renesas.com \
    --cc=iwamatsu@gmail.com \
    --cc=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.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