From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Cc: linux-i2c@vger.kernel.org, Wolfram Sang <wsa@kernel.org>,
Mika Westerberg <mika.westerberg@linux.intel.com>,
Jan Dabros <jsd@semihalf.com>, Michael Wu <michael.wu@vatics.com>,
Tian Ye <tianye@sugon.com>
Subject: Re: [PATCH v2 00/12] i2c: designware: Slave fixes and generic cleanups
Date: Wed, 2 Nov 2022 16:28:32 +0200 [thread overview]
Message-ID: <Y2J+kHMjYjZJP+KR@smile.fi.intel.com> (raw)
In-Reply-To: <20221102131125.421512-1-jarkko.nikula@linux.intel.com>
On Wed, Nov 02, 2022 at 03:11:13PM +0200, Jarkko Nikula wrote:
> Hi
>
> Version 2 of the patchset I sent last week:
> https://www.spinics.net/lists/linux-i2c/msg58933.html
>
> Changes address the comments Andy made and is rebased on top of current
> i2c/for-next.
>
> Luis Oliveira is not Cc'ed since I forgot his address is no longer working.
All look good to me,
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Changes:
> - Patch 07/12 is using GENMASK(31, 0) instead of ~0
> - Patch 10/12 Two leftovers from v1 removed and updated commit log
> - Patch 11/12 Removed accidental "struct i2c_bus_recovery_info rinfo" missalign
> - Patch 12/12 New patch commenting ASCII values of register value constants
>
> Jarkko Nikula (12):
> i2c: designware: Fix slave state machine for sequential reads
> i2c: designware: Empty receive FIFO in slave interrupt handler
> i2c: designware: Define software status flags with BIT()
> i2c: designware: Remove needless initializations from
> i2c_dw_reg_slave()
> i2c: designware: Remove unused completion code from
> i2c-designware-slave
> i2c: designware: Simplify slave interrupt handler nesting
> i2c: designware: Do not process interrupt when device is suspended
> i2c: designware: Move debug print in i2c_dw_isr()
> i2c: designware: Simplify master interrupt handler nesting
> i2c: designware: Remove common i2c_dw_disable_int()
> i2c: designware: Align defines in i2c-designware-core.h
> i2c: designware: Add comment to custom register value constants
>
> drivers/i2c/busses/i2c-designware-common.c | 5 -
> drivers/i2c/busses/i2c-designware-core.h | 235 ++++++++++-----------
> drivers/i2c/busses/i2c-designware-master.c | 44 ++--
> drivers/i2c/busses/i2c-designware-slave.c | 77 +++----
> 4 files changed, 163 insertions(+), 198 deletions(-)
>
> base-commit: d28187f693ac5222d3b30955415143cd8e3b5edf
> --
> 2.35.1
>
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2022-11-02 14:30 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-02 13:11 [PATCH v2 00/12] i2c: designware: Slave fixes and generic cleanups Jarkko Nikula
2022-11-02 13:11 ` [PATCH v2 01/12] i2c: designware: Fix slave state machine for sequential reads Jarkko Nikula
2022-11-02 13:11 ` [PATCH v2 02/12] i2c: designware: Empty receive FIFO in slave interrupt handler Jarkko Nikula
2022-11-02 13:11 ` [PATCH v2 03/12] i2c: designware: Define software status flags with BIT() Jarkko Nikula
2022-11-02 13:11 ` [PATCH v2 04/12] i2c: designware: Remove needless initializations from i2c_dw_reg_slave() Jarkko Nikula
2022-11-02 13:11 ` [PATCH v2 05/12] i2c: designware: Remove unused completion code from i2c-designware-slave Jarkko Nikula
2022-11-02 13:11 ` [PATCH v2 06/12] i2c: designware: Simplify slave interrupt handler nesting Jarkko Nikula
2022-11-02 13:11 ` [PATCH v2 07/12] i2c: designware: Do not process interrupt when device is suspended Jarkko Nikula
2022-11-02 13:11 ` [PATCH v2 08/12] i2c: designware: Move debug print in i2c_dw_isr() Jarkko Nikula
2022-11-02 13:11 ` [PATCH v2 09/12] i2c: designware: Simplify master interrupt handler nesting Jarkko Nikula
2022-11-02 14:23 ` Andy Shevchenko
2022-11-02 13:11 ` [PATCH v2 10/12] i2c: designware: Remove common i2c_dw_disable_int() Jarkko Nikula
2022-11-02 13:11 ` [PATCH v2 11/12] i2c: designware: Align defines in i2c-designware-core.h Jarkko Nikula
2022-11-02 13:11 ` [PATCH v2 12/12] i2c: designware: Add comment to custom register value constants Jarkko Nikula
2022-11-02 14:37 ` Andy Shevchenko
2022-11-03 8:48 ` Jarkko Nikula
2022-11-02 14:28 ` Andy Shevchenko [this message]
2022-11-07 11:55 ` [PATCH v2 00/12] i2c: designware: Slave fixes and generic cleanups Jarkko Nikula
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=Y2J+kHMjYjZJP+KR@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=jarkko.nikula@linux.intel.com \
--cc=jsd@semihalf.com \
--cc=linux-i2c@vger.kernel.org \
--cc=michael.wu@vatics.com \
--cc=mika.westerberg@linux.intel.com \
--cc=tianye@sugon.com \
--cc=wsa@kernel.org \
/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