Re: [PATCH] accel/habanalabs: add more debugfs stub helpers

2023-07-20 Thread Oded Gabbay
On Thu, Jul 20, 2023 at 1:29 PM Daniel Vetter wrote: > > On Sun, Jun 11, 2023 at 12:50:31PM +0300, Oded Gabbay wrote: > > On Fri, Jun 9, 2023 at 4:37 PM Tomer Tayar wrote: > > > > > > On 09/06/2023 15:06, Arnd Bergmann wrote: > > > > From: Arnd Bergmann > > > > > > > > Two functions got added wi

Re: [PATCH] accel/habanalabs: add more debugfs stub helpers

2023-07-20 Thread Daniel Vetter
On Sun, Jun 11, 2023 at 12:50:31PM +0300, Oded Gabbay wrote: > On Fri, Jun 9, 2023 at 4:37 PM Tomer Tayar wrote: > > > > On 09/06/2023 15:06, Arnd Bergmann wrote: > > > From: Arnd Bergmann > > > > > > Two functions got added with normal prototypes for debugfs, but not > > > alternative when build

Re: [PATCH] accel/habanalabs: add more debugfs stub helpers

2023-06-11 Thread Oded Gabbay
On Fri, Jun 9, 2023 at 4:37 PM Tomer Tayar wrote: > > On 09/06/2023 15:06, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > Two functions got added with normal prototypes for debugfs, but not > > alternative when building without it: > > > > drivers/accel/habanalabs/common/device.c: In functi

Re: [PATCH] accel/habanalabs: add more debugfs stub helpers

2023-06-09 Thread Tomer Tayar
On 09/06/2023 15:06, Arnd Bergmann wrote: > From: Arnd Bergmann > > Two functions got added with normal prototypes for debugfs, but not > alternative when building without it: > > drivers/accel/habanalabs/common/device.c: In function 'hl_device_init': > drivers/accel/habanalabs/common/device.c:217

[PATCH] accel/habanalabs: add more debugfs stub helpers

2023-06-09 Thread Arnd Bergmann
From: Arnd Bergmann Two functions got added with normal prototypes for debugfs, but not alternative when building without it: drivers/accel/habanalabs/common/device.c: In function 'hl_device_init': drivers/accel/habanalabs/common/device.c:2177:14: error: implicit declaration of function 'hl_deb