summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-14mx6qsabrelite: export buttons as GPIO if no KEYBOARD_GPIO3.0-boundary-imx6-ts1Eric Nelson
2012-12-13fec: fix rx error countsTroy Kisky
On an overrun, the other flags are not valid, so don't check them. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
2012-12-13fec: stop the "rcv is not +last, " error messagesTroy Kisky
Setting the FTRL register will stop the fec from trying to use multiple receive buffers. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
2012-12-13fec: tune RSEM and RSFL values for tapeout 1.0Eric Nelson
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2012-12-13fec: enable tx/rx of pause frames for mx6qTroy Kisky
I don't know what ticket TKT116501 is but I don't see a problem with pause frame enabled on rev 1.0 silicon. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
2012-12-13nitrogen6x_defconfig: Add NAPI to match Freescale config, prevent network ↵Eric Nelson
instability
2012-12-12Thermal changesTroy Kisky
2012-12-12nitrogen6x_defconfig: sync with latest Kconfig defaultsEric Nelson
2012-12-12nitrogen6x_defconfig: remove unsupported camerasEric Nelson
2012-12-06sgtl5000: set default microphone gain to 2(30dB) to work with commodity PC micsEric Nelson
2012-12-06sgtl5000: microphone gain only has 2-bits of resolution, so max is 3Eric Nelson
2012-11-21mxc_hdmi: don't require CEA modeEric Nelson
2012-10-26mxc_uart_early: don't call clk_disableTroy Kisky
2012-10-16Nitrogen6 SOM: mipiTroy Kisky
2012-10-16mx6q_sabrelite: add mx6solo/mx6duallite supportTroy Kisky
2012-10-14board-mx6q_sabrelite: detect Flexcan controller chipTroy Kisky
The sabrelite board is forced to change from using Freescale's mc33902 to NXP's tja1040 because the freescale part is discontinued. The only trouble is standby is low active on mc33902 and high active on tja1040. This patch will detect which chip is in use.
2012-10-14Fix detect of focaltech-ft5x06 5-finger multi-touch device.Sven Van Asbroeck
Signed-off-by: Sven Van Asbroeck <info@arcx.com>
2012-10-14i.MX6: mx6qsabrelite: add weak pull-up on RGB touch screen interrupt line ↵Eric Nelson
(GP4:20) Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2012-10-14nitrogen6x_defconfig: sync with non-Android settingsEric Nelson
2012-10-14wl12xx_sdio: reset during op_remove_interfaceEric Nelson
2012-10-14wl12xx: add mac override parameterTroy Kisky
Note the cmdline parameter would be wl12xx.mac=nn:nn:nn:nn:nn:nn Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
2012-10-14sdio_cis: hack for broken wl127x CISEric Nelson
2012-10-14wl12xx: Kconfig select WIRELESS_EXT and WEXT_PRIVEric Nelson
2012-10-14i.MX6: mx6q_sabrelite: add vwl1271 regulatorEric Nelson
2012-10-14i.MX6: mx6q_sabre_lite: add wl1271 interface on ESDHC2Eric Nelson
2012-10-14i.MX6: mx6q_sabrelite: add SD2+WiFi pad setupEric Nelson
2012-10-14nitrogen6x_defconfig: add supported hardware/featuresEric Nelson
2012-10-14i.MX6: mx6q_sabrelite: Add support for FocalTech ft5x06 driverEric Nelson
2012-10-14i.MX6Q: mx6q_sabrelite: Add TSC2004 touch screen supportEric Nelson
2012-10-14mxcfb_claa_wvga: add fsl_ to mxc_lcd_platform_data, to compileTroy Kisky
2012-10-14i.MX6: mx6q_sabrelite: Sabre Lite doesn't expose UART3, Nitrogen6W doesEric Nelson
2012-10-14i.MX6: mx6q_sabrelite: set up UART3 (/dev/ttymxc2) with RTS, CTS on pins ↵Eric Nelson
EIM_D23-25,EIM_D31
2012-10-14i.MX6Q: mx6q_sabrelite: fix SDHC write-protect pinsEric Nelson
SDHC4 is microSD and has no write-protect pin on Sabre Lite or Nitrogen6X SDHC3 is microSD on Nitrogen6X, full-size SD on Sabre Lite
2012-10-14i.MX6: mx6q_sabrelite: route SGTL5000 to audmux 3 on Nitrogen6Eric Nelson
2012-10-14i.MX6: mx6q_sabrelite: Add Nitrogen6W detectionEric Nelson
2012-10-14i.MX6: mx6q_sabrelite: swap SD cards to have numbering match U-BootEric Nelson
2012-10-14mx6qsabrelite: move HDMI to IPU0/DI1 to separate it from the parallel RGB ↵Eric Nelson
display
2012-10-14mxc_ipuv3_fb: enable displays by default (don't BLANK)Eric Nelson
2012-10-14i.MX6Q: mx6q_sabrelite: Add PWM0 backlight (on DRGB connector)Eric Nelson
2012-10-14i.MX6: mx6q_sabrelite: add DVFS, MIPI_CSI2, PCIE, PERFMON to automatic ↵Eric Nelson
Sabre-Lite selections
2012-10-14mx6q_sabrelite: add pcie supportEric Nelson
2012-10-14i.MX6: mx6q_sabrelite: set MTD size for SPI Nor to match U-BootEric Nelson
2012-10-14mxc_ipuv3_fb: fix divide by 0 bugTroy Kisky
2012-10-14imx uart: don't wait tx empty, reset port if changedTroy Kisky
2012-10-14mmc: esdhc: add caps flag to esdhc_platform_dataTroy Kisky
2012-10-14sabrelite: allow gigabit, 0 tx delay, set phy irqTroy Kisky
2012-10-14micrel: powerdown if phy halted and link int disabledTroy Kisky
2012-10-14fec: use phy_irq platform_dataTroy Kisky
2012-10-14egalax_ts: Add support for single-touch in KconfigEric Nelson
2012-10-14add focaltech-ft5x06 5-finger multi-touch driverEric Nelson