On Wed, 2018-06-13 at 10:24 +0200, Mario Six wrote:
> Hi Alexey,
>
> On Mon, Jun 4, 2018 at 6:05 PM, Alexey Brodkin
> wrote:
> > Hi Mario,
> >
> > On Wed, 2018-05-23 at 14:09 +0200, Mario Six wrote:
> > > Especially for commands, it is useful to be able to turn a hexadecimal
> > > string into it
Hi Alexey,
On Mon, Jun 4, 2018 at 6:05 PM, Alexey Brodkin
wrote:
> Hi Mario,
>
> On Wed, 2018-05-23 at 14:09 +0200, Mario Six wrote:
>> Especially for commands, it is useful to be able to turn a hexadecimal
>> string into its binary representation.
>>
>> Hence, import the hex_to_bin, bin2hex, and
Hi Mario,
On Wed, 2018-05-23 at 14:09 +0200, Mario Six wrote:
> Especially for commands, it is useful to be able to turn a hexadecimal
> string into its binary representation.
>
> Hence, import the hex_to_bin, bin2hex, and hex2bin functions from the
> Linux kernel.
>
> Signed-off-by: Mario Six
Hi Simon,
On Wed, May 23, 2018 at 6:33 PM, Simon Glass wrote:
> Hi Mario,
>
> On 23 May 2018 at 06:09, Mario Six wrote:
>> Especially for commands, it is useful to be able to turn a hexadecimal
>> string into its binary representation.
>>
>> Hence, import the hex_to_bin, bin2hex, and hex2bin fun
Hi Mario,
On 23 May 2018 at 06:09, Mario Six wrote:
> Especially for commands, it is useful to be able to turn a hexadecimal
> string into its binary representation.
>
> Hence, import the hex_to_bin, bin2hex, and hex2bin functions from the
> Linux kernel.
>
> Signed-off-by: Mario Six
>
> ---
>
>
Especially for commands, it is useful to be able to turn a hexadecimal
string into its binary representation.
Hence, import the hex_to_bin, bin2hex, and hex2bin functions from the
Linux kernel.
Signed-off-by: Mario Six
---
v1 -> v2:
New in v2
---
include/linux/kernel.h | 4 +
lib/Makefile
6 matches
Mail list logo