Re: How to enable dvfs in omap.

2011-02-13 Thread Kahn, Gery
Dear Nishanth, Thank you for the git. The pull worked good without problem. During compilation i found such problem: arch/arm/plat-omap/cpu-omap.c:142: error: 'struct cpuinfo_arm' has no member named 'loops_per_jiffy' Is there solution for the issue? Gery On Sat, Feb 12, 2011 at 13:51,

Re: How to enable dvfs in omap.

2011-02-13 Thread Koen Kooi
Op 12 feb 2011, om 12:51 heeft Nishanth Menon het volgende geschreven: Mohamed Thalib H wrote, on 02/12/2011 04:42 PM: Hi Santosh, Thanks for the help . Regareds, Mohamed Thalib H. On Saturday 12 February 2011 04:27 PM, Santosh Shilimkar wrote: -Original Message- From:

Re: How to enable dvfs in omap.

2011-02-13 Thread Nishanth Menon
Kahn, Gery wrote, on 02/13/2011 08:39 PM: Thank you for the git. The pull worked good without problem. During compilation i found such problem: arch/arm/plat-omap/cpu-omap.c:142: error: 'struct ' has no member named 'loops_per_jiffy' Is there solution for the issue? Aaah.. one possibility

Re: How to enable dvfs in omap.

2011-02-13 Thread Nishanth Menon
Koen Kooi wrote, on 02/13/2011 09:08 PM: Do you also have a branch that is fully rebased with no merge commits? well.. the tree's pm-base is a merge from Kevin's pm branch to the latest RC. that is the baseline for any devel for -39-rc1 (contains cpufreq, pm-fixes for .38rcs + accepted patches

Re: [PATCH 6/6] ARM: pm: allow generic sleep code to be used with SMP CPU idle

2011-02-13 Thread Colin Cross
On Fri, Feb 11, 2011 at 8:19 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: Allow the generic sleep code to be used with SMP CPU idle by storing N CPU stack pointers rather than just one. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk ---  arch/arm/kernel/sleep.S |   26

Re: [PATCH] mcspi: Add support for GPIO chip select lines

2011-02-13 Thread Ben Gamari
On Sat, 12 Feb 2011 01:33:24 -0700, Grant Likely grant.lik...@secretlab.ca wrote: (Sorry for the really laggy reply) No worries, I was just starting to think about this again myself. I don't see it being that big a deal. gpio drivers are pretty lightweight and it is fine to have

Re: [RFC/PATCH 1/3] OMAP: IOMMU: Add generic IOMMU errors code

2011-02-13 Thread Varadarajan, Charulatha
On Sat, Feb 12, 2011 at 18:42, David Cohen daco...@gmail.com wrote: Generic IOMMU errors code are necessary to handle errors on generic layer. Signed-off-by: David Cohen daco...@gmail.com ---  arch/arm/plat-omap/include/plat/iommu.h |    7 +++  1 files changed, 7 insertions(+), 0

Re: [PATCH] OMAP: IOMMU: add missing function declaration

2011-02-13 Thread Varadarajan, Charulatha
On Sat, Feb 12, 2011 at 19:09, David Cohen daco...@gmail.com wrote: Function declaration 'iopgtable_lookup_entry' is missing from header file. Is this done because of any error? You may add a comment on why this is required. Signed-off-by: David Cohen daco...@gmail.com ---  

RE: [PATCH 3/5] ARM: l2x0: Errata fix for flush by Way operation can cause data corruption

2011-02-13 Thread Santosh Shilimkar
-Original Message- From: Andrei Warkentin [mailto:andr...@motorola.com] Sent: Sunday, February 13, 2011 4:48 AM To: Santosh Shilimkar Cc: linux-omap@vger.kernel.org; Kevin Hilman; t...@atomide.com; linux-arm-ker...@lists.infradead.org; Catalin Marinas Subject: Re: [PATCH 3/5] ARM:

[PATCH 0/5] Panda: Support for WLAN on WL127x

2011-02-13 Thread panduranga_mallireddy
From: Panduranga Mallireddy panduranga_mallire...@ti.com Adding support for WLAN on Panda board using wl12xx and mac80211 drivers Patches were tested on Panda board. These patches add software control for emulating card detect events, add board configurations to support the wl127x device.

[PATCH 4/5] omap: panda: add mmc5/wl1271 device support

2011-02-13 Thread panduranga_mallireddy
From: Panduranga Mallireddy panduranga_mallire...@ti.com Add MMC5 support on PANDA, which has the wl1271 device hardwired to. The wl1271 is a 4-wire, 1.8V, embedded SDIO WLAN device with an external IRQ line, and power-controlled by a GPIO-based fixed regulator. Based on the patch for

[PATCH 3/5] omap: panda: add fixed regulator device for wlan

2011-02-13 Thread panduranga_mallireddy
From: Panduranga Mallireddy panduranga_mallire...@ti.com Add a fixed regulator vmmc device to enable power control of the wl1271 wlan device. Based on the patch for zoom by Ohad Ben-Cohen o...@wizery.com Signed-off-by: Panduranga Mallireddy panduranga_mallire...@ti.com ---

[PATCH 5/5] OMAP: hsmmc: Enable MMC4 and MMC5 on OMAP4 platforms

2011-02-13 Thread panduranga_mallireddy
From: Kishore Kadiyala kishore.kadiy...@ti.com OMAP4 supports up to 5 MMC controllers, but only 3 of these were initialized. MMC5 is used by wl12xx chip. So initialize MMC4 and MMC5. Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com Signed-off-by: Panduranga Mallireddy

[PATCH 1/5] omap: panda: wlan board muxing

2011-02-13 Thread panduranga_mallireddy
From: Panduranga Mallireddy panduranga_mallire...@ti.com Add board muxing to support the wlan wl1271 chip that is hardwired to mmc5 (fifth mmc controller) on the PANDA. Based on the wlan board muxing for zoom3 by Ohad Ben-Cohen oh...@ti.com Signed-off-by: Panduranga Mallireddy

[PATCH 2/5] omap: select REGULATOR_FIXED_VOLTAGE by default for panda and sdp4430

2011-02-13 Thread panduranga_mallireddy
From: Panduranga Mallireddy panduranga_mallire...@ti.com Power to the wl12xx wlan device is controlled by a fixed regulator. Boards that have the wl12xx should select REGULATOR_FIXED_VOLTAGE. Signed-off-by: Panduranga Mallireddy panduranga_mallire...@ti.com --- arch/arm/mach-omap2/Kconfig |2

Re: [PATCH 1/5] omap: panda: wlan board muxing

2011-02-13 Thread Ohad Ben-Cohen
Hi Pandu, On Mon, Feb 14, 2011 at 9:19 AM, panduranga_mallire...@ti.com wrote: +       /* WLAN IRQ - GPIO 53 */ +       OMAP4_MUX(GPMC_NCS3, OMAP_MUX_MODE3 | OMAP_PIN_INPUT_PULLUP), Actually we don't need to pull up the IRQ line - it is always held by the 1271 device, and there's no need for