From: "Christian König" <deathsimple@vodafone.de>
To: Ian Pilcher <arequipeno@gmail.com>
Cc: paulepanter@users.sourceforge.net, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v4 0/3] Enhanced EDID quirk functionality
Date: Sun, 12 Aug 2012 23:29:06 +0200 [thread overview]
Message-ID: <50282022.4000507@vodafone.de> (raw)
In-Reply-To: <1344802080-9575-1-git-send-email-arequipeno@gmail.com>
On 12.08.2012 22:07, Ian Pilcher wrote:
> Another rev. I figured out how to use git reset --hard and --soft to
> make regenerating the patch series a bit easier. (It helped a ton
> that all of the later changes are isolated in a single file.) I still
> feel like I'm probably missing an easier way to go back a fix a simple
> type, however.
Sounds like you should give interactive rebasing a try:
git rebase -i <whatever your patches are based uppon>
It fires up an editor allowing you to make changes to you individual
patches.
I hope that helps,
Christian.
>
> * Fix typo
>
> * Split adding new quirk flags and adding new quirk into separate
> patches
>
> After reveiwing stable_kernel_rules.txt, I don't think that these
> patches are appropriate for -stable. I don't consider it to be
> "obviously correct," and it certainly isn't less than 100 lines.
> Thus, I'm not going to submit this for inclusion in -stable.
>
> Ian Pilcher (3):
> drm: Add user-defined EDID quirks capability
> drm: Add EDID quirks to disable HDMI audio and InfoFrames
> drm: Add EDID quirk for LG L246WP
>
> Documentation/EDID/edid_quirks.txt | 126 +++++++++
> drivers/gpu/drm/drm_drv.c | 2 +
> drivers/gpu/drm/drm_edid.c | 524 +++++++++++++++++++++++++++++++++----
> drivers/gpu/drm/drm_stub.c | 6 +
> drivers/gpu/drm/drm_sysfs.c | 19 ++
> include/drm/drmP.h | 10 +
> include/drm/drm_edid.h | 13 +-
> 7 files changed, 639 insertions(+), 61 deletions(-)
> create mode 100644 Documentation/EDID/edid_quirks.txt
>
next prev parent reply other threads:[~2012-08-12 21:29 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-19 19:16 Enhancing EDID quirk functionality Ian Pilcher
2012-04-24 9:07 ` Lars-Peter Clausen
2012-04-24 19:00 ` Ian Pilcher
2012-05-03 18:01 ` Ian Pilcher
2012-05-03 19:42 ` Adam Jackson
2012-05-07 19:50 ` Ian Pilcher
2012-05-07 21:38 ` Adam Jackson
2012-08-10 4:23 ` Ian Pilcher
2012-08-10 4:23 ` [PATCH] drm: EDID quirk improvements Ian Pilcher
2012-08-10 18:44 ` Ian Pilcher
2012-08-10 18:44 ` Ian Pilcher
2012-08-11 8:31 ` Paul Menzel
2012-08-11 15:38 ` Ian Pilcher
2012-08-11 19:52 ` Paul Menzel
2012-08-11 19:37 ` Paul Menzel
2012-08-12 4:30 ` [PATCH v3 0/2] Enhanced EDID quirk functionality Ian Pilcher
2012-08-12 4:30 ` [PATCH v3 1/2] drm: Add user-defined EDID quirks capability Ian Pilcher
2012-08-12 15:39 ` Paul Menzel
2012-08-12 4:30 ` [PATCH v3 2/2] drm: Add EDID quirks to disable HDMI audio and InfoFrames Ian Pilcher
2012-08-12 15:45 ` Paul Menzel
2012-08-12 6:58 ` [PATCH v3 0/2] Enhanced EDID quirk functionality Paul Menzel
2012-08-12 20:07 ` [PATCH v4 0/3] " Ian Pilcher
2012-08-12 20:07 ` [PATCH v4 1/3] drm: Add user-defined EDID quirks capability Ian Pilcher
2012-08-14 15:13 ` Paul Menzel
2012-08-14 15:45 ` Ian Pilcher
2012-08-15 6:41 ` Paul Menzel
2012-08-12 20:07 ` [PATCH v4 2/3] drm: Add EDID quirks to disable HDMI audio and InfoFrames Ian Pilcher
2012-08-12 20:08 ` [PATCH v4 3/3] drm: Add EDID quirk for LG L246WP Ian Pilcher
2012-09-04 14:52 ` Paul Menzel
2012-08-12 21:29 ` Christian König [this message]
2012-08-12 21:31 ` [PATCH v4 0/3] Enhanced EDID quirk functionality Paul Menzel
2012-08-13 14:39 ` Ian Pilcher
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=50282022.4000507@vodafone.de \
--to=deathsimple@vodafone.de \
--cc=arequipeno@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=paulepanter@users.sourceforge.net \
/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.