Re: [PATCH] OMAP3: hwmod: check for clkdomain pointer before accesing it to change the sleep dependencies.

2009-12-14 Thread Kevin Hilman
;>From: Kevin Hilman [mailto:khil...@deeprootsystems.com] >>>>>>Sent: Thursday, December 10, 2009 4:39 AM >>>>>>To: Gopinath, Thara >>>>>>Cc: linux-omap@vger.kernel.org; Paul Walmsley >>>>>>Subject: Re: [PATCH] OMAP3: hwmod: check for

RE: [PATCH] OMAP3: hwmod: check for clkdomain pointer before accesing it to change the sleep dependencies.

2009-12-13 Thread Gopinath, Thara
y, December 10, 2009 4:39 AM >>>>>To: Gopinath, Thara >>>>>Cc: linux-omap@vger.kernel.org; Paul Walmsley >>>>>Subject: Re: [PATCH] OMAP3: hwmod: check for clkdomain pointer before >>>>>accesing it to change the >>sleep >>>&g

Re: [PATCH] OMAP3: hwmod: check for clkdomain pointer before accesing it to change the sleep dependencies.

2009-12-11 Thread Kevin Hilman
;>From: Kevin Hilman [mailto:khil...@deeprootsystems.com] >>>>>>Sent: Thursday, December 10, 2009 4:39 AM >>>>>>To: Gopinath, Thara >>>>>>Cc: linux-omap@vger.kernel.org; Paul Walmsley >>>>>>Subject: Re: [PATCH] OMAP3: hwmod: check for

RE: [PATCH] OMAP3: hwmod: check for clkdomain pointer before accesing it to change the sleep dependencies.

2009-12-10 Thread Gopinath, Thara
y, December 10, 2009 4:39 AM >>>>>To: Gopinath, Thara >>>>>Cc: linux-omap@vger.kernel.org; Paul Walmsley >>>>>Subject: Re: [PATCH] OMAP3: hwmod: check for clkdomain pointer before >>>>>accesing it to change the >>sleep >>>&g

Re: [PATCH] OMAP3: hwmod: check for clkdomain pointer before accesing it to change the sleep dependencies.

2009-12-10 Thread Kevin Hilman
t;>>Subject: Re: [PATCH] OMAP3: hwmod: check for clkdomain pointer before >>>accesing it to change the sleep >>>dependencies. >>> >>>Thara Gopinath writes: >>> >>>> Some clock nodes like wdt1_fck, sr1_fck, sr2_fck etc do not have

RE: [PATCH] OMAP3: hwmod: check for clkdomain pointer before accesing it to change the sleep dependencies.

2009-12-09 Thread Gopinath, Thara
>>-Original Message- >>From: Kevin Hilman [mailto:khil...@deeprootsystems.com] >>Sent: Thursday, December 10, 2009 4:39 AM >>To: Gopinath, Thara >>Cc: linux-omap@vger.kernel.org; Paul Walmsley >>Subject: Re: [PATCH] OMAP3: hwmod: check for clkdom

Re: [PATCH] OMAP3: hwmod: check for clkdomain pointer before accesing it to change the sleep dependencies.

2009-12-09 Thread Kevin Hilman
Thara Gopinath writes: > Some clock nodes like wdt1_fck, sr1_fck, sr2_fck etc do not have a > clock domain associated . For such nodes accessing the clock domain pointers > in _add_initiator_dep and _del_initiator_dep, will lead to null pointer > defreferencing crash. Adding support in these fun