From: Bartosz Golaszewski <brgl@bgdev.pl>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] arm: remove leftover code for dm* SoCs
Date: Mon, 29 Apr 2019 18:37:07 +0200 [thread overview]
Message-ID: <20190429163712.23683-1-brgl@bgdev.pl> (raw)
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Commit 6761946fb716 ("arm: Remove unmaintained davinci boards") removed
support for certain DaVinci platforms. We still want to support the
da850 chips though and I'm currently working on converting all remaining
drivers to using the driver model (please don't remove it yet :)).
This series is the first step: let's remove all leftover dead code. This
will make things easier when adding support for driver model to NAND and
EMAC drivers.
Bartosz Golaszewski (5):
net: davinci_emac: drop support for unused PHYs
arm: davinci: remove dead code for PHYs used by DaVinci DM* boards
nand: davinci: remove dead code for dm644x
usb: musb_hcd: remove unnecessary ifdefs for dm* SoCs
arm: davinci: remove leftover code for dm* SoCs
arch/arm/mach-davinci/Makefile | 1 -
arch/arm/mach-davinci/cpu.c | 116 -----
arch/arm/mach-davinci/dm355.c | 29 --
arch/arm/mach-davinci/dm365.c | 19 -
arch/arm/mach-davinci/dm365_lowlevel.c | 459 ------------------
arch/arm/mach-davinci/dm644x.c | 80 ---
arch/arm/mach-davinci/dm646x.c | 25 -
arch/arm/mach-davinci/dp83848.c | 127 -----
arch/arm/mach-davinci/et1011c.c | 41 --
.../mach-davinci/include/mach/davinci_misc.h | 4 +-
.../arm/mach-davinci/include/mach/emac_defs.h | 56 ---
arch/arm/mach-davinci/include/mach/gpio.h | 14 +-
arch/arm/mach-davinci/include/mach/hardware.h | 216 ---------
arch/arm/mach-davinci/include/mach/i2c_defs.h | 4 -
.../mach-davinci/include/mach/syscfg_defs.h | 49 --
arch/arm/mach-davinci/ksz8873.c | 52 --
arch/arm/mach-davinci/lxt972.c | 112 -----
arch/arm/mach-davinci/misc.c | 5 +-
arch/arm/mach-davinci/psc.c | 76 ---
arch/arm/mach-davinci/spl.c | 5 -
drivers/mtd/nand/raw/davinci_nand.c | 39 --
drivers/net/ti/davinci_emac.c | 55 +--
drivers/usb/musb/musb_hcd.c | 6 -
23 files changed, 9 insertions(+), 1581 deletions(-)
delete mode 100644 arch/arm/mach-davinci/dm355.c
delete mode 100644 arch/arm/mach-davinci/dm365.c
delete mode 100644 arch/arm/mach-davinci/dm365_lowlevel.c
delete mode 100644 arch/arm/mach-davinci/dm644x.c
delete mode 100644 arch/arm/mach-davinci/dm646x.c
delete mode 100644 arch/arm/mach-davinci/dp83848.c
delete mode 100644 arch/arm/mach-davinci/et1011c.c
delete mode 100644 arch/arm/mach-davinci/include/mach/syscfg_defs.h
delete mode 100644 arch/arm/mach-davinci/ksz8873.c
delete mode 100644 arch/arm/mach-davinci/lxt972.c
--
2.21.0
next reply other threads:[~2019-04-29 16:37 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-29 16:37 Bartosz Golaszewski [this message]
2019-04-29 16:37 ` [U-Boot] [PATCH 1/5] net: davinci_emac: drop support for unused PHYs Bartosz Golaszewski
2019-05-05 0:00 ` Tom Rini
2019-04-29 16:37 ` [U-Boot] [PATCH 2/5] arm: davinci: remove dead code for PHYs used by DaVinci DM* boards Bartosz Golaszewski
2019-05-05 0:01 ` Tom Rini
2019-04-29 16:37 ` [U-Boot] [PATCH 3/5] nand: davinci: remove dead code for dm644x Bartosz Golaszewski
2019-05-05 0:01 ` Tom Rini
2019-04-29 16:37 ` [U-Boot] [PATCH 4/5] usb: musb_hcd: remove unnecessary ifdefs for dm* SoCs Bartosz Golaszewski
2019-04-29 18:08 ` Marek Vasut
2019-05-05 0:01 ` Tom Rini
2019-04-29 16:37 ` [U-Boot] [PATCH 5/5] arm: davinci: remove leftover code " Bartosz Golaszewski
2019-05-05 0:01 ` Tom Rini
2019-05-20 15:38 ` [U-Boot] [PATCH 0/5] arm: " Adam Ford
2019-05-20 16:12 ` Bartosz Golaszewski
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=20190429163712.23683-1-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=u-boot@lists.denx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox