All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: SoC Team <soc@kernel.org>, arm-soc <arm@kernel.org>
Cc: Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Sekhar Nori <nsekhar@ti.com>,
	 Bartosz Golaszewski <brgl@bgdev.pl>
Subject: [GIT PULL] Delete two DaVinci boards
Date: Mon, 11 Jul 2022 10:11:19 +0200	[thread overview]
Message-ID: <CACRpkdZh8GdZzGsJ=h_E8RPgAHX8HqXs1871w95TVZD0SXHbkA@mail.gmail.com> (raw)

Hi SoC folks,

two patches deleting two unmainatined DaVinci boards.
The patches describe how I tried to update these boards
but there is no interest in that so now I am deleting them
as unused and unmaintained,

Please pull it in unless the DaVinci maintainers step in
and says no.

Yours,
Linus Wallej

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/davinci-boards-delete-v5.20

for you to fetch changes up to b4aed01de48652928c8299f793625936f14d1739:

  ARM: davinci: Delete DM646x board files (2022-07-01 14:10:20 +0200)

----------------------------------------------------------------
This deletes two unmaintained DaVinci boards.

----------------------------------------------------------------
Linus Walleij (2):
      ARM: davinci: Delete DM644x board files
      ARM: davinci: Delete DM646x board files

 arch/arm/mach-davinci/Kconfig             |  44 --
 arch/arm/mach-davinci/Makefile            |   6 -
 arch/arm/mach-davinci/board-dm644x-evm.c  | 928 ------------------------------
 arch/arm/mach-davinci/board-dm646x-evm.c  | 873 ----------------------------
 arch/arm/mach-davinci/board-neuros-osd2.c | 238 --------
 arch/arm/mach-davinci/board-sffsdr.c      | 151 -----
 arch/arm/mach-davinci/dm644x.c            | 765 ------------------------
 arch/arm/mach-davinci/dm646x.c            | 726 -----------------------
 8 files changed, 3731 deletions(-)
 delete mode 100644 arch/arm/mach-davinci/board-dm644x-evm.c
 delete mode 100644 arch/arm/mach-davinci/board-dm646x-evm.c
 delete mode 100644 arch/arm/mach-davinci/board-neuros-osd2.c
 delete mode 100644 arch/arm/mach-davinci/board-sffsdr.c
 delete mode 100644 arch/arm/mach-davinci/dm644x.c
 delete mode 100644 arch/arm/mach-davinci/dm646x.c

WARNING: multiple messages have this Message-ID (diff)
From: Linus Walleij <linus.walleij@linaro.org>
To: SoC Team <soc@kernel.org>, arm-soc <arm@kernel.org>
Cc: Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Sekhar Nori <nsekhar@ti.com>,
	 Bartosz Golaszewski <brgl@bgdev.pl>
Subject: [GIT PULL] Delete two DaVinci boards
Date: Mon, 11 Jul 2022 10:11:19 +0200	[thread overview]
Message-ID: <CACRpkdZh8GdZzGsJ=h_E8RPgAHX8HqXs1871w95TVZD0SXHbkA@mail.gmail.com> (raw)

Hi SoC folks,

two patches deleting two unmainatined DaVinci boards.
The patches describe how I tried to update these boards
but there is no interest in that so now I am deleting them
as unused and unmaintained,

Please pull it in unless the DaVinci maintainers step in
and says no.

Yours,
Linus Wallej

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/davinci-boards-delete-v5.20

for you to fetch changes up to b4aed01de48652928c8299f793625936f14d1739:

  ARM: davinci: Delete DM646x board files (2022-07-01 14:10:20 +0200)

----------------------------------------------------------------
This deletes two unmaintained DaVinci boards.

----------------------------------------------------------------
Linus Walleij (2):
      ARM: davinci: Delete DM644x board files
      ARM: davinci: Delete DM646x board files

 arch/arm/mach-davinci/Kconfig             |  44 --
 arch/arm/mach-davinci/Makefile            |   6 -
 arch/arm/mach-davinci/board-dm644x-evm.c  | 928 ------------------------------
 arch/arm/mach-davinci/board-dm646x-evm.c  | 873 ----------------------------
 arch/arm/mach-davinci/board-neuros-osd2.c | 238 --------
 arch/arm/mach-davinci/board-sffsdr.c      | 151 -----
 arch/arm/mach-davinci/dm644x.c            | 765 ------------------------
 arch/arm/mach-davinci/dm646x.c            | 726 -----------------------
 8 files changed, 3731 deletions(-)
 delete mode 100644 arch/arm/mach-davinci/board-dm644x-evm.c
 delete mode 100644 arch/arm/mach-davinci/board-dm646x-evm.c
 delete mode 100644 arch/arm/mach-davinci/board-neuros-osd2.c
 delete mode 100644 arch/arm/mach-davinci/board-sffsdr.c
 delete mode 100644 arch/arm/mach-davinci/dm644x.c
 delete mode 100644 arch/arm/mach-davinci/dm646x.c

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-07-11  8:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-11  8:11 Linus Walleij [this message]
2022-07-11  8:11 ` [GIT PULL] Delete two DaVinci boards Linus Walleij
2022-07-11 10:44 ` Arnd Bergmann
2022-07-11 10:44   ` Arnd Bergmann
2022-07-11 11:29   ` Linus Walleij
2022-07-11 11:29     ` Linus Walleij
2022-07-16 21:20 ` patchwork-bot+linux-soc

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='CACRpkdZh8GdZzGsJ=h_E8RPgAHX8HqXs1871w95TVZD0SXHbkA@mail.gmail.com' \
    --to=linus.walleij@linaro.org \
    --cc=arm@kernel.org \
    --cc=brgl@bgdev.pl \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=nsekhar@ti.com \
    --cc=soc@kernel.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.