[PATCH 20/28] Remove OMAP_PM_SRF

2014-02-09 Thread Richard Weinberger
The symbol is an orphan, get rid of it.

Signed-off-by: Richard Weinberger 
---
 drivers/staging/tidspbridge/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/tidspbridge/Kconfig 
b/drivers/staging/tidspbridge/Kconfig
index 1b6d581..b5e74e9 100644
--- a/drivers/staging/tidspbridge/Kconfig
+++ b/drivers/staging/tidspbridge/Kconfig
@@ -17,7 +17,7 @@ menuconfig TIDSPBRIDGE
 
 config TIDSPBRIDGE_DVFS
bool "Enable Bridge Dynamic Voltage and Frequency Scaling (DVFS)"
-   depends on TIDSPBRIDGE && OMAP_PM_SRF && CPU_FREQ
+   depends on TIDSPBRIDGE && CPU_FREQ
help
  DVFS allows DSP Bridge to initiate the operating point change to
  scale the chip voltage and frequency in order to match the
-- 
1.8.4.2

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH 20/28] Remove OMAP_PM_SRF

2014-02-09 Thread Paul Bolle
On Sun, 2014-02-09 at 19:47 +0100, Richard Weinberger wrote:
> The symbol is an orphan, get rid of it.
> 
> Signed-off-by: Richard Weinberger 
> ---
>  drivers/staging/tidspbridge/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/tidspbridge/Kconfig 
> b/drivers/staging/tidspbridge/Kconfig
> index 1b6d581..b5e74e9 100644
> --- a/drivers/staging/tidspbridge/Kconfig
> +++ b/drivers/staging/tidspbridge/Kconfig
> @@ -17,7 +17,7 @@ menuconfig TIDSPBRIDGE
>  
>  config TIDSPBRIDGE_DVFS
>   bool "Enable Bridge Dynamic Voltage and Frequency Scaling (DVFS)"
> - depends on TIDSPBRIDGE && OMAP_PM_SRF && CPU_FREQ
> + depends on TIDSPBRIDGE && CPU_FREQ

You're effectively enabling the TIDSPBRIDGE_DVFS code here. As far as
I'm aware that code has _never_ been buildable (ever since it got merged
in v2.6.36).

I think TIDSPBRIDGE_DVFS (and everything depending on it) might better
be removed.


Paul Bolle

>   help
> DVFS allows DSP Bridge to initiate the operating point change to
> scale the chip voltage and frequency in order to match the


___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH 20/28] Remove OMAP_PM_SRF

2014-02-09 Thread Richard Weinberger
Am 09.02.2014 20:55, schrieb Paul Bolle:
> On Sun, 2014-02-09 at 19:47 +0100, Richard Weinberger wrote:
>> The symbol is an orphan, get rid of it.
>>
>> Signed-off-by: Richard Weinberger 
>> ---
>>  drivers/staging/tidspbridge/Kconfig | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/staging/tidspbridge/Kconfig 
>> b/drivers/staging/tidspbridge/Kconfig
>> index 1b6d581..b5e74e9 100644
>> --- a/drivers/staging/tidspbridge/Kconfig
>> +++ b/drivers/staging/tidspbridge/Kconfig
>> @@ -17,7 +17,7 @@ menuconfig TIDSPBRIDGE
>>  
>>  config TIDSPBRIDGE_DVFS
>>  bool "Enable Bridge Dynamic Voltage and Frequency Scaling (DVFS)"
>> -depends on TIDSPBRIDGE && OMAP_PM_SRF && CPU_FREQ
>> +depends on TIDSPBRIDGE && CPU_FREQ
> 
> You're effectively enabling the TIDSPBRIDGE_DVFS code here. As far as
> I'm aware that code has _never_ been buildable (ever since it got merged
> in v2.6.36).

Samre here, this is by design. If the code does not build/work it needs to be 
fixed or removed.

Thanks,
//richard
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel