Re: [PATCH v2 0/3] bits: Split asm and non-asm GENMASK*() and unify definitions

2025-07-07 Thread Yury Norov
On Mon, Jun 09, 2025 at 11:45:44AM +0900, Vincent Mailhol via B4 Relay wrote: > This is a subset of below series: > > bits: Fixed-type GENMASK_U*() and BIT_U*() > Link: > https://lore.kernel.org/r/20250308-fixed-type-genmasks-v6-0-f59315e73...@wanadoo.fr > > Yury suggested to split the above

Re: [PATCH v2 0/3] bits: Split asm and non-asm GENMASK*() and unify definitions

2025-06-30 Thread Yury Norov
On Mon, Jun 30, 2025 at 11:07:43PM +0900, Vincent Mailhol wrote: > Hi Yury, ... > I didn't hear back from you on this series. Are you still interested in this > cleanup or should I just abandon it? > > Note that now that the GENMASK_U*() are upstream, I am done. I think that it > will be better

Re: [PATCH v2 0/3] bits: Split asm and non-asm GENMASK*() and unify definitions

2025-06-30 Thread Vincent Mailhol
Hi Yury, On 09/06/2025 at 11:45, Vincent Mailhol wrote: > This is a subset of below series: > > bits: Fixed-type GENMASK_U*() and BIT_U*() > Link: > https://lore.kernel.org/r/20250308-fixed-type-genmasks-v6-0-f59315e73...@wanadoo.fr > > Yury suggested to split the above series in two steps:

[PATCH v2 0/3] bits: Split asm and non-asm GENMASK*() and unify definitions

2025-06-08 Thread Vincent Mailhol via B4 Relay
This is a subset of below series: bits: Fixed-type GENMASK_U*() and BIT_U*() Link: https://lore.kernel.org/r/20250308-fixed-type-genmasks-v6-0-f59315e73...@wanadoo.fr Yury suggested to split the above series in two steps: #1 Introduce the new fixed type GENMASK_U*() (already merged upstre