linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: Fixes tag needs some work in the i3c tree
@ 2022-03-08 21:27 Stephen Rothwell
  2022-03-08 21:34 ` Alexandre Belloni
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2022-03-08 21:27 UTC (permalink / raw)
  To: Boris Brezillon
  Cc: Jamie Iles, Alexandre Belloni, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

In commit

  6f5bad3d6960 ("i3c: fix uninitialized variable use in i2c setup")

Fixes tag

  Fixes: 97a82882d852 ("i3c: remove i2c board info from i2c_dev_desc")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: 31b9887c7258 ("i3c: remove i2c board info from i2c_dev_desc")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 484 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: Fixes tag needs some work in the i3c tree
  2022-03-08 21:27 Stephen Rothwell
@ 2022-03-08 21:34 ` Alexandre Belloni
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Belloni @ 2022-03-08 21:34 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Boris Brezillon, Jamie Iles, Linux Kernel Mailing List,
	Linux Next Mailing List

On 09/03/2022 08:27:20+1100, Stephen Rothwell wrote:
> Hi all,
> 
> In commit
> 
>   6f5bad3d6960 ("i3c: fix uninitialized variable use in i2c setup")
> 
> Fixes tag
> 
>   Fixes: 97a82882d852 ("i3c: remove i2c board info from i2c_dev_desc")
> 
> has these problem(s):
> 
>   - Target SHA1 does not exist
> 
> Maybe you meant
> 
> Fixes: 31b9887c7258 ("i3c: remove i2c board info from i2c_dev_desc")

Thanks, fixed!

> 
> -- 
> Cheers,
> Stephen Rothwell



-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* linux-next: Fixes tag needs some work in the i3c tree
@ 2025-07-30 23:49 Stephen Rothwell
  2025-07-31  7:53 ` Wolfram Sang
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2025-07-30 23:49 UTC (permalink / raw)
  To: Boris Brezillon
  Cc: Wolfram Sang, Alexandre Belloni, Frank Li,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  99008720736a ("i3c: add missing include to internal header")

Fixes tag

  Fixes: b7371ff9bdf7 ("i3c: master: Add inline i3c_readl_fifo() and i3c_writel_fifo()")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: 733b439375b4 ("i3c: master: Add inline i3c_readl_fifo() and i3c_writel_fifo()")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: Fixes tag needs some work in the i3c tree
  2025-07-30 23:49 linux-next: Fixes tag needs some work in the i3c tree Stephen Rothwell
@ 2025-07-31  7:53 ` Wolfram Sang
  2025-07-31 10:41   ` Alexandre Belloni
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2025-07-31  7:53 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Boris Brezillon, Alexandre Belloni, Frank Li,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Stephen,

> Maybe you meant
> 
> Fixes: 733b439375b4 ("i3c: master: Add inline i3c_readl_fifo() and i3c_writel_fifo()")

Absolutely correct. This is likely my fault, sorry for mixing up my
branches :( And thank you for pointing it out!

All the best,

   Wolfram


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: Fixes tag needs some work in the i3c tree
  2025-07-31  7:53 ` Wolfram Sang
@ 2025-07-31 10:41   ` Alexandre Belloni
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Belloni @ 2025-07-31 10:41 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Stephen Rothwell, Boris Brezillon, Frank Li,
	Linux Kernel Mailing List, Linux Next Mailing List

On 31/07/2025 09:53:05+0200, Wolfram Sang wrote:
> Stephen,
> 
> > Maybe you meant
> > 
> > Fixes: 733b439375b4 ("i3c: master: Add inline i3c_readl_fifo() and i3c_writel_fifo()")
> 
> Absolutely correct. This is likely my fault, sorry for mixing up my
> branches :( And thank you for pointing it out!
> 

I removed the Fixes tag yesterday as the commit is going to be in the same PR as
the one it is fixing.

> All the best,
> 
>    Wolfram
> 



-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-07-31 10:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-30 23:49 linux-next: Fixes tag needs some work in the i3c tree Stephen Rothwell
2025-07-31  7:53 ` Wolfram Sang
2025-07-31 10:41   ` Alexandre Belloni
  -- strict thread matches above, loose matches on Subject: below --
2022-03-08 21:27 Stephen Rothwell
2022-03-08 21:34 ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).