[linux-sunxi] Re: [PATCH] drm/panel-simple: Add Vivax TPC-9150 panel

2021-08-17 Thread Thierry Reding
On Tue, Aug 17, 2021 at 10:32:01AM +0200, Nikola Pavlica wrote: > The model and make of the LCD panel of the Vivax TPC-9150 is unknown, > hence the panel settings that were retrieved with a FEX dump are named > after the device NOT the actual panel. > > The LCD in question is a 50 pin MISO TFT LCD

[linux-sunxi] Re: [PATCH] pwm: sun4i: Avoid waiting until the next period

2021-05-25 Thread Thierry Reding
On Wed, May 12, 2021 at 11:18:24AM +0200, Emil Lenngren wrote: > Hi Uwe, > > Den ons 12 maj 2021 kl 06:41 skrev Uwe Kleine-König > : > > > > Hello Emil, > > > > On Wed, May 12, 2021 at 02:55:26AM +0200, Emil Lenngren wrote: > > > Well that's one way of "solving it" ;) > > > > > > But on what hardw

[linux-sunxi] Re: [RFC PATCH 1/4] pwm: sun4i: Remove redundant needs_delay

2020-03-30 Thread Thierry Reding
On Tue, Mar 17, 2020 at 04:59:03PM +0100, Pascal Roeleven wrote: > 'needs_delay' does now always evaluate to true, so remove all > occurrences. > > Signed-off-by: Pascal Roeleven > --- > drivers/pwm/pwm-sun4i.c | 13 ++--- > 1 file changed, 2 insertions(+), 11 deletions(-) I've applied

[linux-sunxi] Re: [PATCH v9 0/6] Add support for H6 PWM

2020-01-08 Thread Thierry Reding
On Sun, Nov 24, 2019 at 06:29:02PM +0100, Clément Péron wrote: > Hi, > > This is a rework of Jernej's previous work[1] taking account all the > previous remarks. > > Bindings is still strict but probe in the driver are now optionnals. > > If someone could confirm that the PWM is not broken, as m

Re: [linux-sunxi] Re: [PATCH RESEND v2 06/12] drm/sun4i: rgb: Add 1% tolerance to dclk frequency check when bridge is connected

2019-02-06 Thread Thierry Reding
On Wed, Feb 06, 2019 at 10:16:08AM +0100, Maxime Ripard wrote: > On Tue, Feb 05, 2019 at 09:49:17AM -0800, Vasily Khoruzhick wrote: > > On Tue, Feb 5, 2019 at 7:42 AM Maxime Ripard > > wrote: > > > > > > On Mon, Feb 04, 2019 at 10:50:17AM -0800, Vasily Khoruzhick wrote: > > > > On Mon, Feb 4, 201

[linux-sunxi] Re: [PATCH RESEND v2 08/12] dt-bindings: add binding for generic eDP panel

2019-02-05 Thread Thierry Reding
On Tue, Feb 05, 2019 at 09:57:37AM +0100, Daniel Vetter wrote: > On Mon, Feb 04, 2019 at 05:22:58PM +0100, Thierry Reding wrote: > > On Mon, Feb 04, 2019 at 04:59:09PM +0100, Daniel Vetter wrote: > > > On Mon, Feb 04, 2019 at 12:22:18PM +0100, Thierry Reding wrote: > > >

[linux-sunxi] Re: [PATCH RESEND v2 08/12] dt-bindings: add binding for generic eDP panel

2019-02-04 Thread Thierry Reding
On Mon, Feb 04, 2019 at 10:27:09AM -0600, Rob Herring wrote: > On Mon, Feb 4, 2019 at 2:24 AM Thierry Reding > wrote: > > > > On Mon, Feb 04, 2019 at 12:13:55AM -0800, Vasily Khoruzhick wrote: > > > On Sun, Feb 3, 2019 at 11:43 PM Thierry Reding > > > w

[linux-sunxi] Re: [PATCH RESEND v2 08/12] dt-bindings: add binding for generic eDP panel

2019-02-04 Thread Thierry Reding
On Mon, Feb 04, 2019 at 08:11:05AM -0800, Vasily Khoruzhick wrote: > On Mon, Feb 4, 2019 at 12:24 AM Thierry Reding > wrote: > > > > > > Pinebook used several 768p panels that have slightly different timings > > > and recent batch uses 1080p panel. > > >

[linux-sunxi] Re: [PATCH RESEND v2 08/12] dt-bindings: add binding for generic eDP panel

2019-02-04 Thread Thierry Reding
On Mon, Feb 04, 2019 at 10:40:12AM +0100, Daniel Vetter wrote: > On Mon, Feb 04, 2019 at 09:23:59AM +0100, Thierry Reding wrote: > > On Mon, Feb 04, 2019 at 12:13:55AM -0800, Vasily Khoruzhick wrote: > > > On Sun, Feb 3, 2019 at 11:43 PM Thierry Reding > > > wrote: >

[linux-sunxi] Re: [PATCH RESEND v2 08/12] dt-bindings: add binding for generic eDP panel

2019-02-04 Thread Thierry Reding
On Mon, Feb 04, 2019 at 12:13:55AM -0800, Vasily Khoruzhick wrote: > On Sun, Feb 3, 2019 at 11:43 PM Thierry Reding > wrote: > > > > On Sun, Feb 03, 2019 at 10:54:57AM -0800, Vasily Khoruzhick wrote: > > > eDP panels usually have EDID EEPROM, so there's no need to

[linux-sunxi] Re: [PATCH RESEND v2 08/12] dt-bindings: add binding for generic eDP panel

2019-02-03 Thread Thierry Reding
On Sun, Feb 03, 2019 at 10:54:57AM -0800, Vasily Khoruzhick wrote: > eDP panels usually have EDID EEPROM, so there's no need to define panel > width/height or any modes/timings in dts. But this panel still may have > regulator and/or backlight. > > Signed-off-by: Vasily Khoruzhick > --- > .../de

[linux-sunxi] Re: [PATCH v3 6/8] drm/panel: simple: Add support for the LeMaker BL035-RGB-002 3.5" LCD

2019-01-28 Thread Thierry Reding
On Wed, Nov 07, 2018 at 07:18:41PM +0100, Paul Kocialkowski wrote: > This adds support for the 3.5" LCD panel from LeMaker, sold for use with > BananaPi boards. It comes with a 24-bit RGB888 parallel interface and > requires an active-low DE signal > > Signed-off-by: Paul Kocialkowski > --- > dr

[linux-sunxi] Re: [PATCH v3 5/8] dt-bindings: Add bindings for the LeMaker BL035-RGB-002 LCD panel

2019-01-28 Thread Thierry Reding
On Wed, Nov 07, 2018 at 07:18:40PM +0100, Paul Kocialkowski wrote: > This adds the device-tree bindings for the LeMaker BL035-RGB-002 3.5" > QVGA TFT LCD panel, compatible with simple-panel. > > Signed-off-by: Paul Kocialkowski > --- > .../bindings/display/panel/lemaker,bl035-rgb-002.txt | 12 ++

[linux-sunxi] Re: [PATCH v3 4/8] dt-bindings: Add vendor prefix for LeMaker

2019-01-28 Thread Thierry Reding
On Wed, Nov 07, 2018 at 07:18:39PM +0100, Paul Kocialkowski wrote: > This introduces a new device-tree binding vendor prefix for Shenzhen > LeMaker Technology Co., Ltd. > > This vendor was already in use but it was not documented until now. > > Signed-off-by: Paul Kocialkowski > Reviewed-by: Rob

[linux-sunxi] Re: [PATCH v3 6/6] ARM: PWM: add allwinner sun8i R40/T3/V40 PWM support.

2018-12-20 Thread Thierry Reding
On Mon, Nov 26, 2018 at 12:23:19AM +0800, Hao Zhang wrote: > The sun8i R40/T3/V40 PWM has 8 PWM channals and divides to 4 PWM pairs, > each PWM pair built-in 1 clock module, 2 timer logic module and 1 > programmable dead-time generator, it also support waveform capture. > It has 2 clock sources OSC

[linux-sunxi] Re: [PATCH v3 1/6] Documentation: ARM: sunxi: pwm: add Allwinner sun8i.

2018-12-20 Thread Thierry Reding
On Mon, Nov 26, 2018 at 12:18:59AM +0800, Hao Zhang wrote: > This patch adds Allwinner sun8i pwm binding document. > > Signed-off-by: Hao Zhang > --- > .../devicetree/bindings/pwm/pwm-sun8i.txt | 24 > ++ > 1 file changed, 24 insertions(+) > create mode 100644 Docu

[linux-sunxi] Re: [PATCH v3 4/6] DEV: CLK: add function to check the using clock name of driver.

2018-11-26 Thread Thierry Reding
On Mon, Nov 26, 2018 at 12:21:18AM +0800, Hao Zhang wrote: > In some situation we want to check clock whether is we want > and after the driver been probed use to change different clock source. > > Signed-off-by: Hao Zhang > --- > drivers/clk/clk.c| 6 ++ > include/linux/clk-prov

[linux-sunxi] Re: [PATCH v2 4/6] drm/panel: simple: Add support for Banana Pi 7" S070WV20-CT16 panel

2018-09-27 Thread Thierry Reding
On Fri, Sep 07, 2018 at 12:19:46PM +0800, Chen-Yu Tsai wrote: > This panel is marketed as Banana Pi 7" LCD display. On the back is > a sticker denoting the model name S070WV20-CT16. > > This is a 7" 800x480 panel connected through a 24-bit RGB interface. > However the panel only does 262k colors.

[linux-sunxi] Re: [PATCH v2 0/4] drivers: pwm: sun4i: Improve support for A64 SoCs

2018-03-27 Thread Thierry Reding
On Sun, Mar 18, 2018 at 11:28:43PM +, Andre Przywara wrote: > A rework addressing the comments. I dropped the H6 and the reset support > for now, to simplify merging this series. > > This series adds PWM support for new Allwinner SoCs. Actually the A64 PWM > is fully compatible with the A13 a

[linux-sunxi] Re: [PATCH v6 2/2] media: V3s: Add support for Allwinner CSI.

2018-01-30 Thread Thierry Reding
On Tue, Jan 30, 2018 at 10:59:16AM +0100, Thierry Reding wrote: > On Tue, Jan 30, 2018 at 10:24:48AM +0100, Arnd Bergmann wrote: > > On Tue, Jan 30, 2018 at 8:54 AM, Maxime Ripard > > wrote: > > > On Mon, Jan 29, 2018 at 03:34:02PM +0100, Arnd Bergmann wrote: > > &g

[linux-sunxi] Re: [PATCH v6 2/2] media: V3s: Add support for Allwinner CSI.

2018-01-30 Thread Thierry Reding
On Tue, Jan 30, 2018 at 10:24:48AM +0100, Arnd Bergmann wrote: > On Tue, Jan 30, 2018 at 8:54 AM, Maxime Ripard > wrote: > > On Mon, Jan 29, 2018 at 03:34:02PM +0100, Arnd Bergmann wrote: > >> On Mon, Jan 29, 2018 at 10:25 AM, Linus Walleij > >> wrote: > >> > On Mon, Jan 29, 2018 at 9:25 AM, Maxi

[linux-sunxi] Re: [RFC PATCH 1/3] dt-bindings: pinctrl: sunxi: document new generic binding

2017-11-24 Thread Thierry Reding
On Fri, Nov 24, 2017 at 12:04:12PM +, Andre Przywara wrote: > Hi, > > (adding linux-sunxi, which I forgot at the initial post). > > On 24/11/17 10:52, Thierry Reding wrote: > > On Fri, Nov 24, 2017 at 11:19:52AM +0100, Linus Walleij wrote: > >> On Mon, Nov 13, 2

