Re: [PATCH 6/6] mfd: rave-sp: Emulate CMD_GET_STATUS on device that don't support it

2018-07-13 Thread Lee Jones
On Fri, 06 Jul 2018, Andrey Smirnov wrote: > CMD_GET_STATUS is not supported by some devices implementing > RDU2-compatible ICD as well as "legacy" devices. To account for that > fact, add code that obtains the same information (app/bootloader FW > version) using several different commands. > >

Re: [PATCH 6/6] mfd: rave-sp: Emulate CMD_GET_STATUS on device that don't support it

2018-07-13 Thread Lee Jones
On Fri, 06 Jul 2018, Andrey Smirnov wrote: > CMD_GET_STATUS is not supported by some devices implementing > RDU2-compatible ICD as well as "legacy" devices. To account for that > fact, add code that obtains the same information (app/bootloader FW > version) using several different commands. > >

[PATCH 6/6] mfd: rave-sp: Emulate CMD_GET_STATUS on device that don't support it

2018-07-06 Thread Andrey Smirnov
CMD_GET_STATUS is not supported by some devices implementing RDU2-compatible ICD as well as "legacy" devices. To account for that fact, add code that obtains the same information (app/bootloader FW version) using several different commands. Cc: linux-kernel@vger.kernel.org Cc: cphe...@gmail.com

[PATCH 6/6] mfd: rave-sp: Emulate CMD_GET_STATUS on device that don't support it

2018-07-06 Thread Andrey Smirnov
CMD_GET_STATUS is not supported by some devices implementing RDU2-compatible ICD as well as "legacy" devices. To account for that fact, add code that obtains the same information (app/bootloader FW version) using several different commands. Cc: linux-kernel@vger.kernel.org Cc: cphe...@gmail.com