summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
AgeCommit message (Collapse)Author
2009-12-04WLAN: Adapting the opensource SDIO drivers for use by WiFi driver ↵ti-2.6.31-omap4-L24.1-p1Pradeep Gurumath
Signed-off-by: Pradeep Gurumath <pradeepgurumath@ti.com> Signed-off-by: Pradeep Gurumath <pradeep@pradeep-poky.(none)>
2009-11-28OMAP4: Ethernet: Board ConfigurationAbraham Arce
Add specific board configuration to enable ks8851snl ethernet controller. Signed-off-by: Abraham Arce <x0066660@ti.com>
2009-11-26Add twl6030_bci as child to twlBalaji T K
Add twl6030_bci as child to twl and enable Fuel Gauge for USB and AC charging Signed-off-by: Balaji T K <balajitk@ti.com>
2009-11-26ARM: OMAP4 SDP: Add platform data for TWL6030 GPADCNishant Kamat
This patch adds the irq line to be used for the TWL6030 GPADC on OMAP4 SDP. Signed-off-by: Nishant Kamat <nskamat@ti.com>
2009-11-26Fixing MMC1 & MMC2 Card detect issuesKishore Kadiyala
This patch fixes Card detect issues on MMC1 & MMC2 controllers. It basically resets the controllers during controller init. Also this patch does cleanup of proc interface added. Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com>
2009-11-21OMAP4: Enables DSI2Senthilvadivu
Enables DSI2 and Secondary Panel Signed-off-by: senthil <svadivu@ti.com>
2009-11-17Hdmi added support for DVI monitorYong Zhi
2009-11-14PBIAS & CARD DETECT CONFIGURATIONKishore Kadiyala
This patch configures pbias and card detect for MMC-1 Slot on OMAP4 SDP Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com> ----------
2009-11-14To add TAAL panel support for OMAP4Mayuresh Janorkar
This patch adds pqanel-taal support for OMAP4. This patch makes TAAL panel as the default device. Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
2009-11-14To revert back the board-4430sdp.c file.Mayuresh Janorkar
DSI update patch is already applied on this tree. It is creating a lot of problems So this patch reverts back that file to the original state. This will make sure that other functionalities are working. Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
2009-11-14ASoC: OMAP4: Fixes for Analog MIC capture pathHari Nagalla
- McPDM Pad configuration corrected - AMIC route enabled in ABE-HAL - Default McPDM UP mask set to UPLINK1 and UPLINK2 Signed-off-by: Hari Nagalla <a0868345@ti.com>
2009-11-11OMAP4: DSS: Setup DSI taal panel as primary display; corrected fifo ↵Sumit Semwal
threshold values for video pipelines. Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
2009-11-11OMAP4: DSI first update.Sumit Semwal
2009-11-11Re-enabled Linux logo by default and added conditional enabling of lcd device.Wajahat Khan
omapfb-main.c: disabled overriding of linux logo by hdmi pattern board-4430sdp.c: to get hdmi working one just needs to enable hdmi. Disabling lcd is not required (conditional enabling)
2009-11-07Merge branch 'tesla-dev-v2.6.31_wakeup' of ↵Santosh Shilimkar
git://dev.omapzoom.org/pub/scm/tisyslink/kernel-syslink into L24x-20091106 Conflicts: arch/arm/Kconfig arch/arm/plat-omap/include/mach/irqs.h drivers/Makefile
2009-11-07Merge branch 'omap4_sdc' of ↵Santosh Shilimkar
git://dev.omapzoom.org/pub/scm/santosh/kernel-omap4-base into L24.1-rc1_audio
2009-11-07OMAP4: MMC: Fix pbias configurationKishore Kadiyala
This patch fixes pbias configuration to support MMC1 on OMAP4 SDP. The patch bypasses card detection. So for now, the card should be inserted before booting the board. Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com>
2009-11-07Merge branch 'display_dev_omap4_sdc_1stweek' of ↵Santosh Shilimkar
git://dev.omapzoom.org/pub/scm/axelcx/kernel-display into L24.1-rc1_audio Conflicts: arch/arm/configs/omap_4430sdp_defconfig arch/arm/configs/omap_4430simulator_defconfig
2009-11-06Fixed typo in Makefile to build dspbridgeRamesh Gupta
Fixed typo in Makefile to build dspbridge Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
2009-11-06build support for tesla in omap4Hari Kanigeri
Provide build support for tesla in omap4 setup Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
2009-11-06port 3430 bridge files for tesla supportHari Kanigeri
Port 3430 bridge files for tesla support. Also disables PM.
2009-11-06ARM: mailbox configuration bugHari Kanigeri
The mailbox is configured twice because the mailbox get is called twice. This patch fixes this issue by having a check to configure it only once. Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
2009-11-06SYSLINK: comment out mailbox clocks for OMAP4Arun Radhakrishnan
This patch removes the access to the mailbox clocks since the clock framework for OMAP4 is not ready. Signed-off-by: Arun Radhakrishnan <x0051460@ti.com>
2009-11-06OMAP4-Mailbox - Adds code changes to support OMAP4 mailbox.Subramaniam C.A
This patch adds code changes in the mailbox driver module to add support for OMAP4 mailbox. Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com> Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
2009-11-06OMAP4 - Add resources and mailbox register base address for OMAP4 mailboxSubramaniam C.A
This patch adds resource information of mailbox driver for OMAP4 mailbox module. Register base address also added Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com> Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
2009-11-06OMAP4-Mailbox - Add build specific changes to support OMAP4 mailbox.Subramaniam C.A
This patch adds changes to the build related files of mailbox driver to support OMAP4 mailbox Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com> Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
2009-11-06ARM:OMAP4:provide build support for omap4 iommuHari Kanigeri
This patch provides build support to build OMAP4 IOMMU module. This also adds the changes to Kconfig file to make iommu option visible in menuconfig. Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
2009-11-06ARM:OMAP:add omap4 support in iommuHari Kanigeri
This patch adds omap4 support in iommu module. This creates OMAP4 platform specific file for iommu and defines the Ducati MMU fault interrupt. Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
2009-11-06ARM:OMAP4:changes in iommu for OMAP4Hari Kanigeri
This patch has the changes to iommu module to make iommu functional on OMAP4 simulator. The changes included using stubbed clock interface and commenting out reading the MMU soft reset register. Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
2009-11-06ARM: OMAP4: Phoenix power connection changes on Zebu and SDC wakeupHari Nagalla
On Zebu, we do not have Phoenix Power on GPIO and INT2 irq from Phoenix so we need to remove the power on logic for Zebu. Signed-off-by: Hari Nagalla <hnagalla@ti.com>
2009-11-06ARM: OMAP4: TWL6030 codec platform dataMisael Lopez Cruz
TWL6030 requires codec_enable function to turn codec on/off and naudint_irq to signal codec internal events. Signed-off-by: Misael Lopez Cruz <x0052729@ti.com> Signed-off-by: Margarita Olaya <x0080101@ti.com>
2009-11-06ARM: OMAP4: Add pin mux configuration for audioMisael Lopez Cruz
Add pin mux configuration for OMAP4 McPDM and TWL6030 power-on gpio. Signed-off-by: Misael Lopez Cruz <x0052729@ti.com> Signed-off-by: Margarita Olaya <x0080101@ti.com>
2009-11-06Removed omap_kp_init call since it is not available any more.Wajahat Khan
2009-11-06Hdmi panel driver changes and cleanupYong Zhi
2009-11-06Patch for moving to DSS2 for basic framebufferMayuresh Janorkar
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
2009-11-06DSS2: CLK: change omapfb -> omapdss in clock frameworkTomi Valkeinen
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
2009-11-06OMAPFB: move omapfb.h to include/linux/Mayuresh Janorkar
This is needed so that omapfb.h is automatically exported to user space. omapfb.h should be cleaned up later. Some stuff can probably be moved to omapfb's private include file. Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
2009-11-05MMC SLOT0&SLOT1 support on OMAP4-SDPKishore Kadiyala
2009-11-05OMAP4: Keypad: platform + driver modificationSantosh Shilimkar
Missing keys added to key map, also formatted having [col:row] style as required in platform keypad.h file Removing muxing from board file Enabling irq once tasklet function is complete Changing functions from omap_writew to omap_writel Signed-off-by: Rafiuddin Syed <rafiuddin.syed@ti.com> Signed-off-by: Abraham Arce <x0066660@ti.com>
2009-11-05OMAP4: Touchscreen: OMAP4430 Platform ChangesAbraham Arce
GPIO interrupt lines changed to 35 & 36 Signed-off-by: Abraham Arce <x0066660@svrlnx050.tif.ti.com>
2009-11-03Phoenix Audio needs I2C speed less than 400KHz for bootupSantosh Shilimkar
2009-11-03Remove the wrong ABE mappingSantosh Shilimkar
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
2009-10-31OMAP3: McSPI Slave SupportRafiuddin Syed
This patch adds Slave Suport to McSPI Driver Signed-off-by: Rafiuddin Syed <rafiuddin.syed@ti.com>
2009-10-31Keymap changes for QWERTY keypad on OMAP4Rafiuddin Syed
This patch modifies key mappings with respect to OMAP4 QWERTY keypad Signed-off-by: Rafiuddin Syed <rafiuddin.syed@ti.com>
2009-10-31McBSP DMA SUPPORTRafiuddin Syed
This Patch adds DMA Support To McBSP Driver Signed-off-by: Rafiuddin Syed <rafiuddin.syed@ti.com>
2009-10-31OMAP4: EHCI: Configure for PHY modeMaulik Mankad
Signed-off-by: Maulik Mankad <x0082077@ti.com>
2009-10-31OMAP4: Add EHCI USB init and board specific data for OMAP4430 SDPMaulik Mankad
Signed-off-by: Maulik Mankad <x0082077@ti.com>
2009-10-31OMAP4: Adds MUX settings for EHCI PHY port 1Maulik Mankad
Signed-off-by: Maulik Mankad <x0082077@ti.com>
2009-10-31OMAP4: Initialize ehci resource structure for OMAP4Maulik Mankad
Signed-off-by: Maulik Mankad <x0082077@ti.com>
2009-10-31OMAP: EHCI: GPIO Hack for PHY reset issueMaulik Mankad
Signed-off-by: Maulik Mankad <x0082077@ti.com>