summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-10This patch fixes sym.c warningsti-2.6.31-omap4-L24.2-for-testingArchit Taneja
Signed-off-by: Archit Taneja <archit@ti.com>
2009-12-10This Patch Reworks the _dispc_set_scaling_uv function to enable NV12 1080p ↵Archit Taneja
playback, fix issues of YUYV upscaling and downscaling on LCD Signed-off-by: Archit Taneja <archit@ti.com>
2009-12-10This Patch resolves corruptions seen during streaming multiple Tiler videos, ↵Archit Taneja
it frees a NV12 UV buffer only if it has been allocated in the first place. Signed-off-by: Archit Taneja <archit@ti.com>
2009-12-10This Patch Registers the ISR's for DISPC_IRQ_FRAMEDONE2 instead of ↵Archit Taneja
DISPC_IRQ_FRAMEDONE in omap_vout and dsi2, it also waits on DISPC_IRQ_FRAMEDONE2 interrupt in omap_vout_isr instead of only waiting for DISPC_IRQ_FRAMEDONE Signed-off-by: Archit Taneja <archit@ti.com>
2009-12-10DSS2 Warning fixes This patch ,makes necessary changes in display related ↵Mayuresh Janorkar
files for reducing number of warnings observed while building the kernel Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
2009-12-10OMAP4:Mailbox-retries in case of FIFO fullHari Kanigeri
This patch enables check for the mailbox fifo full Without this check in some extreme stress test cases the FIFO seems to be still full when trying to send the message Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
2009-12-10Tesla Notify kernel KW-fixesSubramaniam C.A
Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com> Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
2009-12-10Syslink: Enable Syslink modules as default builtHari Kanigeri
This patch enables Syslink modules to be built as part of Kernel Image by default. Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
2009-12-10SysLink Notify kernel KW-fixesSubramaniam C.A
Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com> Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
2009-12-10SYSLINK: ipc - kw defect fixes #2Suman Anna
Fix KW defects in listmp_sharedmemory module. Added a BUG_ON statement in nameserver to make sure that condition is never meant to occur. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com>
2009-12-10ASoC: OMAP4: Fix compilation warnings and KW defectJorge Eduardo Candelaria
Remove omap_mcpdm_get_channels function that was declared but never used and was causing a compilation warning. Also, add a check after allocating omap-mcpdm platform device to avoid having a potential NULL pointer derreference error. Signed-off-by: Jorge Eduardo Candelaria <x0107209@ti.com>
2009-12-10ASoC: ABE: Fixing compilation warnings and KW defectsMargarita Olaya
Clean up to remove compilation warnings and prevent buffer overflows reported by KW. Signed-off-by: Margarita Olaya <x0080101@ti.com>
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-12-04HDMI: added EDID reading for default resolutionYong Zhi
2009-12-04DSPBRIDGE: Remove preproessor condition that could never workRebecca Schultz Zavin
DSPBRIDGE: Remove preproessor condition that could never work This macro can refer to a varible not defined in this scope. gcc 4.4 and later will view this as an error and this code will not compile. Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
2009-12-04Enabling 2 Framebuffers by default 1) This patch changes the default number ↵Mayuresh Janorkar
of framebuffers to 2 This change is required by the graphics team. Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
2009-12-04DSS2 OMAPFB_NUM SUPPORT This patch makes the necessary chages in ↵Mayuresh Janorkar
framebuffer, sothat it allocates memory to more than 1 framebuffers. Number of framebuffers is specified by OMAPFB_NUM. Maximum value if currently limited to 3. Earlier this code was allocating memory to only one framebuffer. Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
2009-12-04DSS2 OMAPFB reverting back the changes This patch reverts back the ↵Mayuresh Janorkar
unnecessary chages in framebuffer, which were made in tiler patch. Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
2009-12-02RELEASE NOTES: Clarify x-loader building and flashing procedure.ti-2.6.31-omap4-L24.1-v2Nishant Kamat
Signed-off-by: Nishant Kamat <nskamat@ti.com>
2009-12-02MMC: Use SDMA as defaultKishore Kadiyala
This patch makes SDMA support for MMC1 & MMC2 controllers as a default since ADMA support has some software BUG. Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com>
2009-12-01RTC: TWL6030: Don't use i2c burst writes for OMAP4ti-2.6.31-omap4-L24.1Nishant Kamat
This is a temporary hack to workaround the OMAP4 I2C issue with burst read/writes. The real fix should be added to the i2c-omap.c file. Signed-off-by: Nishant Kamat <nskamat@ti.com>
2009-12-01Omap4:Handle hsmmc card detectMadhusudhan Chikkature
Return success for hsmmc2/3/4/5 card detect as they are nonremovable. Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
2009-12-01L24.1: Kernel Release noteSantosh Shilimkar
Signed-off-by: Nishant Kamat <nskamat@ti.com> Signed-off-by: Nayaka Rajendra <rnayak@ti.com> Signed-off-by: Shilimkar Santosh <santosh.shilimkar@ti.com>
2009-12-01SYSLINK: Release notesHari Kanigeri
This patch provides release notes and information on building Syslink modules. Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
2009-12-01ASoC: OMAP4: ABE-TWL6030: Reduce McPDM digital gains to avoid DAC saturationHari Nagalla
This patch clips the audio gain to prevent DAC saturation Signed-off-by: Hari Nagalla <hnagalla@ti.com>
2009-12-01ASoC: OMAP4: ABE: High pass filterMargarita Olaya
These coefficients implement a high pass filter in order to remove the audio quality issues. Signed-off-by: Margarita Olaya <x0080101@ti.com>
2009-11-28This patch adds the Phoenix settings required for USB Host to be able to ↵Maulik Mankad
enumerate a device connected to it. This is a workaround for now and these settings shall be done from Phoenix USB layer in future. Signed-off-by: Maulik Mankad <x0082077@ti.com>
2009-11-28ADDING ADMA SUPPORT FOR MMC1 & MMC2Kishore Kadiyala
This patch adds ADMA Support for MMC1 and MMC2 controllers. Signed-off-by: VenkatR <svenkatr@ti.com> Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com>
2009-11-28OMAP4: Defconfig: KS8851SNL driver enabledAbraham Arce
Add KS8851SNL driver in OMAP4 defconfig. Signed-off-by: Abraham Arce <x0066660@ti.com>
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-28OMAP4: flush l2 cache before SPI dma operationSantosh Shilimkar
outer_inv_range() is not doing it's job. Since the SPI driver invalidates RX buffer before giving it to DMA, having a flush should not be an issue considering RX path. This should be fixed in generic cache maintenance operation. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Abraham Arce <x0066660@ti.com>
2009-11-28KS8851: Null Pointer DereferenceAbraham Arce
Fix the null pointer dereference in tx workqueue Signed-off-by: Abraham Arce <x0066660@ti.com>
2009-11-28KS8851: Fix ks8851_set_rx_mode() for IFF_MULTICASTBen Dooks
In ks8851_set_rx_mode() the case handling IFF_MULTICAST was also setting the RXCR1_AE bit by accident. This meant that all unicast frames where being accepted by the device. Remove RXCR1_AE from this case. Note, RXCR1_AE was also masking a problem with setting the MAC address properly, so needs to be applied after fixing the MAC write order. Fixes a bug reported by Doong, Ping of Micrel. This version of the patch avoids setting RXCR1_ME for all cases. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Abraham Arce <x0066660@ti.com>
2009-11-28KS8851: Fix MAC address write orderBen Dooks
The MAC address register was being written in the wrong order, so add a new address macro to convert mac-address byte to register address and a ks8851_wrreg8() function to write each byte without having to worry about any difficult byte swapping. Fixes a bug reported by Doong, Ping of Micrel. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Abraham Arce <x0066660@ti.com>
2009-11-28KS8851: Add soft reset at probe timeBen Dooks
Issue a full soft reset at probe time. This was reported by Doong Ping of Micrel, but no explanation of why this is necessary or what bug it is fixing. Add it as it does not seem to hurt the current driver and ensures that the device is in a known state when we start setting it up. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Abraham Arce <x0066660@ti.com>
2009-11-26enable TILER buffer alloc/rotation for omapfb devDavid Sin
2009-11-26This patch adds the Phoenix settings required for USB device to enumerate ↵Maulik Mankad
when the cable is not connected at boot up. This is a workaround for now and these settings shall be done from Phoenix USB layer in future. Signed-off-by: Maulik Mankad <x0082077@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-26Add gpadc as child to twlBalaji T K
Add gpadc as child to twl and remove masking of interrupts in IRQ handler. Make mask bit same for LINE and STS_MSK register. 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-26POWER: TWL6030: Battery charger driverNishant Kamat
This patch adds partial support for the battery charging component of the Phoenix IC. It enables charging via USB and AC adapters. Signed-off-by: Nishant Kamat <nskamat@ti.com>
2009-11-26MFD: TWL6030: Add Support for GPADCNishant Kamat
This patch adds support for the General Purpose A/D Convertor in TWL6030. This driver is based on the twl4030-madc driver written by Mikko Ylinen and Filipe Balbi, and currently has a 'misc' device interface. It needs to be moved to drivers/hwmon as per comments from the community on the twl4030-madc driver. 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-26Fix BUG: using smp_processor_id() in preemptible codeSantosh Shilimkar
Backtrace: [<c00365b4>] (dump_backtrace+0x0/0x110) from [<c0357b78>] (dump_stack+0x18/0x1c) r7:cfae6a20 r6:c0260d28 r5:00000000 r4:cfab4000 [<c0357b60>] (dump_stack+0x0/0x1c) from [<c01dbe24>] (debug_smp_processor_id+0xc0/0xf0) [<c01dbd64>] (debug_smp_processor_id+0x0/0xf0) from [<c0260d28>] (syn_isr_work+0x2c/0x314) r7:cfae6a20 r6:cfae6a20 r5:cfab4000 r4:cf96b520 [<c0260cfc>] (syn_isr_work+0x0/0x314) from [<c0071fc8>] (worker_thread+0x1d8/0x270) [<c0071df0>] (worker_thread+0x0/0x270) from [<c0076410>] (kthread+0x88/0x90) [<c0076388>] (kthread+0x0/0x90) from [<c0062218>] (do_exit+0x0/0x664) r7:00000000 r6:00000000 r5:00000000 r4:00000000 BUG: using smp_processor_id() in preemptible [00000000] code: tm12xx_wq/413 caller is syn_isr_work+0x1a4/0x314 Reported-by: Vikram Pandita <vikram.pandita@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
2009-11-26Base address for McBSP4Balaji T K
Change the base address for McBSP4 as in TRM Signed-off-by: Balaji T K <balajitk@ti.com>
2009-11-25SYSLINK: notify - kw defect fixesC A Subramaniam
Fix KW defects in Notify module. Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com>
2009-11-25SYSLINK: procmgr - kw defect fixesC A Subramaniam
Fix KW defects in ducatienabler module. Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com>
2009-11-25SYSLINK: notify - kw defect fixesC A Subramaniam
Fix KW defects in Notify module. Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com>
2009-11-25SYSLINK: sysmgr - kw defect fixesC A Subramaniam
Fix KW defects in SysMgr module. Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com>
2009-11-25SYSLINK: ipc - kw defect fixesSuman Anna
Fix KW defects in IPC modules. Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com>