[PATCH v2 0/3] i2c: atr: A few i2c-atr fixes

Tomi Valkeinen posted 3 patches 1 year, 2 months ago
drivers/i2c/i2c-atr.c | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
[PATCH v2 0/3] i2c: atr: A few i2c-atr fixes
Posted by Tomi Valkeinen 1 year, 2 months ago
The last two are perhaps not strictly fixes, as they essentially add
support for nested ATRs. The first one is a fix, thus stable is in cc.

 Tomi

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
---
Changes in v2:
- Use mutext_init_with_key()
- Rearrange the series so that the fix is the first patch
- Link to v1: https://lore.kernel.org/r/20241122-i2c-atr-fixes-v1-0-62c51ce790be@ideasonboard.com

---
Cosmin Tanislav (1):
      i2c: atr: Allow unmapped addresses from nested ATRs

Tomi Valkeinen (2):
      i2c: atr: Fix client detach
      i2c: atr: Fix lockdep for nested ATRs

 drivers/i2c/i2c-atr.c | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)
---
base-commit: adc218676eef25575469234709c2d87185ca223a
change-id: 20241121-i2c-atr-fixes-6d52b9f5f0c1

Best regards,
-- 
Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Re: [PATCH v2 0/3] i2c: atr: A few i2c-atr fixes
Posted by Andy Shevchenko 1 year, 2 months ago
On Fri, Nov 22, 2024 at 02:26:17PM +0200, Tomi Valkeinen wrote:
> The last two are perhaps not strictly fixes, as they essentially add
> support for nested ATRs. The first one is a fix, thus stable is in cc.

Other than SoB chain issues, code wise LGTM,
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH v2 0/3] i2c: atr: A few i2c-atr fixes
Posted by Tomi Valkeinen 1 year, 2 months ago
Hi Andy,

On 22/11/2024 16:13, Andy Shevchenko wrote:
> On Fri, Nov 22, 2024 at 02:26:17PM +0200, Tomi Valkeinen wrote:
>> The last two are perhaps not strictly fixes, as they essentially add
>> support for nested ATRs. The first one is a fix, thus stable is in cc.
> 
> Other than SoB chain issues, code wise LGTM,
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Thanks. I'll try to figure that out. Looks like even if the committer in 
my git tree is +renesas, b4 send still sends them with my normal email 
address.

It's not hard to add both SoBs, but... it feels a bit silly.

  Tomi