public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Chris Zankel <chris@zankel.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] xtensa patchset for 3.7
Date: Mon, 08 Oct 2012 21:31:42 -0700	[thread overview]
Message-ID: <5073A8AE.5080501@zankel.net> (raw)
In-Reply-To: <CA+55aFyva3aWXBOBwERPJMyX+2LqydYs4Bq4ZBUPXZFMtPqZOg@mail.gmail.com>

Hi Linus,

Trying again with the correct url and a signed key; hoping we can light 
the cigars now...

Please pull the changes for the Xtensa architecture for v3.7. The Xtensa 
tree has been broken for some time now, and this patchset brings it back 
to life. It has been part of the linux-next tree for some time.

Most changes are inside the xtensa subdirectory; the other changes 
mostly add another rule to already existing #ifdefs to exclude Xtensa, 
where required. The only 'common' change is to add two more sections 
('.xt.prop' and '.xt.lit') to the white list in modpost.

Thanks,
-Chris

---------->

The following changes since commit a0d271cbfed1dd50278c6b06bead3d00ba0a88f9:

   Linux 3.6 (2012-09-30 16:47:46 -0700)

are available in the git repository at:

   https://github.com/czankel/xtensa-linux.git tags/xtensa-next-20121008

for you to fetch changes up to 70cefe765433529fc894fd1995a1d5883cb33e05:

   xtensa: Setup CROSS_COMPILE at the top (2012-10-04 12:16:20 -0700)

----------------------------------------------------------------
Xtensa patchset for 3.7

----------------------------------------------------------------
Chris Zankel (1):
       MAINTAINERS: add Max Filippov as an xtensa port maintainer

Geert Uytterhoeven (1):
       xtensa: Setup CROSS_COMPILE at the top

Max Filippov (25):
       xtensa: fix linker script transformation for .text.unlikely
       xtensa: ISS: only build networking if configured
       xtensa/PCI: fix WT caching attribute
       xtensa: fix xtensa_irq_unmask calls
       xtensa: ISS: fix __simc implementation
       modpost: fix modpost warnings for xtensa
       xtensa: fix ioremap
       xtensa: adopt generic io routines
       xtensa: set NO_IOPORT to 'n' by default
       xtensa: add ARCH_WANT_OPTIONAL_GPIOLIB to xtensa config
       xtensa: change default platform clock frequency to 10MHz
       xtensa: ISS: add dummy serial.h for ISS platform
       xtensa: ISS: add platform_pcibios_init
       xtensa: ISS: change keyboard polling rate
       xtensa: ISS: exit simulator in case of halt or poweroff
       xtensa: ISS: drop unused io.c
       xtensa: fix parallel make
       xtensa: fix CODA build
       hisax: disable build for big-endian xtensa
       xtensa: rename MISC SR definition to avoid name clashes
       parport: disable for xtensa arch
       xtensa: add missing symbol exports
       xtensa: provide dummy gcc intrinsics
       xtensa: fix TIOCGSERIAL and TIOCSSERIAL definitions
       xtensa: drop CONFIG_EMBEDDED_RAMDISK

  MAINTAINERS                                        |    2 +
  arch/xtensa/Kconfig                                |   23 +--
  arch/xtensa/Makefile                               |   34 ++--
  arch/xtensa/boot/Makefile                          |    2 +-
  arch/xtensa/boot/boot-elf/Makefile                 |   24 +--
  arch/xtensa/boot/boot-elf/boot.lds.S               |    7 -
  arch/xtensa/boot/boot-redboot/Makefile             |   12 +-
  arch/xtensa/boot/boot-redboot/boot.ld              |    7 -
  arch/xtensa/boot/boot-redboot/bootstrap.S          |   10 --
  arch/xtensa/boot/ramdisk/Makefile                  |   23 ---
  arch/xtensa/configs/s6105_defconfig                |    5 -
  arch/xtensa/include/asm/io.h                       |  172 
+++-----------------
  arch/xtensa/include/asm/ioctls.h                   |    4 +-
  arch/xtensa/include/asm/regs.h                     |    2 +-
  arch/xtensa/kernel/Makefile                        |    3 +-
  arch/xtensa/kernel/io.c                            |   75 ---------
  arch/xtensa/kernel/irq.c                           |    4 +-
  arch/xtensa/kernel/pci-dma.c                       |    4 +
  arch/xtensa/kernel/pci.c                           |    2 +-
  arch/xtensa/kernel/platform.c                      |    4 +-
  arch/xtensa/kernel/setup.c                         |   12 --
  arch/xtensa/kernel/vmlinux.lds.S                   |    5 -
  arch/xtensa/kernel/xtensa_ksyms.c                  |   25 +++
  arch/xtensa/platforms/iss/Makefile                 |    4 +-
  arch/xtensa/platforms/iss/console.c                |   15 +-
  .../platforms/iss/include/platform/simcall.h       |   53 ++++++
  arch/xtensa/platforms/iss/io.c                     |   32 ----
  arch/xtensa/platforms/iss/network.c                |   49 ------
  arch/xtensa/platforms/iss/setup.c                  |   14 +-
  drivers/isdn/hisax/Kconfig                         |   10 +-
  drivers/parport/Kconfig                            |    2 +-
  drivers/usb/musb/musb_io.h                         |    3 +-
  scripts/mod/modpost.c                              |    2 +
  33 files changed, 169 insertions(+), 476 deletions(-)
  delete mode 100644 arch/xtensa/boot/ramdisk/Makefile
  delete mode 100644 arch/xtensa/kernel/io.c
  create mode 100644 arch/xtensa/platforms/iss/include/platform/serial.h
  delete mode 100644 arch/xtensa/platforms/iss/io.c

  parent reply	other threads:[~2012-10-09  4:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-03 22:23 [GIT PULL] xtensa patchset for 3.7 Chris Zankel
2012-10-03 22:41 ` Linus Torvalds
2012-10-03 22:59   ` Chris Zankel
2012-10-03 23:07     ` Linus Torvalds
2012-10-03 23:12       ` Randy Dunlap
2012-10-09  4:31   ` Chris Zankel [this message]
2012-10-03 23:48 ` Al Viro
2012-10-04  0:07   ` Max Filippov
2012-10-04 18:45 ` Geert Uytterhoeven
2012-10-04 19:21   ` Chris Zankel

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=5073A8AE.5080501@zankel.net \
    --to=chris@zankel.net \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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