- Apr 19, 2014
-
-
Luka Perkov authored
The canbus package was recently changed to a more active project. This patch updates the default package names to include the same functionality as before. Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 40531
-
- Apr 12, 2014
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40467
-
- Mar 27, 2014
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40291
-
- Feb 27, 2014
-
-
Luka Perkov authored
The IMX6 SoC uses an ARM Cortext-A9 which has both NEON and VFPv3 hardware blocks. This will tune gcc to use neon instead of vfpv3 which will outperform VFPv3. Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39760
-
Luka Perkov authored
The OpenWrt build system uses MACHINE_FEATURES of fpu to set the HAS_FPU which in turn sets the default of CONFIG_SOFT_FLOAT as well as uClibc configuration. As the IMX6 SoC has both vfpv3 and NEON hardware support we want to add fpu to the feature list. This will default the IMX6 target to use -mfloat-abi=hard which will the be most efficient use of floating point. When switching to hard float, we also need to enable VFP support in the kernel. Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39759
-
- Feb 23, 2014
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39707
-
- Feb 20, 2014
-
-
Luka Perkov authored
Update the Ventana device-tree to match upstream: - Add IMX6Q/IMX6DL variants for GW54xx/GW53xx/GW52xx/GW51xx - align pinctrl with upstream - consolidate multiple patches into one Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39644
-
Luka Perkov authored
Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39643
-
Luka Perkov authored
http://article.gmane.org/gmane.linux.drivers.i2c/17891 Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 39639
-
- Feb 12, 2014
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 39574
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 39573
-
- Jan 26, 2014
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39399
-
- Jan 11, 2014
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39220
-
- Dec 19, 2013
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 39135
-
Luka Perkov authored
The previous patch was not the proper fix for PCI devices that require io resources. The new patch is the proper fix backported from mainline. Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39133
-
- Dec 17, 2013
-
-
Luka Perkov authored
Some of the Gateworks Ventana boards have CAN bus support, therefore we will install the userspace utils. Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39113
-
Luka Perkov authored
All Gateworks Ventana boards have a Gateworks System Controller which emulates the following: - ds1672 RTC - pca953x GPIO expander - hardware monitor - at24 eeprom Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39112
-
Luka Perkov authored
Signed-off-by:
Tim Harvey <tharvey@gateworks.com> Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 39111
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 39109
-
- Dec 15, 2013
-
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39059
-
- Dec 11, 2013
-
-
Luka Perkov authored
GW5400, GW5300, and GW5200 have CAN bus option. Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39034
-
Luka Perkov authored
backport upstream changes to 3.10: - 0060-flexcan.patch: - add flexcan pinctrl and devicetree config - 0061-can-flexcan-use-correct-clock-as-base-for-bit-rate-c.patch - fix a clock issue - 0062-ARM-i.MX6q-fix-the-wrong-parent-of-can_root-clock.patch - fix a clock issue Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39033
-
- Dec 09, 2013
-
-
Luka Perkov authored
The Gateworks GW53xx family of products is based on the Freescale i.MX6DL SoC and offers a small form-factor with peripherals such as: * i.MX6DL * NAND FLASH * 4x PCIe * 4x USB EHCI (1x front-panel; 3x PCIe sockets) * 1x USB OTG * 1x uSD * LVDS connector (VLDS for display, PWM/GPIO for backlight, i2c for touch) * HDMI Audio/Video out * Analog Video in * Digital IO * Gateworks System Controller * Accelerometer * Canbus * Optional GPS * Industrial temp (-40C to +85C) * DC input voltage 8 to 42V (Passive PoE and 802.3af) Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39012
-
Luka Perkov authored
DMA and SDMA support are needed for ssi based audio. Note that the sdma firmware is no longer required for ssi audio. Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39011
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 39010
-
- Dec 01, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38972
-
- Nov 18, 2013
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38859
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38858
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38857
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38856
-
- Nov 05, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38652
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38650
-
- Oct 31, 2013
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38628
-
- Oct 30, 2013
-
-
Luka Perkov authored
Changes include PCI fixes and various upstream pending patches. Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38624
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38579
-
- Oct 29, 2013
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38574
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38573
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38571
-
- Oct 23, 2013
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38522
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38521
-