public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sshtylyov@mvista.com>
To: Shane McDonald <mcdonald.shane@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-mips@linux-mips.org,
	ralf@linux-mips.org
Subject: Re: [PATCH] MIPS: MSP71xx: Move include files
Date: Mon, 24 Dec 2012 15:07:23 +0400	[thread overview]
Message-ID: <50D8376B.30202@mvista.com> (raw)
In-Reply-To: <E1Tn02j-0003nm-Hh@localhost>

Hello.

On 24-12-2012 8:53, Shane McDonald wrote:

> Now that Yosemite's gone we can move the MSP71xx include files
> one level up.

> Signed-off-by: Shane McDonald <mcdonald.shane@gmail.com>
> ---
>   .../asm/mach-pmcs-msp71xx/cpu-feature-overrides.h  |   22 +
>   arch/mips/include/asm/mach-pmcs-msp71xx/gpio.h     |   46 ++
>   .../include/asm/mach-pmcs-msp71xx/msp_cic_int.h    |  151 +++++
>   .../asm/mach-pmcs-msp71xx/msp_gpio_macros.h        |  343 ++++++++++
>   arch/mips/include/asm/mach-pmcs-msp71xx/msp_int.h  |   43 ++
>   arch/mips/include/asm/mach-pmcs-msp71xx/msp_pci.h  |  205 ++++++
>   arch/mips/include/asm/mach-pmcs-msp71xx/msp_prom.h |  171 +++++
>   .../include/asm/mach-pmcs-msp71xx/msp_regops.h     |  236 +++++++
>   arch/mips/include/asm/mach-pmcs-msp71xx/msp_regs.h |  664 ++++++++++++++++++++
>   .../include/asm/mach-pmcs-msp71xx/msp_slp_int.h    |  141 +++++
>   arch/mips/include/asm/mach-pmcs-msp71xx/msp_usb.h  |  144 +++++
>   arch/mips/include/asm/mach-pmcs-msp71xx/war.h      |   29 +
>   .../asm/pmc-sierra/msp71xx/cpu-feature-overrides.h |   22 -
>   arch/mips/include/asm/pmc-sierra/msp71xx/gpio.h    |   46 --
>   .../include/asm/pmc-sierra/msp71xx/msp_cic_int.h   |  151 -----
>   .../asm/pmc-sierra/msp71xx/msp_gpio_macros.h       |  343 ----------
>   arch/mips/include/asm/pmc-sierra/msp71xx/msp_int.h |   43 --
>   arch/mips/include/asm/pmc-sierra/msp71xx/msp_pci.h |  205 ------
>   .../mips/include/asm/pmc-sierra/msp71xx/msp_prom.h |  171 -----
>   .../include/asm/pmc-sierra/msp71xx/msp_regops.h    |  236 -------
>   .../mips/include/asm/pmc-sierra/msp71xx/msp_regs.h |  664 --------------------
>   .../include/asm/pmc-sierra/msp71xx/msp_slp_int.h   |  141 -----
>   arch/mips/include/asm/pmc-sierra/msp71xx/msp_usb.h |  144 -----
>   arch/mips/include/asm/pmc-sierra/msp71xx/war.h     |   29 -
>   arch/mips/pmcs-msp71xx/Platform                    |    2 +-
>   25 files changed, 2196 insertions(+), 2196 deletions(-)
>   create mode 100644 arch/mips/include/asm/mach-pmcs-msp71xx/cpu-feature-overrides.h
>   create mode 100644 arch/mips/include/asm/mach-pmcs-msp71xx/gpio.h
>   create mode 100644 arch/mips/include/asm/mach-pmcs-msp71xx/msp_cic_int.h
>   create mode 100644 arch/mips/include/asm/mach-pmcs-msp71xx/msp_gpio_macros.h
>   create mode 100644 arch/mips/include/asm/mach-pmcs-msp71xx/msp_int.h
>   create mode 100644 arch/mips/include/asm/mach-pmcs-msp71xx/msp_pci.h
>   create mode 100644 arch/mips/include/asm/mach-pmcs-msp71xx/msp_prom.h
>   create mode 100644 arch/mips/include/asm/mach-pmcs-msp71xx/msp_regops.h
>   create mode 100644 arch/mips/include/asm/mach-pmcs-msp71xx/msp_regs.h
>   create mode 100644 arch/mips/include/asm/mach-pmcs-msp71xx/msp_slp_int.h
>   create mode 100644 arch/mips/include/asm/mach-pmcs-msp71xx/msp_usb.h
>   create mode 100644 arch/mips/include/asm/mach-pmcs-msp71xx/war.h
>   delete mode 100644 arch/mips/include/asm/pmc-sierra/msp71xx/cpu-feature-overrides.h
>   delete mode 100644 arch/mips/include/asm/pmc-sierra/msp71xx/gpio.h
>   delete mode 100644 arch/mips/include/asm/pmc-sierra/msp71xx/msp_cic_int.h
>   delete mode 100644 arch/mips/include/asm/pmc-sierra/msp71xx/msp_gpio_macros.h
>   delete mode 100644 arch/mips/include/asm/pmc-sierra/msp71xx/msp_int.h
>   delete mode 100644 arch/mips/include/asm/pmc-sierra/msp71xx/msp_pci.h
>   delete mode 100644 arch/mips/include/asm/pmc-sierra/msp71xx/msp_prom.h
>   delete mode 100644 arch/mips/include/asm/pmc-sierra/msp71xx/msp_regops.h
>   delete mode 100644 arch/mips/include/asm/pmc-sierra/msp71xx/msp_regs.h
>   delete mode 100644 arch/mips/include/asm/pmc-sierra/msp71xx/msp_slp_int.h
>   delete mode 100644 arch/mips/include/asm/pmc-sierra/msp71xx/msp_usb.h
>   delete mode 100644 arch/mips/include/asm/pmc-sierra/msp71xx/war.h

    You should have generated the patch with -M option (IIRC) to detect the 
file moves.

WBR, Sergei


      reply	other threads:[~2012-12-24 11:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-24  4:53 [PATCH] MIPS: MSP71xx: Move include files Shane McDonald
2012-12-24 11:07 ` Sergei Shtylyov [this message]

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=50D8376B.30202@mvista.com \
    --to=sshtylyov@mvista.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=mcdonald.shane@gmail.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