linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Aaro Koskinen <aaro.koskinen@iki.fi>
To: Ralf Baechle <ralf@linux-mips.org>,
	Paul Burton <paul.burton@mips.com>,
	James Hogan <jhogan@kernel.org>,
	linux-mips@vger.kernel.org
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Subject: [PATCH 0/6] MIPS: OCTEON: cleanups, part II
Date: Tue,  4 Dec 2018 22:12:14 +0200	[thread overview]
Message-ID: <20181204201220.12667-1-aaro.koskinen@iki.fi> (raw)

Hi,

Continuing OCTEON cleanups:

- Enable all drivers in defconfig to get the full build coverage.

- Some small adjustements to platform code to allow mechanical deletion of
  a huge amount of unneeded union fields.

Boot tested on OCTEON+ (EdgeRouter Lite) and OCTEON 2 (EdgeRouter Pro).

Build tested with cavium_octeon_defconfig.

A.

Aaro Koskinen (6):
  MIPS: OCTEON: enable all OCTEON drivers in defconfig
  MIPS: OCTEON: octeon-usb: use common gpio_bit definition
  MIPS: OCTEON: cvmx_pko_mem_debug8: use oldest forward compatible
    definition
  MIPS: OCTEON: cvmx_mio_fus_dat3: use oldest forward compatible
    definition
  MIPS: OCTEON: cvmx_gmxx_inf_mode: use oldest forward compatible
    definition
  MIPS: OCTEON: delete redundant register definitions

 .../cavium-octeon/executive/cvmx-cmd-queue.c  |    2 +-
 .../cavium-octeon/executive/cvmx-helper.c     |    4 +-
 .../executive/cvmx-interrupt-rsl.c            |    2 +-
 .../cavium-octeon/executive/octeon-model.c    |   12 +-
 arch/mips/cavium-octeon/octeon-usb.c          |    6 +-
 arch/mips/configs/cavium_octeon_defconfig     |    2 +-
 arch/mips/include/asm/octeon/cvmx-agl-defs.h  |  699 ----------
 arch/mips/include/asm/octeon/cvmx-asxx-defs.h |  105 --
 arch/mips/include/asm/octeon/cvmx-dbg-defs.h  |    4 -
 arch/mips/include/asm/octeon/cvmx-dpi-defs.h  |  178 ---
 arch/mips/include/asm/octeon/cvmx-fpa-defs.h  |  247 ----
 arch/mips/include/asm/octeon/cvmx-gmxx-defs.h |  118 --
 arch/mips/include/asm/octeon/cvmx-gpio-defs.h |  116 --
 arch/mips/include/asm/octeon/cvmx-iob-defs.h  |  375 ------
 arch/mips/include/asm/octeon/cvmx-ipd-defs.h  |  538 --------
 arch/mips/include/asm/octeon/cvmx-l2t-defs.h  |    6 -
 arch/mips/include/asm/octeon/cvmx-led-defs.h  |   78 --
 arch/mips/include/asm/octeon/cvmx-lmcx-defs.h |  514 -------
 arch/mips/include/asm/octeon/cvmx-mio-defs.h  | 1197 -----------------
 arch/mips/include/asm/octeon/cvmx-mixx-defs.h |  136 --
 arch/mips/include/asm/octeon/cvmx-npei-defs.h |  295 ----
 arch/mips/include/asm/octeon/cvmx-npi-defs.h  |  235 ----
 arch/mips/include/asm/octeon/cvmx-pci-defs.h  |  392 ------
 arch/mips/include/asm/octeon/cvmx-pcsx-defs.h |  185 ---
 .../mips/include/asm/octeon/cvmx-pcsxx-defs.h |  146 --
 arch/mips/include/asm/octeon/cvmx-pemx-defs.h |  144 --
 .../mips/include/asm/octeon/cvmx-pescx-defs.h |   59 -
 arch/mips/include/asm/octeon/cvmx-pip-defs.h  |  688 ----------
 arch/mips/include/asm/octeon/cvmx-pko-defs.h  |  619 ---------
 arch/mips/include/asm/octeon/cvmx-pko.h       |    2 +-
 arch/mips/include/asm/octeon/cvmx-pow-defs.h  |  317 -----
 arch/mips/include/asm/octeon/cvmx-rnm-defs.h  |   53 -
 arch/mips/include/asm/octeon/cvmx-rst-defs.h  |   28 -
 arch/mips/include/asm/octeon/cvmx-smix-defs.h |   88 --
 arch/mips/include/asm/octeon/cvmx-spxx-defs.h |   62 -
 .../mips/include/asm/octeon/cvmx-sriox-defs.h |  123 --
 arch/mips/include/asm/octeon/cvmx-srxx-defs.h |   22 -
 arch/mips/include/asm/octeon/cvmx-stxx-defs.h |   64 -
 .../mips/include/asm/octeon/cvmx-uctlx-defs.h |   89 --
 39 files changed, 15 insertions(+), 7935 deletions(-)

-- 
2.17.0


             reply	other threads:[~2018-12-04 20:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-04 20:12 Aaro Koskinen [this message]
2018-12-04 20:12 ` [PATCH 1/6] MIPS: OCTEON: enable all OCTEON drivers in defconfig Aaro Koskinen
2018-12-04 20:12 ` [PATCH 2/6] MIPS: OCTEON: octeon-usb: use common gpio_bit definition Aaro Koskinen
2018-12-04 20:12 ` [PATCH 3/6] MIPS: OCTEON: cvmx_pko_mem_debug8: use oldest forward compatible definition Aaro Koskinen
2018-12-04 20:12 ` [PATCH 4/6] MIPS: OCTEON: cvmx_mio_fus_dat3: " Aaro Koskinen
2018-12-04 20:12 ` [PATCH 5/6] MIPS: OCTEON: cvmx_gmxx_inf_mode: " Aaro Koskinen
2018-12-05 22:09 ` [PATCH 0/6] MIPS: OCTEON: cleanups, part II Aaro Koskinen
2018-12-05 22:20   ` Paul Burton
2018-12-05 22:25     ` Aaro Koskinen
2018-12-05 22:39 ` Paul Burton

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=20181204201220.12667-1-aaro.koskinen@iki.fi \
    --to=aaro.koskinen@iki.fi \
    --cc=jhogan@kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=paul.burton@mips.com \
    --cc=ralf@linux-mips.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).