All of lore.kernel.org
 help / color / mirror / Atom feed
From: sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC 1/3] DRM: Armada: Add Armada DRM driver
Date: Tue, 02 Jul 2013 00:07:41 +0200	[thread overview]
Message-ID: <51D1FDAD.9090109@gmail.com> (raw)
In-Reply-To: <CAF6AEGuJZeFBKgnTa8NM82jsfyx1wuyRcVnb9g2fqrZ+1LSuKw@mail.gmail.com>

On 07/01/2013 11:55 PM, Rob Clark wrote:
> On Mon, Jul 1, 2013 at 4:52 AM, Sebastian Hesselbarth
> <sebastian.hesselbarth@gmail.com>  wrote:
>> - TDA998x irq handling - ignored
>> - TDA998x sync fix - ignored
>
> At least the sync fix, looks like I missed it (it probably is a good
> idea to CC me if you want me to look at it).  Looks like there was
> some follow-up discussion on both patches, unless I missed seeing a
> newer version of those patches.

Yeah, I will update the patch for current mainline linux as it was
based on some of Russell's RFC patches.

> Sometimes if you think a patch has been ignored/forgotten, it doesn't
> hurt to ping on mailing list or #dri-devel..  a lot of us are working
> not just on kernel (the relatively small part in the whole linux
> graphics stack), but also mesa and/or x11.  Some times things end up
> several pages down in the mail folder.  It's not because we are all
> sitting on a beach drinking margaritas, or because we don't like you.
> It is just because we are busy and missed it.
>
> Last few months I've been pretty buried in r/e + gallium driver for
> new gpu, so I wasn't always checking dri-devel list every day.  At
> least now I am in drm-driver mode again ;-)

It is ok, I don't blame anyone here. Darren wants to test it on tilcdc.
I also found a datasheet for TDA9983b which is kind of compatible but
has more information about register layout in it. IIRC digikey also has
it.

>> - Fix drm I2C slave encoder probing
>>
> If you have a better idea about how to make the slave encoder probing
> better (and/or more generic to support stuff other than i2c), please
> send RFC patch.  (And if you already did this, please send updated
> version, see previous point about sometimes missing patches.)

Also, will send an updated fix.

Sebastian

WARNING: multiple messages have this Message-ID (diff)
From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
To: Rob Clark <robdclark@gmail.com>
Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>,
	Jason Cooper <jason@lakedaemon.net>,
	dri-devel@lists.freedesktop.org, Daniel Vetter <daniel@ffwll.ch>,
	Dave Airlie <airlied@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH RFC 1/3] DRM: Armada: Add Armada DRM driver
Date: Tue, 02 Jul 2013 00:07:41 +0200	[thread overview]
Message-ID: <51D1FDAD.9090109@gmail.com> (raw)
In-Reply-To: <CAF6AEGuJZeFBKgnTa8NM82jsfyx1wuyRcVnb9g2fqrZ+1LSuKw@mail.gmail.com>

On 07/01/2013 11:55 PM, Rob Clark wrote:
> On Mon, Jul 1, 2013 at 4:52 AM, Sebastian Hesselbarth
> <sebastian.hesselbarth@gmail.com>  wrote:
>> - TDA998x irq handling - ignored
>> - TDA998x sync fix - ignored
>
> At least the sync fix, looks like I missed it (it probably is a good
> idea to CC me if you want me to look at it).  Looks like there was
> some follow-up discussion on both patches, unless I missed seeing a
> newer version of those patches.

Yeah, I will update the patch for current mainline linux as it was
based on some of Russell's RFC patches.

> Sometimes if you think a patch has been ignored/forgotten, it doesn't
> hurt to ping on mailing list or #dri-devel..  a lot of us are working
> not just on kernel (the relatively small part in the whole linux
> graphics stack), but also mesa and/or x11.  Some times things end up
> several pages down in the mail folder.  It's not because we are all
> sitting on a beach drinking margaritas, or because we don't like you.
> It is just because we are busy and missed it.
>
> Last few months I've been pretty buried in r/e + gallium driver for
> new gpu, so I wasn't always checking dri-devel list every day.  At
> least now I am in drm-driver mode again ;-)

