mbox series

[v3,0/4] Various i.MXRT bug/typo fixes

Message ID 20200427155306.105284-1-giulio.benetti@benettiengineering.com
Headers show
Series Various i.MXRT bug/typo fixes | expand

Message

Giulio Benetti April 27, 2020, 3:53 p.m. UTC
Hi Anatolij, Lukasz, Stefano, Fabio, All,

this patchset fix 2 bugs preventing from LCDIF to work when booting from
sd-card. There are also 2 little typo fixes for boards READMEs.

V1->V2:
* modify mxfsb.c patch as suggested by Fabio
V2->V3:
* change /dev/sdb into /dev/sdX as suggested by Fabio

Giulio Benetti (4):
  imxrt1050-evk: README: change dd command destination
  imxrt1020-evk: README: change dd command destination
  video: mxsfb: add clk_enable()
  clk: imx: clk-imxrt1050: fix lcdif clock gate

 board/freescale/imxrt1020-evk/README | 4 ++--
 board/freescale/imxrt1050-evk/README | 4 ++--
 drivers/clk/imx/clk-imxrt1050.c      | 2 +-
 drivers/video/mxsfb.c                | 6 ++++++
 4 files changed, 11 insertions(+), 5 deletions(-)

Comments

Fabio Estevam April 27, 2020, 3:57 p.m. UTC | #1
Hi Giulio,

On Mon, Apr 27, 2020 at 12:53 PM Giulio Benetti
<giulio.benetti at benettiengineering.com> wrote:
>
> Hi Anatolij, Lukasz, Stefano, Fabio, All,
>
> this patchset fix 2 bugs preventing from LCDIF to work when booting from
> sd-card. There are also 2 little typo fixes for boards READMEs.
>
> V1->V2:
> * modify mxfsb.c patch as suggested by Fabio
> V2->V3:
> * change /dev/sdb into /dev/sdX as suggested by Fabio

For the whole series:

Reviewed-by: Fabio Estevam <festevam at gmail.com>

Just a hint for future submissions: when you re-submit a series,
please keep the Reviewed-by tags that you received.

Thanks
Giulio Benetti April 27, 2020, 3:57 p.m. UTC | #2
On 4/27/20 5:57 PM, Fabio Estevam wrote:
> Hi Giulio,
> 
> On Mon, Apr 27, 2020 at 12:53 PM Giulio Benetti
> <giulio.benetti at benettiengineering.com> wrote:
>>
>> Hi Anatolij, Lukasz, Stefano, Fabio, All,
>>
>> this patchset fix 2 bugs preventing from LCDIF to work when booting from
>> sd-card. There are also 2 little typo fixes for boards READMEs.
>>
>> V1->V2:
>> * modify mxfsb.c patch as suggested by Fabio
>> V2->V3:
>> * change /dev/sdb into /dev/sdX as suggested by Fabio
> 
> For the whole series:
> 
> Reviewed-by: Fabio Estevam <festevam at gmail.com>
> 
> Just a hint for future submissions: when you re-submit a series,
> please keep the Reviewed-by tags that you received.

Yes, I've missed it sorry and re-sent 2 answers to integrate.

Thank you very much

Best regards