Re: [GIT PULL] immutable branch for amba changes targeting v5.12-rc1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- Subject: Re: [GIT PULL] immutable branch for amba changes targeting v5.12-rc1
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 2 Feb 2021 15:06:05 +0100
- Cc: Russell King <linux+pull@xxxxxxxxxxxxxxx>, Mathieu Poirier <mathieu.poirier@xxxxxxxxxx>, Suzuki K Poulose <suzuki.poulose@xxxxxxx>, Alexander Shishkin <alexander.shishkin@xxxxxxxxxxxxxxx>, linux-fbdev@xxxxxxxxxxxxxxx, kvm@xxxxxxxxxxxxxxx, alsa-devel@xxxxxxxxxxxxxxxx, dri-devel@xxxxxxxxxxxxxxxxxxxxx, Uwe Kleine-König <u.kleine-koenig.org@xxxxxxxxxxxxxx>, linux-i2c@xxxxxxxxxxxxxxx, linux-stm32@xxxxxxxxxxxxxxxxxxxxxxxxxxxx, linux-rtc@xxxxxxxxxxxxxxx, linux-serial@xxxxxxxxxxxxxxx, linux-input@xxxxxxxxxxxxxxx, Mike Leach <mike.leach@xxxxxxxxxx>, linux-watchdog@xxxxxxxxxxxxxxx, Arnd Bergmann <arnd@xxxxxxxx>, coresight@xxxxxxxxxxxxxxxx, linux-arm-kernel@xxxxxxxxxxxxxxxxxxx, linux-mmc@xxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, linux-spi@xxxxxxxxxxxxxxx, linux-crypto@xxxxxxxxxxxxxxx, kernel@xxxxxxxxxxxxxx, Leo Yan <leo.yan@xxxxxxxxxx>, dmaengine@xxxxxxxxxxxxxxx, Matt Mackall <mpm@xxxxxxxxxxx>, Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>, Vinod Koul <vkoul@xxxxxxxxxx>, Dan Williams <dan.j.williams@xxxxxxxxx>, Eric Anholt <eric@xxxxxxxxxxxxxxxxxx>, David Airlie <airlied@xxxxxxxx>, Daniel Vetter <daniel@xxxxxxxx>, Maxime Coquelin <mcoquelin.stm32@xxxxxxxxx>, Alexandre Torgue <alexandre.torgue@xxxxxx>, Linus Walleij <linus.walleij@xxxxxxxxxx>, Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>, Vladimir Zapolskiy <vz@xxxxxxxxx>, Krzysztof Kozlowski <krzk@xxxxxxxxxx>, Ulf Hansson <ulf.hansson@xxxxxxxxxx>, Alessandro Zummo <a.zummo@xxxxxxxxxxxx>, Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx>, Mark Brown <broonie@xxxxxxxxxx>, Jiri Slaby <jirislaby@xxxxxxxxxx>, Eric Auger <eric.auger@xxxxxxxxxx>, Alex Williamson <alex.williamson@xxxxxxxxxx>, Cornelia Huck <cohuck@xxxxxxxxxx>, Wim Van Sebroeck <wim@xxxxxxxxxxxxxxxxxx>, Guenter Roeck <linux@xxxxxxxxxxxx>, Jaroslav Kysela <perex@xxxxxxxx>, Takashi Iwai <tiwai@xxxxxxxx>
- In-reply-to: <20210202135350.36nj3dmcoq3t7gcf@pengutronix.de>
- References: <20210126165835.687514-1-u.kleine-koenig@pengutronix.de> <20210202135350.36nj3dmcoq3t7gcf@pengutronix.de>
On Tue, Feb 02, 2021 at 02:53:50PM +0100, Uwe Kleine-König wrote:
> Hello,
>
> the following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
>
> Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
>
> are available in the Git repository at:
>
> https://git.pengutronix.de/git/ukl/linux tags/amba-make-remove-return-void
>
> for you to fetch changes up to f170b59fedd733b92f58c4d7c8357fbf7601d623:
>
> amba: Make use of bus_type functions (2021-02-02 14:26:02 +0100)
>
> I expect this tag to be merged by Russell King as amba maintainer and by
> Mathieu Poirier (or Greg Kroah-Hartman?) for coresight as there are some
> pending conflicting changes. These are not hard to resolve but also
> non-trivial. Tell me if you need assistance for resolving, also if it's only a
> second pair of eyes to judge your resolution.
>
> Best regards,
> Uwe
>
> ----------------------------------------------------------------
> Tag for adaptions to struct amba_driver::remove changing prototype
>
> ----------------------------------------------------------------
> Uwe Kleine-König (5):
> amba: Fix resource leak for drivers without .remove
> amba: reorder functions
> vfio: platform: simplify device removal
> amba: Make the remove callback return void
> amba: Make use of bus_type functions
>
> drivers/amba/bus.c | 234 +++++++++++++++++++++++++++++++++------------------------------
> drivers/char/hw_random/nomadik-rng.c | 3 +-
> drivers/dma/pl330.c | 3 +-
> drivers/gpu/drm/pl111/pl111_drv.c | 4 +-
> drivers/hwtracing/coresight/coresight-catu.c | 3 +-
> drivers/hwtracing/coresight/coresight-cpu-debug.c | 4 +-
> drivers/hwtracing/coresight/coresight-cti-core.c | 4 +-
> drivers/hwtracing/coresight/coresight-etb10.c | 4 +-
> drivers/hwtracing/coresight/coresight-etm3x-core.c | 4 +-
> drivers/hwtracing/coresight/coresight-etm4x-core.c | 4 +-
> drivers/hwtracing/coresight/coresight-funnel.c | 4 +-
> drivers/hwtracing/coresight/coresight-replicator.c | 4 +-
> drivers/hwtracing/coresight/coresight-stm.c | 4 +-
> drivers/hwtracing/coresight/coresight-tmc-core.c | 4 +-
> drivers/hwtracing/coresight/coresight-tpiu.c | 4 +-
> drivers/i2c/busses/i2c-nomadik.c | 4 +-
> drivers/input/serio/ambakmi.c | 3 +-
> drivers/memory/pl172.c | 4 +-
> drivers/memory/pl353-smc.c | 4 +-
> drivers/mmc/host/mmci.c | 4 +-
> drivers/rtc/rtc-pl030.c | 4 +-
> drivers/rtc/rtc-pl031.c | 4 +-
> drivers/spi/spi-pl022.c | 5 +-
> drivers/tty/serial/amba-pl010.c | 4 +-
> drivers/tty/serial/amba-pl011.c | 3 +-
> drivers/vfio/platform/vfio_amba.c | 15 ++--
> drivers/video/fbdev/amba-clcd.c | 4 +-
> drivers/watchdog/sp805_wdt.c | 4 +-
> include/linux/amba/bus.h | 2 +-
> sound/arm/aaci.c | 4 +-
> 30 files changed, 157 insertions(+), 198 deletions(-)
>
>
I'm glad to take this through my char/misc tree, as that's where the
other coresight changes flow through. So if no one else objects, I will
do so...
thanks,
greg k-h
[Index of Archives]
[Linux Kernel]
[Linux ARM (vger)]
[Linux ARM MSM]
[Linux Omap]
[Linux Arm]
[Linux Tegra]
[Fedora ARM]
[Linux for Samsung SOC]
[eCos]
[Linux Fastboot]
[Gcc Help]
[Git]
[DCCP]
[IETF Announce]
[Security]
[Linux MIPS]
[Yosemite Campsites]
|