It is ok, I don't blame anyone here. Darren wants to test it on tilcdc.
I also found a datasheet for TDA9983b which is kind of compatible but
has more information about register layout in it. IIRC digikey also has
it.

>> - Fix drm I2C slave encoder probing
>>
> If you have a better idea about how to make the slave encoder probing
> better (and/or more generic to support stuff other than i2c), please
> send RFC patch.  (And if you already did this, please send updated
> version, see previous point about sometimes missing patches.)

Also, will send an updated fix.

Sebastian

  reply	other threads:[~2013-07-01 22:07 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-29 22:52 [PATCH RFC v4 0/3] Armada DRM driver Russell King - ARM Linux
2013-06-29 22:52 ` Russell King - ARM Linux
2013-06-29 22:53 ` [PATCH RFC 1/3] DRM: Armada: Add " Russell King
2013-06-29 22:56   ` Russell King
2013-06-30 11:59   ` Daniel Vetter
2013-06-30 11:59     ` Daniel Vetter
2013-06-30 12:52     ` Russell King - ARM Linux
2013-06-30 12:52       ` Russell King - ARM Linux
2013-06-30 17:29       ` Daniel Vetter
2013-06-30 17:29         ` Daniel Vetter
2013-07-02 18:01         ` Ville Syrjälä
2013-07-02 18:01           ` Ville Syrjälä
2013-07-02 18:23           ` Russell King - ARM Linux
2013-07-02 18:23             ` Russell King - ARM Linux
2013-07-02 18:52             ` Ville Syrjälä
2013-07-02 18:52               ` Ville Syrjälä
2013-07-01  0:01       ` Dave Airlie
2013-07-01  0:01         ` Dave Airlie
2013-07-01  0:17         ` Russell King - ARM Linux
2013-07-01  0:17           ` Russell King - ARM Linux
2013-07-01  0:40           ` Dave Airlie
2013-07-01  0:40             ` Dave Airlie
2013-07-01  8:52         ` Sebastian Hesselbarth
2013-07-01  8:52           ` Sebastian Hesselbarth
2013-07-01  9:42           ` Daniel Vetter
2013-07-01  9:42             ` Daniel Vetter
2013-07-01 10:50             ` Sebastian Hesselbarth
2013-07-01 10:50               ` Sebastian Hesselbarth
2013-07-01 21:26               ` Dave Airlie
2013-07-01 21:26                 ` Dave Airlie
2013-07-01 23:33                 ` Rob Clark
2013-07-01 23:33                   ` Rob Clark
2013-07-01 21:55           ` Rob Clark
2013-07-01 21:55             ` Rob Clark
2013-07-01 22:07             ` Sebastian Hesselbarth [this message]
2013-07-01 22:07               ` Sebastian Hesselbarth
2013-06-30 12:37   ` Daniel Vetter
2013-06-30 12:37     ` Daniel Vetter
2013-06-30 13:04     ` Russell King - ARM Linux
2013-06-30 13:04       ` Russell King - ARM Linux
2013-06-30 13:41       ` Russell King - ARM Linux
2013-06-30 13:41         ` Russell King - ARM Linux
2013-06-30 13:53         ` Russell King - ARM Linux
2013-06-30 13:53           ` Russell King - ARM Linux
2013-06-30 16:58         ` Daniel Vetter
2013-06-30 16:58           ` Daniel Vetter
2013-06-29 22:54 ` [PATCH RFC 2/3] DRM: Armada: Add support for ARGB 32x64 or 64x32 hardware cursors Russell King
2013-06-29 22:54   ` Russell King
2013-06-29 22:55 ` [PATCH RFC 3/3] DRM: Armada: support for dma_buf import into gem Russell King
2013-06-29 22:55   ` Russell King

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=51D1FDAD.9090109@gmail.com \
    --to=sebastian.hesselbarth@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.