Re: [PATCH 4/8] pwm: atmel-hlcdc: fix struct clk pointer comparing

2022-11-07 Thread Cc Carnaghi
Mr

Re: [PATCH 4/8] pwm: atmel-hlcdc: fix struct clk pointer comparing

2022-11-07 Thread Cc Carnaghi

[PATCH 4/8] pwm: atmel-hlcdc: fix struct clk pointer comparing

2015-03-11 Thread Thierry Reding
On Wed, Feb 25, 2015 at 10:53:34PM +0800, Shawn Guo wrote: > Since commit 035a61c314eb ("clk: Make clk API return per-user struct clk > instances"), clk API users can no longer check if two struct clk > pointers are pointing to the same hardware clock, i.e. struct clk_hw, by > simply comparing two

[PATCH 4/8] pwm: atmel-hlcdc: fix struct clk pointer comparing

2015-02-26 Thread Boris Brezillon
Nicolas, Shawn, On Thu, 26 Feb 2015 10:22:50 +0100 Nicolas Ferre wrote: > Le 25/02/2015 15:53, Shawn Guo a écrit : > > Since commit 035a61c314eb ("clk: Make clk API return per-user struct clk > > instances"), clk API users can no longer check if two struct clk > > pointers are pointing to the s

[PATCH 4/8] pwm: atmel-hlcdc: fix struct clk pointer comparing

2015-02-26 Thread Nicolas Ferre
Le 25/02/2015 15:53, Shawn Guo a écrit : > Since commit 035a61c314eb ("clk: Make clk API return per-user struct clk > instances"), clk API users can no longer check if two struct clk > pointers are pointing to the same hardware clock, i.e. struct clk_hw, by > simply comparing two pointers. That's

[PATCH 4/8] pwm: atmel-hlcdc: fix struct clk pointer comparing

2015-02-25 Thread Shawn Guo
Since commit 035a61c314eb ("clk: Make clk API return per-user struct clk instances"), clk API users can no longer check if two struct clk pointers are pointing to the same hardware clock, i.e. struct clk_hw, by simply comparing two pointers. That's because with the per-user clk change, a brand new