Cleanup and update board support for the Gateworks Cambria product family This version fixes previous breakage between series and adds an additional step of merging 3 cambria support patches into 1 before adding new board support. This version also does not touch Avila support - that will be in a subsequent patch.
I'm trying to stick with a single patch per product family. Tim Harvey (3): split out new UART I/O to its own patch patch cleanup updated Gateworks Cambria board support .../ixp4xx/patches-3.3/160-delayed_uart_io.patch | 122 ++++ .../ixp4xx/patches-3.3/190-cambria_support.patch | 594 +++++++++++++++++++- .../patches-3.3/191-cambria_optional_uart.patch | 217 ------- .../patches-3.3/192-cambria_gpio_device.patch | 46 -- .../ixp4xx/patches-3.3/193-cambria_pld_gpio.patch | 107 ---- 5 files changed, 709 insertions(+), 377 deletions(-) create mode 100644 target/linux/ixp4xx/patches-3.3/160-delayed_uart_io.patch delete mode 100644 target/linux/ixp4xx/patches-3.3/191-cambria_optional_uart.patch delete mode 100644 target/linux/ixp4xx/patches-3.3/192-cambria_gpio_device.patch delete mode 100644 target/linux/ixp4xx/patches-3.3/193-cambria_pld_gpio.patch -- 1.7.9.5 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
