SEARCH  

NEWS

2010.10.06:11:36:28
Najpopularniejsze domeny dla Twojej firmy w nazwa.pl (reklama)
Myślisz o zdobyciu zagranicznych rynków? Chcesz mieć adresy WWW w najbardziej rozpoznawalnych domenach? A może chciałbyś zabezpieczyć swoją markę przed wykorzystaniem jej przez kogoś innego? Powinieneś więc rozważyć rejestrację firmowych adresów WWW zawierających najpopularniejsze rozszerzenia używane na świecie.

 

127020274486_503760007717Gadiyar Anand

 
154427544793_587660007141Felipe Balbi

 
194927224141_565160007173Gadiyar Anand

 
112027324233_508260007028Gadiyar Anand

 
145026704570_579760007161Shilimkar Santosh
Felipe Balbi wrote: Hi, On Fri, Aug 20, 2010 at 07:47:07AM +0200, ext Gadiyar, Anand wrote: The differences between OMAP3 and OMAP4 are: - The OMAP4 has a different set of clocks which d

 
193929844189_542560007196Shubhrajyoti D

 
114125654951_593460007789Kevin Hilman
Datta, Shubhrajyoti wrote: Subject: [RFC PATCH] Board support for the the GPIO keys Please tag $SUBJECT with something like "omap: 4430sdp: " Board support for the GPIO keys. The

 
107423894511_521660007445Varadarajan Charulat
Thanks for the review -----Original Message----- From: Kevin Hilman [ rel="nofollow" mailto:khilman@xxxxxxxxxxxxxxxxxxx mailto:khilman@xxxxxxxxxxxxxxxxxxx ] Sent: Thursday, August 26, 2010

 
138921604176_562260007469Murphy Dan
Hi Charu, Agree to your comments. Will fix them. -----Original Message----- From: Varadarajan, Charulatha Sent: Friday, August 20, 2010 12:13 PM To: Datta, Shubhrajyoti; linux-omap@xxxxxxxxx

 
165126934138_522160007852Marc Chalain

 
138224284836_557260007857Robert Nelson

 
176829944421_571860007862Robert Nelson
system_rev comes from u-boot and is a constant 0x20, so Bx boards also fall in this if and will get setup with the wrong gpio_wp pin. Switch to using the Beagle revision routine to correcly set pi

 
150720014251_501860007290Robert Nelson
On Wed, 18 Aug 2010 10:56:51 -0500 Robert Nelson <robertcnelson@xxxxxxxxx wrote: + ret = gpio_request(171, "rev_id_0"); + if (ret < 0) + goto fail0; + + ret = gpio_reques

 
146326074451_564060007694Keshava Munegowda
Make TLL channel count a parameter instead of a hardcoded value. This allows us to be flexible with future OMAP revisions which could have a different number of channels. Signed-off-by: Keshava Mune

 
110828804387_524660007877Keshava Munegowda
Rename usbhost2_120m_fck to usbhost_hs_fck and usbhost1_48m_fck to usbhost_fs_fck, so that we can reuse the names across OMAP3 and OMAP4. OMAP3 and OMAP4 have similar clocks, with different frequenc

 
109824834305_593560007157Keshava Munegowda
The PHY reset code is moved at the begining and end of the function omap_start_ehc. This simplfies the writing clocks enabling code for OMAP4 later. Signed-off-by: Keshava Munegowda <keshava_mg

 
179128234151_521260007078Munegowda Keshava
Make TLL channel count a parameter instead of a hardcoded value. This allows us to be flexible with future OMAP revisions which could have a different number of channels. Signed-off-by: Keshava Mune

 
107320484079_532460007297Munegowda Keshava

 
161525304904_506560007132Munegowda Keshava

 
176022774012_514760007113Gadiyar Anand

 
102426234597_532960007652Greg KH
-----Original Message----- From: Munegowda, Keshava Sent: Wednesday, August 18, 2010 8:26 AM To: linux-usb@xxxxxxxxxxxxxxx; linux-omap@xxxxxxxxxxxxxxx Cc: Munegowda, Keshava Subject: [PAT

 
148623484475_563860007015Hema HK
-----Original Message----- From: Greg KH [ rel="nofollow" mailto:greg@xxxxxxxxx mailto:greg@xxxxxxxxx ] Sent: Wednesday, September 08, 2010 2:26 PM To: Munegowda, Keshava Cc: linux-usb-o

 
171626344064_579560007130Kalliguddi Hema
Hema HK <hemahk@xxxxxx writes: Calling runtime pm APIs pm_runtime_put_sync() and pm_runtime_get_sync() for enabling/disabling the clocks,sysconfig settings. used omap_hwmod_enable_wakeup

 
109125734660_599660007829Kalliguddi Hema
"Kalliguddi, Hema" <hemahk@xxxxxx writes: static int musb_platform_resume(struct musb *musb) { u32 l; + struct device *dev = musb- controller; + struct

 
112823994106_514060007630Kevin Hilman
OMAP USBOTG modules has a requirement to set the auto idle bit only after setting smart idle bit. Modified the _sys_enable api to set the smart idle first and then the autoidle bit. Setting this will

 
125425704252_585260007810Hema HK
Hi, -----Original Message----- From: Kevin Hilman [ rel="nofollow" mailto:khilman@xxxxxxxxxxxxxxxxxxx mailto:khilman@xxxxxxxxxxxxxxxxxxx ] Sent: Thursday, August 26, 2010 5:12 AM To: Kallig

 
150323854157_597960007718Kalliguddi Hema
Hema HK <hemahk@xxxxxx writes: With OMAP core-off support musb was not functional as context was getting lost after wakeup from core-off. And also musb was blocking the core-off after load

 
199427394351_505760007308Kalliguddi Hema
"Kalliguddi, Hema" <hemahk@xxxxxx writes: -----Original Message----- From: Kevin Hilman [ rel="nofollow" mailto:khilman@xxxxxxxxxxxxxxxxxxx mailto:khilman@xxxxxxxxxxxxxxxxxxx ]

 
118826254882_584860007520Hema HK
Using omap_device_build api instead of platform_device_register for musb device registration.The device specific resources defined in centralized database will be used. So removed the resource defini

 
167727494919_578360007464Hema HK
OMAP3 hwmod data stuctures are populated with base address, L3 and L4 interface clocks, IRQs,and sysconfig register details. Signed-off-by: Hema HK <hemahk@xxxxxx Cc: Felipe Balbi <felipe.bal

 
141321434034_566660007933Hema HK
Modified the Omap,Blackfin and Davinci board files to add the name of the IRQs in the resource structures and musb driver to use the get_irq_byname() api to get the mc and dma irq numbers instead of

 
147524984318_563360007340Kalliguddi Hema
Hema HK <hemahk@xxxxxx writes: Cc: Felipe Balbi <felipe.balbi@xxxxxxxxx Cc: Tony Lindgren <tony@xxxxxxxxxxx Cc: Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx Cc: Cousson, Benoit

 
135024704078_570160007612Krogerus Heikki EXTT
-----Original Message----- From: Kevin Hilman [ rel="nofollow" mailto:khilman@xxxxxxxxxxxxxxxxxxx mailto:khilman@xxxxxxxxxxxxxxxxxxx ] Sent: Thursday, August 26, 2010 5:29 AM To: Kalligudd

 
100927164237_589260007858Heikki Krogerus
On Wed, Aug 18, 2010 at 04:01:05PM +0300, Krogerus Heikki (EXT-Teleca/Helsinki) wrote: From: Heikki Krogerus <ext-heikki.krogerus@xxxxxxxxx NXP ISP1704 is Battery Charging Specification 1.

 
141122404606_532960007495Heikki Krogerus

 
179424374639_582860007633Thara Gopinath
+static void isp1704_charger_work(struct work_struct *data) +{ + struct isp1704_charger *isp = + container_of(data, struct isp1704_charger, work); + + /* FIXME Only supporting dedicated

 
176025784131_507860007607Kevin Hilman
This patch introduces a user list of devices associated with each voltage domain instance. The user list is implemented using plist structure with priority node populated with the voltage values. Thi

 
141825614076_549760007604Kevin Hilman
Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx writes: + if (!found) { + user = kzalloc(sizeof(struct omap_vdd_user_list), GFP_KERNEL); + if (!user) { + pr_err("%s: Unable to cre

 
110922724319_534760007884Nishanth Menon
Hello, On Wed, 01 Sep 2010 15:51:40 -0700 Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx wrote: Looking closer at this, keeping track of a list of devices and constraints is what the regulator f

 
120425744124_581160007147Nishanth Menon
On Thu, 2 Sep 2010 03:17:56 -0500, Nishanth Menon <nm@xxxxxx wrote: Just brainstorming - if we use the regulator framework - there are potential benefits - agreed. BUT, consider the cpuidle

 
130626974584_594560007687Nishanth Menon
Hi, On Thu, 2 Sep 2010 05:17:01 -0500, Nishanth Menon <nm@xxxxxx wrote: note - if we allow unlock of irqs at this point, we cannot predictably progress down the logic. spin_unlock() would

 
157822854264_570960007475Kevin Hilman
Hi, On Thu, 2 Sep 2010 05:40:56 -0500, Nishanth Menon <nm@xxxxxx wrote: Felipe Balbi had written, on 09/02/2010 05:28 AM, the following: Hi, On Thu, 2 Sep 2010 05:17:01 -0500, Nishan

 
131627824036_539260007299Kevin Hilman

 
199723884571_531560007735Kevin Hilman
-----Original Message----- From: Kevin Hilman [ rel="nofollow" mailto:khilman@xxxxxxxxxxxxxxxxxxx mailto:khilman@xxxxxxxxxxxxxxxxxxx ] Sent: Thursday, September 02, 2010 4:22 AM To: Gopi

 
119929404309_532360007213Kevin Hilman
On Fri, Sep 03, 2010 at 09:41:11AM -0700, Kevin Hilman wrote: Like you, Im no expert on the regulator framework internals, but it appears to have a pretty thorough system of constraints manageme

 
147120564911_505560007435Eduardo Valentin
On Fri, Sep 03, 2010 at 11:00:31AM -0700, Kevin Hilman wrote: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx writes: The only thing I can think you might need to do if this is just straig

 
174225794720_500660007082Mark Brown
On Mon, 2010-09-06 at 22:59 +0300, Eduardo Valentin wrote: Hello, On Fri, Sep 03, 2010 at 08:20:52PM +0200, Mark Brown wrote: On Fri, Sep 03, 2010 at 11:00:31AM -0700, Kevin Hilman wrote:

 
148126044864_551860007142Mark Brown
"Gopinath, Thara" <thara@xxxxxx writes: [...] I agree probably regulator framework would be the best place for this but then IMO regulator framework needs a lot of changes to s

 
181729934530_538860007264Thara Gopinath
This patch extends the device hwmod structure to contain info about the voltage domain to which the device belongs to. This is needed to support a device based DVFS where the device knows which volta

 
112325074204_543260007954Kevin Hilman
Thara Gopinath <thara@xxxxxx writes: This patch adds an API in the opp layer that can be used by the voltage layer to get a list of all the scalable devices belonging to a particular volta