All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@collabora.com>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Neil Armstrong <neil.armstrong@linaro.org>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	rfoss@kernel.org, Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Boris Brezillon <bbrezillon@kernel.org>,
	Sam Ravnborg <sam@ravnborg.org>,
	Douglas Anderson <dianders@chromium.org>,
	dri-devel@lists.freedesktop.org, Daniel Vetter <daniel@ffwll.ch>,
	David Airlie <airlied@gmail.com>,
	Claudiu Beznea <claudiu.beznea@microchip.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] drm: atmel-hlcdc: Support inverting the pixel clock polarity
Date: Thu, 10 Aug 2023 08:45:52 +0200	[thread overview]
Message-ID: <20230810084552.3db3d8c6@collabora.com> (raw)
In-Reply-To: <20230808083338.5e31584c@xps-13>

On Tue, 8 Aug 2023 08:33:38 +0200
Miquel Raynal <miquel.raynal@bootlin.com> wrote:

> Hi Sam,
> 
> sam@ravnborg.org wrote on Mon, 7 Aug 2023 18:52:45 +0200:
> 
> > Hi Miquel,
> > 
> > On Mon, Aug 07, 2023 at 11:12:46AM +0200, Miquel Raynal wrote:  
> > > Hi Sam,
> > > 
> > > sam@ravnborg.org wrote on Sat, 10 Jun 2023 22:05:15 +0200:
> > >     
> > > > On Fri, Jun 09, 2023 at 04:48:43PM +0200, Miquel Raynal wrote:    
> > > > > On the SoC host controller, the pixel clock can be:
> > > > > * standard: data is launched on the rising edge
> > > > > * inverted: data is launched on the falling edge
> > > > > 
> > > > > Some panels may need the inverted option to be used so let's support
> > > > > this DRM flag.
> > > > > 
> > > > > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>      
> > > > 
> > > > Hi Miquel,
> > > > 
> > > > the patch is:
> > > > Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
> > > > 
> > > > I hope someone else can pick it up and apply it to drm-misc as
> > > > my drm-misc setup is hopelessly outdated atm.    
> > > 
> > > I haven't been noticed this patch was picked-up, is your tree still
> > > outdated or can you take care of it?    
> > 
> > I am still hopelessly behind on stuff.  
> 
> No problem.

I queued it to drm-misc-next this morning.

Regards,

Boris

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Boris Brezillon <boris.brezillon@collabora.com>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Neil Armstrong <neil.armstrong@linaro.org>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	rfoss@kernel.org, Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Boris Brezillon <bbrezillon@kernel.org>,
	Sam Ravnborg <sam@ravnborg.org>,
	Douglas Anderson <dianders@chromium.org>,
	dri-devel@lists.freedesktop.org,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Claudiu Beznea <claudiu.beznea@microchip.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] drm: atmel-hlcdc: Support inverting the pixel clock polarity
Date: Thu, 10 Aug 2023 08:45:52 +0200	[thread overview]
Message-ID: <20230810084552.3db3d8c6@collabora.com> (raw)
In-Reply-To: <20230808083338.5e31584c@xps-13>

On Tue, 8 Aug 2023 08:33:38 +0200
Miquel Raynal <miquel.raynal@bootlin.com> wrote:

> Hi Sam,
> 
> sam@ravnborg.org wrote on Mon, 7 Aug 2023 18:52:45 +0200:
> 
> > Hi Miquel,
> > 
> > On Mon, Aug 07, 2023 at 11:12:46AM +0200, Miquel Raynal wrote:  
> > > Hi Sam,
> > > 
> > > sam@ravnborg.org wrote on Sat, 10 Jun 2023 22:05:15 +0200:
> > >     
> > > > On Fri, Jun 09, 2023 at 04:48:43PM +0200, Miquel Raynal wrote:    
> > > > > On the SoC host controller, the pixel clock can be:
> > > > > * standard: data is launched on the rising edge
> > > > > * inverted: data is launched on the falling edge
> > > > > 
> > > > > Some panels may need the inverted option to be used so let's support
> > > > > this DRM flag.
> > > > > 
> > > > > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>      
> > > > 
> > > > Hi Miquel,
> > > > 
> > > > the patch is:
> > > > Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
> > > > 
> > > > I hope someone else can pick it up and apply it to drm-misc as
> > > > my drm-misc setup is hopelessly outdated atm.    
> > > 
> > > I haven't been noticed this patch was picked-up, is your tree still
> > > outdated or can you take care of it?    
> > 
> > I am still hopelessly behind on stuff.  
> 
> No problem.

I queued it to drm-misc-next this morning.

Regards,

Boris

  reply	other threads:[~2023-08-10  6:46 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-09 14:48 [PATCH] drm: atmel-hlcdc: Support inverting the pixel clock polarity Miquel Raynal
2023-06-09 14:48 ` Miquel Raynal
2023-06-10 20:05 ` Sam Ravnborg
2023-07-12 15:57   ` Miquel Raynal
2023-07-12 15:57     ` Miquel Raynal
2023-08-07  9:12   ` Miquel Raynal
2023-08-07  9:12     ` Miquel Raynal
2023-08-07 16:52     ` Sam Ravnborg
2023-08-07 16:52       ` Sam Ravnborg
2023-08-08  6:33       ` Miquel Raynal
2023-08-08  6:33         ` Miquel Raynal
2023-08-10  6:45         ` Boris Brezillon [this message]
2023-08-10  6:45           ` Boris Brezillon
2023-08-10 17:31           ` Sam Ravnborg
2023-08-10 17:31             ` Sam Ravnborg
2023-08-11  5:53             ` Miquel Raynal
2023-08-11  5:53               ` Miquel Raynal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230810084552.3db3d8c6@collabora.com \
    --to=boris.brezillon@collabora.com \
    --cc=airlied@gmail.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=bbrezillon@kernel.org \
    --cc=claudiu.beznea@microchip.com \
    --cc=daniel@ffwll.ch \
    --cc=dianders@chromium.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=neil.armstrong@linaro.org \
    --cc=rfoss@kernel.org \
    --cc=sam@ravnborg.org \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.