Re: [PATCH] accel: make accel_class a static const structure

2023-07-03 Thread Oded Gabbay
On Mon, Jul 3, 2023 at 3:09 PM Tomer Tayar wrote: > > On 20/06/2023 21:25, Greg Kroah-Hartman wrote: > > From: Ivan Orlov > > > > Now that the driver core allows for struct class to be in read-only > > memory, move the accel_class structure to be declared at build time > > placing it into read-on

Re: [PATCH] accel: make accel_class a static const structure

2023-07-03 Thread Tomer Tayar
On 20/06/2023 21:25, Greg Kroah-Hartman wrote: > From: Ivan Orlov > > Now that the driver core allows for struct class to be in read-only > memory, move the accel_class structure to be declared at build time > placing it into read-only memory, instead of having to be dynamically > allocated at boo

[PATCH] accel: make accel_class a static const structure

2023-06-20 Thread Greg Kroah-Hartman
From: Ivan Orlov Now that the driver core allows for struct class to be in read-only memory, move the accel_class structure to be declared at build time placing it into read-only memory, instead of having to be dynamically allocated at boot time. Cc: Oded Gabbay Cc: dri-devel@lists.freedesktop.