[linux-sunxi] Re: [PATCH] drm/panel: simple: Fix width and height for Olimex LCD-OLinuXino-4.3TS

2017-08-18 Thread Thierry Reding
On Thu, Jul 20, 2017 at 08:29:43PM +1000, Jonathan Liu wrote: > The physical size of the panel is 105.5 (W) x 67.2 (H) x 4.05 (D) mm > but the active display area is 95.04 (W) x 53.856 (H) mm. > > The width and height should be set to the active display area. > > Signed-off-by: Jonathan Liu > --

[linux-sunxi] Re: [PATCH RFC] drm/sun4i: rgb: Add 5% tolerance to dot clock frequency check

2017-02-26 Thread Thierry Reding
On Fri, Feb 24, 2017 at 10:51:12AM +0100, Lucas Stach wrote: > +CC Thierry, as the drm_panel maintainer. > > Am Donnerstag, den 23.02.2017, 10:54 -0500 schrieb Sean Paul: > > On Wed, Dec 07, 2016 at 11:48:55AM +0200, Laurent Pinchart wrote: > > > Hello, > > > > > > On Wednesday 07 Dec 2016 10:26:

[linux-sunxi] Re: [PATCH v2 6/9] drm/panel: Add Netron DY E231732

2017-01-26 Thread Thierry Reding
On Tue, Sep 06, 2016 at 04:46:17PM +0200, Maxime Ripard wrote: > The E231732 is a 7" panel with a resolution of 800x480. > > Signed-off-by: Maxime Ripard > --- > drivers/gpu/drm/panel/panel-simple.c | 26 ++ > 1 file changed, 26 insertions(+) This is missing a device tre

[linux-sunxi] Re: [PATCH v2 5/9] of: Add vendor prefix for Netron DY

2017-01-26 Thread Thierry Reding
On Tue, Sep 06, 2016 at 04:46:16PM +0200, Maxime Ripard wrote: > Netron DY is a brand of LCD panels found on SBCs and tablets. > > Signed-off-by: Maxime Ripard > --- > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) Applied, thanks. Thierry -- Yo

[linux-sunxi] Re: [PATCH v2 5/9] of: Add vendor prefix for Netron DY

2016-10-19 Thread Thierry Reding
On Tue, Sep 06, 2016 at 04:46:16PM +0200, Maxime Ripard wrote: > Netron DY is a brand of LCD panels found on SBCs and tablets. > > Signed-off-by: Maxime Ripard > --- > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) Hi Rob, care to give this your A

[linux-sunxi] Re: [PATCH 4/7] drm/panel: Add Sinlinx SinA33 7" panel

2016-09-06 Thread Thierry Reding
On Mon, Sep 05, 2016 at 10:02:48PM +0200, Maxime Ripard wrote: > Hi, > > On Mon, Sep 05, 2016 at 01:03:03AM +0800, Icenowy Zheng wrote: > > Hi Everyone, > > > > 01.09.2016, 23:40, "Maxime Ripard" : > > >  The SinA33 has an unidentified panel. Add the timings for it under a new > > >  compatible.

[linux-sunxi] Re: [PATCH v3] pwm: sun4i: fix a possible NULL dereference

2016-08-24 Thread Thierry Reding
On Wed, Aug 24, 2016 at 01:43:58PM +0200, LABBE Corentin wrote: > of_match_device could return NULL, and so cause a NULL pointer > dereference later. > > For fixing this problem, we use of_device_get_match_data(), this will > simplify the code a little by using a standard function for > getting th

[linux-sunxi] Re: [PATCH v3 11/19] drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS

2016-04-15 Thread Thierry Reding
On Wed, Mar 23, 2016 at 05:38:34PM +0100, Maxime Ripard wrote: > Add support for the Olimex LCD-OLinuXino-4.3TS panel to the DRM simple > panel driver. > > It is a 480x272 panel connected through a 24-bits RGB interface. > > Signed-off-by: Maxime Ripard > Acked-by: Rob Herring > --- > .../disp

[linux-sunxi] Re: [PATCH v5 03/46] backlight: lm3630a_bl: stop messing with the pwm->period field

2016-04-12 Thread Thierry Reding
On Tue, Apr 12, 2016 at 03:16:13PM +0100, Lee Jones wrote: > On Tue, 12 Apr 2016, Thierry Reding wrote: > > > On Wed, Mar 30, 2016 at 10:03:26PM +0200, Boris Brezillon wrote: > > > pwm->period field is not supposed to be changed by PWM users. The only > > > one

[linux-sunxi] Re: [PATCH v5 02/46] backlight: pwm_bl: remove useless call to pwm_set_period()

2016-04-12 Thread Thierry Reding
On Tue, Apr 12, 2016 at 03:16:53PM +0100, Lee Jones wrote: > On Tue, 12 Apr 2016, Thierry Reding wrote: > > > On Wed, Mar 30, 2016 at 10:03:25PM +0200, Boris Brezillon wrote: > > > The PWM period will be set when calling pwm_config. Remove this useless > > > call to

[linux-sunxi] Re: [PATCH v5 15/46] pwm: introduce the pwm_state concept

2016-04-12 Thread Thierry Reding
On Tue, Apr 12, 2016 at 03:26:44PM +0200, Boris Brezillon wrote: > On Tue, 12 Apr 2016 15:11:18 +0200 > Thierry Reding wrote: > > > On Tue, Apr 12, 2016 at 02:45:08PM +0200, Boris Brezillon wrote: > > > On Tue, 12 Apr 2016 14:21:41 +0200 > > > Thierry Reding wro

[linux-sunxi] Re: [PATCH v5 05/46] pwm: introduce the pwm_args concept

