From: Kevin Hilman <khilman@deeprootsystems.com>
To: Koen Kooi <k.kooi@student.utwente.nl>
Cc: linux-omap@vger.kernel.org
Subject: Re: PM branch updates: 3430sdp and omap3evm results
Date: Tue, 27 Jan 2009 11:52:49 -0800 [thread overview]
Message-ID: <87wscgsezy.fsf@deeprootsystems.com> (raw)
In-Reply-To: <C4A9358E-0172-49B4-9E23-21A87732C37B@student.utwente.nl> (Koen Kooi's message of "Tue\, 27 Jan 2009 20\:29\:10 +0100")
Koen Kooi <k.kooi@student.utwente.nl> writes:
> Op 27 jan 2009, om 19:16 heeft Kevin Hilman het volgende geschreven:
>
>> Hello,
>>
>> I've updated the PM branch with a couple of fixes that get it working
>> on the 3430SDP.
>
> Any chance of the beagle cpufreq patch ending up in the branch?
>
Yes, a 100% chance. :)
I reworked the version you sent me to use a common header for the
rates since it was shared between beagle and SDP.
Just pushed it to my pm branch[1].
NOTE: Tony's tree wont sync yet for while, so I recomment you pull
straight from mine. Also, I just pushed this, so the git.kernel.org
mirrors might take some time to sync up as well.
The tip of the branch should now be:
OMAP3: PM: add common OPP definitions and use them on Beagle
Kevin
[1] http://git.kernel.org/?p=linux/kernel/git/khilman/linux-omap-pm.git;a=summary
>>
>>
>> For it to work on the SDP, you need the latest u-boot from the
>> omapzoom u-boot tree[1]. This fixes the problems I was having with
>> the D2D clockdomain remaining active or hanging upon clock disable.
>>
>> For omap3evm, it is not hitting retention because it uses the GPIO
>> debounce feature for the touchscreen and the GPIO debounce clocks are
>> not disabled in idle or suspend. As a temporary hack, you can test
>> the patch below[2] which simply doesn't call the gpio debounce
>> functions for the touchscreen. In the meantime, I'm working on a
>> patch to disable the debounce clocks on idle.
>>
>> Kevin
>>
>> [1] git://git.omapzoom.org/repo/u-boot.git
>>
>> [2]
>> da7df18bc7f5648ac7fe6e674065ca5899ff8d3d
>> arch/arm/mach-omap2/board-omap3evm.c | 4 ++--
>> 1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-
>> omap2/board-omap3evm.c
>> index 6fbbe95..18a07b5 100644
>> --- a/arch/arm/mach-omap2/board-omap3evm.c
>> +++ b/arch/arm/mach-omap2/board-omap3evm.c
>> @@ -176,8 +176,8 @@ static void ads7846_dev_init(void)
>>
>> gpio_direction_input(OMAP3_EVM_TS_GPIO);
>>
>> - omap_set_gpio_debounce(OMAP3_EVM_TS_GPIO, 1);
>> - omap_set_gpio_debounce_time(OMAP3_EVM_TS_GPIO, 0xa);
>> +/* omap_set_gpio_debounce(OMAP3_EVM_TS_GPIO, 1); */
>> +/* omap_set_gpio_debounce_time(OMAP3_EVM_TS_GPIO, 0xa); */
>> }
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-
>> omap" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
next prev parent reply other threads:[~2009-01-27 19:52 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-27 18:16 PM branch updates: 3430sdp and omap3evm results Kevin Hilman
2009-01-27 19:29 ` Koen Kooi
2009-01-27 19:52 ` Kevin Hilman [this message]
2009-01-27 20:00 ` Koen Kooi
2009-02-01 14:05 ` Ramesh Gupta Guntha
2009-02-04 5:34 ` Ramesh Gupta Guntha
2009-02-04 5:42 ` Kevin Hilman
2009-02-04 5:44 ` Ramesh Gupta Guntha
2009-02-04 6:10 ` Kevin Hilman
2009-02-04 6:24 ` Ramesh Gupta Guntha
2009-02-05 14:34 ` Kevin Hilman
2009-02-05 14:50 ` Ramesh Gupta Guntha
2009-02-10 21:01 ` Ramesh Gupta Guntha
2009-02-10 22:28 ` Kevin Hilman
2009-02-12 0:32 ` Tony Lindgren
2009-02-12 1:30 ` Ramesh Gupta Guntha
2009-02-12 12:58 ` Ramesh Gupta Guntha
2009-02-04 6:34 ` jouni.hogander
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wscgsezy.fsf@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=k.kooi@student.utwente.nl \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.