Re: [PATCH v2 1/2] platform_device: add devres function region-reqs

2024-01-09 Thread Philipp Stanner
Yo! On Mon, 2024-01-08 at 12:46 +0100, Uwe Kleine-König wrote: > On Mon, Jan 08, 2024 at 10:45:31AM +0100, Philipp Stanner wrote: > > On Mon, 2024-01-08 at 10:37 +0100, Uwe Kleine-König wrote: > > > Other than that I indifferent if this is a good idea. There are > > > so many > > > helpers around

Re: [PATCH v2 1/2] platform_device: add devres function region-reqs

2024-01-08 Thread Uwe Kleine-König
On Mon, Jan 08, 2024 at 10:45:31AM +0100, Philipp Stanner wrote: > On Mon, 2024-01-08 at 10:37 +0100, Uwe Kleine-König wrote: > > Other than that I indifferent if this is a good idea. There are so many > > helpers around these functions ... > > Around which, the devres functions in general? There

Re: [PATCH v2 1/2] platform_device: add devres function region-reqs

2024-01-08 Thread Philipp Stanner
On Mon, 2024-01-08 at 10:37 +0100, Uwe Kleine-König wrote: > Hello Philipp, > > the Subject is incomprehensible (to me). Maybe make it: > > platform_device: Add devm function to simplify mem and io > requests > > ? > > On Mon, Jan 08, 2024 at 10:20:42AM +0100, Philipp Stanner wrote: > >

Re: [PATCH v2 1/2] platform_device: add devres function region-reqs

2024-01-08 Thread Uwe Kleine-König
Hello Philipp, the Subject is incomprehensible (to me). Maybe make it: platform_device: Add devm function to simplify mem and io requests ? On Mon, Jan 08, 2024 at 10:20:42AM +0100, Philipp Stanner wrote: > Some drivers want to use (request) a region exclusively but nevertheless > creat