All of lore.kernel.org
 help / color / mirror / Atom feed
From: Manuel Lauss <manuel.lauss@gmail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>
Cc: Manuel Lauss <manuel.lauss@gmail.com>
Subject: [PATCH 0/6] MIPS: Alchemy: au1000 header cleaning
Date: Wed, 23 Jul 2014 16:36:20 +0200	[thread overview]
Message-ID: <1406126186-471228-1-git-send-email-manuel.lauss@gmail.com> (raw)

This patchseries removes a few unused register definitions from
the au1000.h header, changes registers to offsets from block
base and finally removes the au_read/au_write and au_sync*
functions.

A large part of the change is the move of all c-code (enums, structs,
inline functions) below the register definitions so that the
helpers to access SYS_ and MEM_ blocks actually compile (they
depend on block base address definitions).

Run-tested on a few DB1xx boards, compile tested MTX-1 and GPR targets.

Manuel Lauss (6):
  MIPS: Alchemy: au1000.h: remove unused register definitions
  MIPS: Alchemy: move ethernet registers to ethernet driver
  MIPS: Alchemy: au1000.h move C-code after register definitions.
  MIPS: Alchemy: introduce helpers to access SYS register block.
  MIPS: Alchemy: add helpers to access static memory ctrl registers.
  MIPS: Alchemy: remove au_read/write/sync

 arch/mips/alchemy/board-mtx1.c                  |    4 +-
 arch/mips/alchemy/board-xxs1500.c               |    4 +-
 arch/mips/alchemy/common/clocks.c               |    6 +-
 arch/mips/alchemy/common/dbdma.c                |   22 +-
 arch/mips/alchemy/common/dma.c                  |   15 +-
 arch/mips/alchemy/common/irq.c                  |    5 +-
 arch/mips/alchemy/common/platform.c             |    2 +-
 arch/mips/alchemy/common/power.c                |   74 +-
 arch/mips/alchemy/common/time.c                 |   23 +-
 arch/mips/alchemy/devboards/db1000.c            |    5 +-
 arch/mips/alchemy/devboards/db1200.c            |   21 +-
 arch/mips/alchemy/devboards/db1300.c            |    2 +-
 arch/mips/alchemy/devboards/db1550.c            |   14 +-
 arch/mips/alchemy/devboards/pm.c                |   39 +-
 arch/mips/include/asm/mach-au1x00/au1000.h      | 2546 ++++++++++-------------
 arch/mips/include/asm/mach-au1x00/au1000_dma.h  |   50 +-
 arch/mips/include/asm/mach-au1x00/gpio-au1000.h |   56 +-
 drivers/mmc/host/au1xmmc.c                      |  169 +-
 drivers/mtd/nand/au1550nd.c                     |   29 +-
 drivers/net/ethernet/amd/au1000_eth.c           |  149 +-
 drivers/rtc/rtc-au1xxx.c                        |   18 +-
 drivers/spi/spi-au1550.c                        |   66 +-
 drivers/video/fbdev/au1100fb.c                  |   15 +-
 drivers/video/fbdev/au1200fb.c                  |   37 +-
 sound/soc/au1x/psc-ac97.c                       |  140 +-
 sound/soc/au1x/psc-i2s.c                        |  100 +-
 sound/soc/au1x/psc.h                            |   22 +-
 27 files changed, 1719 insertions(+), 1914 deletions(-)

-- 
2.0.1

             reply	other threads:[~2014-07-23 14:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-23 14:36 Manuel Lauss [this message]
2014-07-23 14:36 ` [PATCH 1/6] MIPS: Alchemy: au1000.h: remove unused register definitions Manuel Lauss
2014-07-23 14:36 ` [PATCH 2/6] MIPS: Alchemy: move ethernet registers to ethernet driver Manuel Lauss
2014-07-23 14:58   ` David Laight
2014-07-23 15:41     ` Manuel Lauss
2014-07-23 14:36 ` [PATCH 3/6] MIPS: Alchemy: au1000.h move C-code after register definitions Manuel Lauss
2014-07-23 14:36 ` [PATCH 4/6] MIPS: Alchemy: introduce helpers to access SYS register block Manuel Lauss
2014-07-23 14:36 ` [PATCH 5/6] MIPS: Alchemy: add helpers to access static memory ctrl registers Manuel Lauss
2014-07-23 14:36 ` [PATCH 6/6] MIPS: Alchemy: remove au_read/write/sync Manuel Lauss

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=1406126186-471228-1-git-send-email-manuel.lauss@gmail.com \
    --to=manuel.lauss@gmail.com \
    --cc=linux-mips@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 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.