summaryrefslogtreecommitdiff
path: root/arch/arm/configs
AgeCommit message (Collapse)Author
2011-11-16ENGR00139276-1 MX6 BT: Add basic bluetooth support to mx6 platformLionel Xu
Add basic bluetooth support to mx6q platform: 1) Enable bluetooth driver by default 2) Configure uart2 which is used by bluetooth Signed-off-by: Lionel Xu <Lionel.Xu@freescale.com>
2011-11-16ENGR00162325 mx6:Make GPU as kernel module defaultlywu guoxing
GC355 needs to map all reserved memory and consume too much vmalloc space. So it needs a special kernel command line vmalloc=xxxM. otherwise, kernel can not boot Signed-off-by: Wu Guoxing <b39297@freescale.com>
2011-11-14ENGR00162010-1 [MX6]Build in thermal driverAnson Huang
Build in thermal driver by default. Signed-off-by: Anson Huang <b20788@freescale.com>
2011-11-11ENGR00160525 MX6: fix mmu.c and cryptodev warningFrank Li
skip build cryptodev because no one use it now. Signed-off-by: Frank Li <Frank.Li@freescale.com>
2011-11-09ENGR00161766 [MX6] change ov5640_mipi to a moduleEven Xu
1. Config MIPI CSI2 driver as a default build in driver 2. Change ov5640 mipi sensor as a module Signed-off-by: Even Xu <b21019@freescale.com>
2011-11-09ENGR00161755 MX6Q/MFGTOOL : disable GPU for MFGTOOLHuang Shijie
The GPU module will eat up lots of memory. So disable GPU to save same memory. Signed-off-by: Huang Shijie <b32955@freescale.com>
2011-11-08ENGR00161643-1 MX6Q-lite : add SPI-NOR support to MFGTOOLHuang Shijie
add spi-nor support to the defconfig. Signed-off-by: Huang Shijie <b32955@freescale.com>
2011-11-04ENGR00161474 [mx6q] Fix build break in imx6_updater_defconfigNancy Chen
Turn on Anatop regulator. Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
2011-11-04ENGR00161256 mx6q: remove CAN_DEBUG by default in defconfigDong Aisheng
Do not show debug messages by default. --- Forgot to remove CONFIG_CAN_DEBUG_DEVICES in former patch series, remove it now and reuse the old CR number as third patch. Signed-off-by: Dong Aisheng <b29396@freescale.com>
2011-11-04ENGR00161383 [MX6Q] USB OTG: enable OTG drivermake shi
Enable OTG driver on mx6q board Signed-off-by: make shi <b15407@freescale.com>
2011-11-04ENGR00161314-1 mx6q usb-host: add hsic supportPeter Chen
MSL part Add HSIC support for Host2 and Host3, for HSIC mode, there is not usb phy needed, the usb device is always at the board - Validation hardware: iMX6Q Validation Port Card and Re-worked Rev X3 board, for hardware rework detail, contact Ken Sun (b03826) - Validation device: HSIC interface SMSC HUB(USB4640) and Host 3. Host 2 is coding finishes, but not verified due to hardware limitation. - Pin Conflict with Ethernet, order to use HSIC, the user need disable ethernet function at both u-boot and linux kernel. For u-boot: please undefine CONFIG_MXC_FEC at your board config file For kernel: please define CONFIG_USB_EHCI_ARC_HSIC, the entry is: Device Drivers---> USB support---> Support HSIC Host controller for Freescale SoC - Suspend/resume and wakeup are not supported due to IC issues, these IC issues will be fixed at TO1.1 for i.mx6, software will add these support after receiving TO1.1 chip. Signed-off-by: Peter Chen <peter.chen@freescale.com>
2011-11-03ENGR00161256-2 mx6q arm2: add flexcan supportDong Aisheng
Add flexcan support. Signed-off-by: Dong Aisheng <b29396@freescale.com>
2011-11-02ENGR00161207 - i.MX6/defconfig: add IEEE 1588 configFugang Duan
If use IEEE 1588, need to enable below the config: CONFIG_FEC_1588=y CONFIG_OUT_OF_BAND=y These config applied to i.MX5 and i.MX6Q. Signed-off-by: Fugang Duan <B38611@freescale.com>
2011-11-01ENGR00159981-1 MX6: Add MIPI DSI driver and support TRULY WVGA LCD panelWayne Zou
MX6 MIPI DSI: Add MIPI DSI driver and support for TRULY WVGA LCD panel Signed-off-by: Wayne Zou <b36644@freescale.com>
2011-10-31ENGR00160930-3 Changes to the MX6 defconfigMahesh Mahadevan
Update the defconfig to enable Sabre-lite. One binary for MX6 ARM2 & Sabre-lite Signed-off-by: Mahesh Mahadevan <r9aadq@freescale.com>
2011-10-31ENGR00161111 [mx6q] Fix that cannot get a reference to a dummy regulatorNancy Chen
Fix that some drivers cannot get a reference to a dummy regulator. Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
2011-10-31ENGR00157253-1 MX6Q spi: add ecspi for MX6QRobin Gong
1.modify config 2.add board level support ecspi 3.add ecspi pad configure Signed-off-by: Robin Gong <B38343@freescale.com>
2011-10-28ENGR00161005-1 MX6Q Kernel Rename sabreauto to arm2 boardAnish Trivedi
Machine layer patch. Sabreauto is an inaccurate name for the Armadillo2 board that this code is actually meant for. So, renamed "sabreauto" board file, configs, and code to "arm2". Created a new machine id for ARM2 board. Signed-off-by: Anish Trivedi <anish@freescale.com>
2011-10-28ENGR00160797-1 [i.MX6q] Add Anatop regulator supportNancy Chen
1. Add Anatop regulator support. 2. Add some dummy regulators support for audio codec. Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
2011-10-28ENGR00160860-1 hdmi audio driverAlan Tull
Audio driver for i.Mx built-in HDMI Transmitter. * Uses HDMI Transmitter's built-in DMA. * Adds IEC958-style digital audio header info to the raw audio. * Gets pixel clock from the IPU driver and calculates clock regenerator values (cts and N). * Move ipu_id, and disp_id from the HDMI's platform data to the HDMI mfd's platform data. Saves them in the hdmi mfd. Signed-off-by: Alan Tull <alan.tull@freescale.com>
2011-10-28ENGR00160935 [MX6]Build out thermal driverAnson Huang
Build out thermal driver by default, since it will cause system boot fail on the uncalibrated parts. Signed-off-by: Anson Huang <b20788@freescale.com>
2011-10-27ENGR00159530-5 mc34708:modify config for new driverRobin Gong
Modify imx5_defconfig for new mc34708's core driver,new regulator driver and new rtc driver Signed-off-by: Robin Gong <B38343@freescale.com>
2011-10-25ENGR00139265-4 mxc alsa soc spdif driverAlan Tull
* Add support for S/PDIF on i.Mx6 Signed-off-by: Alan Tull <alan.tull@freescale.com>
2011-10-25ENGR00160667 mx53 ard: fix ethernet unworkDong Aisheng
1) use smsc911x instead of smc911x The smsc911x is supposed to replace the old smc911x driver. 2) fix the wrong chip select address Signed-off-by: Dong Aisheng <b29396@freescale.com>
2011-10-17ENGR00160085 MX6Q: add updater config file for MFGTOOLHuang Shijie
add the updater config file for mfgtool. Signed-off-by: Huang Shijie <b32955@freescale.com>
2011-10-10ENGR00155879: MX6: Enable ARM core to enter WAIT mode when system is idle.Ranjani Vaidyanathan
Set the appropriate bit in CCM to allow ARM-CORE to enter WAIT mode when system is idle. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
2011-10-08ENGR00159008-2 mx6 v4l2: build v4l2 relative modules as module modeYuxi Sun
Change v4l2 relative modules as module mode when build kernel Signed-off-by: Yuxi Sun <b36102@freescale.com>
2011-10-08ENGR00159008-1 mx5 v4l2: build v4l2 relative modules as module modeYuxi Sun
Change v4l2 relative modules as module mode when build kernel Signed-off-by: Yuxi Sun <b36102@freescale.com>
2011-09-23ENGR00157467: i.MX6/defconfig: enable ARM errata:754322Jason Liu
We need enable the following ARM errata software workaround: 754322: Possible faulty MMU translations following an ASID switch. CONFIG_ARM_ERRATA_754322=y These ERRATAs applied to i.MX6Q(cortex-a9:r2p10 smp) Signed-off-by: Jason Liu <r64343@freescale.com>
2011-09-19ENGR00157032 i.MX6/defconfig: enable ARM errata software workaroundJason Liu
We need enable the following ARM errata software workaround: CONFIG_ARM_ERRATA_743622=y CONFIG_ARM_ERRATA_751472=y These ERRATAs applied to i.MX6Q(cortex-a9:r2p10 smp) Signed-off-by: Jason Liu <r64343@freescale.com>
2011-09-16ENGR00156850 gpu-viv: add gpu-viv driver sourceRichard Zhao
It's vivante driver 4.5.0 (Sep 5, 2011) with freescale changes. Signed-off-by: Richard Zhao <richard.zhao@freescale.com> Acked-by: Lily Zhang
2011-09-01ENGR00155845-2 mfd for hdmiAlan Tull
This is a mfd for the internal HDMI Transmitter on i.Mx. It handles resources that are shared by the seperate video and audio drivers. Signed-off-by: Alan Tull <alan.tull@freescale.com>
2011-08-30ENGR00139280: MX6: Add CPUFREQ supportRanjani Vaidyanathan
Add support for CPUFREQ for SMP system. Added support for 1GHz, 800MHz, 400MHz and 160MHz. Added support for scaling the voltage along with frequency. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
2011-08-29ENGR00155464 mx6q: Change default DMA size to 184MSammy He
Change default DMA size to 184M for mx6q. Current 96M size isn't enough for 1080P encoder + decoder, and HDMI output. Signed-off-by: Sammy He <r62914@freescale.com>
2011-08-23ENGR00139260-3 [mx6q]add wifi driver to default configTony Lin
add wifi driver to default config as a module Signed-off-by: Tony Lin <tony.lin@freescale.com>
2011-08-18ENGR00154650-1 [MX53_ARD] ESAI: add ESAI deviceGary Zhang
add EASI ARCH codes. Signed-off-by: Gary Zhang <b13634@freescale.com>
2011-08-16ENGR00154889-1: Add virtual iim driver to imx5 and imx6 platformTerry Lv
This patch adds platform changes to system files, including: 1. Add viim platform deivce. 2. Add viim menu. Signed-off-by: Terry Lv <r65388@freescale.com>
2011-07-27ENGR00153740-7 imx6: add asrc in defconfigDong Aisheng
Add asrc support in defconfig. Signed-off-by: Dong Aisheng <b29396@freescale.com>
2011-07-26ENGR00153670-3 - imx6_defconfig: Add HDMI deviceDanny Nold
- Added HDMI device to imx6 config Signed-off-by: Danny Nold <dannynold@freescale.com>
2011-07-25ENGR00153651-1 ESAI: Prepare MSL support for esai/cs42888 audio codec driverLionel Xu
1) Add machine specific code for esai/cs42888 driver support, including pad control, clk setting, i2c setting, etc. 2) Enable audio support in default config. Signed-off-by: Lionel Xu <R63889@freescale.com>
2011-07-25ENGR00153598 MX6 defconfig: remove optimize for sizeFrank Li
optimize for speed add CONFIG_TOUCHSCREEN_EGALAX Signed-off-by: Frank Li <Frank.Li@freescale.com>
2011-07-22ENGR00153275-2 mx53 L2638 msl modifications when add ahci temp-monitorRichard Zhu
based on the 2.6.38 kernel mainline, refer to linux std hwmon architeture, add the standalone ahci temperature monitor driver on fsl i.mx53 platforms. Signed-off-by: Richard Zhu <r65037@freescale.com>
2011-07-20ENGR00153373-2 config add ocotp to default configFrank Li
Add ocotp to default config Add watch dog to default config Add debugfs and clk_debug to default config Signed-off-by: Frank Li <Frank.Li@freescale.com>
2011-07-19ENGR00153270 imx5_defconfig: disable mxc v4l2 captureJason Chen
disable config of mxc v4l2 capture to fix build error issue. Signed-off-by: Jason Chen <b02280@freescale.com>
2011-07-19ENGR00152287-1 MX6: Add SDMA support for MX6QZeng Zhaoming
Add SDMA support for MX6Q. Enable sdma in imx6 default configure. Signed-off-by: Zeng Zhaoming <b32542@freescale.com>
2011-07-18ENGR00153208-1 Machine layer changes for SNVS RTC driverAnish Trivedi
Add SNVS RTC as a device on MX6 Signed-off-by: Anish Trivedi <anish@freescale.com>
2011-07-14ENGR00152371-3 imx6_defconfig: enable vpu configSammy He
Enable CONFIG_IMX_HAVE_PLATFORM_IMX_VPU and CONFIG_MXC_VPU for imx6q. Signed-off-by: Sammy He <r62914@freescale.com>
2011-07-13ENGR00152845-10 imx6_defconfig: enable ipuv3 related configsJason Chen
select ipuv3. select fb. select v4l2 output. Signed-off-by: Jason Chen <jason.chen@freescale.com>
2011-07-07ENGR00152493-1 mx6q: add usb functionPeter Chen
Changes at MSL - Add usb code for mx6q - Usb host functions (keyboard and u-disk) are verified - USB host low power mode and wakeup are supported - defconfig for otg port is for host port - Using upstream platform device register method - Delete some useless code, and fix the warning during building Signed-off-by: Peter Chen <peter.chen@freescale.com>
2011-06-30ENGR00152364 MX6,GPIO: GPIO virtual irq tiggered with wrong irq numberZeng Zhaoming
GPIO virtual irq triggered with wrong irq number. It is caused by we enable TZIC and set GPIO virtual irq start at 128. Signed-off-by: Zeng Zhaoming <b32542@freescale.com>