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

2018-02-13 Thread Tim Harvey
On Tue, Feb 13, 2018 at 12:43 AM, John Crispin  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
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


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

2018-02-13 Thread John Crispin



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


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel