Re: [PATCH 13/29] clk: introduce CLK_SET_RATE_PARENT flag

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Пятница, 14 марта 2014, 15:32 +01:00 от Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>:
> Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
> ---
>  include/linux/clk.h | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/include/linux/clk.h b/include/linux/clk.h
> index 7e5010a..2704b0f 100644
> --- a/include/linux/clk.h
> +++ b/include/linux/clk.h
> @@ -196,6 +196,9 @@ static inline int clk_set_rate(struct clk *clk, unsigned long rate)
>  #endif
>  
>  #ifdef CONFIG_COMMON_CLK
> +
> +#define CLK_SET_RATE_PARENT     (1 << 0) /* propagate rate change up one level */

Lets do it same value as in the kernel, ie  CLK_SET_RATE_PARENT BIT(2)

---
_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox





[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux