Re: [OpenWrt-Devel] [PATCH] imx6: kernel: Add Micrel PHY used on Apalis SOM

2016-01-15 Thread Tim Harvey
On Fri, Jan 8, 2016 at 2:24 AM, Petr Štetiar wrote: > Signed-off-by: Petr Štetiar > Cc: Luka Perkov > --- > target/linux/imx6/config-4.1 |1 + > 1 file changed, 1 insertion(+) > > diff --git a/target/linux/imx6/config-4.1 b/target/linux/imx6/config-4.1 > index 52544a7..e07a5b7 100644 > ---

[OpenWrt-Devel] [PATCH 2/3] kernel: video: add fbcon support

2016-01-19 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v4: no changes v3: no changes v2: - add fb dependency - disable unsupported fb's --- package/kernel/linux/modules/video.mk | 49 ++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/vid

[OpenWrt-Devel] [PATCH v4 0/3] Add DRM video output support for IMX6

2016-01-19 Thread Tim Harvey
for both hdmi and lvds for either to work (not clear why yet). These were tested on Gateworks Ventana boards, using the 4.4 kernel using fbcon, psplash, and gstreamer1 with fbdevsink output. Tim Harvey (3): kernel: add backlight kernel module support kernel: video: add fbcon support kernel

[OpenWrt-Devel] [PATCH 3/3] kernel: video: add DRM core and IMX DRM support for HDMI/LVDS

2016-01-19 Thread Tim Harvey
v4: - update depends for 4.4 - fix submenu - add CONFIG_DRM_DW_HDMI_AHB_AUDIO for i.mx6 HDMI driver - add new dependency caused by above point to HDMI driver v3: - updated for Linux 4.3 v2: - fixed whitespace - added TARGET_imx6 to imx6-drm Signed-off-by: Tim Harvey --- package/kernel

[OpenWrt-Devel] [PATCH 1/3] kernel: add backlight kernel module support

2016-01-19 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v4: no changes v3: added support for Linux 4.3 (new driver needs to be disabled by default) v2: no changes --- package/kernel/linux/modules/backlight.mk | 49 +++ 1 file changed, 49 insertions(+) create mode 100644 package/kernel/linux

[OpenWrt-Devel] [PATCH v5 2/3] kernel: video: add fbcon support

2016-01-20 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v5: no changes v4: no changes v3: no changes v2: - add fb dependency - disable unsupported fb's Signed-off-by: Tim Harvey --- package/kernel/linux/modules/video.mk | 49 ++- 1 file changed, 48 insertions(+), 1 deletion(-)

[OpenWrt-Devel] [PATCH v5 3/3] kernel: video: add DRM core and IMX DRM support for HDMI/LVDS

2016-01-20 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v5: no changes v4: - update depends for 4.4 - fix submenu - add CONFIG_DRM_DW_HDMI_AHB_AUDIO for i.mx6 HDMI driver - add new dependency caused by above point to HDMI driver v3: - updated for Linux 4.3 v2: - fixed whitespace - added TARGET_imx6 to imx6-drm

[OpenWrt-Devel] [PATCH v5 0/3] Add DRM video output support for IMX6

2016-01-20 Thread Tim Harvey
for both hdmi and lvds for either to work (not clear why yet). These were tested on Gateworks Ventana boards, using the 4.4 kernel using fbcon, psplash, and gstreamer1 with fbdevsink output. Tim Harvey (3): kernel: add backlight kernel module support kernel: video: add fbcon support kernel

[OpenWrt-Devel] [PATCH v5 1/3] kernel: add backlight kernel module support

2016-01-20 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v5: moved to video.mk v4: no changes v3: added support for Linux 4.3 (new driver needs to be disabled by default) v2: no changes Signed-off-by: Tim Harvey --- package/kernel/linux/modules/video.mk | 46 +++ 1 file changed, 46

[OpenWrt-Devel] [PATCH v6 1/3] kernel: add backlight kernel module support

2016-01-20 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v5: moved to video.mk v4: no changes v3: added support for Linux 4.3 (new driver needs to be disabled by default) v2: no changes Signed-off-by: Tim Harvey --- package/kernel/linux/modules/video.mk | 46 +++ 1 file changed, 46

[OpenWrt-Devel] [PATCH v6 0/3] Add DRM video output support for IMX6

2016-01-20 Thread Tim Harvey
to add modules for both hdmi and lvds for either to work (not clear why yet). These were tested on Gateworks Ventana boards, using the 4.4 kernel using fbcon, psplash, and gstreamer1 with fbdevsink output. Tim Harvey (3): kernel: add backlight kernel module support kernel: video: add fbcon

[OpenWrt-Devel] [PATCH v6 2/3] kernel: video: add fbcon support

2016-01-20 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v5: no changes v4: no changes v3: no changes v2: - add fb dependency - disable unsupported fb's Signed-off-by: Tim Harvey --- package/kernel/linux/modules/video.mk | 49 ++- 1 file changed, 48 insertions(+), 1 deletion(-)

[OpenWrt-Devel] [PATCH v6 3/3] kernel: video: add DRM core and IMX DRM support for HDMI/LVDS

2016-01-20 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v6: fix breakage caused by 8b152c5cc875fec87ca728afe90e53fcf7a2df7a v5: no changes v4: - update depends for 4.4 - fix submenu - add CONFIG_DRM_DW_HDMI_AHB_AUDIO for i.mx6 HDMI driver - add new dependency caused by above point to HDMI driver v3: - updated for

[OpenWrt-Devel] [LEDE-DEV][PATCH] boot: kobs-ng: update kobs-ng for newer kernels

2016-09-01 Thread Tim Harvey
/bootloader#nandspl for instructions on updating the SPL from Linux. Signed-off-by: Tim Harvey --- package/boot/kobs-ng/Makefile | 11 ++-- package/boot/kobs-ng/patches/001-compile.patch | 23 +++ .../boot/kobs-ng/patches/001-fix-mtd-defines.patch | 76

[OpenWrt-Devel] [PATCH] collectd: disable perl bindings from dev host

2015-10-01 Thread Tim Harvey
if a user's env has PERL_MM_OPT defined collect will fail to build. Adding --with-perl-bindings="" will override this env var. Signed-off-by: Tim Harvey --- utils/collectd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/collectd/Makefile b/utils/collectd

[OpenWrt-Devel] [PATCH 0/2] imx6: Ventana: add nand squashfs+ubifs support

2015-11-06 Thread Tim Harvey
This series adds NAND ubi squqashfs+ubifs support for the Gateworks Ventana boards. Tim Harvey (2): imx6: kernel: add UBI_BLOCK support imx6: convert ventana images to squashfs+ubifs overlay target/linux/imx6/config-4.1| 2 +- target/linux/imx6/image/Makefile

[OpenWrt-Devel] [PATCH 1/2] imx6: kernel: add UBI_BLOCK support

2015-11-06 Thread Tim Harvey
UBI_BLOCK support is needed for mounting squashfs over UBI Signed-off-by: Tim Harvey --- target/linux/imx6/config-4.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/imx6/config-4.1 b/target/linux/imx6/config-4.1 index 18a26d6..52544a7 100644 --- a/target/linux

[OpenWrt-Devel] [PATCH 2/2] imx6: convert ventana images to squashfs+ubifs overlay

2015-11-06 Thread Tim Harvey
t mtdparts to rename the 2nd partition from 'rootfs' to 'ubi'. This is because there are patches in OpenWrt kernels that try to auto-attach and auto-mount and these get in the way if the mtd partition is named 'rootfs'. Signed-off-by: Tim Harvey ---

[OpenWrt-Devel] [PATCH] [packages] multimedia: add fbdevsink

2015-11-10 Thread Tim Harvey
Signed-off-by: Tim Harvey --- multimedia/gst1-plugins-bad/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index bfeb1c5..ca04b8d 100644 --- a/multimedia/gst1-plugins-bad/Makefile +++ b

Re: [OpenWrt-Devel] [PATCH 1/2] imx6: kernel: Add support for Toradex Apalis modules

2015-11-11 Thread Tim Harvey
On Wed, Nov 11, 2015 at 5:28 AM, Petr Štetiar wrote: > Tested on Toradex Apalis iMX6 Quad 2GB IT V1.1A module on Ixora board > with Mikrotik R11e-2HnD and Quectel EC20 Mini PCIe modules. > > Signed-off-by: Petr Štetiar > --- > target/linux/imx6/image/Makefile |2 + > ...6-A

[OpenWrt-Devel] [PATCH 2/6] imx6: add Vetnana LVDS support

2015-11-11 Thread Tim Harvey
These patches have been submitted to upstream Linux and are pending acceptance. Signed-off-by: Tim Harvey --- ...-ventana-set-GW54xx-PMIC-swbst-regulator-.patch | 31 + ...mx-ventana-fix-GW53xx-GW54xx-lvds-channel.patch | 40 +++ ...mx-ventana-fix-GW53xx-GW54xx-lvds

[OpenWrt-Devel] [PATCH 1/6] imx6: ventana: fix GW16083 device-tree patch

2015-11-11 Thread Tim Harvey
The 206-ARM-imx-ventana-added-GW16083-to-device-tree.patch merged wrong in the conversion from 3.18 to 4.1. This patch resolves that and puts the device-tree nodes in the correct place. Signed-off-by: Tim Harvey --- ...-imx-ventana-added-GW16083-to-device-tree.patch | 32

[OpenWrt-Devel] [PATCH 3/6] kernel: video: add fbcon support

2015-11-11 Thread Tim Harvey
Signed-off-by: Tim Harvey --- package/kernel/linux/modules/video.mk | 43 +++ 1 file changed, 43 insertions(+) diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk index 3b06a14..c53f656 100644 --- a/package/kernel/linux

[OpenWrt-Devel] [PATCH 4/6] kernel: add backlight kernel module support

2015-11-11 Thread Tim Harvey
Signed-off-by: Tim Harvey --- package/kernel/linux/modules/backlight.mk | 48 +++ 1 file changed, 48 insertions(+) create mode 100644 package/kernel/linux/modules/backlight.mk diff --git a/package/kernel/linux/modules/backlight.mk b/package/kernel/linux/modules

[OpenWrt-Devel] [PATCH 0/6] Add DRM video output support for IMX6

2015-11-11 Thread Tim Harvey
gstreamer1 with fbdevsink output. Tim Harvey (6): imx6: ventana: fix GW16083 device-tree patch imx6: add Vetnana LVDS support kernel: video: add fbcon support kernel: add backlight kernel module support kernel: other: add PWM controller support kernel: video: add DRM core and IMX DRM

[OpenWrt-Devel] [PATCH 5/6] kernel: other: add PWM controller support

2015-11-11 Thread Tim Harvey
This adds basic PWM controller support and support for i.MX Signed-off-by: Tim Harvey --- package/kernel/linux/modules/other.mk | 35 +++ 1 file changed, 35 insertions(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk

[OpenWrt-Devel] [PATCH 6/6] kernel: video: add IMX DRM support for HDMI/LVDS

2015-11-11 Thread Tim Harvey
Signed-off-by: Tim Harvey --- package/kernel/linux/modules/video.mk | 138 +- 1 file changed, 137 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk index c53f656..cbace75 100644 --- a/package

[OpenWrt-Devel] [OpenWrt-devel] [PATCH] imx6: remove obsolete VENTANA_DTS from profile

2015-11-18 Thread Tim Harvey
The device-tree files are now specified in the image Makefile Signed-off-by: Tim Harvey --- target/linux/imx6/profiles/120-gateworks.mk | 15 --- 1 file changed, 15 deletions(-) diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk

[OpenWrt-Devel] [PATCH 2/5] kernel: add backlight kernel module support

2015-11-19 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v2: - no changes package/kernel/linux/modules/backlight.mk | 48 +++ 1 file changed, 48 insertions(+) create mode 100644 package/kernel/linux/modules/backlight.mk diff --git a/package/kernel/linux/modules/backlight.mk b/package/kernel

[OpenWrt-Devel] [OpenWrt-devel] [PATCH v2 0/5] Add DRM video output support for IMX6

2015-11-19 Thread Tim Harvey
plash, and gstreamer1 with fbdevsink output. Tim Harvey (5): kernel: other: add PWM controller support kernel: add backlight kernel module support kernel: video: add fbcon support kernel: video: add DRM core and IMX DRM support for HDMI/LVDS imx6: ventana: remove invalid video options

[OpenWrt-Devel] [PATCH v2 1/5] kernel: other: add PWM controller support

2015-11-19 Thread Tim Harvey
This adds basic PWM controller support and support for i.MX Signed-off-by: Tim Harvey --- v2: - add TARGET_imx6 dep for pwm-imx package/kernel/linux/modules/other.mk | 36 +++ 1 file changed, 36 insertions(+) diff --git a/package/kernel/linux/modules/other.mk

[OpenWrt-Devel] [PATCH 5/5] imx6: ventana: remove invalid video options from bootscript

2015-11-19 Thread Tim Harvey
Removed video related kernel params that are only appropriate for the Freescale downstream vendor kernel and not appriate for mainline linux. Signed-off-by: Tim Harvey --- target/linux/imx6/image/bootscript-ventana | 76 +- 1 file changed, 1 insertion(+), 75

[OpenWrt-Devel] [PATCH v2 3/5] kernel: video: add fbcon support

2015-11-19 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v2: - add fb dependency - disable unsupported fb's Signed-off-by: Tim Harvey --- package/kernel/linux/modules/video.mk | 49 ++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/video.

[OpenWrt-Devel] [PATCH v2 4/5] kernel: video: add DRM core and IMX DRM support for HDMI/LVDS

2015-11-19 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v2: - fixed whitespace - added TARGET_imx6 to imx6-drm Signed-off-by: Tim Harvey --- package/kernel/linux/modules/video.mk | 134 ++ 1 file changed, 134 insertions(+) diff --git a/package/kernel/linux/modules/video.mk b/package

Re: [OpenWrt-Devel] [PATCH v2 1/5] kernel: other: add PWM controller support

2015-11-23 Thread Tim Harvey
On Sun, Nov 22, 2015 at 12:55 AM, John Crispin wrote: > Hi Tim, > > > > On 19/11/2015 18:53, Tim Harvey wrote: >> This adds basic PWM controller support and support for i.MX >> >> Signed-off-by: Tim Harvey >> --- >> v2: >> - add TARGET_imx6

[OpenWrt-Devel] [PATCH] imx6: backport some upstream ventana patches

2015-12-02 Thread Tim Harvey
This backports some patches that have been accepted to the upstream kernel for ventana Signed-off-by: Tim Harvey --- ...tana-add-UHS-I-support-for-Ventana-boards.patch | 212 + .../040-ARM-dts-imx-ventana-add-pwm-nodes.patch| 264 + ...ts-imx-ventana-add

[OpenWrt-Devel] [PATCH] imx6: add i2c retries for Ventana /dev/i2c-0

2015-12-02 Thread Tim Harvey
driver. This adds a patch that adds 3 retries for i2c transactions only for Ventana boards and only for I2C1 Signed-off-by: Tim Harvey --- ...x-add-retries-for-NAK-s-on-ventana-boards.patch | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 target/linux/imx6/patches-4.1

[OpenWrt-Devel] [PATCH] imx6: fix device-tree mac address assignment for ventana sky2/eth1

2015-12-02 Thread Tim Harvey
its mac address via a device-tree alias. Signed-off-by: Tim Harvey --- .../208-sky2-allow-mac-to-come-from-dt.patch | 30 ++ .../209-ARM-imx-ventana-add-sky2-alias.patch | 24 + 2 files changed, 54 insertions(+) create mode 100644 target/linux/imx6

[OpenWrt-Devel] [PATCH] imx6: imx: thermal: use CPU temperature grade info for thresholds

2015-12-03 Thread Tim Harvey
x CPU temperature: - passive threshold: max - 10C - critical threshold: max - 5C Signed-off-by: Tim Harvey --- ...l-use-cpu-temperature-grade-info-for-thresholds | 112 + 1 file changed, 112 insertions(+) create mode 100644 target/linux/imx6/patches-4.1/045-imx-thermal-us

[OpenWrt-Devel] ath10k adhoc working?

2015-12-10 Thread Tim Harvey
e not honoring EEPROM calibration data). Regards, Tim Tim Harvey - Principal Software Engineer Gateworks Corporation - http://www.gateworks.com/ 3026 S. Higuera St. San Luis Obispo CA 93401 805-781-2000 ___ openwrt-devel mailing list openwrt-

[OpenWrt-Devel] [OpenWrt-devel] [PATCH v3 0/4] Add DRM video output support for IMX6

2015-12-29 Thread Tim Harvey
for both hdmi and lvds for either to work (not clear why yet). These were tested on Gateworks Ventana boards, using the 4.1 and 4.3 kernel using fbcon, psplash, and gstreamer1 with fbdevsink output. Tim Harvey (4): imx6: add PWM support kernel: add backlight kernel module support kernel

[OpenWrt-Devel] [OpenWrt-devel] [PATCH v3 2/4] kernel: add backlight kernel module support

2015-12-29 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v3: - added support for Linux 4.3 (new driver needs to be disabled by default) v2: - no changes Signed-off-by: Tim Harvey --- package/kernel/linux/modules/backlight.mk | 49 +++ 1 file changed, 49 insertions(+) create mode 100644

[OpenWrt-Devel] [OpenWrt-devel] [PATCH v3 3/4] kernel: video: add fbcon support

2015-12-29 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v3: - no changes v2: - add fb dependency - disable unsupported fb's Signed-off-by: Tim Harvey --- package/kernel/linux/modules/video.mk | 49 ++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/package/kernel/

[OpenWrt-Devel] [OpenWrt-devel] [PATCH v3 1/4] imx6: add PWM support

2015-12-29 Thread Tim Harvey
Adds ~2KB to kernel, likely not worth creating modules for Signed-off-by: Tim Harvey --- v3: include static in kernel vs module options (very small) --- target/linux/imx6/config-4.1 | 3 +++ target/linux/imx6/config-4.3 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/target/linux/imx6

[OpenWrt-Devel] [OpenWrt-devel] [PATCH v3 4/4] kernel: video: add DRM core and IMX DRM support for HDMI/LVDS

2015-12-29 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v3: - updated for Linux 4.3 v2: - fixed whitespace - added TARGET_imx6 to imx6-drm Signed-off-by: Tim Harvey --- package/kernel/linux/modules/video.mk | 171 ++ 1 file changed, 171 insertions(+) diff --git a/package/kernel/linux

[OpenWrt-Devel] [PATCH] imx6: backport upstream patch to fix pwm pinmux for GW51xx/GW52xx/GW53xx

2016-01-08 Thread Tim Harvey
Signed-off-by: Tim Harvey --- ...ventana-fix-PWM-pinmux-for-Ventana-boards.patch | 69 ++ 1 file changed, 69 insertions(+) create mode 100644 target/linux/imx6/patches-4.3/042-ARM-dts-imx-ventana-fix-PWM-pinmux-for-Ventana-boards.patch diff --git a/target/linux/imx6

[OpenWrt-Devel] [PATCH] imx6: fix upstream patch name

2016-01-08 Thread Tim Harvey
Signed-off-by: Tim Harvey --- ...llow-HDMI-and-LVDS-to-work-simultaneously.patch | 76 ++ ...mx-ventana-fix-GW53xx-GW54xx-lvds-channel.patch | 76 -- 2 files changed, 76 insertions(+), 76 deletions(-) create mode 100644 target/linux/imx6/patches-4.3/037

[OpenWrt-Devel] bluez 5.38 bluetoothd and/or bluetoothctl not working

2017-01-16 Thread Tim Harvey
Anyone using bluez on LEDE/OpenWrt that could tell me what could be wrong with the following? I'm using the following: - imx6 based board with 4.4 kernel - CSR 4.0 USB HCI supported by btusb via kmod-bluetooth package - lede master - btusb - bluez-{daemon,examples,libs,utils} 5.38-1 from packages

[OpenWrt-Devel] [PATCH] kernel/modules/other: disable Nokia BT UART

2018-01-23 Thread Tim Harvey
disable the Nokia BT UART present on Nikia N9, N900 & N950 added in 4.12. Signed-off-by: Tim Harvey --- package/kernel/linux/modules/other.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 1c7869e..165

[OpenWrt-Devel] [PATCH] add support for OCTEON TX target

2018-01-23 Thread Tim Harvey
The Cavium OCTEON TX is an ARM 64-bit SoC leveraging CPU cores and periperhals from the Cavium ThunderX SoC. This initial support provides a 4.14 kernel and kernel+initramfs that is bootable on the Gateworks Newport GW630x as well as the Cavium sff8104 reference board. Signed-off-by: Tim Harvey

Re: [OpenWrt-Devel] [PATCH] kernel/modules/other: disable Nokia BT UART

2018-01-24 Thread Tim Harvey
On Wed, Jan 24, 2018 at 7:18 PM, txt.file wrote: > There is a typo in the company name in the description. > Oops - easy to fix. I can submit a followup. > Also I would like to know why it is removed. And what changed between > Linux 4.11 and 4.12 regarding the Nokia N900. > CONFIG_BT_HCIUART_N

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

2018-02-01 Thread Tim Harvey
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

[OpenWrt-Devel] [LEDE-DEV][PATCH 3/4] imx6: switch to kernel 4.14

2018-02-01 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/imx6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index ae6a9b0..152a58e 100644 --- a/target/linux/imx6/Makefile +++ b/target/linux/imx6/Makefile @@ -14,7 +14,7

[OpenWrt-Devel] [LEDE-DEV][PATCH 1/4] kernel: add missing config symbols

2018-02-01 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/generic/config-4.14 | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index fa389bf..89f2f43 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux

[OpenWrt-Devel] [LEDE-DEV][PATCH 2/4] imx6: add support for Linux 4.14

2018-02-01 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/imx6/config-4.14 | 526 + 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 + 4

[OpenWrt-Devel] [LED-DEV][PATCH 4/4] imx6: remove support for 4.9

2018-02-01 Thread Tim Harvey
Signed-off-by: Tim Harvey --- 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

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 >>imx

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 1/4] kernel: add missing config symbols

2018-02-14 Thread Tim Harvey
On Mon, Feb 12, 2018 at 12:41 PM, Hauke Mehrtens wrote: > On 02/01/2018 11:35 PM, Tim Harvey wrote: >> Signed-off-by: Tim Harvey >> --- >> target/linux/generic/config-4.14 | 9 - >> 1 file changed, 8 insertions(+), 1 deletion(-) >> >> diff --git a

[OpenWrt-Devel] [PATCH v2 0/3]: imx6: update to Linux 4.14

2018-02-14 Thread Tim Harvey
for 14.4 Tim Harvey (3): imx6: add support for Linux 4.14 imx6: switch to Linux 4.14 imx6: remove support for 4.9 target/linux/imx6/Makefile | 2 +- target/linux/imx6/config-4.14 | 520 + target/linux/imx6/config-4.9

[OpenWrt-Devel] [PATCH v2 1/3] imx6: add support for Linux 4.14

2018-02-14 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v2: - move dwc pci patch to generic (Koen) - added E1000E driver (used on GW552x) - remove unnecessary EXT2/EXT3 (Michael) - remove config default config for 14.4 Signed-off-by: Tim Harvey --- target/linux/imx6/config-4.14 | 520

[OpenWrt-Devel] [PATCH v2 2/3] imx6: switch to Linux 4.14

2018-02-14 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/imx6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index ae6a9b0..152a58e 100644 --- a/target/linux/imx6/Makefile +++ b/target/linux/imx6/Makefile @@ -14,7 +14,7

[OpenWrt-Devel] [PATCH v2 3/3] imx6: remove support for 4.9

2018-02-14 Thread Tim Harvey
Signed-off-by: Tim Harvey --- 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

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v2 1/3] imx6: add support for Linux 4.14

2018-02-15 Thread Tim Harvey
On Thu, Feb 15, 2018 at 12:43 AM, Koen Vandeputte wrote: > > > On 2018-02-15 02:31, Tim Harvey wrote: >> >> Signed-off-by: Tim Harvey >> --- >> v2: >> - move dwc pci patch to generic (Koen) >> - added E1000E driver (used on GW552x) >> - r

[OpenWrt-Devel] [PATCH v3 0/4]: imx6: update to Linux 4.14

2018-02-15 Thread Tim Harvey
unnecessary EXT2/EXT3 (Michael) - remove config default config for 14.4 Tim Harvey (4): kernel: backport dwc pci enumeration fix imx6: add support for Linux 4.14 imx6: switch to Linux 4.14 imx6: remove support for 4.9 .../pending-4.14/812-pci-dwc-fix-enumeration.patch | 11 + target/linux/imx6

[OpenWrt-Devel] [PATCH v3 1/4] kernel: backport dwc pci enumeration fix

2018-02-15 Thread Tim Harvey
Backport of: http://patchwork.ozlabs.org/patch/860701/ Signed-off-by: Tim Harvey --- .../generic/pending-4.14/812-pci-dwc-fix-enumeration.patch| 11 +++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch diff

[OpenWrt-Devel] [PATCH 2/4] imx6: add support for Linux 4.14

2018-02-15 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v2: - move dwc pci patch to generic (Koen) - remove unnecessary EXT2/EXT3 (Michael) - remove config default config for 14.4 Signed-off-by: Tim Harvey --- target/linux/imx6/config-4.14 | 520 + target/linux/imx6/patches

[OpenWrt-Devel] [PATCH 3/4] imx6: switch to Linux 4.14

2018-02-15 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/imx6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index ae6a9b0..152a58e 100644 --- a/target/linux/imx6/Makefile +++ b/target/linux/imx6/Makefile @@ -14,7 +14,7

[OpenWrt-Devel] [PATCH 4/4] imx6: remove support for 4.9

2018-02-15 Thread Tim Harvey
Signed-off-by: Tim Harvey --- 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

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] add support for OCTEON TX target

2018-02-15 Thread Tim Harvey
rgz pcie gpio rtc usb >> >> I think you should define fpu here, but arm64 anyway has a fpu. >> >>> +CFLAGS:=-Os -pipe -fno-caller-saves >> >> You should not define CFLAGS for the toolchain as this will also leak >> into other targets

[OpenWrt-Devel] [PATCH 1/8] octeontx: add USB_PCI support

2018-02-20 Thread Tim Harvey
The CN80XX XHCI is supported through PCI Signed-off-by: Tim Harvey --- target/linux/octeontx/config-4.14 | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/target/linux/octeontx/config-4.14 b/target/linux/octeontx/config-4.14 index 97d0cc6..c56a27d 100644 --- a/target

[OpenWrt-Devel] [PATCH 2/8] octeontx: remove static EXT2/3/4 FS support

2018-02-20 Thread Tim Harvey
We are using F2FS as our overlay read/write FS. Others can be supported as modules. Signed-off-by: Tim Harvey --- target/linux/octeontx/config-4.14 | 9 - 1 file changed, 9 deletions(-) diff --git a/target/linux/octeontx/config-4.14 b/target/linux/octeontx/config-4.14 index c56a27d

[OpenWrt-Devel] [PATCH 3/8] octeontx: add FAT FS support to kernel

2018-02-20 Thread Tim Harvey
The CN80XX Boot firmware uses an embedded FAT12 filesystem. For some reason busybox can't mount this unless its enabled static in the kernel. Signed-off-by: Tim Harvey --- target/linux/octeontx/config-4.14 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/octeontx/config

[OpenWrt-Devel] [PATCH 4/8] octeontx: remove CFLAGS

2018-02-20 Thread Tim Harvey
You should not define CFLAGS for the toolchain as this will also leak into other targets if they share the same toolchain. Cc: Hauke Mehrtens Signed-off-by: Tim Harvey --- target/linux/octeontx/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/octeontx/Makefile b/target

[OpenWrt-Devel] [PATCH 6/8] octeontx: remove unnecessary CONFIG_DEBUG_INFO

2018-02-20 Thread Tim Harvey
Cc: Hauke Mehrtens Signed-off-by: Tim Harvey --- target/linux/octeontx/config-4.14 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/octeontx/config-4.14 b/target/linux/octeontx/config-4.14 index 2efac7c..a6f762c 100644 --- a/target/linux/octeontx/config-4.14 +++ b/target/linux

[OpenWrt-Devel] [PATCH 5/8] octeontx: add fpu support

2018-02-20 Thread Tim Harvey
Cc: Hauke Mehrtens Signed-off-by: Tim Harvey --- target/linux/octeontx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/octeontx/Makefile b/target/linux/octeontx/Makefile index ecac152..e7f6b2d 100644 --- a/target/linux/octeontx/Makefile +++ b/target

[OpenWrt-Devel] [PATCH 7/8] octeontx: remove undefs of CONFIG_NET_VENDOR_*

