All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Kaehlcke <mka@chromium.org>
To: Harigovindan P <harigovi@codeaurora.org>
Cc: dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org,
	freedreno@lists.freedesktop.org, devicetree@vger.kernel.org,
	robdclark@gmail.com, seanpaul@chromium.org, sean@poorly.run
Subject: Re: [PATCH v11 1/2] drm/panel: add support for rm69299 visionox panel driver
Date: Tue, 21 Apr 2020 13:00:15 -0700	[thread overview]
Message-ID: <20200421200015.GH199755@google.com> (raw)
In-Reply-To: <20200421045508.21137-2-harigovi@codeaurora.org>

Hi,

On Tue, Apr 21, 2020 at 10:25:07AM +0530, Harigovindan P wrote:
> Add support for Visionox panel driver.
> 
> Signed-off-by: Harigovindan P <harigovi@codeaurora.org>

Please keep tags from previous versions (like my Reviewed-by from v7)
when making minimal changes.

Also there is no need to keep sending the bindings patch, it already
landed in drm-misc.

> diff --git a/drivers/gpu/drm/panel/panel-visionox-rm69299.c b/drivers/gpu/drm/panel/panel-visionox-rm69299.c
> new file mode 100644
> index 000000000000..3ef4cc80044a
> --- /dev/null
> +++ b/drivers/gpu/drm/panel/panel-visionox-rm69299.c

...

> +MODULE_DESCRIPTION("Visionox RM69299 DSI Panel Driver");
> -- 
> 2.25.1

The last two lines break the patch:

git am /tmp/v11-1-2-drm-panel-add-support-for-rm69299-visionox-panel-driver.patch
Applying: drm/panel: add support for rm69299 visionox panel driver
error: corrupt patch at line 379
Patch failed at 0001 drm/panel: add support for rm69299 visionox panel driver

Besides the broken format:

Reviewed-by: Matthias Kaehlcke <mka@chromium.org>

WARNING: multiple messages have this Message-ID (diff)
From: Matthias Kaehlcke <mka@chromium.org>
To: Harigovindan P <harigovi@codeaurora.org>
Cc: sean@poorly.run, devicetree@vger.kernel.org,
	linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org,
	seanpaul@chromium.org, freedreno@lists.freedesktop.org
Subject: Re: [PATCH v11 1/2] drm/panel: add support for rm69299 visionox panel driver
Date: Tue, 21 Apr 2020 13:00:15 -0700	[thread overview]
Message-ID: <20200421200015.GH199755@google.com> (raw)
In-Reply-To: <20200421045508.21137-2-harigovi@codeaurora.org>

Hi,

On Tue, Apr 21, 2020 at 10:25:07AM +0530, Harigovindan P wrote:
> Add support for Visionox panel driver.
> 
> Signed-off-by: Harigovindan P <harigovi@codeaurora.org>

Please keep tags from previous versions (like my Reviewed-by from v7)
when making minimal changes.

Also there is no need to keep sending the bindings patch, it already
landed in drm-misc.

> diff --git a/drivers/gpu/drm/panel/panel-visionox-rm69299.c b/drivers/gpu/drm/panel/panel-visionox-rm69299.c
> new file mode 100644
> index 000000000000..3ef4cc80044a
> --- /dev/null
> +++ b/drivers/gpu/drm/panel/panel-visionox-rm69299.c

...

> +MODULE_DESCRIPTION("Visionox RM69299 DSI Panel Driver");
> -- 
> 2.25.1

The last two lines break the patch:

git am /tmp/v11-1-2-drm-panel-add-support-for-rm69299-visionox-panel-driver.patch
Applying: drm/panel: add support for rm69299 visionox panel driver
error: corrupt patch at line 379
Patch failed at 0001 drm/panel: add support for rm69299 visionox panel driver

Besides the broken format:

Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2020-04-21 20:00 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-21  4:55 [PATCH v11 0/2] Add support for rm69299 Visionox panel driver and add devicetree bindings for visionox panel Harigovindan P
2020-04-21  4:55 ` Harigovindan P
2020-04-21  4:55 ` [PATCH v11 1/2] drm/panel: add support for rm69299 visionox panel driver Harigovindan P
2020-04-29  5:45   ` Harigovindan P
2020-04-21  4:55   ` Harigovindan P
2020-04-21 20:00   ` Matthias Kaehlcke [this message]
2020-04-21 20:00     ` Matthias Kaehlcke
2020-05-06 18:57   ` Sam Ravnborg
2020-05-06 18:57     ` Sam Ravnborg
2020-05-14  3:35     ` Dave Airlie
2020-05-14  3:35       ` Dave Airlie
2020-05-14  4:43       ` Sam Ravnborg
2020-05-14  4:43         ` Sam Ravnborg
2020-04-21  4:55 ` [PATCH v11 2/2] dt-bindings: documenting compatible string vendor "visionox" Harigovindan P
2020-04-21  4:55   ` Harigovindan P
2020-04-22 19:40   ` Rob Herring
2020-04-22 19:40     ` Rob Herring
2020-04-29  5:45 ` [PATCH v12 " Harigovindan P
2020-04-29  5:45   ` Harigovindan P
2020-05-05 15:40   ` Rob Herring
2020-05-05 15:40     ` Rob Herring
2020-05-06 18:56   ` Sam Ravnborg
2020-05-06 18:56     ` Sam Ravnborg
  -- strict thread matches above, loose matches on Subject: below --
2020-04-21  4:51 [PATCH v11 0/2] Add support for rm69299 Visionox panel driver and add devicetree bindings for visionox panel Harigovindan P
2020-04-21  4:51 ` [PATCH v11 1/2] drm/panel: add support for rm69299 visionox panel driver Harigovindan P
2020-04-21  4:51   ` Harigovindan P

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=20200421200015.GH199755@google.com \
    --to=mka@chromium.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=harigovi@codeaurora.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=robdclark@gmail.com \
    --cc=sean@poorly.run \
    --cc=seanpaul@chromium.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.