summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-03Merge branch 'boundary-L3.0.15_12.04.01' of ↵3.0-boundary-imx6-201207031704Troy Kisky
github.com:boundarydevices/linux-imx6 into boundary-L3.0.15_12.04.01
2012-07-03micrel: powerdown if phy halted and link int disabledTroy Kisky
2012-07-03fec: use phy_irq platform_dataTroy Kisky
2012-07-03sabrelite: allow gigabit, 0 tx delay, set phy irqTroy Kisky
2012-06-29nitrogen6x_defconfig: configure egalax_ts for single-touchEric Nelson
2012-06-29egalax_ts: Add support for single-touch in KconfigEric Nelson
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2012-06-27ft5x06 multi-touch driver: make debug messages KERN_DEBUG, not KERN_ERREric Nelson
2012-06-27nitrogen6x_defconfig: add support for Focaltech ft5x06 multi-touch driverEric Nelson
2012-06-27i.MX6: mx6q_sabrelite: Add support for FocalTech ft5x06 driverEric Nelson
2012-06-27add focaltech-ft5x06 5-finger multi-touch driverEric Nelson
2012-06-26i.MX6: mx6q_sabrelite: swap SD cards to have numbering match U-BootEric Nelson
2012-06-26imx uart: don't wait tx empty, reset port if changedTroy Kisky
2012-06-26i.MX6: nitrogen6x: configure SD1 clock as 32K oscillator for TWL12xx slow clockEric Nelson
2012-06-25sdio_cis: hack for broken wl127x CISEric Nelson
2012-06-25i.MX6: nitrogen6x_defconfig: add AUTOFS4 in kernelEric Nelson
2012-06-25i.MX6: nitrogen6x: set SD2 pads for SDIO if WiFi is enabledEric Nelson
2012-06-24i.MX6: Nitrogen6X: Add nitrogen6x_defconfig (no TWL12XX support yet)Eric Nelson
2012-06-24WL12XX: add WEXT_PRIV selectTroy Kisky
2012-06-24wl12xx: Kconfig select WIRELESS_EXTTroy Kisky
2012-06-24i.MX6: mx6q_sabrelite: add WL1271 support on SDHC2Eric Nelson
2012-06-24mmc: esdhc: add caps flag to esdhc_platform_dataTroy Kisky
2012-06-24i.MX6: mx6q_sabrelite: rework usdhc pad setup to be table-drivenEric Nelson
2012-06-24i.MX6Q: mx6q_sabrelite: Add TSC2004 touch screen supportEric Nelson
2012-06-24add tsc2004 resistive touch driverEric Nelson
2012-06-24mxcfb_claa_wvga: add fsl_ to mxc_lcd_platform_data, to compileTroy Kisky
2012-06-24mxcfb_seiko_wvga: add fsl_ to mxc_lcd_platform_data, to compileTroy Kisky
2012-06-24mx6qsabrelite: move HDMI to IPU0/DI1 to separate it from the parallel RGB ↵Eric Nelson
display
2012-06-24mxc_ipuv3_fb: enable displays by default (don't BLANK)Eric Nelson
2012-06-24Sabrelite: IMX_HAVE_PLATFORM_IMX_DVFS, IMX_HAVE_PLATFORM_IMX_MIPI_CSI2Troy Kisky
2012-06-24i.MX6: mx6q_sabrelite: Sabre Lite doesn't expose UART3, Nitrogen6W doesEric Nelson
2012-06-24i.MX6: mx6q_sabrelite: set up UART3 (/dev/ttymxc2) with RTS, CTS on pins ↵Eric Nelson
EIM_D23-25,EIM_D31
2012-06-24Thermal changesTroy Kisky
2012-06-24i.MX6Q: mx6q_sabrelite: Add PWM0 backlight (on DRGB connector)Eric Nelson
2012-06-24i.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-06-24i.MX6: mx6q_sabrelite: route SGTL5000 to audmux 3 on Nitrogen6Eric Nelson
2012-06-24i.MX6: mx6q_sabrelite: Add Nitrogen6W detectionEric Nelson
2012-06-24fix execute permissionsTroy Kisky
2012-04-30ENGR00181201 mx6x HDMI audio add IEC head optimization with C coderel_imx_3.0.15_12.04.013.0-imx6-201204281855Sandor Yu
mx6x HDMI audio add IEC head optimization with C code Signed-off-by: Sandor Yu <R01008@freescale.com>
2012-04-30ENGR00180103-3 V4L2: HDMI display error when dual display with LVDS panelWayne Zou
Restore fb_var_screeninfo when finishing video playback Signed-off-by: Wayne Zou <b36644@freescale.com>
2012-04-30ENGR00180103-2 V4L2: remove GFP_DMA flag when alloc dma memoryWayne Zou
Remove GFP_DMA flag when alloc dma memory. Signed-off-by: Wayne Zou <b36644@freescale.com>
2012-04-30ENGR00180103-1 V4L2: use copy_from/to_user() for user space pointerWayne Zou
V4L2: use copy_from/to_user() for user space pointer Signed-off-by: Wayne Zou <b36644@freescale.com>
2012-04-28ENGR00181191 MX6: set ipu2_clk parent from pll2_pfd_400MWayne Zou
On mx6dl, set ipu2_clk's parent from pll2_pfd_400M. On mx6q, ipu2_clk's parent from mmdc_ch0_axi_clk, and it is 264MHz by default. Signed-off-by: Wayne Zou <b36644@freescale.com>
2012-04-28ENGR00181188 Added miss file hdmi_cpm.S for patch ENGR00181130Sandor Yu
Added miss file hdmi_cpm.S for patch ENGR00181130 Signed-off-by: Sandor Yu <R01008@freescale.com>
2012-04-28ENGR00181130 Optimizate HDMI audio mmap to fix HDMI audio alsa underrunSandor Yu
HDMI audio DMA FIFO size is setting to 126, and use INCR4 mode to fix FIFO overflow issue. Added Neon code for PCM data IEC head and data copy. Signed-off-by: Sandor Yu <R01008@freescale.com>
2012-04-28ENGR00181107 add dma_alloc_writethrough functionSandor Yu
add dma_alloc_writethrough function to dma_mapping.c Signed-off-by: Sandor Yu <R01008@freescale.com>
2012-04-27ENGR00180424: Changed iomux ID pinGuillermo
Changed iomux MX6Q ID pin to MX6Q_PAD_ENET_RX_ER__ANATOP_USBOTG_ID Signed-off-by: Guillermo <b12356@freescale.com>
2012-04-27ENGR00180076: prompt "mmc0: error -110 during resume" with atheros wifi cardjustin.jiang
* only happend on sabre-auto board,atheros sdio wifi card can't be used after suspend/resume * Fix by keeping sdio power at suspend. Signed-off-by: justin.jiang <b31011@freescale.com>
2012-04-27ENGR00175084 IPU-FB: change dma memory alloc gfp flags to GFP_KERNELWayne Zou
We only needs the dma buffer, don't care if it is from DMA Zone on i.mx SOC. To fix the following bug: mxc_ipudev_test: page allocation failure: order:13, mode:0x1 [<80042e08>] (unwind_backtrace+0x0/0xfc) from [<800b4dd8>] (warn_alloc_failed+0x9c/0x118) [<800b4dd8>] (warn_alloc_failed+0x9c/0x118) from [<800b5ac4>] (__alloc_pages_nodemask+0x494/0x6ec) [<800b5ac4>] (__alloc_pages_nodemask+0x494/0x6ec) from [<80046154>] (__dma_alloc+0xd4/0x2fc) [<80046154>] (__dma_alloc+0xd4/0x2fc) from [<800463a0>] (dma_alloc_writecombine+0x24/0x2c) [<800463a0>] (dma_alloc_writecombine+0x24/0x2c) from [<8024be34>] (mxcfb_set_par+0x3e4/0x4c0) [<8024be34>] (mxcfb_set_par+0x3e4/0x4c0) from [<80235f08>] (fb_set_var+0x168/0x2a4) [<80235f08>] (fb_set_var+0x168/0x2a4) from [<802363f8>](do_fb_ioctl+0x3b4/0x5f0) [<802363f8>] (do_fb_ioctl+0x3b4/0x5f0) from[<800f58d0>](do_vfs_ioctl+0x80/0x5e4) [<800f58d0>] (do_vfs_ioctl+0x80/0x5e4) from [<800f5e6c>] (sys_ioctl+0x38/0x60) [<800f5e6c>] (sys_ioctl+0x38/0x60) from [<8003d500>] (ret_fast_syscall+0x0/0x30) mxc_sdc_fb mxc_sdc_fb.0: Unable to allocate framebuffer memory detected fb_set_par error, error code: -12 Signed-off-by: Wayne Zou <b36644@freescale.com>
2012-04-26ENGR00180236-2: spdif clk usecount is 1 when not in useAdrian Alonso
* Move spdif_core_clk enable from spdif_probe to spdif_startup function in order to avoid initializing the core clock when module is not in use. * At spdif_shutdown disable spdif core_clk. Signed-off-by: Adrian Alonso <aalonso@freescale.com>
2012-04-26ENGR00180236: mxc_spdif add spdif_clk error checkAdrian Alonso
* Add get_clk clock error check abort driver probe if wrong clock. Signed-off-by: Adrian Alonso <aalonso@freescale.com>