RE: [PATCH] omap3: make coresight register save across OFF modes a sysfs option

2010-07-26 Thread Shilimkar, Santosh
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Alexander Shishkin Sent: Monday, July 26, 2010 2:34 AM To: Hari Kanigeri Cc: Alexander Shishkin; linux-arm-ker...@lists.infradead.org; Tony Lindgren; Russell King; Paul

RE: [PATCH 5/7] omap3: move EMU peripheral addresses to a platform header

2010-07-26 Thread Shilimkar, Santosh
-Original Message- From: Alexander Shishkin [mailto:virtu...@slind.org] Sent: Sunday, July 25, 2010 10:35 PM To: linux-arm-ker...@lists.infradead.org Cc: Alexander Shishkin; Tony Lindgren; Russell King; Paul Walmsley; Shilimkar, Santosh; Kevin Hilman; linux-omap@vger.kernel.org;

Re: [PATCH] omap3: make coresight register save across OFF modes a sysfs option

2010-07-26 Thread Alexander Shishkin
On Mon, Jul 26, 2010 at 12:28:38 +0530, Shilimkar, Santosh wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Alexander Shishkin Sent: Monday, July 26, 2010 2:34 AM To: Hari Kanigeri Cc: Alexander Shishkin;

Re: [PATCH] omap4: fb: Adds missing display update call when panning

2010-07-26 Thread Tomi Valkeinen
Hi, On Thu, 2010-07-15 at 14:37 +0200, ext Mayuresh Janorkar wrote: From: Gustavo Diaz Prado x0083...@ti.com Adds the missing display update call when panning, this is needed for the DSI panel when the auto-update feature is not enabled. The omapfb driver is not meant to make updates

Re: [PATCH] [ARM] video/omap2/tdo35s: fix visual artefacts

2010-07-26 Thread Tomi Valkeinen
On Wed, 2010-07-21 at 16:36 +0200, ext Igor Grinberg wrote: ping! Man has to have his vacation! TDO35S samples the data on the falling adge of the pixel clock, therefore the data strobe should be on the raising edge. Looks fine to me, except I'd like the patch subject to be in line with

Re: [PATCH] OMAP2: OMAPFB: Fix invalid bpp for PAL and NTSC modes

2010-07-26 Thread Tomi Valkeinen
On Thu, 2010-07-22 at 00:40 +0200, ext Maurus Cuelenaere wrote: omapfb_mode_to_timings() sets the bpp to 0 when bootarg omapfb.mode is set to either pal or ntsc. This patch corrects this by setting the bpp to 24, as would be done if omapdss_default_get_recommended_bpp() would be called Thanks,

RE: [PATCH] omap3: make coresight register save across OFF modes a sysfs option

2010-07-26 Thread Shilimkar, Santosh
-Original Message- From: Alexander Shishkin [mailto:virtu...@slind.org] Sent: Monday, July 26, 2010 1:02 PM To: Shilimkar, Santosh Cc: Hari Kanigeri; linux-arm-ker...@lists.infradead.org; Tony Lindgren; Russell King; Paul Walmsley; Kevin Hilman; linux-omap@vger.kernel.org;

Re: [PATCH] [ARM] video/omap2/tdo35s: fix visual artefacts

2010-07-26 Thread Igor Grinberg
On Wed, 2010-07-21 at 16:36 +0200, ext Igor Grinberg wrote: ping! Man has to have his vacation! Well, sorry for that... I had no idea you are on vacation, but I hope you had a good one :) TDO35S samples the data on the falling adge of the pixel clock, therefore the data

Re: [PATCH] [ARM] omap/board-cm-t35: fix visual artefacts

2010-07-26 Thread Igor Grinberg
CM-T35 DVI transmitter sampling the data on the raising edge of the pixel clock, therefore the data strobe should happen on the falling edge. Signed-off-by: Igor Grinberg grinb...@compulab.co.il Signed-off-by: Mike Rapoport m...@compulab.co.il NAK, this only fixes the pixel clock

Re: [PATCH] omap3: make coresight register save across OFF modes a sysfs option

2010-07-26 Thread Alexander Shishkin
On Mon, Jul 26, 2010 at 02:01:14 +0530, Shilimkar, Santosh wrote: -Original Message- From: Alexander Shishkin [mailto:virtu...@slind.org] Sent: Monday, July 26, 2010 1:02 PM To: Shilimkar, Santosh Cc: Hari Kanigeri; linux-arm-ker...@lists.infradead.org; Tony Lindgren;

DSS2: DSI: Check for TX FIFO emptiness when sending long packets

2010-07-26 Thread Taneja, Archit
Hi, I had a little query. We check for TX FIFO not full before sending a short packet in dsi_vc_send_short(), but we don't have a similar check in dsi_vc_send_long() before writing to the long packet header. There is a check of the static fifo size of the channel and the length of data we are

Re: DSS2: DSI: Check for TX FIFO emptiness when sending long packets

2010-07-26 Thread Tomi Valkeinen
On Mon, 2010-07-26 at 11:28 +0200, ext Taneja, Archit wrote: Hi, I had a little query. We check for TX FIFO not full before sending a short packet in dsi_vc_send_short(), but we don't have a similar check in dsi_vc_send_long() before writing to the long packet header. There is a check of

[PATCH 1/2] OMAP: DSS2: enable generic panel configuration modification

2010-07-26 Thread Igor Grinberg
This patch enables platforms to modify the dss device configuration of the generic panel. Signed-off-by: Igor Grinberg grinb...@compulab.co.il Signed-off-by: Mike Rapoport m...@compulab.co.il --- drivers/video/omap2/displays/panel-generic.c |2 +- 1 files changed, 1 insertions(+), 1

[PATCH 2/2] [ARM] omap: cm-t35: fix video signal on DVI panels

2010-07-26 Thread Igor Grinberg
CM-T35 DVI transmitter sampling the data on the raising edge of the pixel clock, therefore the data strobe should happen on the falling edge. Signed-off-by: Igor Grinberg grinb...@compulab.co.il Signed-off-by: Mike Rapoport m...@compulab.co.il --- arch/arm/mach-omap2/board-cm-t35.c |1 + 1

RE: DSS2: DSI: Check for TX FIFO emptiness when sending long packets

2010-07-26 Thread Taneja, Archit
-Original Message- From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] Sent: Monday, July 26, 2010 3:50 PM To: Taneja, Archit Cc: linux-omap@vger.kernel.org Subject: Re: DSS2: DSI: Check for TX FIFO emptiness when sending long packets On Mon, 2010-07-26 at 11:28 +0200,

RE: [PATCH] omap: Add macros to evaluate cpu revision

2010-07-26 Thread Premi, Sanjeev
-Original Message- From: Menon, Nishanth Sent: Thursday, July 22, 2010 5:16 PM To: Premi, Sanjeev Cc: Gadiyar, Anand; linux-omap@vger.kernel.org Subject: Re: [PATCH] omap: Add macros to evaluate cpu revision Premi, Sanjeev had written, on 07/22/2010 06:20 AM, the following:

RE: [PATCHv1 1/1] omap3: pm: Delink opp layer and cpufreq

2010-07-26 Thread Premi, Sanjeev
-Original Message- From: Nishanth Menon [mailto:menon.nisha...@gmail.com] Sent: Wednesday, June 02, 2010 10:07 AM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: [PATCHv1 1/1] omap3: pm: Delink opp layer and cpufreq On 06/01/2010 03:01 PM, Premi, Sanjeev wrote:

Re: [PATCHv1 1/1] omap3: pm: Delink opp layer and cpufreq

2010-07-26 Thread Nishanth Menon
Premi, Sanjeev had written, on 07/26/2010 10:35 AM, the following: -Original Message- From: Nishanth Menon [mailto:menon.nisha...@gmail.com] Sent: Wednesday, June 02, 2010 10:07 AM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: [PATCHv1 1/1] omap3: pm: Delink opp layer