2018-02-20 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/octeontx/config-4.14 | 52 --- 1 file changed, 52 deletions(-) diff --git a/target/linux/octeontx/config-4.14 b/target/linux/octeontx/config-4.14 index a6f762c..114fc38 100644 --- a/target/linux/octeontx/config-4.14

[OpenWrt-Devel] [PATCH 8/8] kernel: add missing symbol

2018-02-20 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/generic/config-4.14 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index f7d9cca..6d3a207 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 2/8] octeontx: remove static EXT2/3/4 FS support

2018-02-21 Thread Tim Harvey
On Wed, Feb 21, 2018 at 2:36 PM, Felix Fietkau wrote: > On 2018-02-20 19:23, Tim Harvey wrote: >> We are using F2FS as our overlay read/write FS. Others can be supported >> as modules. >> >> Signed-off-by: Tim Harvey > I think it would be a good idea to leave i

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 2/8] octeontx: remove static EXT2/3/4 FS support

2018-02-22 Thread Tim Harvey
On Thu, Feb 22, 2018 at 4:14 AM, Felix Fietkau wrote: > On 2018-02-22 09:34, Felix Fietkau wrote: >> On 2018-02-22 01:12, Tim Harvey wrote: >>> On Wed, Feb 21, 2018 at 2:36 PM, Felix Fietkau wrote: >>>> On 2018-02-20 19:23, Tim Harvey wrote: >>>>> W

[OpenWrt-Devel] [PATCH] kernel: add igb kernel module

2014-07-02 Thread Tim Harvey
Added igb kernel module which supports a variety of Intel GigE PCIe devices Signed-off-by: Tim Harvey --- package/kernel/linux/modules/netdevices.mk | 18 ++ 1 file changed, 18 insertions(+) diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules

[OpenWrt-Devel] [PATCH] imx6: kernel: 3.14: backport IMX6DL DVFS support from 3.15

2014-07-02 Thread Tim Harvey
This allows dynamic voltage and frequency scaling to work for IMX6DL CPU's Signed-off-by: Tim Harvey --- ...070-ARM-dts-imx6dl-enable-cpufreq-support.patch | 48 ++ 1 file changed, 48 insertions(+) create mode 100644 target/linux/imx6/patches-3.14/0070-ARM-dts-i

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread Tim Harvey
On Wed, Jul 9, 2014 at 12:48 AM, John Crispin wrote: > > > On 09/07/2014 09:14, Andre Valentin wrote: >> Hi! >> >> I also noticed after upgrading that routers with jffs2 in ubi >> (rootfs_data) are not supported anymore. The jffs2 is not mounted >> after an upgrade, resulting in loss of configurat

[OpenWrt-Devel] [PATCH 2/2] imx6: bootscript: use partition UUID for rootfs if possible

2019-10-02 Thread Tim Harvey
depending on kernel versions. It is recommended to use partition UUID Signed-off-by: Tim Harvey --- target/linux/imx6/image/bootscript-ventana | 34 ++ 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/target/linux/imx6/image/bootscript-ventana b/target

[OpenWrt-Devel] [PATCH 1/2] imx6: bootscript: enable UBI fastmap support

2019-10-02 Thread Tim Harvey
UBI Fastmap support is stable in the 4.4 kernel so lets take advantage of it to shave off 5-10 seconds of boot time. Signed-off-by: Tim Harvey --- target/linux/imx6/image/bootscript-ventana | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/linux/imx6/image/bootscript

[OpenWrt-Devel] [PATCH] uboot-envtools: remove erasesize from MMC config

2019-10-02 Thread Tim Harvey
Erasesize doesn't belong in the u-boot env config for block devices as it is known to be 512 byte aligned. Signed-off-by: Tim Harvey --- package/boot/uboot-envtools/files/imx6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/boot/uboot-envtools/files/im

[OpenWrt-Devel] troubleshooting kernel bump from 4.14 to 4.19 causing userspace crash with libgcc_s.so.1 missing

2019-10-07 Thread Tim Harvey
Greetings, I'm trying to bump the octeontx kernel from 4.14 to 4.19 which it seems should be trivial but I keep ending up with userspace failing with: [7.080332] Run /init as init process Error loading shared library libgcc_s.so.1: No such file or directory (needed by /init) [7.120297] Ke

[OpenWrt-Devel] [PATCH] octeontx: fix thunderx BGX underflow irq name

2019-10-25 Thread Tim Harvey
request_irq requires irq names to be static/allocated and not on the stack Signed-off-by: Tim Harvey --- ...1-net-thunderx-workaround-BGX-TX-Underflow-issue.patch | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/target/linux/octeontx/patches-4.14/0001-net

Re: [OpenWrt-Devel] [PATCH] octeontx: fix thunderx BGX underflow irq name

2019-10-28 Thread Tim Harvey
On Sun, Oct 27, 2019 at 6:33 AM Hauke Mehrtens wrote: > > On 10/25/19 11:27 PM, Tim Harvey wrote: > > request_irq requires irq names to be static/allocated and not on the stack > > It would be nice if this patch could also go to the mainline Linux > kernel, so we do not ha