2016-04-12 Thread Thierry Reding
On Tue, Apr 12, 2016 at 03:06:27PM +0200, Boris Brezillon wrote: > On Tue, 12 Apr 2016 13:39:12 +0200 > Thierry Reding wrote: > > > On Wed, Mar 30, 2016 at 10:03:28PM +0200, Boris Brezillon wrote: > > > Currently the PWM core mixes the current PWM state with the per-

[linux-sunxi] Re: [PATCH v5 15/46] pwm: introduce the pwm_state concept

2016-04-12 Thread Thierry Reding
On Tue, Apr 12, 2016 at 02:45:08PM +0200, Boris Brezillon wrote: > On Tue, 12 Apr 2016 14:21:41 +0200 > Thierry Reding wrote: > > > On Tue, Apr 12, 2016 at 02:17:18PM +0200, Boris Brezillon wrote: > > > On Tue, 12 Apr 2016 13:49:04 +0200 > > > Thierry Reding wro

[linux-sunxi] Re: [PATCH v5 15/46] pwm: introduce the pwm_state concept

2016-04-12 Thread Thierry Reding
On Tue, Apr 12, 2016 at 02:17:18PM +0200, Boris Brezillon wrote: > On Tue, 12 Apr 2016 13:49:04 +0200 > Thierry Reding wrote: > > > On Wed, Mar 30, 2016 at 10:03:38PM +0200, Boris Brezillon wrote: > > > The PWM state, represented by its period, duty_cycle and pola

[linux-sunxi] Re: [PATCH v5 05/46] pwm: introduce the pwm_args concept

2016-04-12 Thread Thierry Reding
On Tue, Apr 12, 2016 at 02:04:12PM +0200, Boris Brezillon wrote: > On Tue, 12 Apr 2016 13:39:12 +0200 > Thierry Reding wrote: > > > On Wed, Mar 30, 2016 at 10:03:28PM +0200, Boris Brezillon wrote: > > > Currently the PWM core mixes the current PWM state with the per-

[linux-sunxi] Re: [PATCH v5 16/46] pwm: move the enabled/disabled info into pwm_state

2016-04-12 Thread Thierry Reding
On Wed, Mar 30, 2016 at 10:03:39PM +0200, Boris Brezillon wrote: [...] > @@ -145,7 +146,11 @@ static inline void pwm_get_state(const struct pwm_device > *pwm, > > static inline bool pwm_is_enabled(const struct pwm_device *pwm) > { > - return test_bit(PWMF_ENABLED, &pwm->flags); > + str

[linux-sunxi] Re: [PATCH v5 15/46] pwm: introduce the pwm_state concept

2016-04-12 Thread Thierry Reding
On Wed, Mar 30, 2016 at 10:03:38PM +0200, Boris Brezillon wrote: > The PWM state, represented by its period, duty_cycle and polarity, > is currently directly stored in the PWM device. > Declare a pwm_state structure embedding those field so that we can later > use this struct to atomically update a

[linux-sunxi] Re: [PATCH v5 04/46] pwm: get rid of pwm->lock

2016-04-12 Thread Thierry Reding
On Tue, Apr 12, 2016 at 01:32:55PM +0200, Boris Brezillon wrote: > Hi Thierry, > > On Tue, 12 Apr 2016 13:22:46 +0200 > Thierry Reding wrote: > > > On Wed, Mar 30, 2016 at 10:03:27PM +0200, Boris Brezillon wrote: > > > PWM devices are not protected against co

[linux-sunxi] Re: [PATCH v5 05/46] pwm: introduce the pwm_args concept

2016-04-12 Thread Thierry Reding
On Wed, Mar 30, 2016 at 10:03:28PM +0200, Boris Brezillon wrote: > Currently the PWM core mixes the current PWM state with the per-platform > reference config (specified through the PWM lookup table, DT definition or > directly hardcoded in PWM drivers). > > Create a pwm_args struct to store this

[linux-sunxi] Re: [PATCH v5 04/46] pwm: get rid of pwm->lock

2016-04-12 Thread Thierry Reding
On Wed, Mar 30, 2016 at 10:03:27PM +0200, Boris Brezillon wrote: > PWM devices are not protected against concurrent accesses. The lock in > pwm_device might let PWM users think it is, but it's actually only > protecting the enabled state. > > Removing this lock should be fine as long as all PWM us

[linux-sunxi] Re: [PATCH v5 03/46] backlight: lm3630a_bl: stop messing with the pwm->period field

2016-04-12 Thread Thierry Reding
On Wed, Mar 30, 2016 at 10:03:26PM +0200, Boris Brezillon wrote: > pwm->period field is not supposed to be changed by PWM users. The only > ones authorized to change it are the PWM core and PWM drivers. > > Signed-off-by: Boris Brezillon > --- > drivers/video/backlight/lm3630a_bl.c | 3 +-- > 1

[linux-sunxi] Re: [PATCH v5 02/46] backlight: pwm_bl: remove useless call to pwm_set_period()

2016-04-12 Thread Thierry Reding
On Wed, Mar 30, 2016 at 10:03:25PM +0200, Boris Brezillon wrote: > The PWM period will be set when calling pwm_config. Remove this useless > call to pwm_set_period(), which might mess up with the internal PWM state. > > Signed-off-by: Boris Brezillon > Acked-by: Lee Jones > --- > drivers/video/

[linux-sunxi] Re: [PATCH v5 01/46] pwm: rcar: make use of pwm_is_enabled()

2016-04-12 Thread Thierry Reding
On Wed, Mar 30, 2016 at 10:03:24PM +0200, Boris Brezillon wrote: > Commit 5c31252c4a86 ("pwm: Add the pwm_is_enabled() helper") introduced a > new function to test whether a PWM device is enabled or not without > manipulating PWM internal fields. > Hiding this is necessary if we want to smoothly mo

[linux-sunxi] Re: [PATCH v5 36/46] input: misc: max77693: switch to the atomic API

2016-04-04 Thread Thierry Reding
On Thu, Mar 31, 2016 at 08:57:18PM +0200, Boris Brezillon wrote: > On Thu, 31 Mar 2016 10:48:01 -0700 > Dmitry Torokhov wrote: > > > Hi Boris, > > > > On Wed, Mar 30, 2016 at 10:03:59PM +0200, Boris Brezillon wrote: > > > pwm_config/enable/disable() have been deprecated and should be replaced >

[linux-sunxi] Re: [PATCH v5 34/46] clk: pwm: switch to the atomic API

2016-04-04 Thread Thierry Reding
On Thu, Mar 31, 2016 at 08:57:35AM +0200, Boris Brezillon wrote: > Hi Stephen, > > On Wed, 30 Mar 2016 15:01:49 -0700 > Stephen Boyd wrote: > > > On 03/30, Boris Brezillon wrote: > > > diff --git a/drivers/clk/clk-pwm.c b/drivers/clk/clk-pwm.c > > > index ebcd738..49ec5b1 100644 > > > --- a/driv

[linux-sunxi] Re: [PATCH v5 32/46] pwm: deprecate pwm_config(), pwm_enable() and pwm_disable()

2016-04-04 Thread Thierry Reding
On Thu, Mar 31, 2016 at 08:54:54PM +0200, Boris Brezillon wrote: > Hi Dmitry, > > On Thu, 31 Mar 2016 10:38:58 -0700 > Dmitry Torokhov wrote: > > > Hi Boris, > > > > On Wed, Mar 30, 2016 at 10:03:55PM +0200, Boris Brezillon wrote: > > > Prefix those function as deprecated to encourage all exist

[linux-sunxi] Re: [PATCH v5 08/46] hwmon: pwm-fan: use pwm_get_args() where appropriate

2016-04-04 Thread Thierry Reding
On Thu, Mar 31, 2016 at 09:07:09AM +0200, Boris Brezillon wrote: > Hi Guenter, > > On Wed, 30 Mar 2016 15:52:44 -0700 > Guenter Roeck wrote: > > > On Wed, Mar 30, 2016 at 10:03:31PM +0200, Boris Brezillon wrote: > > > The PWM framework has clarified the concept of reference PWM config > > > (the

[linux-sunxi] Re: [PATCH v3 00/12] pwm: add support for atomic update

2016-03-10 Thread Thierry Reding
On Mon, Mar 07, 2016 at 08:34:19AM -0800, Doug Anderson wrote: > Thierry, > > On Thu, Feb 25, 2016 at 3:14 PM, Doug Anderson wrote: > > So just to summarize: > > > > * Add pwm_get_state(), pwm_apply_state(), pwm_get_args(). > > pwm_get_state() initially returns 0 for duty cycle if driver doesn't

[linux-sunxi] Re: [PATCH v3 00/12] pwm: add support for atomic update

2016-02-23 Thread Thierry Reding
On Tue, Feb 23, 2016 at 09:35:48AM -0800, Doug Anderson wrote: > On Tue, Feb 23, 2016 at 6:38 AM, Thierry Reding > wrote: [...] > > That's not quite what I was thinking. If hardware readout is supported > > then whatever we report back should be the current hardware

[linux-sunxi] Re: [PATCH v3 00/12] pwm: add support for atomic update

2016-02-23 Thread Thierry Reding
On Thu, Feb 04, 2016 at 03:01:50PM +0100, Boris Brezillon wrote: > Hi Mark, Thierry, > > On Thu, 4 Feb 2016 11:02:03 + > Mark Brown wrote: > > > On Wed, Feb 03, 2016 at 11:04:20AM -0800, Doug Anderson wrote: > > > > > Sure. ...but you agree that somehow you need a new API call for this, >

[linux-sunxi] Re: [PATCH v3 00/12] pwm: add support for atomic update

2016-02-23 Thread Thierry Reding
On Mon, Feb 22, 2016 at 11:15:09AM -0800, Doug Anderson wrote: > Thierry, > > On Mon, Feb 22, 2016 at 9:59 AM, Thierry Reding > wrote: [...] > >> When we add a new feature then it's expected that only updated drivers > >> will support that feature. > >

[linux-sunxi] Re: [PATCH v3 00/12] pwm: add support for atomic update

2016-02-22 Thread Thierry Reding
On Wed, Feb 03, 2016 at 11:04:20AM -0800, Doug Anderson wrote: > Thierry > > On Wed, Feb 3, 2016 at 6:53 AM, Thierry Reding > wrote: > >> A) The software state here is the period and flags (AKA "inverted), > >> right? It does seem possible that you could ap

[linux-sunxi] Re: [PATCH v3 00/12] pwm: add support for atomic update

2016-02-03 Thread Thierry Reding
On Mon, Jan 25, 2016 at 10:51:20AM -0800, Doug Anderson wrote: > Hi, > > On Mon, Jan 25, 2016 at 9:08 AM, Thierry Reding > wrote: > > I really don't understand this design decision. I presume that the PWM > > controlling this system-critical logic is driven by the So

[linux-sunxi] Re: [PATCH v3 00/12] pwm: add support for atomic update

2016-01-25 Thread Thierry Reding
On Mon, Jan 25, 2016 at 08:28:31AM -0800, Doug Anderson wrote: > Thierry and Boris, > > On Tue, Nov 10, 2015 at 9:34 AM, Thierry Reding > wrote: > > On Mon, Oct 19, 2015 at 12:12:12PM +0200, Heiko Stübner wrote: > >> Hi Thierry, > >> > >> Am Monta

[linux-sunxi] Re: [PATCH v3 00/12] pwm: add support for atomic update

2015-11-10 Thread Thierry Reding
On Mon, Oct 19, 2015 at 12:12:12PM +0200, Heiko Stübner wrote: > Hi Thierry, > > Am Montag, 21. September 2015, 11:33:17 schrieb Boris Brezillon: > > Hello, > > > > This series adds support for atomic PWM update, or IOW, the capability > > to update all the parameters of a PWM device (enabled/dis

[linux-sunxi] Re: [PATCH 09/19] drm: sun4i: Add DT bindings documentation

2015-10-30 Thread Thierry Reding
On Fri, Oct 30, 2015 at 11:40:03AM -0500, Rob Herring wrote: > On Fri, Oct 30, 2015 at 9:20 AM, Maxime Ripard [...] > > +Optional properties: > > + - allwinner,tv-encoder: phandle to the TV Encoder in our pipeline > > + - allwinner,panel: phandle to the panel used in our RGB interface > > Use of

[linux-sunxi] Re: [PATCH 07/19] drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS

2015-10-30 Thread Thierry Reding
On Fri, Oct 30, 2015 at 03:20:53PM +0100, Maxime Ripard wrote: > Add support for the Olimex LCD-OLinuXino-4.3TS panel to the DRM simple > panel driver. > > It is a 480x272 panel connected through a 24-bits RGB interface. > > Signed-off-by: Maxime Ripard > --- > drivers/gpu/drm/panel/panel-simpl

[linux-sunxi] Re: [PATCH 3/4] simplefb: Change simplefb_init from module_init to fs_initcall

2014-11-18 Thread Thierry Reding
On Tue, Nov 18, 2014 at 01:44:44PM +0100, Hans de Goede wrote: > Hi, > > On 11/18/2014 12:46 PM, Hans de Goede wrote: > > Hi, > > > > On 11/18/2014 12:21 PM, Thierry Reding wrote: > >> On Tue, Nov 18, 2014 at 12:01:08PM +0100, Hans de Goede wrote: > >

[linux-sunxi] Re: [PATCH 3/4] simplefb: Change simplefb_init from module_init to fs_initcall

2014-11-18 Thread Thierry Reding
On Tue, Nov 18, 2014 at 12:01:08PM +0100, Hans de Goede wrote: > Hi, > > On 11/18/2014 11:19 AM, Thierry Reding wrote: > > On Thu, Nov 13, 2014 at 09:58:41AM +0100, Geert Uytterhoeven wrote: > >> Hi Maxime, > >> > >> On Thu, Nov 13, 2014 at 9:52 AM, Maxi

[linux-sunxi] Re: [PATCH 3/4] simplefb: Change simplefb_init from module_init to fs_initcall

2014-11-18 Thread Thierry Reding
On Thu, Nov 13, 2014 at 09:58:41AM +0100, Geert Uytterhoeven wrote: > Hi Maxime, > > On Thu, Nov 13, 2014 at 9:52 AM, Maxime Ripard > wrote: > >> -module_init(simplefb_init); > >> +/* > >> + * While this can be a module, if builtin it's most likely the console > >> + * So let's leave module_exit

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-10-02 Thread Thierry Reding
On Wed, Oct 01, 2014 at 08:43:27PM +0200, Geert Uytterhoeven wrote: > On Wed, Oct 1, 2014 at 7:17 PM, Mark Brown wrote: > >> Well, I don't think it should because it describes the same resources > >> that the device tree node for the real device already describes. But > >> perhaps this is one of t

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-10-02 Thread Thierry Reding
On Wed, Oct 01, 2014 at 06:17:04PM +0100, Mark Brown wrote: > On Wed, Oct 01, 2014 at 02:48:53PM +0200, Thierry Reding wrote: > > On Wed, Oct 01, 2014 at 01:20:08PM +0100, Mark Brown wrote: [...] > > >and that the DT must not contain any hint of simplefb as > &

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-10-02 Thread Thierry Reding
On Wed, Oct 01, 2014 at 11:17:23AM -0700, Mike Turquette wrote: > On Wed, Oct 1, 2014 at 12:30 AM, Thierry Reding > wrote: > > On Tue, Sep 30, 2014 at 02:37:53PM -0700, Mike Turquette wrote: > >> Quoting Thierry Reding (2014-09-29 06:54:00) > >> > On Mon, Sep 29,

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-10-01 Thread Thierry Reding
On Wed, Oct 01, 2014 at 01:20:08PM +0100, Mark Brown wrote: > On Wed, Oct 01, 2014 at 10:14:44AM +0200, Thierry Reding wrote: > > On Tue, Sep 30, 2014 at 07:00:36PM +0100, Mark Brown wrote: > > > > You may well need to extend the binding in future for an actual driver > &

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-10-01 Thread Thierry Reding
On Wed, Oct 01, 2014 at 01:32:50PM +0100, Mark Brown wrote: > On Wed, Oct 01, 2014 at 01:10:46PM +0200, Javier Martinez Canillas wrote: [...] > > Adding your resources (clock, regulators, etc) incrementally and only > > when the driver for the device that use these resources is available, > > will

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-10-01 Thread Thierry Reding
On Tue, Sep 30, 2014 at 07:00:36PM +0100, Mark Brown wrote: > On Tue, Sep 30, 2014 at 08:03:14AM +0200, Thierry Reding wrote: [...] > > Of course as Geert pointed out in another subthread, taking this all the > > way means that we have to disable all power management because t

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-10-01 Thread Thierry Reding
On Tue, Sep 30, 2014 at 07:00:36PM +0100, Mark Brown wrote: > On Tue, Sep 30, 2014 at 08:03:14AM +0200, Thierry Reding wrote: > > On Mon, Sep 29, 2014 at 05:11:01PM +0100, Mark Brown wrote: > > > > Not really thought this through fully yet but would having phandles to >

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-10-01 Thread Thierry Reding
On Tue, Sep 30, 2014 at 06:39:28PM +0100, Mark Brown wrote: > On Tue, Sep 30, 2014 at 07:09:24AM +0200, Thierry Reding wrote: > > On Mon, Sep 29, 2014 at 04:55:17PM +0100, Mark Brown wrote: > > > > So long as we're ensuring that when we don't start supporting resou

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-10-01 Thread Thierry Reding
On Tue, Sep 30, 2014 at 02:37:53PM -0700, Mike Turquette wrote: > Quoting Thierry Reding (2014-09-29 06:54:00) > > On Mon, Sep 29, 2014 at 01:34:36PM +0200, Maxime Ripard wrote: > > > On Mon, Sep 29, 2014 at 12:44:57PM +0200, Thierry Reding wrote: > > > > > &g

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-30 Thread Thierry Reding
On Tue, Sep 30, 2014 at 01:43:45PM +0200, Hans de Goede wrote: > Hi, > > On 09/30/2014 06:59 AM, Thierry Reding wrote: > > On Mon, Sep 29, 2014 at 05:57:18PM +0200, Maxime Ripard wrote: > > > > >> But sure, you can still try to point new issues, get an obvi

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-30 Thread Thierry Reding
On Tue, Sep 30, 2014 at 11:38:50AM +0200, Michal Suchanek wrote: > On 30 September 2014 10:54, Thierry Reding wrote: > > On Tue, Sep 30, 2014 at 09:52:58AM +0200, Maxime Ripard wrote: > >> On Tue, Sep 30, 2014 at 07:21:11AM +0200, Thierry Reding wrote: > >> > On M

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-30 Thread Thierry Reding
On Tue, Sep 30, 2014 at 10:03:54AM +0200, Maxime Ripard wrote: > On Tue, Sep 30, 2014 at 07:39:02AM +0200, Thierry Reding wrote: > > You keep bringing up the Raspberry Pi for some reason and suggest that > > it is somehow inferior to sunxi. What makes you think it's les

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-30 Thread Thierry Reding
On Tue, Sep 30, 2014 at 09:52:58AM +0200, Maxime Ripard wrote: > On Tue, Sep 30, 2014 at 07:21:11AM +0200, Thierry Reding wrote: > > On Mon, Sep 29, 2014 at 06:28:14PM +0200, Maxime Ripard wrote: > > > On Mon, Sep 29, 2014 at 03:47:15PM +0200, Thierry Reding wrote: [...] > &

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Mon, Sep 29, 2014 at 05:11:01PM +0100, Mark Brown wrote: > On Mon, Sep 29, 2014 at 10:06:39AM +0200, Thierry Reding wrote: > > On Sat, Sep 27, 2014 at 04:56:01PM -0700, Mike Turquette wrote: > > > > With that said I think that Luc's approach is very sensible. I'm

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Tue, Sep 30, 2014 at 12:02:50AM +0200, Luc Verhaegen wrote: > On Mon, Sep 29, 2014 at 06:58:42PM +0200, Luc Verhaegen wrote: > > > > In the 2nd round of this discussion, i stated that another fb or even a > > drm driver altogether seemed to be the sensible way out of this mess. > > > > I sugg

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Mon, Sep 29, 2014 at 06:28:14PM +0200, Maxime Ripard wrote: > On Mon, Sep 29, 2014 at 03:47:15PM +0200, Thierry Reding wrote: > > On Mon, Sep 29, 2014 at 01:46:43PM +0200, Maxime Ripard wrote: > > > On Mon, Sep 29, 2014 at 12:18:08PM +0200, Thierry Reding wrote: > > >

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Mon, Sep 29, 2014 at 04:55:17PM +0100, Mark Brown wrote: > On Mon, Sep 29, 2014 at 03:47:15PM +0200, Thierry Reding wrote: [...] > > The same thing is going to happen with simplefb for your device. If you > > later realize that you need a regulator to keep the panel going, you

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Mon, Sep 29, 2014 at 05:57:18PM +0200, Maxime Ripard wrote: > On Mon, Sep 29, 2014 at 03:54:00PM +0200, Thierry Reding wrote: > > On Mon, Sep 29, 2014 at 01:34:36PM +0200, Maxime Ripard wrote: > > > On Mon, Sep 29, 2014 at 12:44:57PM +0200, Thierry Reding wrote: > > >

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Mon, Sep 29, 2014 at 05:04:32PM +0200, Michal Suchanek wrote: > On 29 September 2014 15:47, Thierry Reding wrote: > > On Mon, Sep 29, 2014 at 01:46:43PM +0200, Maxime Ripard wrote: > >> On Mon, Sep 29, 2014 at 12:18:08PM +0200, Thierry Reding wrote: > >> > On M

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Tue, Sep 30, 2014 at 12:46:11AM +1000, Julian Calaby wrote: > Hi Thierry, > > On Mon, Sep 29, 2014 at 11:21 PM, Thierry Reding > wrote: > > On Mon, Sep 29, 2014 at 09:00:01PM +1000, Julian Calaby wrote: > >> Hi Thierry, > > > > If you address people di

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Mon, Sep 29, 2014 at 01:32:44PM +0200, Geert Uytterhoeven wrote: > Hi Thierry, > > On Mon, Sep 29, 2014 at 12:44 PM, Thierry Reding > wrote: > >> >> You know that you are going to call that for regulator, reset, power > >> >> domains, just as yo

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Mon, Sep 29, 2014 at 01:34:36PM +0200, Maxime Ripard wrote: > On Mon, Sep 29, 2014 at 12:44:57PM +0200, Thierry Reding wrote: > > > >> Plus, speaking more specifically about the clocks, that won't prevent > > > >> your clock to be shut down as a side effec

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Mon, Sep 29, 2014 at 01:46:43PM +0200, Maxime Ripard wrote: > On Mon, Sep 29, 2014 at 12:18:08PM +0200, Thierry Reding wrote: > > On Mon, Sep 29, 2014 at 11:23:01AM +0200, Maxime Ripard wrote: > > > On Mon, Sep 29, 2014 at 10:06:39AM +0200, Thierry Reding wrote: > >

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Mon, Sep 29, 2014 at 09:00:01PM +1000, Julian Calaby wrote: > Hi Thierry, If you address people directly please make sure they are in the To: line. Or at least Cc. > On Mon, Sep 29, 2014 at 8:18 PM, Thierry Reding > wrote: > > On Mon, Sep 29, 2014 at 11:23:01AM +0200, Maxi

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Mon, Sep 29, 2014 at 12:35:17PM +0200, Geert Uytterhoeven wrote: > Hi Thierry, > > On Mon, Sep 29, 2014 at 12:18 PM, Thierry Reding > wrote: > >> How is that less generic? > > > > It's more generic. That's the whole point. > > > > The d

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Mon, Sep 29, 2014 at 11:44:19AM +0200, Michal Suchanek wrote: > On 29 September 2014 10:54, Thierry Reding wrote: > > On Mon, Sep 29, 2014 at 10:27:41AM +0200, Geert Uytterhoeven wrote: > >> Hi Thierry, > >> > >> (CC linux-pm, as PM is the real reason behi

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Mon, Sep 29, 2014 at 11:23:01AM +0200, Maxime Ripard wrote: > On Mon, Sep 29, 2014 at 10:06:39AM +0200, Thierry Reding wrote: [...] > > simplefb doesn't deal at all with hardware details. It simply uses what > > firmware has set up, which is the only reason why it will work

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Mon, Sep 29, 2014 at 11:10:53AM +0200, Geert Uytterhoeven wrote: > Hi Thierry, > > On Mon, Sep 29, 2014 at 10:54 AM, Thierry Reding > wrote: > > On Mon, Sep 29, 2014 at 10:27:41AM +0200, Geert Uytterhoeven wrote: > >> (CC linux-pm, as PM is the real reason beh

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Mon, Sep 29, 2014 at 10:27:41AM +0200, Geert Uytterhoeven wrote: > Hi Thierry, > > (CC linux-pm, as PM is the real reason behind disabling unused clocks) > (CC gregkh and lkml, for driver core) > > On Mon, Sep 29, 2014 at 10:06 AM, Thierry Reding > wrote: > > On

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Thierry Reding
On Sat, Sep 27, 2014 at 04:56:01PM -0700, Mike Turquette wrote: > Quoting Maxime Ripard (2014-09-02 02:25:08) > > On Fri, Aug 29, 2014 at 04:38:14PM +0200, Thierry Reding wrote: > > > On Fri, Aug 29, 2014 at 04:12:44PM +0200, Maxime Ripard wrote: > > > > On Fri, Au

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-29 Thread Thierry Reding
On Fri, Aug 29, 2014 at 04:12:44PM +0200, Maxime Ripard wrote: > On Fri, Aug 29, 2014 at 09:01:17AM +0200, Thierry Reding wrote: > > I would think the memory should still be reserved anyway to make sure > > nothing else is writing over it. And it's in the device tree anyway &g

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-29 Thread Thierry Reding
On Fri, Aug 29, 2014 at 03:57:08PM +0200, Maxime Ripard wrote: > On Fri, Aug 29, 2014 at 08:29:33AM +0200, Thierry Reding wrote: > > On Thu, Aug 28, 2014 at 10:46:03PM +0200, Maxime Ripard wrote: > > > On Thu, Aug 28, 2014 at 12:11:41PM +0200, Thierry Reding wrote: > >

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-29 Thread Thierry Reding
On Fri, Aug 29, 2014 at 09:23:41AM +0200, Hans de Goede wrote: > On 08/29/2014 09:01 AM, Thierry Reding wrote: > > On Thu, Aug 28, 2014 at 02:15:40PM +0200, Hans de Goede wrote: [...] > >> 2) Tie these resources to simplefb so that the kernel can know when they > >> a

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-29 Thread Thierry Reding
On Thu, Aug 28, 2014 at 12:34:58PM -0400, jonsm...@gmail.com wrote: > On Thu, Aug 28, 2014 at 12:25 PM, Michal Suchanek wrote: > > On 28 August 2014 16:33, jonsm...@gmail.com wrote: > >> On Thu, Aug 28, 2014 at 10:20 AM, Geert Uytterhoeven > >> wrote: > >>> On Thu, Aug 28, 2014 at 3:22 PM, jonsm

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-29 Thread Thierry Reding
On Fri, Aug 29, 2014 at 08:48:42AM +0200, Michal Suchanek wrote: > On 29 August 2014 08:19, Thierry Reding wrote: > > On Fri, Aug 29, 2014 at 07:13:22AM +0200, Michal Suchanek wrote: > >> On 28 August 2014 12:08, Thierry Reding wrote: > >> > On Wed, Aug 27, 20

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-29 Thread Thierry Reding
On Thu, Aug 28, 2014 at 02:15:40PM +0200, Hans de Goede wrote: > On 08/27/2014 04:16 PM, Thierry Reding wrote: [...] > >> Hmm I see, in my mind the problem is not that the clk framework disables > >> unused clocks, but that no one is marking the clocks in question as used. >

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-28 Thread Thierry Reding
On Thu, Aug 28, 2014 at 10:46:03PM +0200, Maxime Ripard wrote: > On Thu, Aug 28, 2014 at 12:11:41PM +0200, Thierry Reding wrote: [...] > > Then since firmware already knows what it set up it can tell the > > kernel to not touch those. > > Somehow, I've been raised kern

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-28 Thread Thierry Reding
On Fri, Aug 29, 2014 at 07:13:22AM +0200, Michal Suchanek wrote: > On 28 August 2014 12:08, Thierry Reding wrote: > > On Wed, Aug 27, 2014 at 10:57:29PM +0200, Michal Suchanek wrote: > >> Hello, > >> > >> On 27 August 2014 17:42, Maxime Ripard > >>

  1   2   >