Re: OMAP_DSS: DSI driver with support for video mode?

2011-04-12 Thread Vladimir Pantelic
Archit Taneja wrote: On Tuesday 12 April 2011 01:00 AM, Juha Kuikka wrote: Hello, I am wondering if anyone has implemented DSI video mode support in the DSS driver? I tried to trawl the web and the mailing list archives but no patches come up. I am using DM3730. Video mode isn't

RE: [PATCH] OMAP: TI816X: Add SATA support

2011-04-12 Thread Basheer, Mansoor Ahamed
Hilman, Kevin wrote: Cousson, Benoit b-cous...@ti.com writes: On 4/7/2011 1:23 PM, Balbi, Felipe wrote: Hi, On Thu, Apr 07, 2011 at 03:54:47PM +0530, Basheer, Mansoor Ahamed wrote: @@ -100,6 +102,129 @@ static int __init omap4_l3_init(void) } postcore_initcall(omap4_l3_init);

Re: OMAP4 DSS clock setup

2011-04-12 Thread Tomi Valkeinen
On Mon, 2011-04-11 at 12:20 -0600, Paul Walmsley wrote: Hi On Mon, 11 Apr 2011, Tomi Valkeinen wrote: However, I think there is one difference between the clock used just to enable the DSS registers, and the one used to output pixels: we need to be able to adjust the rate of the clock.

Re: OMAP4 DSS clock setup

2011-04-12 Thread Tomi Valkeinen
On Mon, 2011-04-11 at 10:05 -0600, Paul Walmsley wrote: Hi On Mon, 11 Apr 2011, Tomi Valkeinen wrote: On Fri, 2011-04-08 at 10:28 -0600, Paul Walmsley wrote: On Fri, 8 Apr 2011, Tomi Valkeinen wrote: Also, I hope you and the other DSS hackers can finish the PM runtime

[PATCH 2/4] OMAP2PLUS: DSS2: Add clock sources to dss device clock configuration

2011-04-12 Thread Archit Taneja
Add enum dss_clock_source in dssdev.clocks struct so that the clock sources can be specified in the board file. Replace hard coded clock sources in dsi.c, dpi.c and replace them with the new clock source members in dssdev.clocks. Modify the sdp4430_lcd_device struct in board-4430sdp.c to specify

[PATCH 3/4] OMAP: DSS2: HDMI: Use dss_device clock configuration for HDMI PLL parameters

2011-04-12 Thread Archit Taneja
Move some of the configurable HDMI PLL parameters to dssdev.clock struct. Cleanup the function hdmi_compute_pll() by using the parameters defined in the board file and do some cosmetic modifications. Signed-off-by: Archit Taneja arc...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c |9

[PATCH 4/4] OMAP2PLUS: DSS2: Remove hack config CONFIG_OMAP2_DSS_USE_DSI_PLL

2011-04-12 Thread Archit Taneja
The clock sources for DISPC_FCLK and LCD1_CLK are now specified in the board file. There is no need for the hack config CONFIG_OMAP2_DSS_USE_DSI_PLL anymore. Introduce function dpi_use_dsi_pll() which checks for the clock sources to decide whether DSI PLL is to be used or not. Signed-off-by:

Re: HELP:dspbridge:how to configure GPT timer

2011-04-12 Thread onlyfever
thanks a lot! -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Linux-OMAP BoF at ELC: 7pm, Tuesday Apr 12

2011-04-12 Thread Paul Walmsley
by the way On Mon, 11 Apr 2011, Paul Walmsley wrote: For all Linux OMAP hackers and friends, at or nearby the Embedded Linux Conference, there will be an informal BoF tomorrow at Yoshi's San Francisco at 7pm tomorrow. Yoshi's SF is about a ten minute walk away from the Hotel Kabuki at

Re: [PATCH] pci: Add quirk for setting valid class for TI816X Endpoint

2011-04-12 Thread Jesse Barnes
On Tue, 5 Apr 2011 12:32:50 +0530 Hemant Pedanekar hema...@ti.com wrote: TI816X (common name for DM816x/C6A816x/AM389x family) devices configured to boot as PCIe Endpoint have class code = 0. This makes kernel PCI bus code to skip allocating BARs to these devices resulting into following

RE: [Regression?] Removed regulator support in ehci-omap

2011-04-12 Thread Keshava Munegowda
-Original Message- From: Dmitry Artamonow [mailto:mad_s...@inbox.ru] Sent: Tuesday, April 12, 2011 9:41 AM To: Keshava Munegowda Cc: Steve Sakoman; Steve Calfee; Felipe Balbi; linux-...@vger.kernel.org; linux-omap@vger.kernel.org; linux-ker...@vger.kernel.org Subject: Re:

[PATCHv3] omap3: alsa-soc: Remove restrictive checks for cpu type

2011-04-12 Thread Sanjeev Premi
Current checks for cpu type were too restrictive leading to failures for other silicons in same family. The problem was found while testing audio playback on AM37x and AM35x processors. But should exist on OMAP36xx as well. Signed-off-by: Sanjeev Premi pr...@ti.com --- Changes in v3:: None.

FW:FW: Medvile rekomenduoja nera pulti i nevilti, taciau lengvai uzdirbti pinigus

2011-04-12 Thread Kastas
ivertink si portala ir pradek uzdirbti pinigus nedelsiant paslapti kaip uzsidirbti rasi cia http://d24ogddhl.blogspot.com/ Eisminte ir Lygedas jau perskaites pasismagink ir uzsidirbk daug pinigu! -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message

Re: [PATCH v3 2/2] RX-51: Enable isp1704 power on/off

2011-04-12 Thread Heikki Krogerus
Hi, On Wed, Mar 30, 2011 at 08:08:54AM +0300, ext Heikki Krogerus wrote: On Tue, Mar 29, 2011 at 04:28:00PM +0300, Kalle Jokiniemi wrote: The isp1704 usb tranceiver is used for charging and can be disabled when not in use. Provide the powering routine to the driver via platform data.