All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] AVR32 change for 6.0 - outstanding cleanups
@ 2022-08-03  9:27 Hans-Christian Noren Egtvedt
  2022-08-04 22:23 ` Linus Torvalds
  2022-08-04 22:46 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Hans-Christian Noren Egtvedt @ 2022-08-03  9:27 UTC (permalink / raw)
  To: torvalds; +Cc: Nicolas Ferre, hskinnemoen, linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] AVR32 change for 6.0 - outstanding cleanups
  2022-08-03  9:27 [GIT PULL] AVR32 change for 6.0 - outstanding cleanups Hans-Christian Noren Egtvedt
@ 2022-08-04 22:23 ` Linus Torvalds
  2022-08-08 19:42   ` Hans-Christian Noren Egtvedt
  2022-08-04 22:46 ` pr-tracker-bot
  1 sibling, 1 reply; 5+ messages in thread
From: Linus Torvalds @ 2022-08-04 22:23 UTC (permalink / raw)
  To: Hans-Christian Noren Egtvedt; +Cc: Nicolas Ferre, hskinnemoen, linux-kernel

On Wed, Aug 3, 2022 at 2:27 AM Hans-Christian Noren Egtvedt
<egtvedt@samfundet.no> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] AVR32 change for 6.0 - outstanding cleanups
  2022-08-03  9:27 [GIT PULL] AVR32 change for 6.0 - outstanding cleanups Hans-Christian Noren Egtvedt
  2022-08-04 22:23 ` Linus Torvalds
@ 2022-08-04 22:46 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2022-08-04 22:46 UTC (permalink / raw)
  To: Hans-Christian Noren Egtvedt
  Cc: torvalds, Nicolas Ferre, hskinnemoen, linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] AVR32 change for 6.0 - outstanding cleanups
  2022-08-04 22:23 ` Linus Torvalds
@ 2022-08-08 19:42   ` Hans-Christian Noren Egtvedt
  2022-08-08 21:08     ` Linus Torvalds
  0 siblings, 1 reply; 5+ messages in thread
From: Hans-Christian Noren Egtvedt @ 2022-08-08 19:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Nicolas Ferre, hskinnemoen, linux-kernel

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
> <egtvedt@samfundet.no> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] AVR32 change for 6.0 - outstanding cleanups
  2022-08-08 19:42   ` Hans-Christian Noren Egtvedt
@ 2022-08-08 21:08     ` Linus Torvalds
  0 siblings, 0 replies; 5+ messages in thread
From: Linus Torvalds @ 2022-08-08 21:08 UTC (permalink / raw)
  To: Hans-Christian Noren Egtvedt; +Cc: Nicolas Ferre, hskinnemoen, linux-kernel

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

Thanks.

            Linus

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-08 21:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-03  9:27 [GIT PULL] AVR32 change for 6.0 - outstanding cleanups Hans-Christian Noren Egtvedt
2022-08-04 22:23 ` Linus Torvalds
2022-08-08 19:42   ` Hans-Christian Noren Egtvedt
2022-08-08 21:08     ` Linus Torvalds
2022-08-04 22:46 ` pr-tracker-bot

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.