Re: [PATCH v3 05/10] v4l: Add support for ov5640 sensor

2012-05-07 Thread Aguirre, Sergio
Hi Jean-Philippe, On Mon, May 7, 2012 at 2:27 AM, jean-philippe francois jp.franc...@cynove.com wrote: 2012/5/2 Sergio Aguirre saagui...@ti.com: This adds a very limited driver for ov5640, which only supports:  - 2592x1944 @ ~7.5 fps  - 1920x1080 @ ~15 fps,  - 1280x720 @ ~24 fps,  -

Re: [PATCH v3 07/10] arm: omap4430sdp: Add support for omap4iss camera

2012-05-03 Thread Aguirre, Sergio
Hi Sakari, Thanks for reviewing. On Wed, May 2, 2012 at 2:47 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Sergio, Thanks for the patches!! On Wed, May 02, 2012 at 10:15:46AM -0500, Sergio Aguirre wrote: ... +static int sdp4430_ov_cam1_power(struct v4l2_subdev *subdev, int on) +{ +    

Re: [PATCH v3 07/10] arm: omap4430sdp: Add support for omap4iss camera

2012-05-03 Thread Aguirre, Sergio
Hi Sakari, On Thu, May 3, 2012 at 7:03 AM, Aguirre, Sergio saagui...@ti.com wrote: Hi Sakari, Thanks for reviewing. On Wed, May 2, 2012 at 2:47 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Sergio, Thanks for the patches!! On Wed, May 02, 2012 at 10:15:46AM -0500, Sergio Aguirre wrote

Re: [PATCH v3 00/10] v4l2: OMAP4 ISS driver + Sensor + Board support

2012-05-02 Thread Aguirre, Sergio
On Wed, May 2, 2012 at 10:15 AM, Sergio Aguirre saagui...@ti.com wrote: Hi everyone, It's been a long time since last version (5 months)! :) This is the third version of the OMAP4 ISS driver, which uses Media Controller and videobuf2 frameworks. This patchset should apply cleanly on top of

Re: [PATCH v2 06/11] v4l: Add support for omap4iss driver

2012-03-08 Thread Aguirre, Sergio
Hi Sakari, On Thu, Jan 26, 2012 at 3:05 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Sergio, Aguirre, Sergio wrote: On Wed, Nov 30, 2011 at 06:14:55PM -0600, Sergio Aguirre wrote: ... +/* + * iss_save_ctx - Saves ISS context. + * @iss: OMAP4 ISS device + * + * Routine for saving

Re: [PATCH] omap2+: add drm device

2012-01-13 Thread Aguirre, Sergio
Hi Rob, Minor nitpicks. On Fri, Jan 13, 2012 at 1:41 PM, Rob Clark rob.cl...@linaro.org wrote: From: Rob Clark r...@ti.com Register OMAP DRM/KMS platform device, and reserve a CMA region for the device to use for buffer allocation. Signed-off-by: Rob Clark r...@ti.com ---  

Re: [PATCH 1/1] omap3: add definition for CONTROL_CAMERA_PHY_CTRL

2012-01-12 Thread Aguirre, Sergio
Hi Sakari, On Wed, Jan 11, 2012 at 5:03 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Paul, On Wed, Jan 11, 2012 at 07:11:58AM -0700, Paul Walmsley wrote: On Sun, 8 Jan 2012, Sakari Ailus wrote: Hi Tony and Paul, On Wed, Dec 14, 2011 at 05:14:16PM +0200, Sakari Ailus wrote: The

Re: [PATCH v2 03/11] v4l: Introduce sensor operation for getting interface configuration

2011-12-02 Thread Aguirre, Sergio
Hi Stan, On Fri, Dec 2, 2011 at 7:32 AM, Stanimir Varbanov svarba...@mm-sol.com wrote: Hi, Sergio This change in interface is not used from the omap4iss driver. You could drop it from the patch set, if so. Oops, yes... I used to depend on this for my soc_camera implementation before...

Re: [RFC PATCH v1 2/7] omap4: build fdif omap device from hwmod

2011-12-02 Thread Aguirre, Sergio
Hi Ming, Thanks for the patches. On Fri, Dec 2, 2011 at 9:02 AM, Ming Lei ming@canonical.com wrote: Signed-off-by: Ming Lei ming@canonical.com ---  arch/arm/mach-omap2/devices.c |   33 +  1 files changed, 33 insertions(+), 0 deletions(-) diff --git

Re: [RFC PATCH v1 4/7] media: videobuf2: introduce VIDEOBUF2_PAGE memops

2011-12-02 Thread Aguirre, Sergio
Hi Ming, On Fri, Dec 2, 2011 at 3:12 AM, Ming Lei ming@canonical.com wrote: DMA contig memory resource is very limited and precious, also accessing to it from CPU is very slow on some platform. For some cases(such as the comming face detection driver), DMA Streaming buffer is enough, so

Re: [PATCH v2 04/11] OMAP4: hwmod: Include CSI2A and CSIPHY1 memory sections

2011-12-02 Thread Aguirre, Sergio
Hi Kevin, Thanks for the review. On Fri, Dec 2, 2011 at 4:49 PM, Kevin Hilman khil...@ti.com wrote: +Benoit, Aguirre, Sergio saagui...@ti.com writes: Hi Vaibhav, Thanks for the comments. On Thu, Dec 1, 2011 at 12:34 AM, Hiremath, Vaibhav hvaib...@ti.com wrote: -Original Message

Re: [PATCH v2 05/11] OMAP4: Add base addresses for ISS

2011-12-02 Thread Aguirre, Sergio
Hi Kevin, Thanks for the review. On Fri, Dec 2, 2011 at 4:45 PM, Kevin Hilman khil...@ti.com wrote: Sergio Aguirre saagui...@ti.com writes: NOTE: This isn't the whole list of features that the ISS supports, but the only ones supported at the moment. Signed-off-by: Sergio Aguirre

Re: [PATCH v2 04/11] OMAP4: hwmod: Include CSI2A and CSIPHY1 memory sections

2011-12-01 Thread Aguirre, Sergio
Hi Vaibhav, Thanks for the comments. On Thu, Dec 1, 2011 at 12:34 AM, Hiremath, Vaibhav hvaib...@ti.com wrote: -Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Aguirre, Sergio Sent: Thursday, December 01, 2011 5:45

Re: [PATCH v2 10/11] arm: omap4panda: Add support for omap4iss camera

2011-12-01 Thread Aguirre, Sergio
Hi Vaibhav, Thanks for the comments. On Thu, Dec 1, 2011 at 12:24 AM, Hiremath, Vaibhav hvaib...@ti.com wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Aguirre, Sergio Sent: Thursday, December 01, 2011 5:45 AM

Re: [PATCH v2 05/11] OMAP4: Add base addresses for ISS

2011-12-01 Thread Aguirre, Sergio
Hi Laurent, Thanks for the review. On Thu, Dec 1, 2011 at 11:24 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Sergio, On Thursday 01 December 2011 01:14:54 Sergio Aguirre wrote: NOTE: This isn't the whole list of features that the ISS supports, but the only ones supported

Re: [PATCH v2 02/11] mfd: twl6040: Fix wrong TWL6040_GPO3 bitfield value

2011-12-01 Thread Aguirre, Sergio
Hi Laurent, Thanks for the review. On Thu, Dec 1, 2011 at 11:24 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Sergio, On Thursday 01 December 2011 01:14:51 Sergio Aguirre wrote: The define should be the result of 1 Bit number. Bit number for GPOCTL.GPO3 field is 2,

Re: [PATCH v2 00/11] v4l2: OMAP4 ISS driver + Sensor + Board support

2011-12-01 Thread Aguirre, Sergio
Hi Sakari, On Thu, Dec 1, 2011 at 10:14 AM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Sergio, Thanks for the patchset!! And thanks for your attention :) On Wed, Nov 30, 2011 at 06:14:49PM -0600, Sergio Aguirre wrote: Hi everyone, This is the second version of the OMAP4 ISS driver, now

Re: [PATCH v2 00/11] v4l2: OMAP4 ISS driver + Sensor + Board support

2011-12-01 Thread Aguirre, Sergio
Hi Laurent, On Thu, Dec 1, 2011 at 11:26 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Sergio, On Thursday 01 December 2011 01:14:49 Sergio Aguirre wrote: Hi everyone, This is the second version of the OMAP4 ISS driver, now ported to the Media Controller framework AND

Re: [PATCH v2 01/11] TWL6030: Add mapping for auxiliary regs

2011-12-01 Thread Aguirre, Sergio
Hi Balaji, Thanks for the review. On Thu, Dec 1, 2011 at 9:58 AM, T Krishnamoorthy, Balaji balaj...@ti.com wrote: On Thu, Dec 1, 2011 at 5:44 AM, Sergio Aguirre saagui...@ti.com wrote: Signed-off-by: Sergio Aguirre saagui...@ti.com ---  drivers/mfd/twl-core.c |    2 +-  1 files changed, 1

Re: [PATCH v2 00/11] v4l2: OMAP4 ISS driver + Sensor + Board support

2011-11-30 Thread Aguirre, Sergio
Hi again, On Wed, Nov 30, 2011 at 6:14 PM, Sergio Aguirre saagui...@ti.com wrote: Hi everyone, This is the second version of the OMAP4 ISS driver, now ported to the Media Controller framework AND supporting videobuf2 framework. This patchset should apply cleanly on top of v3.2-rc3 kernel

RE: [Query] mm: !*pte hit in mm/memory.c:remap_pte_range

2011-01-21 Thread Aguirre, Sergio
Hi Russell, From: Russell King - ARM Linux [li...@arm.linux.org.uk] Sent: Friday, January 21, 2011 4:30 AM To: Aguirre, Sergio Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re: [Query] mm: !*pte hit in mm

[Query] mm: !*pte hit in mm/memory.c:remap_pte_range

2011-01-20 Thread Aguirre, Sergio
Hi, WARNING: Linux MM newbie here. Please bare with me a bit. While debugging a new v4l2 driver that makes use of the OMAP4 Tiler allocators in mmap calls, I found out that remap_pfn_range was getting completely stalled. And while debugging further, i realized that the point of stall was in

Spinlock recursion after root nfs mount

2011-01-11 Thread Aguirre, Sergio
Hi all, Has anyone been trying to boot w/k.org lately? I tried with: - commit e0e736fc + 2 patches attached I got from patchworks - 4430SDP w/ES2.1 - Busybox FS through NFS. I see the attached log, which shows a spinlock recursion bug. I did a git bisect, and found this offending commit:

RE: [RFC] omap: mailbox: fix detection for previously supported chips

2010-09-23 Thread Aguirre, Sergio
Hi Omar, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Omar Ramirez Luna Sent: Wednesday, September 22, 2010 7:22 PM To: Tony Lindgren; Hiroshi DOYU; Felipe Contreras; Anna, Suman; linux- o...@vger.kernel.org Cc:

RE: [RFC] omap: mailbox: fix detection for previously supported chips

2010-09-23 Thread Aguirre, Sergio
Hi Omar, -Original Message- From: Ramirez Luna, Omar Sent: Thursday, September 23, 2010 11:12 AM To: Aguirre, Sergio; Tony Lindgren; Hiroshi DOYU; Felipe Contreras; Anna, Suman; linux-omap@vger.kernel.org Subject: RE: [RFC] omap: mailbox: fix detection for previously supported

RE: [PATCH 13/13 v2] OMAP3: SERIAL: Initialize all omap-uarts for zoom boards

2010-09-22 Thread Aguirre, Sergio
Hi Govindraj, Just one non-functional comment below. -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Raja, Govindraj Sent: Wednesday, September 22, 2010 10:15 AM To: linux-omap@vger.kernel.org Cc:

RE: [PATCH 11/13 v2] serial: Add OMAP high-speed UART driver

2010-09-22 Thread Aguirre, Sergio
Hi Govindraj, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Govindraj.R Sent: Wednesday, September 22, 2010 10:15 AM To: linux-omap@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org;

omap3_defconfig: USB_OTG unmet dependencies

2010-08-20 Thread Aguirre, Sergio
Hi all, Today, I tried loading the omap3_defconfig from current master commit: ddfc2d1 Linux-omap rebuilt: Updated to v2.6.36-rc1 And I noticed this bad Kconfig dependency: warning: (USB_MUSB_HDRC_HCD USB_SUPPORT USB_MUSB_HDRC (USB_MUSB_HOST || USB_MUSB_OTG) USB_GADGET_MUSB_HDRC ||

RE: omap3_defconfig: USB_OTG unmet dependencies

2010-08-20 Thread Aguirre, Sergio
(Looping linux-usb) -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Aguirre, Sergio Sent: Friday, August 20, 2010 2:21 PM To: linux-omap@vger.kernel.org Subject: omap3_defconfig: USB_OTG unmet dependencies Hi all

[ANNOUNCE] OMAP3 Camera ISP driver wiki in omappedia.org

2010-08-13 Thread Aguirre, Sergio
Hi all, I'll like to announce a new wikipage entry in http://omappedia.org site for OMAP3 Camera-ISP progress and details. Please find it here. http://omappedia.org/wiki/Camera-ISP_Driver The intention is to provide an online documentation of the work and progress of the patches submission, and

RE: omap3camera and linux-omap

2010-08-09 Thread Aguirre, Sergio
Hi Michael, -Original Message- From: Michael Jones [mailto:michael.jo...@matrix-vision.de] Sent: Monday, August 09, 2010 10:42 AM To: Aguirre, Sergio Cc: linux-omap@vger.kernel.org; sakari.ai...@maxwell.research.nokia.com Subject: Re: omap3camera and linux-omap Aguirre, Sergio

Zoom3 not booting with omap3_defconfig

2010-08-09 Thread Aguirre, Sergio
Hi, I'm trying to boot from NFS with my Zoom3 board with current master branch (commit ID: 842849896627701e4c07441f2c7519aeec771058) But, I'm not successful so far. :( Seems that it can't detect the eth0 device. (See attached log: bad.txt) Now, If I take omap_zoom3_defconfig from just before

RE: Zoom3 not booting with omap3_defconfig (update: sometimes...)

2010-08-09 Thread Aguirre, Sergio
Hi, -Original Message- From: Elvis Dowson [mailto:elvis.dow...@mac.com] Sent: Monday, August 09, 2010 2:17 PM To: Aguirre, Sergio Cc: linux-omap@vger.kernel.org Subject: Re: Zoom3 not booting with omap3_defconfig Hi Sergio, I've seen the exact same thing

[Zoom3] smsc911x_soft_reset: Failed to complete reset (sometimes...)

2010-08-09 Thread Aguirre, Sergio
Hi all, Seems that, with current master branch (commit ID: 842849896627701e4c07441f2c7519aeec771058), and doing this change: diff --git a/drivers/net/smsc911x.h b/drivers/net/smsc911x.h index 016360c..2cd4f5a 100644 --- a/drivers/net/smsc911x.h +++ b/drivers/net/smsc911x.h @@ -23,7 +23,7 @@

RE: omap3camera and linux-omap

2010-08-06 Thread Aguirre, Sergio
Hi Michael, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Michael Jones Sent: Friday, August 06, 2010 8:48 AM To: linux-omap@vger.kernel.org Cc: sakari.ai...@maxwell.research.nokia.com Subject: omap3camera and

RE: OMAP DSS2 coming out of OFF mode without restoring context

2010-07-30 Thread Aguirre, Sergio
Hi, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Menon, Nishanth Sent: Friday, July 30, 2010 8:01 AM To: Tomi Valkeinen Cc: ext Laine Walker-Avina; linux-omap@vger.kernel.org; linux- fb...@vger.kernel.org

RE: [PATCH resend v2] omap: 3630: disable TLL SAR on 3630 ES1

2010-07-14 Thread Aguirre, Sergio
Hi Anand, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Anand Gadiyar Sent: Wednesday, July 14, 2010 8:39 AM To: linux-omap@vger.kernel.org Cc: Gadiyar, Anand Subject: [PATCH resend v2] omap: 3630: disable TLL SAR

RE: [RFC][PATCH] board-omap3beagle: Remove duplicate DVI reset gpio handling

2010-06-30 Thread Aguirre, Sergio
Hi Tomi, -Original Message- From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] Sent: Wednesday, June 30, 2010 3:41 AM To: Aguirre, Sergio Cc: linux-omap@vger.kernel.org; Tony Lindgren; Koen Kooi Subject: Re: [RFC][PATCH] board-omap3beagle: Remove duplicate DVI reset gpio

RE: Boot fail on OMAP3430SDP

2010-06-29 Thread Aguirre, Sergio
Hi Vishwa, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Sripathy, Vishwanath Sent: Tuesday, June 29, 2010 9:15 AM To: linux-omap@vger.kernel.org Subject: RE: Boot fail on OMAP3430SDP Here is the log from Early

RE: ZOOM2 doesn't boot on upstream kernel

2010-06-25 Thread Aguirre, Sergio
Pnesh, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Neshama Parhoti Sent: Friday, June 25, 2010 9:06 AM To: Ghorai, Sukumar Cc: linux-omap@vger.kernel.org Subject: Re: ZOOM2 doesn't boot on upstream kernel On

RE: [PATCH] DSS2 Include VRFB into omap2-3build only

2010-06-18 Thread Aguirre, Sergio
Senthil, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Koen Kooi Sent: Monday, May 10, 2010 3:03 AM To: Guruswamy, Senthilvadivu Cc: linux-omap@vger.kernel.org; linux-fbdev-de...@lists.sourceforge.net;

RE: Alternative for defconfig

2010-06-11 Thread Aguirre, Sergio
-Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Felipe Contreras Sent: Friday, June 11, 2010 8:43 AM To: Nagarajan, Rajkumar Cc: Laurent Pinchart; linux-me...@vger.kernel.org; Hiremath, Vaibhav;

RE: Alternative for defconfig

2010-06-11 Thread Aguirre, Sergio
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, June 11, 2010 10:08 AM To: Aguirre, Sergio Cc: Felipe Contreras; Nagarajan, Rajkumar; linux-me...@vger.kernel.org; Hiremath, Vaibhav; linux-omap@vger.kernel.org Subject

RE: Alternative for defconfig

2010-06-11 Thread Aguirre, Sergio
-Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, June 11, 2010 10:26 AM To: Gadiyar, Anand Cc: Aguirre, Sergio; Felipe Contreras; Nagarajan, Rajkumar; linux- me...@vger.kernel.org; Hiremath, Vaibhav; linux-omap@vger.kernel.org

RE: [PATCH] omap_hsmmc: Remove unused state variable

2010-06-10 Thread Aguirre, Sergio
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Thursday, June 10, 2010 1:49 AM To: Aguirre, Sergio Cc: linux-omap@vger.kernel.org; Matt Fleming Subject: Re: [PATCH] omap_hsmmc: Remove unused state variable * Sergio Aguirre saagui...@ti.com [100608 23:35

RE: [pm-wip/uart][PATCH 2/6] Serial: Add UART4 hwmod data.

2010-05-25 Thread Aguirre, Sergio
From: Kevin Hilman [khil...@deeprootsystems.com] Sent: Monday, May 24, 2010 7:07 PM To: Raja, Govindraj; Aguirre, Sergio Cc: linux-omap@vger.kernel.org Subject: Re: [pm-wip/uart][PATCH 2/6] Serial: Add UART4 hwmod data. Govindraj.R govindraj.r...@ti.com writes: not in my

RE: [PATCH v2] OMAP: Fix Memory leak

2010-05-21 Thread Aguirre, Sergio
Hi Manjunath, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Friday, May 21, 2010 1:15 AM To: linux-omap@vger.kernel.org Cc: Kumar, Satish; Tony Lindgren; vimal singh Subject: [PATCH v2]

RE: [PATCH RFC 4/5] omap: 3430sdp: add ohci platform init

2010-05-12 Thread Aguirre, Sergio
Anand, -Original Message- From: Gadiyar, Anand Sent: Friday, April 02, 2010 10:04 AM To: linux-...@vger.kernel.org; linux-omap@vger.kernel.org Cc: David Brownell; Gregory Clement; Felipe Balbi; Aguirre, Sergio; Gadiyar, Anand Subject: [PATCH RFC 4/5] omap: 3430sdp: add ohci

RE: Old DSS code broken as module (was RE: [PATCH 11/11] omap2/3/4: Disable CONFIG_FB_OMAP in omap3_defconfig)

2010-05-05 Thread Aguirre, Sergio
From: Tony Lindgren [mailto:t...@atomide.com] Sent: Wednesday, May 05, 2010 12:44 PM * Aguirre, Sergio saagui...@ti.com [100505 10:27]: Tony, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Tony Lindgren

RE: [Query][omap iommu] Consulting iommu if a physical region is mappable before actually mapping it

2010-05-04 Thread Aguirre, Sergio
Hiroshi, Hari, -Original Message- From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] Sent: Tuesday, May 04, 2010 12:59 AM To: Aguirre, Sergio Cc: Kanigeri, Hari; linux-omap@vger.kernel.org Subject: Re: [Query][omap iommu] Consulting iommu if a physical region is mappable before

RE: [PATCH v3] arm: Fix .gitignore for boot/compressed folder

2010-05-04 Thread Aguirre, Sergio
Russell, From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Monday, May 03, 2010 2:59 PM On Mon, May 03, 2010 at 02:51:25PM -0500, Sergio Aguirre wrote: This should complement changes done in: commit e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c Author: Albin Tonnerre

RE: [PATCH] arm: Fix .gitignore for boot/compressed folder

2010-05-03 Thread Aguirre, Sergio
From: Uwe Kleine-König [mailto:u.kleine-koe...@pengutronix.de] Sent: Sunday, May 02, 2010 7:21 AM On Thu, Feb 25, 2010 at 09:55:45AM -0600, Sergio Aguirre wrote: This should complements changes done in: I think this should read complement only, that is, no 's' at the end. Other than that,

RE: [PATCH] arm: Fix .gitignore for boot/compressed folder

2010-05-03 Thread Aguirre, Sergio
-Original Message- From: Uwe Kleine-König [mailto:u.kleine-koe...@pengutronix.de] Sent: Monday, May 03, 2010 1:44 PM On Mon, May 03, 2010 at 10:24:07AM -0500, Aguirre, Sergio wrote: From: Uwe Kleine-König [mailto:u.kleine-koe...@pengutronix.de] Sent: Sunday, May 02, 2010 7:21

RE: [Query][omap iommu] Consulting iommu if a physical region is mappable before actually mapping it

2010-05-03 Thread Aguirre, Sergio
-Original Message- From: Kanigeri, Hari Sent: Monday, May 03, 2010 2:09 PM To: Aguirre, Sergio; Hiroshi DOYU Cc: linux-omap@vger.kernel.org Subject: RE: [Query][omap iommu] Consulting iommu if a physical region is mappable before actually mapping it Sergio, Can the iommu

[Query][omap iommu] Consulting iommu if a physical region is mappable before actually mapping it

2010-04-30 Thread Aguirre, Sergio
Hi Hiroshi, While still maintaining an old camera driver version, which uses your latest iommu driver, we have come up with the following question: Can the iommu driver be consulted if a certain area (contiguous or not) can be mapped or not, before even trying to do it? The reason of this is

RE: [PATCH] arm: Fix .gitignore for boot/compressed folder

2010-04-27 Thread Aguirre, Sergio
Hi, -Original Message- From: Aguirre, Sergio Sent: Thursday, February 25, 2010 9:56 AM To: linux-arm-ker...@lists.infradead.org Cc: linux-omap@vger.kernel.org; Albin Tonnerre; Russell King; Aguirre, Sergio Subject: [PATCH] arm: Fix .gitignore for boot/compressed folder

RE: [PATCH] arm: Fix DEBUG_LL for omap zoom2/3

2010-04-06 Thread Aguirre, Sergio
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Tuesday, March 23, 2010 10:27 AM To: Pais, Allen Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org; Pandita, Vikram Subject:

RE: Merge plans for Staging Synaptics Touchscreen Driver

2010-03-23 Thread Aguirre, Sergio
Hi Hemanth, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of V, Hemanth Sent: Tuesday, March 23, 2010 4:29 AM To: pa...@ucw.cz; linux-in...@vger.kernel.org Cc: linux-omap@vger.kernel.org Subject: Merge plans for

RE: [PATCH RFC 1/5] omap3: add platform init code for OHCI driver

2010-03-22 Thread Aguirre, Sergio
Hi Anand, I just have a very minor comment, nothing functional :) -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Anand Gadiyar Sent: Sunday, March 21, 2010 6:32 AM To: linux-...@vger.kernel.org;

RE: [PATCH RFC 2/5] usb: ohci: introduce omap3 ohci-hcd driver

2010-03-22 Thread Aguirre, Sergio
Hi Anand, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Anand Gadiyar Sent: Sunday, March 21, 2010 6:32 AM To: linux-...@vger.kernel.org; linux-omap@vger.kernel.org Cc: Gadiyar, Anand Subject: [PATCH RFC 2/5] usb:

RE: [PATCH 0/7] omap3: serial code for 3630 and zoom2/3 fixes

2010-03-15 Thread Aguirre, Sergio
Tony, Please find attached pull request for your convenience. Regards, Sergio -Original Message- From: Aguirre, Sergio Sent: Friday, March 12, 2010 2:00 PM To: Tony Lindgren Cc: linux-omap@vger.kernel.org; Kevin Hilman; Pandita, Vikram; Paul Walmsley; Felipe Balbi; Aguirre, Sergio

RE: [PATCH 0/7] omap3: serial code for 3630 and zoom2/3 fixes

2010-03-15 Thread Aguirre, Sergio
From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, March 15, 2010 5:49 PM snip OK, thanks. One more thing: Please repost your fixes one more time with LAKML Cc'd for review. Then assuming no more comments, I'll merge them into omap-fixes-for-linus. Done. Meanwhile, I'll merge

RE: [RFC part1/2 merge v4][PATCH 00/11] omap2/3/4: uart4 fixes + zoom2/3 changes

2010-03-12 Thread Aguirre, Sergio
From: Aguirre, Sergio Sent: Wednesday, March 10, 2010 6:14 PM Hi, This is v4 of my serial work series merge found here: [1]. And it's meant to be applied on top of Thomas's patch: [2] Changelog compared to previous version: - Changed printk to dev_* macros (Thanks Felipe) Please let

RE: [RFC part1/2 merge v4][PATCH 00/11] omap2/3/4: uart4 fixes + zoom2/3 changes

2010-03-12 Thread Aguirre, Sergio
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Friday, March 12, 2010 11:34 AM To: Aguirre, Sergio Cc: Kevin Hilman; Pandita, Vikram; Paul Walmsley; Felipe Balbi; linux- o...@vger.kernel.org Subject: Re: [RFC part1/2 merge v4][PATCH 00/11] omap2/3/4: uart4

RE: [PATCH] arm: Fix .gitignore for boot/compressed folder

2010-03-12 Thread Aguirre, Sergio
From: Aguirre, Sergio Sent: Thursday, February 25, 2010 9:56 AM This should complements changes done in: commit e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c Author: Albin Tonnerre albin.tonne...@free-electrons.com Date: Fri Jan 8 14:42:43 2010 -0800 arm: add support for LZO

RE: compile break on dss2 branch for zoom3

2010-03-11 Thread Aguirre, Sergio
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Gadiyar, Anand Sent: Thursday, March 11, 2010 5:48 AM To: Tomi Valkeinen; Y, Kishore Cc: linux-omap@vger.kernel.org Subject: RE: compile break on dss2 branch for zoom3

RE: compile break on dss2 branch for zoom3

2010-03-11 Thread Aguirre, Sergio
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Y, Kishore Sent: Thursday, March 11, 2010 7:29 AM To: Y, Kishore; Gadiyar, Anand; Tomi Valkeinen Cc: linux-omap@vger.kernel.org Subject: RE: compile break on dss2

RE: [PATCH 12/19] omap: Fix gpio_resume_after_retention

2010-03-11 Thread Aguirre, Sergio
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Thursday, March 11, 2010 5:57 PM To: Aguirre, Sergio Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re: [PATCH 12/19] omap: Fix gpio_resume_after_retention * Aguirre, Sergio

Is git.kernel.org down?

2010-03-10 Thread Aguirre, Sergio
Hi, Just wondering if anyone is experiencing the inability to access git.kernel.org server... I'm getting a 504 Gateway timeout, but I'm not sure if it's just me.. Regards, Sergio -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

RE: Snipping irrelevant text from a discussion (was: RE: [PATCH 15/16] OMAP3: PM: VP force update method of voltage scaling)

2010-03-09 Thread Aguirre, Sergio
Hi, From: Felipe Balbi [mailto:felipe.ba...@nokia.com] Sent: Tuesday, March 09, 2010 12:52 AM On Tue, Mar 09, 2010 at 02:42:36AM +0100, ext Tony Lindgren wrote: After a quick search for mailing list netiquette I cam up with the following links:

RE: [RFC part1/2 merge v3][PATCH 01/10] OMAP3: serial: Check for zero-based physical addr

2010-03-09 Thread Aguirre, Sergio
Hi Felipe, From: Felipe Balbi [mailto:m...@felipebalbi.com] Sent: Tuesday, March 09, 2010 10:21 AM On Tue, Mar 09, 2010 at 10:16:45AM -0600, Sergio Aguirre wrote: @@ -664,6 +664,12 @@ void __init omap_serial_early_init(void) struct device *dev = pdev-dev; struct

RE: [RFC part1/2 merge v3][PATCH 00/10] omap2/3/4: uart4 fixes + zoom2/3 changes

2010-03-09 Thread Aguirre, Sergio
- From: Aguirre, Sergio Sent: Tuesday, March 09, 2010 10:17 AM To: linux-omap@vger.kernel.org Cc: Kevin Hilman; Pandita, Vikram; Paul Walmsley; Tony Lindgren; Felipe Balbi; Aguirre, Sergio Subject: [RFC part1/2 merge v3][PATCH 00/10] omap2/3/4: uart4 fixes + zoom2/3 changes Hi

RE: [PATCH V4] OMAP: DSS: Add NEC NL8048HL11-01B display panel

2010-03-09 Thread Aguirre, Sergio
Hi Kishore, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Y, Kishore Sent: Saturday, March 06, 2010 8:17 AM To: Tomi Valkeinen Cc: linux-omap@vger.kernel.org Subject: [PATCH V4] OMAP: DSS: Add NEC NL8048HL11-01B

RE: [RFC part1/2 merge][PATCH 06/10] omap3: serial: Fix uart4 handling for 3630

2010-03-08 Thread Aguirre, Sergio
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Aguirre, Sergio Sent: Friday, March 05, 2010 5:12 PM To: Kevin Hilman Cc: linux-omap@vger.kernel.org Subject: RE: [RFC part1/2 merge][PATCH 06/10] omap3: serial: Fix

RE: [RFC part1/2 merge][PATCH 06/10] omap3: serial: Fix uart4 handling for 3630

2010-03-08 Thread Aguirre, Sergio
From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Monday, March 08, 2010 10:52 AM Aguirre, Sergio saagui...@ti.com writes: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Aguirre, Sergio Sent: Friday

RE: [RFC part1/2 merge v2][PATCH 00/11] omap2/3/4: uart4 fixes + zoom2/3 changes

2010-03-08 Thread Aguirre, Sergio
-Original Message- From: Aguirre, Sergio Sent: Monday, March 08, 2010 11:21 AM To: linux-omap@vger.kernel.org Cc: Kevin Hilman; Pandita, Vikram; Paul Walmsley; Tony Lindgren; Aguirre, Sergio Subject: [RFC part1/2 merge v2][PATCH 00/11] omap2/3/4: uart4 fixes + zoom2/3 changes Hi

RE: [RFC part1/2 merge v2 RESEND][PATCH 05/10] OMAP3: PRCM: Consider UART4 for 3630 chip in prcm_setup_regs

2010-03-08 Thread Aguirre, Sergio
From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Monday, March 08, 2010 11:56 AM Sergio Aguirre saagui...@ti.com writes: Signed-off-by: Sergio Aguirre saagui...@ti.com This one needs a descriptive changelog. Agreed. Will fix. Regards, Sergio snip -- To unsubscribe from

RE: [RFC part1/2 merge v2 RESEND][PATCH 09/10] omap3: zoom 2/3: Change debugboard serial port id

2010-03-08 Thread Aguirre, Sergio
From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Monday, March 08, 2010 11:59 AM Sergio Aguirre saagui...@ti.com writes: This is now changed to PLAT8250_DEV_PLATFORM (= 0), because it is the only port that's going to be initted in Zoom 2/3 boards.

RE: [RFC part1/2 merge v2 RESEND][PATCH 01/10] OMAP3: serial: Check for zero-based physical addr

2010-03-08 Thread Aguirre, Sergio
-Original Message- From: Felipe Balbi [mailto:m...@felipebalbi.com] Sent: Monday, March 08, 2010 12:25 PM To: Aguirre, Sergio Cc: linux-omap@vger.kernel.org; Kevin Hilman; Pandita, Vikram; Paul Walmsley; Tony Lindgren Subject: Re: [RFC part1/2 merge v2 RESEND][PATCH 01/10] OMAP3

RE: [RFC part1/2 merge v2 RESEND][PATCH 04/10] OMAP clock: Add uart4_ick/fck definitions for 3630

2010-03-08 Thread Aguirre, Sergio
-Original Message- From: Felipe Balbi [mailto:m...@felipebalbi.com] Sent: Monday, March 08, 2010 12:29 PM To: Aguirre, Sergio Cc: linux-omap@vger.kernel.org; Kevin Hilman; Pandita, Vikram; Paul Walmsley; Tony Lindgren Subject: Re: [RFC part1/2 merge v2 RESEND][PATCH 04/10] OMAP

RE: [PATCH 4/4] DSS2: clear spurious SYNC_LOST_DIGIT interrupts

2010-03-05 Thread Aguirre, Sergio
Hi Ville, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of ville.syrj...@nokia.com Sent: Friday, March 05, 2010 7:26 AM To: Tomi Valkeinen Cc: linux-fb...@vger.kernel.org; linux-omap@vger.kernel.org; Ville Syrjälä

RE: [PATCH 4/4] DSS2: clear spurious SYNC_LOST_DIGIT interrupts

2010-03-05 Thread Aguirre, Sergio
-Original Message- From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] Sent: Friday, March 05, 2010 9:25 AM To: Aguirre, Sergio Cc: Syrjala Ville (Nokia-D/Helsinki); linux-fb...@vger.kernel.org; linux- o...@vger.kernel.org Subject: RE: [PATCH 4/4] DSS2: clear spurious

Snipping irrelevant text from a discussion (was: RE: [PATCH 15/16] OMAP3: PM: VP force update method of voltage scaling)

2010-03-05 Thread Aguirre, Sergio
From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Felipe Contreras Sent: Friday, March 05, 2010 10:23 AM On Fri, Mar 5, 2010 at 5:30 PM, Gopinath, Thara th...@ti.com wrote: I have been putting Regards Thara at the end of my comments precisely so

RE: [RFC part1/2 merge][PATCH 06/10] omap3: serial: Fix uart4 handling for 3630

2010-03-05 Thread Aguirre, Sergio
From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, March 05, 2010 4:38 PM snip @@ -694,6 +698,10 @@ void __init omap_serial_early_init(void) if (cpu_is_omap44xx()) p-irq += 32; + + /* IRQ for UART4 in omap3630 is 80 */ +

RE: [PATCH] OMAP: Zoom3: Fix Zoom3 booting issue

2010-03-03 Thread Aguirre, Sergio
-Original Message- From: G, Manjunath Kondaiah Sent: Wednesday, March 03, 2010 12:38 AM To: G, Manjunath Kondaiah; Aguirre, Sergio; linux-omap@vger.kernel.org Cc: Tony Lindgren; Shilimkar, Santosh; Raja, Govindraj Subject: RE: [PATCH] OMAP: Zoom3: Fix Zoom3 booting issue

RE: [PATCH] OMAP: Zoom3: Fix Zoom3 booting issue

2010-03-03 Thread Aguirre, Sergio
-Original Message- From: G, Manjunath Kondaiah Sent: Wednesday, March 03, 2010 7:39 AM To: Aguirre, Sergio; linux-omap@vger.kernel.org Cc: Tony Lindgren; Shilimkar, Santosh; Raja, Govindraj Subject: RE: [PATCH] OMAP: Zoom3: Fix Zoom3 booting issue To update further

RE: [RFC part1/2 merge][PATCH 08/10] omap3: 3630sdp: Explicitly enable all UARTs

2010-03-03 Thread Aguirre, Sergio
-Original Message- From: Aguirre, Sergio Sent: Wednesday, March 03, 2010 8:19 AM To: linux-omap@vger.kernel.org Cc: Aguirre, Sergio Subject: [RFC part1/2 merge][PATCH 08/10] omap3: 3630sdp: Explicitly enable all UARTs All UARTs seem physically reachable, so, enable them all

RE: [PATCH] OMAP: Zoom3: Fix Zoom3 booting issue

2010-03-02 Thread Aguirre, Sergio
Manju, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Manjunatha GK Sent: Tuesday, March 02, 2010 7:36 AM To: linux-omap@vger.kernel.org Cc: G, Manjunath Kondaiah; Tony Lindgren; Shilimkar, Santosh; Raja, Govindraj

RE: [RFC part2 v1][PATCH 1/4] omap2/3/4: serial: rename omap_serial_init

2010-03-01 Thread Aguirre, Sergio
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Monday, March 01, 2010 3:10 PM To: Aguirre, Sergio Cc: linux-omap@vger.kernel.org Subject: Re: [RFC part2 v1][PATCH 1/4] omap2/3/4: serial: rename omap_serial_init Sergio Aguirre saagui...@ti.com

RE: [RFC part2 v1][PATCH 1/4] omap2/3/4: serial: rename omap_serial_init

2010-03-01 Thread Aguirre, Sergio
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Monday, March 01, 2010 5:49 PM To: Aguirre, Sergio Cc: linux-omap@vger.kernel.org Subject: Re: [RFC part2 v1][PATCH 1/4] omap2/3/4: serial: rename omap_serial_init Aguirre, Sergio saagui...@ti.com

Using DEBUG_LL?

2010-02-26 Thread Aguirre, Sergio
Hi, Wit the current master branch, I tried enabling DEBUG_LL, and EARLY_PRINTK options, but I can't see the LL output as usual (#... kind of thing) on my 3630SDP. Is there a patch to enable it after the serial cleanup patches? Regards, Sergio -- To unsubscribe from this list: send the line

RE: Using DEBUG_LL?

2010-02-26 Thread Aguirre, Sergio
-Original Message- From: Shilimkar, Santosh Sent: Friday, February 26, 2010 8:53 AM To: Aguirre, Sergio; Tony Lindgren Cc: linux-omap@vger.kernel.org; Pandita, Vikram Subject: RE: Using DEBUG_LL? -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux

RE: Using DEBUG_LL?

2010-02-26 Thread Aguirre, Sergio
-Original Message- From: Jean Pihet [mailto:jpi...@mvista.com] Sent: Friday, February 26, 2010 9:10 AM To: Gadiyar, Anand Cc: Shilimkar, Santosh; Aguirre, Sergio; Tony Lindgren; linux- o...@vger.kernel.org; Pandita, Vikram Subject: Re: Using DEBUG_LL? Hi, Hi, In addition

RE: [PATCH 1/2 V2] OMAP: DSS: Add display board file for zoom boards

2010-02-25 Thread Aguirre, Sergio
Manjunath, From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Thursday, February 11, 2010 5:35 AM From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Y, Kishore Sent: Thursday,

RE: [PATCH] omap2/3/4: serial: Half revert multiboot changes

2010-02-25 Thread Aguirre, Sergio
Hi, -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Thursday, February 25, 2010 12:56 PM To: Aguirre, Sergio Cc: linux-omap@vger.kernel.org; Sonasath, Moiz; Pandita, Vikram Subject: Re: [PATCH] omap2/3/4: serial: Half revert multiboot changes * Aguirre

RE: [PATCH] omap2/3/4: serial: Don't init UART4 for 3630 still

2010-02-24 Thread Aguirre, Sergio
-Original Message- From: Aguirre, Sergio Sent: Wednesday, February 24, 2010 3:02 AM To: Tony Lindgren Cc: linux-omap@vger.kernel.org; Pandita, Vikram; Sonasath, Moiz; Aguirre, Sergio Subject: [PATCH] omap2/3/4: serial: Don't init UART4 for 3630 still The patch named: omap2/3

RE: [PATCH] omap2/3/4: serial: Half revert multiboot changes

2010-02-24 Thread Aguirre, Sergio
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Wednesday, February 24, 2010 10:21 AM To: Aguirre, Sergio Cc: linux-omap@vger.kernel.org; Sonasath, Moiz; Pandita, Vikram Subject: Re: [PATCH] omap2/3/4: serial: Half revert multiboot changes * Aguirre

RE: [PATCH] PM-WIP-OPP: Fixing wrong target level being passed during Core DVFS.

2010-02-23 Thread Aguirre, Sergio
-Original Message- From: Menon, Nishanth Sent: Monday, February 22, 2010 11:31 PM To: Aguirre, Sergio; Gopinath, Thara Cc: linux-omap@vger.kernel.org; Kevin Hilman; Kristo Tero (Nokia- D/Tampere) Subject: RE: [PATCH] PM-WIP-OPP: Fixing wrong target level being passed during Core

[PATCH] omap2/3/4: serial: Half revert multiboot changes

2010-02-23 Thread Aguirre, Sergio
From 14bc4ee14ac5a3dab79d9292bf22ab0401879cd5 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Wed, 24 Feb 2010 01:15:55 -0600 Subject: [PATCH] omap2/3/4: serial: Half revert multiboot changes The patch named: omap2/3/4: Fix mach-omap2/serial.c for multiboot Which added

RE: [PATCH] omap2/3/4: serial: Half revert multiboot changes

2010-02-23 Thread Aguirre, Sergio
. Regards, Sergio -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Aguirre, Sergio Sent: Wednesday, February 24, 2010 1:31 AM To: Tony Lindgren Cc: linux-omap@vger.kernel.org; Sonasath, Moiz; Pandita, Vikram Subject: [PATCH

  1   2   >