RE: [PATCH v2 19/20] omap: zoom: keep the MMC3 wl1271 device powered off

2010-07-26 Thread Gabay, Benzy
Ohad, -Original Message- From: Ohad Ben-Cohen [mailto:o...@wizery.com] Sent: Thursday, July 22, 2010 6:18 PM To: Gabay, Benzy Cc: linux-wirel...@vger.kernel.org; linux-...@vger.kernel.org; linux- o...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; li...@arm.linux.org.uk;

RE: [RFC 0/8] TI TILER-DMM driver

2010-07-26 Thread Sin, David
Thanks, Santosh, for your comments. I will roll them into an RFC v2. Also, adding the media list... -David -Original Message- From: Shilimkar, Santosh Sent: Saturday, July 24, 2010 2:45 AM To: Sin, David; linux-arm-ker...@lists.arm.linux.org.uk; linux-omap@vger.kernel.org; Tony

RE: [RFC 1/8] TILER-DMM: DMM-PAT driver for TI TILER

2010-07-26 Thread Sin, David
Thanks, Russel, for your comments. I will rework the RFC and send out a v2 soon. -Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Saturday, July 24, 2010 3:09 AM To: Sin, David Cc: linux-arm-ker...@lists.arm.linux.org.uk;

RE: [RFC 3/8] TILER-DMM: Sample TCM implementation: Simple TILER Allocator

2010-07-26 Thread Sin, David
Comments acknowledged. Adding in media lists also. -David -Original Message- From: Shilimkar, Santosh Sent: Saturday, July 24, 2010 2:13 AM To: Sin, David; linux-arm-ker...@lists.arm.linux.org.uk; linux-omap@vger.kernel.org; Tony Lindgren; Russell King Cc: Kanigeri, Hari; Ohad

RE: [RFC 4/8] TILER-DMM: TILER Memory Manager interface and implementation

2010-07-26 Thread Sin, David
OK -- I will revisit this. Thanks for the explanation. -David -Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Saturday, July 24, 2010 3:01 AM To: Sin, David Cc: linux-arm-ker...@lists.arm.linux.org.uk; linux-omap@vger.kernel.org; Tony Lindgren;

RE: [RFC 0/8] TI TILER-DMM driver

2010-07-26 Thread Sin, David
Thanks for your feedback, Linus. I will incorporate an acronym list in the documentation. TCM stands for TILER container manager, which pretty much represents the interface to the logic which determines the location for a given 2-D area request. SiTA (Simple TILER algorithm) is the

Re: [PATCH v2 00/20] native support for wl1271 on ZOOM

2010-07-26 Thread John W. Linville
On Wed, Jul 21, 2010 at 08:33:34PM +0300, Ohad Ben-Cohen wrote: This patch series adds native support for wl1271 on ZOOM. Just for the record, I'm fine with the wl1271 bits here going through the omap tree with the rest of the series. John -- John W. LinvilleSomeday the world

RE: [RFC 1/8] TILER-DMM: DMM-PAT driver for TI TILER

2010-07-26 Thread Sin, David
Hi Laurent, Thanks for taking the time to review. These are all very good comments and I will work on incorporating them into the next RFC version. -David -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Monday, July 26, 2010 3:13 AM To:

RE: [PATCH 3/5] omap:hwspinlock-added hwspinlock driver

2010-07-26 Thread Kanigeri, Hari
Benoit and Santosh, Thanks for your comments. I will get back after reviewing your comments. Thank you, Best regards, Hari -Original Message- From: Cousson, Benoit Sent: Saturday, July 24, 2010 11:44 AM To: Kanigeri, Hari Cc: Linux Omap; Tony Lindgren; Shilimkar, Santosh; Que,

Re: [PM-OPP][PATCH] OMAP: Add check for omap_device pointer before adding an opp

2010-07-26 Thread Nishanth Menon
Gopinath, Thara had written, on 07/24/2010 01:42 AM, the following: This patch adds the check for whether a omap_device and in turn platform_device and device pointers exist for the device before adding it's opp table into the global table. This is because all the later accesses to the opp