[PATCH 1/1] boards: liteboard: add i.MX6ULL revision

2020-03-26 Thread Bartosz Bilas
These changes introduce support for Grinn i.MX6ULL liteBoard revision. There are no other changes except the CPU therefore the existing board directory was used. Signed-off-by: Bartosz Bilas --- arch/arm/boards/grinn-liteboard/board.c | 4 +- .../flash-header-liteboard-256mb.imxcfg

Re: [PATCH 1/1] boards: liteboard: add i.MX6ULL revision

2020-04-02 Thread Bartosz Bilas
Hello Ahmad, at first I'm sorry for the late answer On 26.03.2020 22:12, Ahmad Fatoum wrote: Hi, On 3/26/20 7:34 PM, Bartosz Bilas wrote: These changes introduce support for Grinn i.MX6ULL liteBoard revision. There are no other changes except the CPU therefore the existing board directory

Re: [PATCH v1 1/2] add device state flags and add error state

2021-06-21 Thread Bartosz Bilas
Hello, On 21.06.2021 10:07, Ahmad Fatoum wrote: On 06.06.21 14:23, Oleksij Rempel wrote: Add state flags for each registered device and set error state on each dev_err print. This states can be used by users to identify erroneous device. I thought this over a bit. We have dev_err calls when:

Re: [PATCH v2 1/2] usb: gadget: dfu: Rework print messages

2021-02-16 Thread Bartosz Bilas
Hello Jules, On 15.02.2021 15:18, Jules Maselbas wrote: Replace printf with pr_err and debug with pr_debug. Defines "dfu :" as a prefix for formatted prints. --- v1 -> v2: - add `pr_fmt(fmt) "dfu: " fmt` - change debug call to pr_debug - remove "dfu: " in print messages Signed-off-by: