mbox series

[OpenWrt-Devel,LEDE-DEV,0/4] imx6: update to Linux 4.14

Message ID 1517524560-5846-1-git-send-email-tharvey@gateworks.com
Headers show
Series imx6: update to Linux 4.14 | expand

Message

Tim Harvey Feb. 1, 2018, 10:35 p.m. UTC
Tested on a Gateworks GW54xx

Tim Harvey (4):
  kernel: add missing config symbols
  imx6: add support for Linux 4.14
  imx6: switch to kernel 4.14
  imx6: remove support for 4.9

 target/linux/generic/config-4.14                   |   9 +-
 target/linux/imx6/Makefile                         |   2 +-
 target/linux/imx6/config-4.14                      | 526 +++++++++++++++++
 target/linux/imx6/config-4.9                       | 497 ----------------
 .../files-4.9/arch/arm/boot/dts/imx6dl-gw5904.dts  |  19 -
 .../files-4.9/arch/arm/boot/dts/imx6q-gw5904.dts   |  23 -
 .../arch/arm/boot/dts/imx6qdl-gw5904.dtsi          | 629 ---------------------
 target/linux/imx6/patches-4.14/100-bootargs.patch  |  11 +
 .../linux/imx6/patches-4.14/200-disable-msi.patch  |  18 +
 .../imx6/patches-4.14/300-fix-enumeration.patch    |  11 +
 ...-imx-add-gateworks-ventana-gw5904-support.patch |  18 -
 target/linux/imx6/patches-4.9/100-bootargs.patch   |  11 -
 .../linux/imx6/patches-4.9/200-disable-msi.patch   |  22 -
 .../imx6/patches-4.9/210-disable-uart-dma.patch    |  23 -
 14 files changed, 575 insertions(+), 1244 deletions(-)
 create mode 100644 target/linux/imx6/config-4.14
 delete mode 100644 target/linux/imx6/config-4.9
 delete mode 100644 target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6dl-gw5904.dts
 delete mode 100644 target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6q-gw5904.dts
 delete mode 100644 target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6qdl-gw5904.dtsi
 create mode 100644 target/linux/imx6/patches-4.14/100-bootargs.patch
 create mode 100644 target/linux/imx6/patches-4.14/200-disable-msi.patch
 create mode 100644 target/linux/imx6/patches-4.14/300-fix-enumeration.patch
 delete mode 100644 target/linux/imx6/patches-4.9/0001-arm-dts-imx-add-gateworks-ventana-gw5904-support.patch
 delete mode 100644 target/linux/imx6/patches-4.9/100-bootargs.patch
 delete mode 100644 target/linux/imx6/patches-4.9/200-disable-msi.patch
 delete mode 100644 target/linux/imx6/patches-4.9/210-disable-uart-dma.patch

Comments

John Crispin Feb. 13, 2018, 8:43 a.m. UTC | #1
On 01/02/18 23:35, Tim Harvey wrote:
> Tested on a Gateworks GW54xx
>
> Tim Harvey (4):
>    kernel: add missing config symbols
>    imx6: add support for Linux 4.14
>    imx6: switch to kernel 4.14
>    imx6: remove support for 4.9

Hi,

karl and hauke posted some comments to the series. I've marked the whole 
series as "changes requested". please send a v3 with them incorporated.

     John

>   target/linux/generic/config-4.14                   |   9 +-
>   target/linux/imx6/Makefile                         |   2 +-
>   target/linux/imx6/config-4.14                      | 526 +++++++++++++++++
>   target/linux/imx6/config-4.9                       | 497 ----------------
>   .../files-4.9/arch/arm/boot/dts/imx6dl-gw5904.dts  |  19 -
>   .../files-4.9/arch/arm/boot/dts/imx6q-gw5904.dts   |  23 -
>   .../arch/arm/boot/dts/imx6qdl-gw5904.dtsi          | 629 ---------------------
>   target/linux/imx6/patches-4.14/100-bootargs.patch  |  11 +
>   .../linux/imx6/patches-4.14/200-disable-msi.patch  |  18 +
>   .../imx6/patches-4.14/300-fix-enumeration.patch    |  11 +
>   ...-imx-add-gateworks-ventana-gw5904-support.patch |  18 -
>   target/linux/imx6/patches-4.9/100-bootargs.patch   |  11 -
>   .../linux/imx6/patches-4.9/200-disable-msi.patch   |  22 -
>   .../imx6/patches-4.9/210-disable-uart-dma.patch    |  23 -
>   14 files changed, 575 insertions(+), 1244 deletions(-)
>   create mode 100644 target/linux/imx6/config-4.14
>   delete mode 100644 target/linux/imx6/config-4.9
>   delete mode 100644 target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6dl-gw5904.dts
>   delete mode 100644 target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6q-gw5904.dts
>   delete mode 100644 target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6qdl-gw5904.dtsi
>   create mode 100644 target/linux/imx6/patches-4.14/100-bootargs.patch
>   create mode 100644 target/linux/imx6/patches-4.14/200-disable-msi.patch
>   create mode 100644 target/linux/imx6/patches-4.14/300-fix-enumeration.patch
>   delete mode 100644 target/linux/imx6/patches-4.9/0001-arm-dts-imx-add-gateworks-ventana-gw5904-support.patch
>   delete mode 100644 target/linux/imx6/patches-4.9/100-bootargs.patch
>   delete mode 100644 target/linux/imx6/patches-4.9/200-disable-msi.patch
>   delete mode 100644 target/linux/imx6/patches-4.9/210-disable-uart-dma.patch
>
Tim Harvey Feb. 13, 2018, 3:33 p.m. UTC | #2
On Tue, Feb 13, 2018 at 12:43 AM, John Crispin <john@phrozen.org> wrote:
>
>
> On 01/02/18 23:35, Tim Harvey wrote:
>>
>> Tested on a Gateworks GW54xx
>>
>> Tim Harvey (4):
>>    kernel: add missing config symbols
>>    imx6: add support for Linux 4.14
>>    imx6: switch to kernel 4.14
>>    imx6: remove support for 4.9
>
>
> Hi,
>
> karl and hauke posted some comments to the series. I've marked the whole
> series as "changes requested". please send a v3 with them incorporated.
>
>     John
>

John,

Thanks - will get one out today or tomorrow.

Tim