mbox series

[0/6] imx: imx6ul: kontron-sl-mx6ul: Fixes and improvements

Message ID 20220823142917.306176-1-frieder@fris.de
Headers show
Series imx: imx6ul: kontron-sl-mx6ul: Fixes and improvements | expand

Message

Frieder Schrempf Aug. 23, 2022, 2:29 p.m. UTC
From: Frieder Schrempf <frieder.schrempf@kontron.de>

This series fixes some issues with the kontron-sl-mx6ul board
configuration. It also syncs devicetrees with changes in the
Linux kernel.

Notes:

* This series is based on imx/master and fixes the previously merged
  sync patch from Marcel [1].
* The devicetree changes this is based on are still pending in Linux
  (see [2]).

[1] https://patchwork.ozlabs.org/project/uboot/patch/20220721132748.1052244-9-marcel@ziswiler.com/
[2] https://patchwork.kernel.org/project/linux-arm-kernel/cover/20220815082814.27651-1-frieder@fris.de/

Frieder Schrempf (6):
  Makefile: Make flash.bin target available for all platforms
  imx: imx6ul: kontron-sl-mx6ul: Enable migrated Kconfig options
  imx: imx6ul: kontron-sl-mx6ul: Fix CONFIG_ENV_SPI_BUS
  imx: imx6ul: kontron-sl-mx6ul: Select correct boot and env device
  imx: imx6ul: kontron-sl-mx6ul: Migrate to use CONFIG_EXTRA_ENV_TEXT
  imx: imx6ul: kontron-sl-mx6ul: Sync devicetrees

 Makefile                                      |   4 +-
 arch/arm/dts/Makefile                         |   4 +-
 arch/arm/dts/imx6ul-kontron-bl-43.dts         | 103 +++++
 ...i => imx6ul-kontron-bl-common-u-boot.dtsi} |   0
 ...x-s.dtsi => imx6ul-kontron-bl-common.dtsi} |   0
 ...oot.dtsi => imx6ul-kontron-bl-u-boot.dtsi} |   2 +-
 ...tron-n631x-s.dts => imx6ul-kontron-bl.dts} |   9 +-
 arch/arm/dts/imx6ul-kontron-n6x1x-s.dts       | 423 ------------------
 ...mon.dtsi => imx6ul-kontron-sl-common.dtsi} |  15 +
 ...-n631x-som.dtsi => imx6ul-kontron-sl.dtsi} |   6 +-
 ...ot.dtsi => imx6ull-kontron-bl-u-boot.dtsi} |   2 +-
 arch/arm/dts/imx6ull-kontron-bl.dts           |  15 +
 arch/arm/dts/imx6ull-kontron-n641x-s.dts      |  16 -
 ...n641x-som.dtsi => imx6ull-kontron-sl.dtsi} |   6 +-
 board/kontron/sl-mx6ul/MAINTAINERS            |   6 +-
 board/kontron/sl-mx6ul/Makefile               |   2 +
 board/kontron/sl-mx6ul/sl-mx6ul-common.c      |  24 +
 board/kontron/sl-mx6ul/sl-mx6ul-common.h      |  11 +
 board/kontron/sl-mx6ul/sl-mx6ul.c             |  15 +
 board/kontron/sl-mx6ul/sl-mx6ul.env           |   4 +
 board/kontron/sl-mx6ul/spl.c                  |  39 +-
 configs/kontron-sl-mx6ul_defconfig            |  13 +-
 include/configs/kontron-sl-mx6ul.h            |  10 +-
 23 files changed, 242 insertions(+), 487 deletions(-)
 create mode 100644 arch/arm/dts/imx6ul-kontron-bl-43.dts
 rename arch/arm/dts/{imx6ul-kontron-n6x1x-s-u-boot.dtsi => imx6ul-kontron-bl-common-u-boot.dtsi} (100%)
 rename arch/arm/dts/{imx6ul-kontron-n6x1x-s.dtsi => imx6ul-kontron-bl-common.dtsi} (100%)
 rename arch/arm/dts/{imx6ul-kontron-n631x-s-u-boot.dtsi => imx6ul-kontron-bl-u-boot.dtsi} (75%)
 rename arch/arm/dts/{imx6ul-kontron-n631x-s.dts => imx6ul-kontron-bl.dts} (52%)
 delete mode 100644 arch/arm/dts/imx6ul-kontron-n6x1x-s.dts
 rename arch/arm/dts/{imx6ul-kontron-n6x1x-som-common.dtsi => imx6ul-kontron-sl-common.dtsi} (90%)
 rename arch/arm/dts/{imx6ul-kontron-n631x-som.dtsi => imx6ul-kontron-sl.dtsi} (62%)
 rename arch/arm/dts/{imx6ull-kontron-n641x-s-u-boot.dtsi => imx6ull-kontron-bl-u-boot.dtsi} (75%)
 create mode 100644 arch/arm/dts/imx6ull-kontron-bl.dts
 delete mode 100644 arch/arm/dts/imx6ull-kontron-n641x-s.dts
 rename arch/arm/dts/{imx6ull-kontron-n641x-som.dtsi => imx6ull-kontron-sl.dtsi} (55%)
 create mode 100644 board/kontron/sl-mx6ul/sl-mx6ul-common.c
 create mode 100644 board/kontron/sl-mx6ul/sl-mx6ul-common.h
 create mode 100644 board/kontron/sl-mx6ul/sl-mx6ul.env

Comments

Frieder Schrempf Oct. 24, 2022, 7:39 a.m. UTC | #1
Hi Stefano,

On 23.08.22 16:29, Frieder Schrempf wrote:
> From: Frieder Schrempf <frieder.schrempf@kontron.de>
> 
> This series fixes some issues with the kontron-sl-mx6ul board
> configuration. It also syncs devicetrees with changes in the
> Linux kernel.
> 
> Notes:
> 
> * This series is based on imx/master and fixes the previously merged
>   sync patch from Marcel [1].
> * The devicetree changes this is based on are still pending in Linux
>   (see [2]).
> 
> [1] https://patchwork.ozlabs.org/project/uboot/patch/20220721132748.1052244-9-marcel@ziswiler.com/
> [2] https://patchwork.kernel.org/project/linux-arm-kernel/cover/20220815082814.27651-1-frieder@fris.de/
> 
> Frieder Schrempf (6):
>   Makefile: Make flash.bin target available for all platforms
>   imx: imx6ul: kontron-sl-mx6ul: Enable migrated Kconfig options
>   imx: imx6ul: kontron-sl-mx6ul: Fix CONFIG_ENV_SPI_BUS
>   imx: imx6ul: kontron-sl-mx6ul: Select correct boot and env device
>   imx: imx6ul: kontron-sl-mx6ul: Migrate to use CONFIG_EXTRA_ENV_TEXT
>   imx: imx6ul: kontron-sl-mx6ul: Sync devicetrees
> 

Can you please merge these patches so they land in v2023.01?

These have been around for two months and contain some important fixes
for the kontron-sl-mx6ul board configuration.

Thanks!
Frieder
Frieder Schrempf Oct. 24, 2022, 7:41 a.m. UTC | #2
On 24.10.22 09:39, Frieder Schrempf wrote:
> Hi Stefano,
> 
> On 23.08.22 16:29, Frieder Schrempf wrote:
>> From: Frieder Schrempf <frieder.schrempf@kontron.de>
>>
>> This series fixes some issues with the kontron-sl-mx6ul board
>> configuration. It also syncs devicetrees with changes in the
>> Linux kernel.
>>
>> Notes:
>>
>> * This series is based on imx/master and fixes the previously merged
>>   sync patch from Marcel [1].
>> * The devicetree changes this is based on are still pending in Linux
>>   (see [2]).
>>
>> [1] https://patchwork.ozlabs.org/project/uboot/patch/20220721132748.1052244-9-marcel@ziswiler.com/
>> [2] https://patchwork.kernel.org/project/linux-arm-kernel/cover/20220815082814.27651-1-frieder@fris.de/
>>
>> Frieder Schrempf (6):
>>   Makefile: Make flash.bin target available for all platforms
>>   imx: imx6ul: kontron-sl-mx6ul: Enable migrated Kconfig options
>>   imx: imx6ul: kontron-sl-mx6ul: Fix CONFIG_ENV_SPI_BUS
>>   imx: imx6ul: kontron-sl-mx6ul: Select correct boot and env device
>>   imx: imx6ul: kontron-sl-mx6ul: Migrate to use CONFIG_EXTRA_ENV_TEXT
>>   imx: imx6ul: kontron-sl-mx6ul: Sync devicetrees
>>
> 
> Can you please merge these patches so they land in v2023.01?
> 
> These have been around for two months and contain some important fixes
> for the kontron-sl-mx6ul board configuration.