OpenWrt imx split status?

2021-10-03 Thread Tim Harvey
Piotr, How is your progress regarding submitting patches to OpenWrt to split the imx target into multiple arch related subtargets (like cortexa7, cortexa9)? Is anyone working on i.MX8 support that you know of? I have seen people ask for it in the past but nobody has been persistent about it. Bes

Re: OpenWrt imx split status?

2021-10-05 Thread Tim Harvey
On Tue, Oct 5, 2021 at 8:42 AM Piotr Dymacz wrote: > > Hi Tim, > > On 04.10.2021 00:22, Tim Harvey wrote: > > Piotr, > > > > How is your progress regarding submitting patches to OpenWrt to split > > the imx target into multiple arch related subtargets (l

Re: octeontx kernel 5.10

2022-02-04 Thread Tim Harvey
On Thu, Feb 3, 2022 at 3:54 PM Hauke Mehrtens wrote: > > Hi, > > We would like to switch the octeontx target to kernel 5.10. Paul created > a pull request for that: > https://github.com/openwrt/openwrt/pull/4609 > > Could you please test this target and report back if it works for you > with kerne

Re: Unknown licensing terms for binary blobs [Was: Re: [PATCH 1/2] firmware: Add cavium CPT hardware crypto firmware]

2022-02-22 Thread Tim Harvey
On Sat, Feb 19, 2022 at 11:22 PM Daniel Danzberger wrote: > > On Sat, 2022-02-19 at 20:21 +0100, Petr Štetiar wrote: > > Hauke Mehrtens [2021-05-22 20:31:27]: > > > > Hi Daniel, Tim, > > > > > On 4/18/21 9:46 AM, Daniel Danzberger wrote: > > > > The firmware consists of 2 images: > > > > - cpt8

how to add to list of Image files or supplementary files?

2022-10-20 Thread Tim Harvey
Greetings, How would I go about getting a file added to the list of Image Files or Supplementary Files made by the auto-builder? For the octeontx target the kernel should be provided as a downloadable as well. Best Regards, Tim ___ openwrt-devel mail

[PATCH] octeontx: add sqaushfs and ramdisk to features

2022-12-28 Thread Tim Harvey
Add squashfs and ramdisk to features as these are commonly used images for the octeontx. Signed-off-by: Tim Harvey --- target/linux/octeontx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/octeontx/Makefile b/target/linux/octeontx/Makefile index

[PATCH 22.03] octeontx: add sqaushfs and ramdisk to features

2023-01-13 Thread Tim Harvey
Add squashfs and ramdisk to features as these are commonly used images for the octeontx. Signed-off-by: Tim Harvey --- target/linux/octeontx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/octeontx/Makefile b/target/linux/octeontx/Makefile index

[OpenWrt-Devel] [PATCH] octeontx: move to 4.19 kernel

2020-02-25 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/octeontx/Makefile | 2 +- target/linux/octeontx/config-4.19 | 573 + ...nderx-use-proper-interface-type-for-RGMII.patch | 47 ++ ...hunderx-workaround-BGX-TX-Underflow-issue.patch | 150

Re: [OpenWrt-Devel] [PATCH] octeontx: move to 4.19 kernel

2020-02-26 Thread Tim Harvey
On Wed, Feb 26, 2020 at 5:27 AM John Crispin wrote: > > On 25.02.20 22:58, Tim Harvey wrote: > > Hi Tim, > thanks for the patch, we are in the process of bumping to v5.4. Would > you have time to also try bumping octeontx to v5.4 ? staging tree is > located here -> >

[OpenWrt-Devel] [PATCH] octeontx: add support for Linux 5.4

2020-02-26 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/octeontx/config-5.4 | 634 + ...nderx-use-proper-interface-type-for-RGMII.patch | 47 ++ ...hunderx-workaround-BGX-TX-Underflow-issue.patch | 150 + ...03-can-mcp251x-convert-to-half-duplex-SPI.patch | 51

[OpenWrt-Devel] [PATCH] kernel: iio: add st-accel driver modules

2020-02-28 Thread Tim Harvey
Signed-off-by: Tim Harvey --- package/kernel/linux/modules/iio.mk | 54 + 1 file changed, 54 insertions(+) diff --git a/package/kernel/linux/modules/iio.mk b/package/kernel/linux/modules/iio.mk index cd46697..aaccbde 100644 --- a/package/kernel/linux/modules

[OpenWrt-Devel] [PATCH] kernel: can: add MCP251x CAN controller module support

2020-02-28 Thread Tim Harvey
Signed-off-by: Tim Harvey --- package/kernel/linux/modules/can.mk | 17 + 1 file changed, 17 insertions(+) diff --git a/package/kernel/linux/modules/can.mk b/package/kernel/linux/modules/can.mk index c2c7411..3bf0359 100644 --- a/package/kernel/linux/modules/can.mk +++ b

  1   2   3   >