From: Sam Ravnborg <sam@ravnborg.org>
To: dri-devel@lists.freedesktop.org
Cc: Maxime Jourdan <mjourdan@baylibre.com>,
Neil Armstrong <narmstrong@baylibre.com>,
David Airlie <airlied@linux.ie>,
Alexandru-Cosmin Gheorghe <Alexandru-Cosmin.Gheorghe@arm.com>,
Jerome Brunet <jbrunet@baylibre.com>,
Deepak Sharma <deepak.sharma@amd.com>,
Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>,
Kevin Hilman <khilman@baylibre.com>,
Maxime Ripard <maxime.ripard@bootlin.com>,
Chen-Yu Tsai <wens@csie.org>,
Tomi Valkeinen <tomi.valkeinen@ti.com>,
NXP Linux Team <linux-imx@nxp.com>,
linux-rockchip@lists.infradead.org,
Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>,
Dan Carpenter <dan.carpenter@oracle.com>,
Robert Tarasov <tutankhamen@chromium.org>,
Emil Lundmark <lndmrk@chromium.org>,
Jani Nikula <jani.nikula@intel.com>, Jyri Sarha <jsarha@ti.com>,
linux-mediatek@lists.infradead.org,
Matthias Brugger <matthias.bgg@gmail.com>,
linux-amlogic@lists.infradead.org, Sean Paul <sean@poorly.run>,
linux-arm-kernel@lists.infradead.org,
Thomas Zimmermann <tzimmermann@suse.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Alex Deucher <alexander.deucher@amd.com>,
Mikulas Patocka <mpatocka@redhat.com>,
Shawn Guo <shawnguo@kernel.org>
Subject: Re: [PATCH v2 0/19] drm: drop use of drmp.h in drm-misc
Date: Wed, 17 Jul 2019 12:59:32 +0200 [thread overview]
Message-ID: <20190717105932.GA5188@ravnborg.org> (raw)
In-Reply-To: <20190716065022.GA18452@ravnborg.org>
On Tue, Jul 16, 2019 at 08:50:22AM +0200, Sam Ravnborg wrote:
> Copied all recipients on the cover letter.
> As the list is long this mail may not hit the mailing lists.
>
> Sam
>
> On Tue, Jul 16, 2019 at 08:42:01AM +0200, Sam Ravnborg wrote:
> > This patch set removes a far share of the remaining uses of drmP.h.
> > Common for all patches are that the respective files are maintained
> > in drm-misc.
> > All patches are independent.
> >
> > Patches have all been build tested with various configs and various
> > architectures.
> > There are likely introduced a few build issues that randconfig
> > build will reveal, but for all configs I have used the build was OK.
> >
> > This patchset does not conclude the quest to kill all uses
> > of drmP.h, but it is a major step towards the goal.
> >
> > Please review/ack.
> > I plan to apply the patches to drm-misc, but feel free
> > to do it yourself.
> >
> > There will be conflicts with the ongoing work on ttm, gem etc.
> > But let's deal with the conflicts when they hit us - it
> > is simple conflicts in the list of include files.
> >
> > v2:
> > - Removed merged patches
> > - Added ack from Emil Velikov to the full series
> > - Rebased on top of drm-misc-next
> > - Hand-edited the list of Cc: as get_maintainer.pl in some
> > cases looks up too much people, due to cross kernel commits
I have collected the additional r-bs and acks and pushed out the full
series. Thanks for feedback to everyone!
Sam
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Sam Ravnborg <sam@ravnborg.org>
To: dri-devel@lists.freedesktop.org
Cc: Maxime Jourdan <mjourdan@baylibre.com>,
Neil Armstrong <narmstrong@baylibre.com>,
David Airlie <airlied@linux.ie>,
Alexandru-Cosmin Gheorghe <Alexandru-Cosmin.Gheorghe@arm.com>,
Jerome Brunet <jbrunet@baylibre.com>,
Deepak Sharma <deepak.sharma@amd.com>,
Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>,
Kevin Hilman <khilman@baylibre.com>,
Maxime Ripard <maxime.ripard@bootlin.com>,
Chen-Yu Tsai <wens@csie.org>,
Tomi Valkeinen <tomi.valkeinen@ti.com>,
NXP Linux Team <linux-imx@nxp.com>,
linux-rockchip@lists.infradead.org,
Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>,
Dan Carpenter <dan.carpenter@oracle.com>,
Robert Tarasov <tutankhamen@chromium.org>,
Emil Lundmark <lndmrk@chromium.org>,
Jani Nikula <jani.nikula@intel.com>, Jyri Sarha <jsarha@ti.com>,
linux-mediatek@lists.infradead.org,
Matthias Brugger <matthias.bgg@gmail.com>,
linux-amlogic@lists.infradead.or
Subject: Re: [PATCH v2 0/19] drm: drop use of drmp.h in drm-misc
Date: Wed, 17 Jul 2019 12:59:32 +0200 [thread overview]
Message-ID: <20190717105932.GA5188@ravnborg.org> (raw)
In-Reply-To: <20190716065022.GA18452@ravnborg.org>
On Tue, Jul 16, 2019 at 08:50:22AM +0200, Sam Ravnborg wrote:
> Copied all recipients on the cover letter.
> As the list is long this mail may not hit the mailing lists.
>
> Sam
>
> On Tue, Jul 16, 2019 at 08:42:01AM +0200, Sam Ravnborg wrote:
> > This patch set removes a far share of the remaining uses of drmP.h.
> > Common for all patches are that the respective files are maintained
> > in drm-misc.
> > All patches are independent.
> >
> > Patches have all been build tested with various configs and various
> > architectures.
> > There are likely introduced a few build issues that randconfig
> > build will reveal, but for all configs I have used the build was OK.
> >
> > This patchset does not conclude the quest to kill all uses
> > of drmP.h, but it is a major step towards the goal.
> >
> > Please review/ack.
> > I plan to apply the patches to drm-misc, but feel free
> > to do it yourself.
> >
> > There will be conflicts with the ongoing work on ttm, gem etc.
> > But let's deal with the conflicts when they hit us - it
> > is simple conflicts in the list of include files.
> >
> > v2:
> > - Removed merged patches
> > - Added ack from Emil Velikov to the full series
> > - Rebased on top of drm-misc-next
> > - Hand-edited the list of Cc: as get_maintainer.pl in some
> > cases looks up too much people, due to cross kernel commits
I have collected the additional r-bs and acks and pushed out the full
series. Thanks for feedback to everyone!
Sam
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Sam Ravnborg <sam@ravnborg.org>
To: dri-devel@lists.freedesktop.org
Cc: Maxime Jourdan <mjourdan@baylibre.com>,
Neil Armstrong <narmstrong@baylibre.com>,
David Airlie <airlied@linux.ie>,
Alexandru-Cosmin Gheorghe <Alexandru-Cosmin.Gheorghe@arm.com>,
Jerome Brunet <jbrunet@baylibre.com>,
Deepak Sharma <deepak.sharma@amd.com>,
Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>,
Kevin Hilman <khilman@baylibre.com>,
Maxime Ripard <maxime.ripard@bootlin.com>,
Chen-Yu Tsai <wens@csie.org>,
Tomi Valkeinen <tomi.valkeinen@ti.com>,
NXP Linux Team <linux-imx@nxp.com>,
linux-rockchip@lists.infradead.org,
Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>,
Dan Carpenter <dan.carpenter@oracle.com>,
Robert Tarasov <tutankhamen@chromium.org>,
Emil Lundmark <lndmrk@chromium.org>,
Jani Nikula <jani.nikula@intel.com>, Jyri Sarha <jsarha@ti.com>,
linux-mediatek@lists.infradead.org,
Matthias Brugger <matthias.bgg@gmail.com>,
linux-amlogic@lists.infradead.org, Sean Paul <sean@poorly.run>,
linux-arm-kernel@lists.infradead.org,
Thomas Zimmermann <tzimmermann@suse.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Alex Deucher <alexander.deucher@amd.com>,
Mikulas Patocka <mpatocka@redhat.com>,
Shawn Guo <shawnguo@kernel.org>
Subject: Re: [PATCH v2 0/19] drm: drop use of drmp.h in drm-misc
Date: Wed, 17 Jul 2019 12:59:32 +0200 [thread overview]
Message-ID: <20190717105932.GA5188@ravnborg.org> (raw)
In-Reply-To: <20190716065022.GA18452@ravnborg.org>
On Tue, Jul 16, 2019 at 08:50:22AM +0200, Sam Ravnborg wrote:
> Copied all recipients on the cover letter.
> As the list is long this mail may not hit the mailing lists.
>
> Sam
>
> On Tue, Jul 16, 2019 at 08:42:01AM +0200, Sam Ravnborg wrote:
> > This patch set removes a far share of the remaining uses of drmP.h.
> > Common for all patches are that the respective files are maintained
> > in drm-misc.
> > All patches are independent.
> >
> > Patches have all been build tested with various configs and various
> > architectures.
> > There are likely introduced a few build issues that randconfig
> > build will reveal, but for all configs I have used the build was OK.
> >
> > This patchset does not conclude the quest to kill all uses
> > of drmP.h, but it is a major step towards the goal.
> >
> > Please review/ack.
> > I plan to apply the patches to drm-misc, but feel free
> > to do it yourself.
> >
> > There will be conflicts with the ongoing work on ttm, gem etc.
> > But let's deal with the conflicts when they hit us - it
> > is simple conflicts in the list of include files.
> >
> > v2:
> > - Removed merged patches
> > - Added ack from Emil Velikov to the full series
> > - Rebased on top of drm-misc-next
> > - Hand-edited the list of Cc: as get_maintainer.pl in some
> > cases looks up too much people, due to cross kernel commits
I have collected the additional r-bs and acks and pushed out the full
series. Thanks for feedback to everyone!
Sam
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-07-17 10:59 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-16 6:42 [PATCH v2 0/19] drm: drop use of drmp.h in drm-misc Sam Ravnborg
2019-07-16 6:42 ` [PATCH v2 01/19] drm/meson: drop use of drmP.h Sam Ravnborg
2019-07-16 6:42 ` Sam Ravnborg
2019-07-16 6:42 ` Sam Ravnborg
2019-07-16 14:03 ` Alex Deucher
2019-07-16 14:03 ` Alex Deucher
2019-07-16 14:03 ` Alex Deucher
2019-07-16 6:42 ` [PATCH v2 02/19] drm/v3d: " Sam Ravnborg
2019-07-16 14:06 ` Alex Deucher
2019-07-16 6:42 ` [PATCH v2 03/19] drm/pl111: " Sam Ravnborg
2019-07-16 14:06 ` Alex Deucher
2019-07-16 6:42 ` [PATCH v2 05/19] drm/sun4i: " Sam Ravnborg
2019-07-16 8:28 ` Maxime Ripard
2019-07-16 8:28 ` Maxime Ripard
2019-07-16 6:42 ` [PATCH v2 07/19] drm/r128: " Sam Ravnborg
2019-07-16 14:01 ` Alex Deucher
2019-07-16 6:42 ` [PATCH v2 09/19] drm/omapdrm: " Sam Ravnborg
2019-07-16 6:42 ` [PATCH v2 10/19] drm/selftests: " Sam Ravnborg
2019-07-16 14:02 ` Alex Deucher
2019-07-16 6:42 ` [PATCH v2 11/19] drm/tdfx: " Sam Ravnborg
2019-07-16 6:42 ` [PATCH v2 13/19] drm/i810: " Sam Ravnborg
2019-07-16 6:42 ` [PATCH v2 14/19] drm/tilcdc: " Sam Ravnborg
2019-07-30 6:03 ` Jyri Sarha
2019-07-30 6:39 ` Sam Ravnborg
2019-07-16 6:42 ` [PATCH v2 15/19] drm/i2c/ch7006: " Sam Ravnborg
2019-07-16 6:42 ` [PATCH v2 17/19] drm/imx: " Sam Ravnborg
2019-07-16 6:42 ` [PATCH v2 18/19] drm/rockchip: " Sam Ravnborg
2019-07-16 6:42 ` Sam Ravnborg
2019-07-16 6:42 ` [PATCH v2 19/19] drm/mediatek: " Sam Ravnborg
2019-07-16 6:42 ` Sam Ravnborg
2019-07-16 7:44 ` CK Hu
2019-07-16 7:44 ` CK Hu
2019-07-16 14:02 ` Alex Deucher
2019-07-16 14:02 ` Alex Deucher
2019-07-16 6:50 ` [PATCH v2 0/19] drm: drop use of drmp.h in drm-misc Sam Ravnborg
2019-07-16 6:50 ` Sam Ravnborg
2019-07-16 6:50 ` Sam Ravnborg
2019-07-17 10:59 ` Sam Ravnborg [this message]
2019-07-17 10:59 ` Sam Ravnborg
2019-07-17 10:59 ` Sam Ravnborg
[not found] ` <20190716064220.18157-5-sam@ravnborg.org>
2019-07-16 14:06 ` [PATCH v2 04/19] drm/zte: drop use of drmP.h Alex Deucher
[not found] ` <20190716064220.18157-7-sam@ravnborg.org>
2019-07-16 14:07 ` [PATCH v2 06/19] drm/vc4: " Alex Deucher
[not found] ` <20190716064220.18157-9-sam@ravnborg.org>
2019-07-16 14:07 ` [PATCH v2 08/19] drm/udl: " Alex Deucher
2019-07-16 16:36 ` Sam Ravnborg
2019-07-16 17:03 ` [PATCH v2 0/19] drm: drop use of drmp.h in drm-misc Eric Anholt
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=20190717105932.GA5188@ravnborg.org \
--to=sam@ravnborg.org \
--cc=Alexandru-Cosmin.Gheorghe@arm.com \
--cc=Eugeniy.Paltsev@synopsys.com \
--cc=airlied@linux.ie \
--cc=alexander.deucher@amd.com \
--cc=dan.carpenter@oracle.com \
--cc=deepak.sharma@amd.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--cc=jbrunet@baylibre.com \
--cc=jsarha@ti.com \
--cc=kernel@pengutronix.de \
--cc=khilman@baylibre.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=lndmrk@chromium.org \
--cc=matthias.bgg@gmail.com \
--cc=maxime.ripard@bootlin.com \
--cc=mjourdan@baylibre.com \
--cc=mpatocka@redhat.com \
--cc=narmstrong@baylibre.com \
--cc=oleksandr_andrushchenko@epam.com \
--cc=sean@poorly.run \
--cc=shawnguo@kernel.org \
--cc=tomi.valkeinen@ti.com \
--cc=tutankhamen@chromium.org \
--cc=tzimmermann@suse.de \
--cc=wens@csie.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.