Ah, I just saw that they are already in imx/master. Sorry for the noise.
For some reason I didn't get pull notification e-mails while for my
other patches I got them.
Stefano Babic Oct. 24, 2022, 8:16 a.m. UTC | #3
On 24.10.22 09:41, Frieder Schrempf wrote:
> On 24.10.22 09:39, Frieder Schrempf wrote:
>> Hi Stefano,
>>
>> On 23.08.22 16:29, Frieder Schrempf wrote:
>>> From: Frieder Schrempf <frieder.schrempf@kontron.de>
>>>
>>> This series fixes some issues with the kontron-sl-mx6ul board
>>> configuration. It also syncs devicetrees with changes in the
>>> Linux kernel.
>>>
>>> Notes:
>>>
>>> * This series is based on imx/master and fixes the previously merged
>>>    sync patch from Marcel [1].
>>> * The devicetree changes this is based on are still pending in Linux
>>>    (see [2]).
>>>
>>> [1] https://patchwork.ozlabs.org/project/uboot/patch/20220721132748.1052244-9-marcel@ziswiler.com/
>>> [2] https://patchwork.kernel.org/project/linux-arm-kernel/cover/20220815082814.27651-1-frieder@fris.de/
>>>
>>> Frieder Schrempf (6):
>>>    Makefile: Make flash.bin target available for all platforms
>>>    imx: imx6ul: kontron-sl-mx6ul: Enable migrated Kconfig options
>>>    imx: imx6ul: kontron-sl-mx6ul: Fix CONFIG_ENV_SPI_BUS
>>>    imx: imx6ul: kontron-sl-mx6ul: Select correct boot and env device
>>>    imx: imx6ul: kontron-sl-mx6ul: Migrate to use CONFIG_EXTRA_ENV_TEXT
>>>    imx: imx6ul: kontron-sl-mx6ul: Sync devicetrees
>>>
>>
>> Can you please merge these patches so they land in v2023.01?
>>
>> These have been around for two months and contain some important fixes
>> for the kontron-sl-mx6ul board configuration.
> 
> Ah, I just saw that they are already in imx/master. Sorry for the noise.
> For some reason I didn't get pull notification e-mails while for my
> other patches I got them.


I have checked this - my script takes the address of the sender (see on 
ML's archive), notification were sent to frieder@fris.de, while patches 
are signed with your company's address.

Regards,
Stefano
Frieder Schrempf Oct. 24, 2022, 8:21 a.m. UTC | #4
On 24.10.22 10:16, Stefano Babic wrote:
> On 24.10.22 09:41, Frieder Schrempf wrote:
>> On 24.10.22 09:39, Frieder Schrempf wrote:
>>> Hi Stefano,
>>>
>>> On 23.08.22 16:29, Frieder Schrempf wrote:
>>>> From: Frieder Schrempf <frieder.schrempf@kontron.de>
>>>>
>>>> This series fixes some issues with the kontron-sl-mx6ul board
>>>> configuration. It also syncs devicetrees with changes in the
>>>> Linux kernel.
>>>>
>>>> Notes:
>>>>
>>>> * This series is based on imx/master and fixes the previously merged
>>>>    sync patch from Marcel [1].
>>>> * The devicetree changes this is based on are still pending in Linux
>>>>    (see [2]).
>>>>
>>>> [1]
>>>> https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatchwork.ozlabs.org%2Fproject%2Fuboot%2Fpatch%2F20220721132748.1052244-9-marcel%40ziswiler.com%2F&amp;data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C4deee8897fe44b72318108dab59815ee%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638021962049269997%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=Sh3dZSPrhNUVmZdotMhw0r5n24fPT7UC6DRoudGBbJY%3D&amp;reserved=0
>>>> [2]
>>>> https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatchwork.kernel.org%2Fproject%2Flinux-arm-kernel%2Fcover%2F20220815082814.27651-1-frieder%40fris.de%2F&amp;data=05%7C01%7Cfrieder.schrempf%40kontron.de%7C4deee8897fe44b72318108dab59815ee%7C8c9d3c973fd941c8a2b1646f3942daf1%7C0%7C0%7C638021962049269997%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=q9AYIukI4fUI%2FRMY%2BFFuZslxszpHLyJcIWQOdyNDoXI%3D&amp;reserved=0
>>>>
>>>> Frieder Schrempf (6):
>>>>    Makefile: Make flash.bin target available for all platforms
>>>>    imx: imx6ul: kontron-sl-mx6ul: Enable migrated Kconfig options
>>>>    imx: imx6ul: kontron-sl-mx6ul: Fix CONFIG_ENV_SPI_BUS
>>>>    imx: imx6ul: kontron-sl-mx6ul: Select correct boot and env device
>>>>    imx: imx6ul: kontron-sl-mx6ul: Migrate to use CONFIG_EXTRA_ENV_TEXT
>>>>    imx: imx6ul: kontron-sl-mx6ul: Sync devicetrees
>>>>
>>>
>>> Can you please merge these patches so they land in v2023.01?
>>>
>>> These have been around for two months and contain some important fixes
>>> for the kontron-sl-mx6ul board configuration.
>>
>> Ah, I just saw that they are already in imx/master. Sorry for the noise.
>> For some reason I didn't get pull notification e-mails while for my
>> other patches I got them.
> 
> 
> I have checked this - my script takes the address of the sender (see on
> ML's archive), notification were sent to frieder@fris.de, while patches
> are signed with your company's address.

True, I got all the notifications there. So probably the forwarding
rules in my mailbox don't work properly. Thanks for checking!