RE: [PATCH v3 0/3] usb: ohci: introduce ohci-hcd driver for omap3

2010-04-26 Thread Gadiyar, Anand
Gregory CLEMENT wrote: This controller supports multiple interface modes. Only 2 of them (3-pin DAT/SE0 and 4-pin DP/DM PHY modes) have been tested with this driver. (However the only change for the other modes is one register setting for selecting the mode, and the

Re: [PATCH v3 0/3] usb: ohci: introduce ohci-hcd driver for omap3

2010-04-26 Thread Gregory CLEMENT
Le 26 avril 2010 08:02:55 UTC+2, Gadiyar, Anand gadi...@ti.com a écrit : Gregory CLEMENT wrote:       This controller supports multiple interface modes. Only 2 of them       (3-pin DAT/SE0 and 4-pin DP/DM PHY modes) have been tested with this       driver. (However the only change for the

[PATCH 00/10] OMAP PRCM, clock: some cleanup patches for 2.6.35

2010-04-26 Thread Paul Walmsley
Hello, these patches undertake some cleanup on the OMAP2/3 PRCM macros and the OMAP clock code. Nothing too earthshattering in this series - - Paul --- size: textdata bss dec hex filename 3665327 200160 103840 3969327 3c912f vmlinux.omap3beagle.orig 3663919 200576

[PATCH 01/10] OMAP1 clock: fix section mismatch on clk_init

2010-04-26 Thread Paul Walmsley
From: Felipe Balbi felipe.ba...@nokia.com remove the section annotation from omap1_clk_disable_unused() to kill the section mismatch warning. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com Signed-off-by: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap1/clock.c |2 +-

[PATCH 03/10] OMAP3 PRCM: convert OMAP3 PRCM macros to the _SHIFT/_MASK suffixes

2010-04-26 Thread Paul Walmsley
Fix all of the remaining OMAP3 PRCM register shift/bitmask macros that did not use the _SHIFT/_MASK suffixes to use them. This makes the use of these macros consistent. It is intended to reduce error, as code can be inspected visually by reviewers to ensure that bitshifts and bitmasks are used

[PATCH 10/10] OMAP clock: resolve old checkpatch and CodingStyle issues with plat-omap/clock.c

2010-04-26 Thread Paul Walmsley
Clean up comment style, remove unnecessary includes, and resolve some checkpatch warnings in plat-omap/clock.c. Signed-off-by: Paul Walmsley p...@pwsan.com --- arch/arm/plat-omap/clock.c | 28 +++- 1 files changed, 15 insertions(+), 13 deletions(-) diff --git

[PATCH 08/10] OMAP3 clock: rename RATE_IN_343X, RATE_IN_3430ES2 to match reality

2010-04-26 Thread Paul Walmsley
Rename the RATE_IN_343X clksel_rate.rate flag to be RATE_IN_3XXX, to reflect that these rates are valid on all OMAP3 platforms, not just 343X. Also rename the RATE_IN_OMAP3430ES2 clksel_rate.rate flag to be RATE_IN_OMAP3430ES2PLUS, to reflect that these flags are valid on all OMAP3 platforms

[PATCH 09/10] OMAP3 clock: remove unnecessary duplicate of dpll4_m2_ck, added for 36xx

2010-04-26 Thread Paul Walmsley
Commit 678bc9a2eabb7f444ef8ad1cfc5ef394e2bd8bf2 split dpll4_m2_ck, creating a 34xx and a 36xx variant, to handle the additional 16 divider steps provided on the 36xx. This in turn required dynamic rewriting of the clock tree during initialization, which is undesirable. All this seems to be

[PATCH 07/10] OMAP2+ clock: clean up clkt_clksel.c

2010-04-26 Thread Paul Walmsley
This patch cleans up arch/arm/mach-omap2/clkt_clksel.c. It: - makes several functions static that are not called outside the file; - adds documentation; - makes some code paths easier to read (hopefully), by breaking up compound statements and removing redundant checks; - converts some

[PATCH 05/10] OMAP3: PM: PM_MPUGRPSEL writes should use GRPSEL macros, not EN macros

2010-04-26 Thread Paul Walmsley
Writes to the PM_*GRPSEL registers should use _GRPSEL_ macros, not _EN_ macros, to match the TRM and guard against inadvertent error. This patch should not cause any functional change. Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Jouni Högander

[PATCH 04/10] OMAP2+ PRCM: convert remaining PRCM macros to the _SHIFT/_MASK suffixes

2010-04-26 Thread Paul Walmsley
Fix all of the remaining PRCM register shift/bitmask macros that did not use the _SHIFT/_MASK suffixes to use them. This makes the use of these macros consistent. It is intended to reduce error, as code can be inspected visually by reviewers to ensure that bitshifts and bitmasks are used in the

[PATCH 02/10] OMAP2 PRCM: convert OMAP2 PRCM macros to the _SHIFT/_MASK suffixes

2010-04-26 Thread Paul Walmsley
Fix all of the remaining OMAP2 PRCM register shift/bitmask macros that did not use the _SHIFT/_MASK suffixes to use them. This makes the use of these macros consistent. It is intended to reduce error, as code can be inspected visually by reviewers to ensure that bitshifts and bitmasks are used

Re: [PATCH] OMAP: omap_device: add omap_device_has_lost_context()

2010-04-26 Thread Paul Walmsley
Hi Kevin, a few comments: On Tue, 6 Apr 2010, Kevin Hilman wrote: Add new function omap_device_has_lost_context() as a simple check to be used after omap_device_enable() to determine if device has lost context (and thus needs context restore.) Motivation: Currently, each driver needs to

RE: [PATCH 2/2 V4] OMAP: DSS: Enable display on ZOOM2/3 3630SDP

2010-04-26 Thread Y, Kishore
-Original Message- From: Hiremath, Vaibhav Sent: Sunday, April 25, 2010 9:05 PM To: Y, Kishore; Tomi Valkeinen Cc: linux-omap@vger.kernel.org Subject: RE: [PATCH 2/2 V4] OMAP: DSS: Enable display on ZOOM2/3 3630SDP -Original Message- From:

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

2010-04-26 Thread Y, Kishore
-Original Message- From: Hiremath, Vaibhav Sent: Sunday, April 25, 2010 8:58 PM To: Y, Kishore; Tomi Valkeinen Cc: linux-omap@vger.kernel.org Subject: RE: [PATCH 1/2 V5] OMAP: DSS: Add display board file for zoom boards -Original Message- From:

[PATCH 0/4] Adding soc related info into /proc/cpuinfo

2010-04-26 Thread Eduardo Valentin
Hello all, This series is to continue what has been discussed several weeks ago wrt IDCODE patch. Original patch was made by Peter and discussion is here: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg17553.html So, the conclusion was that IDCODE info is useful even in production

[PATCH 1/4] ARM: Introduce SoC Info into /proc/cpuinfo

2010-04-26 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com This patch extends the ARM /proc/cpuinfo to include soc info data. It is implemented via the same way which is done for system_rev, system_serial_low and system_serial_high. Then, now we have system_soc_info, which is printed only if there is

[PATCH 4/4] OMAP3: PM: export chip IDCODE, Production ID and Die ID

2010-04-26 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com This patch exports the OMAP3 IDCODE, Production ID and Die ID to userspace via /proc/cpuinfo using the system_soc_info. This can be used to track down silicon specific issues. The info is exported via /proc/cpuinfo because then it can be possible

[PATCH 2/4] mach-omap2: Add SoC info data for OMAP2,3,4 into /proc/cpuinfo

2010-04-26 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com Report OMAP2,3,4 data into system_soc_info. Now we get omap information under /proc/cpuinfo. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- arch/arm/mach-omap2/id.c | 21 +++-- 1 files changed, 15 insertions(+),

[PATCH 3/4] mach-omap1: Add SoC info data for OMAP into /proc/cpuinfo1

2010-04-26 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com Report OMAP data into system_soc_info. Now we get omap information under /proc/cpuinfo. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- arch/arm/mach-omap1/id.c | 18 -- 1 files changed, 12 insertions(+), 6

RE: [PATCH 4/4] OMAP3: PM: export chip IDCODE, Production ID and Die ID

2010-04-26 Thread Shilimkar, Santosh
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Eduardo Valentin Sent: Monday, April 26, 2010 1:55 PM To: ext Kevin Hilman; ext Tony Lindgren Cc: \De-Schrijver Peter (Nokia-D/Helsinki)\; Linux-OMAP; Eduardo Valentin

RE: [PATCH 4/4] OMAP3: PM: export chip IDCODE, Production ID and Die ID

2010-04-26 Thread Shilimkar, Santosh
+ /* Append OMAP3 IDCODE, Production ID and Die ID to system_soc_info */ + sz = strlen(system_soc_info); + snprintf(system_soc_info + sz, SYSTEM_SOC_INFO_SIZE - sz, + \n\tIDCODE\t: %08x\n\tPr. ID\t: %08x %08x %08x %08x\n + \tDie ID\t: %08x %08x

Re: [PATCH v2] omap_hsmmc: improve interrupt synchronisation

2010-04-26 Thread Venkatraman S
Adrian Hunter adrian.hun...@nokia.com wrote: From ad2e1cd024ccf9144b6620cfe808893719db738f Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Wed, 14 Apr 2010 16:26:45 +0300 Subject: [PATCH] omap_hsmmc: improve interrupt synchronisation The following changes were

RE: [RFC PATCH 0/5] HSI framework and drivers

2010-04-26 Thread Carlos Chinea
On Fri, 2010-04-23 at 21:44 +0200, Vehmanen Kai (Nokia-D/Tampere) wrote: Hi Paul and others, On 23 April 2010, Paul Walmsley wrote: SSI, which is a legacy version of HSI, is used to connect the application engine with the cellular modem on the Nokia N900. This patch set is based on

[PATCH] OMAP3: PM: Fix zoom3 defconfig build

2010-04-26 Thread Manjunatha GK
The zoom3 defconfig build is broken with opp patches. This patch will fix the same. Build and boot tested on omap zoom3 board. Build error log: In file included from arch/arm/plat-omap/include/plat/omap-pm.h:21, from arch/arm/mach-omap2/hsmmc.c:19:

RE: new PM branch: OPP layer included

2010-04-26 Thread G, Manjunath Kondaiah
Kevin, This merge has broken omap zoom3 build. Error log: In file included from arch/arm/plat-omap/include/plat/omap-pm.h:21, from arch/arm/mach-omap2/hsmmc.c:19: arch/arm/plat-omap/include/plat/opp.h: In function 'opp_find_freq_exact': arch/arm/plat-omap/include/plat/opp.h:255:

[PATCH 0/2 V6] Enable DSS on zoom2/3 and 3630 sdp boards

2010-04-26 Thread Y, Kishore
From: Kishore Y kishor...@ti.com This patch series enables DSS and FB in zoom2, zoom3 and 3630sdp. Changes from version 5: - incorporated changes suggested by Vaibhav OMAP: DSS: Enable display on ZOOM2/3 3630SDP - Included display in boards and enabled in defconfig OMAP: DSS: Add

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

2010-04-26 Thread Y, Kishore
board-zoom-display.c added as a common file for display fucntionality on boards zoom2, zoom3 and 3630sdp Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Kishore Y kishor...@ti.com Reviewed-by: Gadiyar, Anand gadi...@ti.com --- arch/arm/mach-omap2/Makefile |3 +

[PATCH 2/2 V6] OMAP: DSS: Enable display on ZOOM2/3 3630SDP

2010-04-26 Thread Y, Kishore
Enable dss and framebuffer on zoom2, zoom3 and 3630sdp boards. Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Kishore Y kishor...@ti.com Reviewed-by: Gadiyar, Anand gadi...@ti.com --- arch/arm/configs/omap_3630sdp_defconfig | 60 ++-

RE: [PATCH 2/2 V6] OMAP: DSS: Enable display on ZOOM2/3 3630SDP

2010-04-26 Thread Hiremath, Vaibhav
-Original Message- From: Y, Kishore Sent: Monday, April 26, 2010 6:36 PM To: Tomi Valkeinen; Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org Subject: [PATCH 2/2 V6] OMAP: DSS: Enable display on ZOOM2/3 3630SDP Enable dss and framebuffer on zoom2, zoom3 and 3630sdp boards.

RE: [PATCH 2/2 V6] OMAP: DSS: Enable display on ZOOM2/3 3630SDP

2010-04-26 Thread Y, Kishore
-Original Message- From: Hiremath, Vaibhav Sent: Monday, April 26, 2010 6:57 PM To: Y, Kishore; Tomi Valkeinen Cc: linux-omap@vger.kernel.org Subject: RE: [PATCH 2/2 V6] OMAP: DSS: Enable display on ZOOM2/3 3630SDP -Original Message- From: Y, Kishore Sent: Monday,

[PATCH V2] OMAP3630:DSS2: Updating MAX divider value

2010-04-26 Thread Y, Kishore
From 5f2a14ec8dd5ddb80532f898be3575379008ea56 Mon Sep 17 00:00:00 2001 From: Kishore Y kishor...@ti.com Date: Sun, 25 Apr 2010 16:27:19 +0530 Subject: [PATCH] OMAP3630:DSS2: Updating MAX divider value In DPLL4 M3, M4, M5 and M6 field width has been increased by 1 bit in 3630. So the max divider

RE: [PATCH V2] OMAP3630:DSS2: Updating MAX divider value

2010-04-26 Thread Hiremath, Vaibhav
-Original Message- From: Y, Kishore Sent: Monday, April 26, 2010 7:14 PM To: Tomi Valkeinen; Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org Subject: [PATCH V2] OMAP3630:DSS2: Updating MAX divider value From 5f2a14ec8dd5ddb80532f898be3575379008ea56 Mon Sep 17 00:00:00 2001

Re: [PATCH 2/2 V6] OMAP: DSS: Enable display on ZOOM2/3 3630SDP

2010-04-26 Thread Koen Kooi
Op 26 apr 2010, om 15:27 heeft Hiremath, Vaibhav het volgende geschreven: +CONFIG_FRAMEBUFFER_CONSOLE=y [Hiremath, Vaibhav] Are you sure you want FRAMEBUFFER_CONSOLE option to be enabled here? This actually brings a dark cursor on display which is annoying. Atleast I have seen multiple

Re: [PATCH v2] dma: fix scope of errata i88 upto 3430ES1.0

2010-04-26 Thread Venkatraman S
Tony Lindgren t...@atomide.com wrote: * Venkatraman S svenk...@ti.com [100419 03:47]: Hi Tony, Venkatraman S svenk...@ti.com wrote: From 2799506180649cbb61d24cf2b4171425b2e1fa80 Mon Sep 17 00:00:00 2001 From: Venkatraman S svenk...@ti.com Date: Mon, 5 Apr 2010 20:56:27 +0530 Subject:

RE: [PATCH 2/2 V6] OMAP: DSS: Enable display on ZOOM2/3 3630SDP

2010-04-26 Thread Hiremath, Vaibhav
-Original Message- From: Koen Kooi [mailto:k...@dominion.thruhere.net] Sent: Monday, April 26, 2010 8:21 PM To: Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org List Subject: Re: [PATCH 2/2 V6] OMAP: DSS: Enable display on ZOOM2/3 3630SDP Op 26 apr 2010, om 15:27 heeft

Re: [PATCH] OMAP3: PM: Fix zoom3 defconfig build

2010-04-26 Thread Nishanth Menon
Manjunatha GK had written, on 04/26/2010 08:18 AM, the following: The zoom3 defconfig build is broken with opp patches. This patch will fix the same. Build and boot tested on omap zoom3 board. Build error log: In file included from arch/arm/plat-omap/include/plat/omap-pm.h:21,

RE: [PATCH v2] omap_hsmmc: improve interrupt synchronisation

2010-04-26 Thread Madhusudhan
-Original Message- From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of Venkatraman S Sent: Monday, April 26, 2010 4:01 AM To: Adrian Hunter Cc: Madhusudhan Chikkature; linux-mmc Mailing List; linux-omap Mailing List Subject: Re: [PATCH v2] omap_hsmmc: improve

Re: new PM branch: OPP layer included

2010-04-26 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: Kevin, This merge has broken omap zoom3 build. Error log: In file included from arch/arm/plat-omap/include/plat/omap-pm.h:21, from arch/arm/mach-omap2/hsmmc.c:19: arch/arm/plat-omap/include/plat/opp.h: In function

RE: [PATCH 2/2 V6] OMAP: DSS: Enable display on ZOOM2/3 3630SDP

2010-04-26 Thread Gadiyar, Anand
Hiremath, Vaibhav wrote: Koen Kooi wrote: And please trim your replies, it is getting annoying to pinpoint replies between a gazillion unrelated lines of patch. [Hiremath, Vaibhav] Opps, actually I have set my outlook to trim it automatically for 78 characters, not sure how that happened.

Re: [PATCH] usb: Fix tusb6010 for DMA API (Re: [patch-2.6.34-rc2+ 00/11] musb patches (v2))

2010-04-26 Thread Tony Lindgren
* Felipe Balbi m...@felipebalbi.com [100425 06:30]: On Fri, Apr 23, 2010 at 03:08:53PM -0700, Greg KH wrote: On Fri, Apr 23, 2010 at 02:23:08PM -0700, Tony Lindgren wrote: * Greg KH g...@kroah.com [100423 14:05]: On Thu, Mar 25, 2010 at 01:14:22PM +0200, Felipe Balbi wrote: Hi Greg,

Re: [PATCH] OMAP3: PM: Fix zoom3 defconfig build

2010-04-26 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: Manjunatha GK had written, on 04/26/2010 08:18 AM, the following: The zoom3 defconfig build is broken with opp patches. This patch will fix the same. Build and boot tested on omap zoom3 board. Build error log: In file included from

Re: [PATCH 01/10] OMAP1 clock: fix section mismatch on clk_init

2010-04-26 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [100426 00:03]: From: Felipe Balbi felipe.ba...@nokia.com remove the section annotation from omap1_clk_disable_unused() to kill the section mismatch warning. In the long term this should be fixed properly. The disable_unused is only called once with a

Re: [PATCH] OMAP: fix gpmc nand setup when no timings supplied

2010-04-26 Thread Tony Lindgren
* Mike Rapoport m...@compulab.co.il [100422 01:41]: Ghorai, Sukumar wrote: CM-T35, for instance can be assembled with different NAND flash chips. Besides, boards that use NAND as primary boot device, we anyway depend on proper GPMC configuration in the bootloader chain. Having ability to

Re: [PATCH v3 2/5(7)] OMAP1: Amstrad Delta: add a handler for processing interrupts generated by the FIQ routine

2010-04-26 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [100422 18:20]: Friday 23 April 2010 01:17:26 Tony Lindgren napisał(a): * Janusz Krzysztofik jkrzy...@tis.icnet.pl [100414 19:24]: This patch introduces an IRQ handler used for processing interrupts generated by the FIQ handler when it decides

Re: [PATCH] OMAP3: CLK: FIX: warning SR fclk clk domain not found

2010-04-26 Thread Kevin Hilman
Ambresh K ambr...@ti.com writes: Added clock domain name to sr[1,2] clk structure to fix warning while initialising sr hwmod during boot-up. Signed-off-by: Ambresh K ambr...@ti.com Please add a better subject and changelog. Something that would be more useful when looking at this in git

Re: [PATCH 4/4] OMAP3: PM: export chip IDCODE, Production ID and Die ID

2010-04-26 Thread Tony Lindgren
* Eduardo Valentin eduardo.valen...@nokia.com [100426 01:20]: From: Eduardo Valentin eduardo.valen...@nokia.com This patch exports the OMAP3 IDCODE, Production ID and Die ID to userspace via /proc/cpuinfo using the system_soc_info. This can be used to track down silicon specific issues.

[GIT PULL] omap fixes for v2.6.34-rc5

2010-04-26 Thread Tony Lindgren
Hi Linus, Please pull omap fixes from: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus Regards, Tony The following changes since commit b91ce4d14a21fc04d165be30319541e0f9204f15: Linus Torvalds (1): Merge

Re: [PATCH] usb: Fix tusb6010 for DMA API (Re: [patch-2.6.34-rc2+ 00/11] musb patches (v2))

2010-04-26 Thread Greg KH
On Mon, Apr 26, 2010 at 10:53:24AM -0700, Tony Lindgren wrote: * Felipe Balbi m...@felipebalbi.com [100425 06:30]: On Fri, Apr 23, 2010 at 03:08:53PM -0700, Greg KH wrote: On Fri, Apr 23, 2010 at 02:23:08PM -0700, Tony Lindgren wrote: * Greg KH g...@kroah.com [100423 14:05]: On Thu,

Re: [PATCH] usb: Fix tusb6010 for DMA API (Re: [patch-2.6.34-rc2+ 00/11] musb patches (v2))

2010-04-26 Thread Tony Lindgren
* Greg KH g...@kroah.com [100426 12:00]: On Mon, Apr 26, 2010 at 10:53:24AM -0700, Tony Lindgren wrote: * Felipe Balbi m...@felipebalbi.com [100425 06:30]: On Fri, Apr 23, 2010 at 03:08:53PM -0700, Greg KH wrote: On Fri, Apr 23, 2010 at 02:23:08PM -0700, Tony Lindgren wrote: * Greg

RE: [PATCH 4/4][v4] OMAP:iommu- add TLB preservation support

2010-04-26 Thread Kanigeri, Hari
Hi Hiroshi, -Original Message- From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] Sent: Saturday, April 24, 2010 1:45 AM To: Kanigeri, Hari Cc: Gupta, Ramesh; linux-omap@vger.kernel.org Subject: Re: [PATCH 4/4][v4] OMAP:iommu- add TLB preservation support From: ext Kanigeri,

Re: [PATCH v2] omap_hsmmc: improve interrupt synchronisation

2010-04-26 Thread Tony Lindgren
* Madhusudhan madhu...@ti.com [100426 08:17]: -Original Message- From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of Venkatraman S Sent: Monday, April 26, 2010 4:01 AM To: Adrian Hunter Cc: Madhusudhan Chikkature; linux-mmc Mailing List; linux-omap Mailing

[PATCH] OMAP3: PRCM interrupt: only check for enabled PRCM IRQs

2010-04-26 Thread Kevin Hilman
While handling PRCM IRQs, mask out interrupts that are not enabled in PRM_IRQENABLE_MPU. If these are not masked out, non-enabled interrupts are caught and a WARN() is dumped. This was noticed using SmartReflex transitions which cause the VPx_* interrupts to be handled since they are set in

Re: [RFC][PATCH] [I2C]pass scll, sclh through board file for Errata i585

2010-04-26 Thread Tony Lindgren
* balaj...@ti.com balaj...@ti.com [100419 07:59]: From: Balaji T K balaj...@ti.com Errata ID: i535 - I2C1 to 3 SCL low period is shorter in FS mode Due to IO cell influence, I2C1 to 3 SCL low period can be shorter than expected. As a result, I2C AC timing (SCL minimum low period) in FS

Re: [PATCH 1/1] i2c-omap: add mpu wake up latency constraint in i2c

2010-04-26 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [100421 11:59]: From: Kalle Jokiniemi kalle.jokini...@digia.com While waiting for completion of the i2c transfer, the MPU could hit OFF mode and cause several msecs of delay that made i2c transfers fail more often. The extra delays and subsequent

Re: [PATCH 1/1] i2c-omap: add mpu wake up latency constraint in i2c

2010-04-26 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Kevin Hilman khil...@deeprootsystems.com [100421 11:59]: From: Kalle Jokiniemi kalle.jokini...@digia.com While waiting for completion of the i2c transfer, the MPU could hit OFF mode and cause several msecs of delay that made i2c transfers fail more

Re: [PATCH 1/1] i2c-omap: add mpu wake up latency constraint in i2c

2010-04-26 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [100426 15:57]: Tony Lindgren t...@atomide.com writes: +#ifdef CONFIG_ARCH_OMAP3 +/* + * omap_i2c_set_wfc_mpu_wkup_lat - sets mpu wake up constraint + * @dev: i2c bus device pointer + * @val: latency constraint to set, -1 to disable

OMAP3: Linux Without a Boot Loader?

2010-04-26 Thread Nishanth Menon
Hi, Before I start, a Disclaimer: This is more of a can it be done project, Don't do this to a production device and flame me.. at least not yet, IMHO ;) In ELC2010(SFO), Greg Ungerer showed how to do a boot of kernel without the need for a bootloader.

Re: [PATCH 1/1] i2c-omap: add mpu wake up latency constraint in i2c

2010-04-26 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Kevin Hilman khil...@deeprootsystems.com [100426 15:57]: Tony Lindgren t...@atomide.com writes: +#ifdef CONFIG_ARCH_OMAP3 +/* + * omap_i2c_set_wfc_mpu_wkup_lat - sets mpu wake up constraint + * @dev:i2c bus device pointer + * @val:latency

Re: [PATCH 1/1] i2c-omap: add mpu wake up latency constraint in i2c

2010-04-26 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [100426 16:27]: + if (cpu_is_omap34xx()) + pd-set_mpu_wkup_lat = omap_i2c_set_wfc_mpu_wkup_lat; BTW, in your version looks like compile will break if CONFIG_ARCH_OMAP3 is not set. it shouldn't since if !CONFIG_ARCH_OMAP3,

[APPLIED] [PATCH v2 1/2] omap i2c: make errata 1.153 workaround a separate

2010-04-26 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: i2c-omap-for-ben Initial commit ID (Likely to change): 36d6678b28d8a46cebf3d3adeb9d297e86a18d95 PatchWorks http://patchwork.kernel.org/patch/88171/ Git (Likely to change, and takes a while to get

Re: OMAP3: Linux Without a Boot Loader?

2010-04-26 Thread Juha Kuikka
On Mon, Apr 26, 2010 at 4:19 PM, Nishanth Menon n...@ti.com wrote: The final image looks as follows:        +-+        | Configuration       |        | Header              |        +-+        | Sty               |        +-+      

Re: [PATCH] OMAP3: PRCM interrupt: only check for enabled PRCM IRQs

2010-04-26 Thread Mike Turquette
Kevin Hilman wrote: While handling PRCM IRQs, mask out interrupts that are not enabled in PRM_IRQENABLE_MPU. If these are not masked out, non-enabled interrupts are caught and a WARN() is dumped. This was noticed using SmartReflex transitions which cause the VPx_* interrupts to be handled

Re: [PATCH] OMAP3: PRCM interrupt: only check for enabled PRCM IRQs

2010-04-26 Thread Mike Turquette
Turquette, Mike wrote: Kevin Hilman wrote: While handling PRCM IRQs, mask out interrupts that are not enabled in PRM_IRQENABLE_MPU. If these are not masked out, non-enabled interrupts are caught and a WARN() is dumped. This was noticed using SmartReflex transitions which cause the VPx_*

Re: OMAP3: Linux Without a Boot Loader?

2010-04-26 Thread Nishanth Menon
On 04/26/2010 07:22 PM, Juha Kuikka wrote: On Mon, Apr 26, 2010 at 4:19 PM, Nishanth Menonn...@ti.com wrote: The final image looks as follows: +-+ | Configuration | | Header | +-+ | Sty

Re: OMAP3: Linux Without a Boot Loader?

2010-04-26 Thread Greg Ungerer
Hi Nishanth, Nishanth Menon wrote: Hi, Before I start, a Disclaimer: This is more of a can it be done project, Don't do this to a production device and flame me.. at least not yet, IMHO ;) In ELC2010(SFO), Greg Ungerer showed how to do a boot of kernel without the need for a

Re: OMAP3: Linux Without a Boot Loader?

2010-04-26 Thread Greg Ungerer
Hi Nishanth, Nishanth Menon wrote: Hi, Before I start, a Disclaimer: This is more of a can it be done project, Don't do this to a production device and flame me.. at least not yet, IMHO ;) In ELC2010(SFO), Greg Ungerer showed how to do a boot of kernel without the need for a

Re: [PATCH] OMAP: fix gpmc nand setup when no timings supplied

2010-04-26 Thread Vimal Singh
On Mon, Apr 26, 2010 at 11:44 PM, Tony Lindgren t...@atomide.com wrote: * Mike Rapoport m...@compulab.co.il [100422 01:41]: Ghorai, Sukumar wrote: CM-T35, for instance can be assembled with different NAND flash chips. Besides, boards that use NAND as primary boot device, we anyway depend on

[PATCH 1/1] omap iommu: introduce iteration macro for iotlb entry scan

2010-04-26 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com There are some places to scan iotlb entries. This iteration macro could make these code a bit simpler with proceeding iotlb entries transparently. Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com Tested-by: Hari Kanigeri h-kanige...@ti.com ---