From: Russell King - ARM Linux admin <linux@armlinux.org.uk>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: "Ulf Hansson" <ulf.hansson@linaro.org>,
"Cornelia Huck" <cohuck@redhat.com>,
kvm@vger.kernel.org, "David Airlie" <airlied@linux.ie>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
dri-devel@lists.freedesktop.org, "Eric Anholt" <eric@anholt.net>,
"Uwe Kleine-König" <u.kleine-koenig.org@pengutronix.de>,
linux-i2c@vger.kernel.org, linux-spi@vger.kernel.org,
"Jiri Slaby" <jirislaby@kernel.org>,
linux-stm32@st-md-mailman.stormreply.com,
"Alexandre Torgue" <alexandre.torgue@st.com>,
linux-rtc@vger.kernel.org,
"Herbert Xu" <herbert@gondor.apana.org.au>,
"Krzysztof Kozlowski" <krzk@kernel.org>,
"Alexander Shishkin" <alexander.shishkin@linux.intel.com>,
linux-serial@vger.kernel.org, linux-input@vger.kernel.org,
"Guenter Roeck" <linux@roeck-us.net>,
"Mike Leach" <mike.leach@linaro.org>,
"Daniel Vetter" <daniel@ffwll.ch>,
"Arnd Bergmann" <arnd@arndb.de>,
"Suzuki K Poulose" <suzuki.poulose@arm.com>,
coresight@lists.linaro.org, "Vladimir Zapolskiy" <vz@mleia.com>,
"Eric Auger" <eric.auger@redhat.com>,
"Alex Williamson" <alex.williamson@redhat.com>,
"Mark Brown" <broonie@kernel.org>,
linux-fbdev@vger.kernel.org, "Matt Mackall" <mpm@selenic.com>,
"Dan Williams" <dan.j.williams@intel.com>,
"Wim Van Sebroeck" <wim@linux-watchdog.org>,
kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org,
"Alessandro Zummo" <a.zummo@towertech.it>,
linux-watchdog@vger.kernel.org,
"Mathieu Poirier" <mathieu.poirier@linaro.org>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
linux-mmc@vger.kernel.org, "Takashi Iwai" <tiwai@suse.com>,
linux-kernel@vger.kernel.org, "Vinod Koul" <vkoul@kernel.org>,
linux-crypto@vger.kernel.org,
"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
"Leo Yan" <leo.yan@linaro.org>,
dmaengine@vger.kernel.org, alsa-devel@alsa-project.org
Subject: Re: [PATCH v3 0/5] amba: minor fix and various cleanups
Date: Tue, 2 Feb 2021 10:49:15 +0000 [thread overview]
Message-ID: <20210202104915.GK1463@shell.armlinux.org.uk> (raw)
In-Reply-To: <20210126165835.687514-1-u.kleine-koenig@pengutronix.de>
On Tue, Jan 26, 2021 at 05:58:30PM +0100, Uwe Kleine-König wrote:
> From: Uwe Kleine-König <u.kleine-koenig.org@pengutronix.de
>
> Hello,
>
> Changes since v2 sent with Message-Id:
> 20201124133139.3072124-1-uwe@kleine-koenig.org:
>
> - Rebase to v5.11-rc1 (which resulted in a few conflicts in
> drivers/hwtracing).
> - Add various Acks.
> - Send to more maintainers directly (which I think is one of the
> reasons why there are so few Acks).
>
> For my taste patch 4 needs some more acks (drivers/char/hw_random,
> drivers/dma, drivers/gpu/drm/pl111, drivers/i2c, drivers/mmc,
> drivers/vfio, drivers/watchdog and sound/arm have no maintainer feedback
> yet).
>
> My suggestion is to let this series go in via Russell King (who cares
> for amba). Once enough Acks are there I can also provide a tag for
> merging into different trees. Just tell me if you prefer this solution.
>
> Would be great if this could make it for v5.12, but I'm aware it's
> already late in the v5.11 cycle so it might have to wait for v5.13.
I think you need to have a 6th patch which moves the
probe/remove/shutdown methods into the bus_type - if you're setting
them for every struct device_driver, then there's no point doing that
and they may as well be in the bus_type.
Apart from that, it looks good.
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!
WARNING: multiple messages have this Message-ID (diff)
From: Russell King - ARM Linux admin <linux@armlinux.org.uk>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: "Matt Mackall" <mpm@selenic.com>,
"Herbert Xu" <herbert@gondor.apana.org.au>,
"Vinod Koul" <vkoul@kernel.org>,
"Dan Williams" <dan.j.williams@intel.com>,
"Eric Anholt" <eric@anholt.net>,
"David Airlie" <airlied@linux.ie>,
"Daniel Vetter" <daniel@ffwll.ch>,
"Mathieu Poirier" <mathieu.poirier@linaro.org>,
"Suzuki K Poulose" <suzuki.poulose@arm.com>,
"Alexander Shishkin" <alexander.shishkin@linux.intel.com>,
"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
"Alexandre Torgue" <alexandre.torgue@st.com>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
"Vladimir Zapolskiy" <vz@mleia.com>,
"Krzysztof Kozlowski" <krzk@kernel.org>,
"Ulf Hansson" <ulf.hansson@linaro.org>,
"Alessandro Zummo" <a.zummo@towertech.it>,
"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
"Mark Brown" <broonie@kernel.org>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Jiri Slaby" <jirislaby@kernel.org>,
"Eric Auger" <eric.auger@redhat.com>,
"Alex Williamson" <alex.williamson@redhat.com>,
"Cornelia Huck" <cohuck@redhat.com>,
"Wim Van Sebroeck" <wim@linux-watchdog.org>,
"Guenter Roeck" <linux@roeck-us.net>,
"Jaroslav Kysela" <perex@perex.cz>,
"Takashi Iwai" <tiwai@suse.com>,
linux-kernel@vger.kernel.org, kernel@pengutronix.de,
"Uwe Kleine-König" <u.kleine-koenig.org@pengutronix.de>,
"Mike Leach" <mike.leach@linaro.org>,
"Leo Yan" <leo.yan@linaro.org>, "Arnd Bergmann" <arnd@arndb.de>,
linux-crypto@vger.kernel.org, dmaengine@vger.kernel.org,
dri-devel@lists.freedesktop.org, coresight@lists.linaro.org,
linux-arm-kernel@lists.infradead.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-i2c@vger.kernel.org, linux-input@vger.kernel.org,
linux-mmc@vger.kernel.org, linux-rtc@vger.kernel.org,
linux-spi@vger.kernel.org, linux-serial@vger.kernel.org,
kvm@vger.kernel.org, linux-fbdev@vger.kernel.org,
linux-watchdog@vger.kernel.org, alsa-devel@alsa-project.org
Subject: Re: [PATCH v3 0/5] amba: minor fix and various cleanups
Date: Tue, 2 Feb 2021 10:49:15 +0000 [thread overview]
Message-ID: <20210202104915.GK1463@shell.armlinux.org.uk> (raw)
In-Reply-To: <20210126165835.687514-1-u.kleine-koenig@pengutronix.de>
On Tue, Jan 26, 2021 at 05:58:30PM +0100, Uwe Kleine-König wrote:
> From: Uwe Kleine-König <u.kleine-koenig.org@pengutronix.de
>
> Hello,
>
> Changes since v2 sent with Message-Id:
> 20201124133139.3072124-1-uwe@kleine-koenig.org:
>
> - Rebase to v5.11-rc1 (which resulted in a few conflicts in
> drivers/hwtracing).
> - Add various Acks.
> - Send to more maintainers directly (which I think is one of the
> reasons why there are so few Acks).
>
> For my taste patch 4 needs some more acks (drivers/char/hw_random,
> drivers/dma, drivers/gpu/drm/pl111, drivers/i2c, drivers/mmc,
> drivers/vfio, drivers/watchdog and sound/arm have no maintainer feedback
> yet).
>
> My suggestion is to let this series go in via Russell King (who cares
> for amba). Once enough Acks are there I can also provide a tag for
> merging into different trees. Just tell me if you prefer this solution.
>
> Would be great if this could make it for v5.12, but I'm aware it's
> already late in the v5.11 cycle so it might have to wait for v5.13.
I think you need to have a 6th patch which moves the
probe/remove/shutdown methods into the bus_type - if you're setting
them for every struct device_driver, then there's no point doing that
and they may as well be in the bus_type.
Apart from that, it looks good.
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!
WARNING: multiple messages have this Message-ID (diff)
From: Russell King - ARM Linux admin <linux@armlinux.org.uk>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: "Ulf Hansson" <ulf.hansson@linaro.org>,
"Cornelia Huck" <cohuck@redhat.com>,
kvm@vger.kernel.org, "David Airlie" <airlied@linux.ie>,
"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
dri-devel@lists.freedesktop.org,
"Jaroslav Kysela" <perex@perex.cz>,
"Uwe Kleine-König" <u.kleine-koenig.org@pengutronix.de>,
linux-i2c@vger.kernel.org, linux-spi@vger.kernel.org,
"Jiri Slaby" <jirislaby@kernel.org>,
linux-stm32@st-md-mailman.stormreply.com,
"Alexandre Torgue" <alexandre.torgue@st.com>,
linux-rtc@vger.kernel.org,
"Herbert Xu" <herbert@gondor.apana.org.au>,
"Krzysztof Kozlowski" <krzk@kernel.org>,
"Alexander Shishkin" <alexander.shishkin@linux.intel.com>,
linux-serial@vger.kernel.org, linux-input@vger.kernel.org,
"Guenter Roeck" <linux@roeck-us.net>,
"Mike Leach" <mike.leach@linaro.org>,
"Arnd Bergmann" <arnd@arndb.de>,
"Suzuki K Poulose" <suzuki.poulose@arm.com>,
coresight@lists.linaro.org, "Vladimir Zapolskiy" <vz@mleia.com>,
"Eric Auger" <eric.auger@redhat.com>,
"Alex Williamson" <alex.williamson@redhat.com>,
"Mark Brown" <broonie@kernel.org>,
linux-fbdev@vger.kernel.org, "Matt Mackall" <mpm@selenic.com>,
"Dan Williams" <dan.j.williams@intel.com>,
"Wim Van Sebroeck" <wim@linux-watchdog.org>,
kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org,
"Alessandro Zummo" <a.zummo@towertech.it>,
linux-watchdog@vger.kernel.org,
"Mathieu Poirier" <mathieu.poirier@linaro.org>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
linux-mmc@vger.kernel.org, "Takashi Iwai" <tiwai@suse.com>,
linux-kernel@vger.kernel.org, "Vinod Koul" <vkoul@kernel.org>,
linux-crypto@vger.kernel.org,
"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
"Leo Yan" <leo.yan@linaro.org>,
dmaengine@vger.kernel.org, alsa-devel@alsa-project.org
Subject: Re: [PATCH v3 0/5] amba: minor fix and various cleanups
Date: Tue, 2 Feb 2021 10:49:15 +0000 [thread overview]
Message-ID: <20210202104915.GK1463@shell.armlinux.org.uk> (raw)
In-Reply-To: <20210126165835.687514-1-u.kleine-koenig@pengutronix.de>
On Tue, Jan 26, 2021 at 05:58:30PM +0100, Uwe Kleine-König wrote:
> From: Uwe Kleine-König <u.kleine-koenig.org@pengutronix.de
>
> Hello,
>
> Changes since v2 sent with Message-Id:
> 20201124133139.3072124-1-uwe@kleine-koenig.org:
>
> - Rebase to v5.11-rc1 (which resulted in a few conflicts in
> drivers/hwtracing).
> - Add various Acks.
> - Send to more maintainers directly (which I think is one of the
> reasons why there are so few Acks).
>
> For my taste patch 4 needs some more acks (drivers/char/hw_random,
> drivers/dma, drivers/gpu/drm/pl111, drivers/i2c, drivers/mmc,
> drivers/vfio, drivers/watchdog and sound/arm have no maintainer feedback
> yet).
>
> My suggestion is to let this series go in via Russell King (who cares
> for amba). Once enough Acks are there I can also provide a tag for
> merging into different trees. Just tell me if you prefer this solution.
>
> Would be great if this could make it for v5.12, but I'm aware it's
> already late in the v5.11 cycle so it might have to wait for v5.13.
I think you need to have a 6th patch which moves the
probe/remove/shutdown methods into the bus_type - if you're setting
them for every struct device_driver, then there's no point doing that
and they may as well be in the bus_type.
Apart from that, it looks good.
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2021-02-03 7:06 UTC|newest]
Thread overview: 89+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-26 16:58 [PATCH v3 0/5] amba: minor fix and various cleanups Uwe Kleine-König
2021-01-26 16:58 ` Uwe Kleine-König
2021-01-26 16:58 ` Uwe Kleine-König
2021-01-26 16:58 ` [PATCH v3 1/5] amba: Fix resource leak for drivers without .remove Uwe Kleine-König
2021-01-26 16:58 ` Uwe Kleine-König
2021-01-26 16:58 ` [PATCH v3 2/5] amba: reorder functions Uwe Kleine-König
2021-01-26 16:58 ` Uwe Kleine-König
2021-01-26 16:58 ` [PATCH v3 3/5] vfio: platform: simplify device removal Uwe Kleine-König
2021-01-26 16:58 ` Uwe Kleine-König
2021-01-26 16:58 ` [PATCH v3 4/5] amba: Make the remove callback return void Uwe Kleine-König
2021-01-26 16:58 ` Uwe Kleine-König
2021-01-26 16:58 ` Uwe Kleine-König
2021-01-26 17:08 ` Suzuki K Poulose
2021-01-26 17:08 ` Suzuki K Poulose
2021-01-26 17:08 ` Suzuki K Poulose
2021-01-26 17:56 ` Uwe Kleine-König
2021-01-26 17:56 ` Uwe Kleine-König
2021-01-26 17:56 ` Uwe Kleine-König
2021-01-26 19:05 ` Russell King - ARM Linux admin
2021-01-26 19:05 ` Russell King - ARM Linux admin
2021-01-26 19:05 ` Russell King - ARM Linux admin
2021-01-26 17:30 ` Vinod Koul
2021-01-26 17:30 ` Vinod Koul
2021-01-26 17:30 ` Vinod Koul
2021-01-26 19:24 ` Guenter Roeck
2021-01-26 19:24 ` Guenter Roeck
2021-01-26 19:24 ` Guenter Roeck
2021-01-27 6:47 ` Wolfram Sang
2021-01-27 6:47 ` Wolfram Sang
2021-01-27 6:47 ` Wolfram Sang
2021-01-27 6:50 ` Takashi Iwai
2021-01-27 6:50 ` Takashi Iwai
2021-01-27 6:50 ` Takashi Iwai
2021-01-27 8:12 ` Vladimir Zapolskiy
2021-01-27 8:12 ` Vladimir Zapolskiy
2021-01-27 8:12 ` Vladimir Zapolskiy
2021-01-27 12:03 ` Greg Kroah-Hartman
2021-01-27 12:03 ` Greg Kroah-Hartman
2021-01-27 12:03 ` Greg Kroah-Hartman
2021-02-03 13:18 ` Auger Eric
2021-02-03 13:18 ` Auger Eric
2021-02-03 13:18 ` Auger Eric
2021-01-26 16:58 ` [PATCH v3 5/5] amba: Make use of bus_type functions Uwe Kleine-König
2021-01-26 16:58 ` Uwe Kleine-König
2021-02-02 10:49 ` Russell King - ARM Linux admin [this message]
2021-02-02 10:49 ` [PATCH v3 0/5] amba: minor fix and various cleanups Russell King - ARM Linux admin
2021-02-02 10:49 ` Russell King - ARM Linux admin
2021-02-03 7:45 ` Uwe Kleine-König
2021-02-03 7:45 ` Uwe Kleine-König
2021-02-03 7:45 ` Uwe Kleine-König
2021-02-02 13:53 ` [GIT PULL] immutable branch for amba changes targeting v5.12-rc1 Uwe Kleine-König
2021-02-02 13:53 ` Uwe Kleine-König
2021-02-02 13:53 ` Uwe Kleine-König
2021-02-02 14:06 ` Greg Kroah-Hartman
2021-02-02 14:06 ` Greg Kroah-Hartman
2021-02-02 14:06 ` Greg Kroah-Hartman
2021-02-04 16:52 ` Russell King - ARM Linux admin
2021-02-04 16:52 ` Russell King - ARM Linux admin
2021-02-04 16:52 ` Russell King - ARM Linux admin
2021-02-04 16:56 ` Greg Kroah-Hartman
2021-02-04 16:56 ` Greg Kroah-Hartman
2021-02-04 16:56 ` Greg Kroah-Hartman
2021-02-04 16:59 ` Russell King - ARM Linux admin
2021-02-04 16:59 ` Russell King - ARM Linux admin
2021-02-04 16:59 ` Russell King - ARM Linux admin
2021-02-04 18:15 ` Uwe Kleine-König
2021-02-04 18:15 ` Uwe Kleine-König
2021-02-04 18:15 ` Uwe Kleine-König
2021-02-05 9:37 ` Uwe Kleine-König
2021-02-05 9:37 ` Uwe Kleine-König
2021-02-05 9:37 ` Uwe Kleine-König
2021-02-05 10:18 ` Greg Kroah-Hartman
2021-02-05 10:18 ` Greg Kroah-Hartman
2021-02-05 10:18 ` Greg Kroah-Hartman
2021-02-05 10:56 ` Uwe Kleine-König
2021-02-05 10:56 ` Uwe Kleine-König
2021-02-05 10:56 ` Uwe Kleine-König
2021-02-05 11:07 ` Greg Kroah-Hartman
2021-02-05 11:07 ` Greg Kroah-Hartman
2021-02-05 11:07 ` Greg Kroah-Hartman
2021-02-02 19:43 ` [PATCH] mailbox: arm_mhuv2: make remove callback return void Uwe Kleine-König
2021-02-02 19:43 ` Uwe Kleine-König
2021-02-02 19:43 ` Uwe Kleine-König
2021-02-03 2:57 ` Viresh Kumar
2021-02-03 2:57 ` Viresh Kumar
2021-02-03 2:57 ` Viresh Kumar
2021-02-02 21:35 ` [GIT PULL] immutable branch for amba changes targeting v5.12-rc1 Uwe Kleine-König
2021-02-02 21:35 ` Uwe Kleine-König
2021-02-02 21:35 ` Uwe Kleine-König
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=20210202104915.GK1463@shell.armlinux.org.uk \
--to=linux@armlinux.org.uk \
--cc=a.zummo@towertech.it \
--cc=airlied@linux.ie \
--cc=alex.williamson@redhat.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=alexandre.belloni@bootlin.com \
--cc=alexandre.torgue@st.com \
--cc=alsa-devel@alsa-project.org \
--cc=arnd@arndb.de \
--cc=broonie@kernel.org \
--cc=cohuck@redhat.com \
--cc=coresight@lists.linaro.org \
--cc=dan.j.williams@intel.com \
--cc=daniel@ffwll.ch \
--cc=dmaengine@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=eric.auger@redhat.com \
--cc=eric@anholt.net \
--cc=gregkh@linuxfoundation.org \
--cc=herbert@gondor.apana.org.au \
--cc=jirislaby@kernel.org \
--cc=kernel@pengutronix.de \
--cc=krzk@kernel.org \
--cc=kvm@vger.kernel.org \
--cc=leo.yan@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-rtc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=mathieu.poirier@linaro.org \
--cc=mcoquelin.stm32@gmail.com \
--cc=mike.leach@linaro.org \
--cc=mpm@selenic.com \
--cc=suzuki.poulose@arm.com \
--cc=tiwai@suse.com \
--cc=u.kleine-koenig.org@pengutronix.de \
--cc=u.kleine-koenig@pengutronix.de \
--cc=ulf.hansson@linaro.org \
--cc=vkoul@kernel.org \
--cc=vz@mleia.com \
--cc=wim@linux-watchdog.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.