Re: [PATCH 5/8] btmrvl: support sysfs initiated firmware coredump

2018-05-15 Thread Arend van Spriel
On 5/15/2018 12:02 PM, Kalle Valo wrote: Arend van Spriel writes: + Marcel, bt-list On 5/15/2018 11:30 AM, Kalle Valo wrote: Arend van Spriel writes: Since commit 3c47d19ff4dc ("drivers: base: add coredump driver ops") it is

Re: [PATCH 5/8] btmrvl: support sysfs initiated firmware coredump

2018-05-15 Thread Kalle Valo
Arend van Spriel writes: > + Marcel, bt-list > > On 5/15/2018 11:30 AM, Kalle Valo wrote: >> Arend van Spriel writes: >> >>> Since commit 3c47d19ff4dc ("drivers: base: add coredump driver ops") >>> it is possible to initiate a device

Re: [PATCH 5/8] btmrvl: support sysfs initiated firmware coredump

2018-05-15 Thread Arend van Spriel
+ Marcel, bt-list On 5/15/2018 11:30 AM, Kalle Valo wrote: Arend van Spriel writes: Since commit 3c47d19ff4dc ("drivers: base: add coredump driver ops") it is possible to initiate a device coredump from user-space. This patch adds support for it in btmrvl_sdio

Re: [PATCH 5/8] btmrvl: support sysfs initiated firmware coredump

2018-05-15 Thread Kalle Valo
Arend van Spriel writes: > Since commit 3c47d19ff4dc ("drivers: base: add coredump driver ops") > it is possible to initiate a device coredump from user-space. This > patch adds support for it in btmrvl_sdio adding the .coredump() > driver callback. This makes dump

[PATCH 5/8] btmrvl: support sysfs initiated firmware coredump

2018-05-15 Thread Arend van Spriel
Since commit 3c47d19ff4dc ("drivers: base: add coredump driver ops") it is possible to initiate a device coredump from user-space. This patch adds support for it in btmrvl_sdio adding the .coredump() driver callback. This makes dump through debugfs obsolete so removing it. Signed-off-by: Arend