Re: Git pull request for omap patches for post 2.6.26

2008-07-16 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080716 10:18]: Russell, * Tony Lindgren [EMAIL PROTECTED] [080708 10:39]: * Russell King - ARM Linux [EMAIL PROTECTED] [080707 23:06]: On Thu, Jul 03, 2008 at 01:11:42PM +0300, Tony Lindgren wrote: Please pull the omap patches for post-2.6.26 from:

Re: [PATCH 0/0] Refreshed omap2 clock and powerdomain patches

2008-07-16 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080716 11:52]: This series contains the refreshed omap2 clock and powerdomain patches as some of the patches in this series have been already integrated. This patch series also available via git at:

Re: Git pull request for omap patches for post 2.6.26

2008-07-16 Thread Tony Lindgren
* Russell King - ARM Linux [EMAIL PROTECTED] [080716 12:37]: On Wed, Jul 16, 2008 at 11:57:37AM +0300, Tony Lindgren wrote: * Russell King - ARM Linux [EMAIL PROTECTED] [080716 11:46]: On Wed, Jul 16, 2008 at 11:01:24AM +0300, Tony Lindgren wrote: Well looks like all omap-upstream and

[PATCH 0/0] Power domain and clock domain patches for omap

2008-07-16 Thread Tony Lindgren
Hi all, This patch series contains power domain and clock domain specific patches for omap posted to linux-arm-kernel list during 2.6.25-rc5. I'm reposting the series to a wider audience as Russell King suspected that other archs may be interested in reviewing these too, or at least some parts

[PATCH 01/10] ARM: OMAP2: Powerdomain: Add base OMAP2/3 powerdomain code

2008-07-16 Thread Tony Lindgren
From: Paul Walmsley [EMAIL PROTECTED] This patch creates an interface to the powerdomain registers in the PRM/CM modules on OMAP2/3. This interface is intended to be used by PM code, e.g., pm.c; not by device drivers directly. Each powerdomain will be defined in later patches as static

[PATCH 02/10] ARM: OMAP2: Powerdomain: Add OMAP2/3 common powerdomains

2008-07-16 Thread Tony Lindgren
From: Paul Walmsley [EMAIL PROTECTED] Add powerdomains common to both OMAP2 and OMAP3 (WKUP and GFX/SGX). Modify mach-omap2/io.c to initialize the powerdomain code on boot. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] diff --git

[PATCH 03/10] ARM: OMAP2: Powerdomain: Add OMAP2 powerdomains

2008-07-16 Thread Tony Lindgren
From: Paul Walmsley [EMAIL PROTECTED] Add OMAP2-specific powerdomains. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] diff --git a/arch/arm/mach-omap2/powerdomains.h b/arch/arm/mach-omap2/powerdomains.h index 56c2a8f..801e3b3 100644 ---

[PATCH 04/10] ARM: OMAP: Powerdomain: Add OMAP3 powerdomains

2008-07-16 Thread Tony Lindgren
From: Paul Walmsley [EMAIL PROTECTED] Add OMAP3-specific powerdomains. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] diff --git a/arch/arm/mach-omap2/powerdomains.h b/arch/arm/mach-omap2/powerdomains.h index 801e3b3..5ad9cb0 100644 ---

[PATCH 05/10] ARM: OMAP2: Clockdomain: Add base OMAP2/3 clockdomain code

2008-07-16 Thread Tony Lindgren
From: Paul Walmsley [EMAIL PROTECTED] This patch creates an interface to the clockdomain registers in the PRM/CM modules on OMAP2/3. This interface is intended to be used by PM code, e.g., pm.c; not by device drivers directly. The patch also adds clockdomain usecount tracking. This is intended

Re: [PATCH 0/0] Refreshed omap2 clock and powerdomain patches

2008-07-16 Thread Tony Lindgren
* Russell King - ARM Linux [EMAIL PROTECTED] [080716 12:41]: On Wed, Jul 16, 2008 at 11:53:20AM +0300, Tony Lindgren wrote: This series contains the refreshed omap2 clock and powerdomain patches as some of the patches in this series have been already integrated. I think the clock and

[PATCH] PROTECT_KEY register is in the PM_MASTER module not in the PM_RECEIVER module

2008-07-16 Thread Peter 'p2' De Schrijver
This patch fixes a write to the wrong address in the triton2 chip. Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-usb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/chips/twl4030-usb.c

Kernel oops when shutting down program using usb device

2008-07-16 Thread Philip Balister
The program streams data from the USRP (Universal Software Radio Peripheral) and calculates a transfer rate. It looks like the test completes and the program ooops as it is exiting. Let me know if I can collect anything else. I am not much of a usb guy :( Philip [EMAIL

Re: Kernel oops when shutting down program using usb device

2008-07-16 Thread Alan Stern
On Wed, 16 Jul 2008, Philip Balister wrote: The program streams data from the USRP (Universal Software Radio Peripheral) and calculates a transfer rate. It looks like the test completes and the program ooops as it is exiting. Let me know if I can collect anything else. I am not much of a

Re: Kernel oops when shutting down program using usb device

2008-07-16 Thread Philip Balister
Alan Stern wrote: On Wed, 16 Jul 2008, Philip Balister wrote: The program streams data from the USRP (Universal Software Radio Peripheral) and calculates a transfer rate. It looks like the test completes and the program ooops as it is exiting. Let me know if I can collect anything else. I

Re: Kernel oops when shutting down program using usb device

2008-07-16 Thread Felipe Balbi
On Wed, Jul 16, 2008 at 05:59:01PM -0400, Philip Balister wrote: Alan Stern wrote: On Wed, 16 Jul 2008, Philip Balister wrote: The program streams data from the USRP (Universal Software Radio Peripheral) and calculates a transfer rate. It looks like the test completes and the program

[PATCH] OMAP PM interface, version 3

2008-07-16 Thread Paul Walmsley
Hello everyone, this is the third version of the OMAP PM interface patch. Major changes since the second revision: 1. set_max_mpu_wakeup_lat() has been added. This is intended to limit the amount of time needed for the MPU to wake up and enter a device driver's interrupt handler. 2.

[PATCH 0/2] OMAP3 clock: fix 96MHz clocks, usbhost_120m_fclk enable

2008-07-16 Thread Paul Walmsley
This series fixes a few bugs in the OMAP3 clock tree. The most noticeable difference is that the Clock usbhost_48m_fck didn't enable in 10 tries no longer appears during boot. --- textdata bss dec hex filename 3391587 157104 107136 3655827 37c893 vmlinux.3430sdp.orig

[PATCH 2/2] OMAP3 clock: don't wait for USBHOST IDLEST bit on usbhost_120m_fclk enable

2008-07-16 Thread Paul Walmsley
USBHOST on 3430ES2+ has both an initiator and a target CM_IDLEST bit. Previously, usbhost_48m_fclk enable waited on the wrong bit -- now fixed. Also, it appears that USBHOST module readiness (in terms of CM_IDLEST) only depends on usbhost_48m_fclk and usbhost_iclk. So don't wait on

[PATCH 1/2] OMAP3 clock: fix 96MHz clocks

2008-07-16 Thread Paul Walmsley
Fix some bugs in the OMAP3 clock tree pertaining to the 96MHz clocks. The 96MHz portion of the clock tree should now have reasonable fidelity to the 34xx TRM Rev I. One remaining question mark: it's not clear exactly which 96MHz source clock the USIM uses. This patch sticks with the previous