Subject: [GIT PULL] AVR32 change for 6.0 - outstanding cleanups

Hello Linus,

please pull

git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32.git for-linus

to receive the following AVR32 related changes for 6.0 (no-op's)

Hans-Christian Noren Egtvedt (8):
dma:dw: remove reference to AVR32 architecture in core.c
mfd: remove reference to AVR32 architecture in atmel-smc.c
misc: update maintainer email address and description for atmel-ssc
net: remove cdns,at32ap7000-macb device tree entry
sound:spi: remove reference to AVR32 in Atmel AT73C213 DAC driver
usb:udc: remove reference to AVR32 architecture in Atmel USBA Kconfig
video: remove support for non-existing atmel,at32ap-lcdc in atmel_lcdfb
video:backlight: remove reference to AVR32 architecture in ltv350qv

Mostly changes to documentation and comments.

Documentation/devicetree/bindings/display/atmel,lcdc.txt | 1 -
Documentation/devicetree/bindings/net/cdns,macb.yaml | 3 +--
drivers/dma/dw/core.c | 3 ---
drivers/mfd/atmel-smc.c | 4 ++--
drivers/misc/atmel-ssc.c | 4 ++--
drivers/net/ethernet/cadence/macb_main.c | 1 -
drivers/usb/gadget/udc/Kconfig | 4 ++--
drivers/video/backlight/ltv350qv.c | 3 +--
sound/spi/Kconfig | 2 +-
9 files changed, 9 insertions(+), 16 deletions(-)

--
Best regards,
Hans-Christian Noren Egtvedt


2022-08-04 22:32:19

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] AVR32 change for 6.0 - outstanding cleanups

On Wed, Aug 3, 2022 at 2:27 AM Hans-Christian Noren Egtvedt
<[email protected]> wrote:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32.git for-linus

I've pulled this, but can I please ask you too to use a signed tag for
pull requests?

No, it's still not a hard requirement for kernel.org pulls since we
have strict rules for kernel.org anyway, but I've successfully
bullied^Wconvinced most people to do it, to the point where this merge
window I've so far only seen two pull requests that aren't using
signed tags.

Please?

Linus

2022-08-04 22:47:38

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] AVR32 change for 6.0 - outstanding cleanups

The pull request you sent on Wed, 3 Aug 2022 11:27:54 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32.git for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/25e6bed5a64836621e41bc9f9d97eb79f1bdfa1e

Thank you!

--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

Subject: Re: [GIT PULL] AVR32 change for 6.0 - outstanding cleanups

Around Thu 04 Aug 2022 15:23:16 -0700 or thereabout, Linus Torvalds wrote:
> On Wed, Aug 3, 2022 at 2:27 AM Hans-Christian Noren Egtvedt
> <[email protected]> wrote:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32.git for-linus
>
> I've pulled this, but can I please ask you too to use a signed tag for
> pull requests?
>
> No, it's still not a hard requirement for kernel.org pulls since we
> have strict rules for kernel.org anyway, but I've successfully
> bullied^Wconvinced most people to do it, to the point where this merge
> window I've so far only seen two pull requests that aren't using
> signed tags.
>
> Please?

Sure, no problem. I will create a signed tag for next round. Almost done
removing AVR32 leftovers.

--
Best regards, Hans-Christian Noren Egtvedt

2022-08-08 21:18:03

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] AVR32 change for 6.0 - outstanding cleanups

On Mon, Aug 8, 2022 at 12:42 PM Hans-Christian Noren Egtvedt
<[email protected]> wrote:
>
> Sure, no problem. I will create a signed tag for next round. Almost done
> removing AVR32 leftovers.

Thanks.

Linus