Re: [PATCH v2] gpu: ipu-v3: Add cleanup attribute for prg_node for auto cleanup

2024-09-04 Thread Philipp Zabel
On Do, 2024-07-04 at 13:21 +, Abhinav Jain wrote: > Add cleanup attribute for device node prg_node. > Remove of_node_put for device node prg_node as it is unnecessary now. > > Suggested-by: Julia Lawall > Signed-off-by: Abhinav Jain Thank you, Reviewed-by: Philipp Zabel regards Philipp

Re: [PATCH v2] gpu: ipu-v3: Add cleanup attribute for prg_node for auto cleanup

2024-08-13 Thread Abhinav Jain
On Tue, 13 Aug 2024 02:30:54 -0600, Shuah Khan wrote: > On 8/12/24 13:37, Abhinav Jain wrote: > > Hello, > > Can this be kindly reviewed? Thanks. > > You removed all the relevant information for people to be able to review the > patch :) > > thanks, > -- Shuah Sorry, here is the patch link and I a

Re: [PATCH v2] gpu: ipu-v3: Add cleanup attribute for prg_node for auto cleanup

2024-08-13 Thread Shuah Khan
On 8/12/24 13:37, Abhinav Jain wrote: Hello, Can this be kindly reviewed? Thanks. You removed all the relevant information for people to be able to review the patch :) thanks, -- Shuah

[PATCH v2] gpu: ipu-v3: Add cleanup attribute for prg_node for auto cleanup

2024-08-12 Thread Abhinav Jain
Hello, Can this be kindly reviewed? Thanks.

[PATCH v2] gpu: ipu-v3: Add cleanup attribute for prg_node for auto cleanup

2024-07-04 Thread Abhinav Jain
Add cleanup attribute for device node prg_node. Remove of_node_put for device node prg_node as it is unnecessary now. Suggested-by: Julia Lawall Signed-off-by: Abhinav Jain --- - PATCH v1: https://lore.kernel.org/all/20240702150109.1002065-1-jain.abhinav...@gmail.com/ - Changes since v1: Enha