From: Michal Simek <monstr@monstr.eu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] arch/microblaze changes for 3.15
Date: Fri, 11 Apr 2014 08:17:23 +0200 [thread overview]
Message-ID: <534788F3.8090002@monstr.eu> (raw)
In-Reply-To: <52E7805B.5050909@monstr.eu>
[-- Attachment #1: Type: text/plain, Size: 4285 bytes --]
Hi Linus,
please pull these Microblaze patches to your tree.
Thanks,
Michal
The following changes since commit fa389e220254c69ffae0d403eac4146171062d08:
Linux 3.14-rc6 (2014-03-09 19:41:57 -0700)
are available in the git repository at:
git://git.monstr.eu/linux-2.6-microblaze.git tags/microblaze-3.15-rc1
for you to fetch changes up to a66a626538af65cbfc611e2b2fce500ed3f24518:
microblaze: Use asm-generic/io.h (2014-04-07 14:25:53 +0200)
----------------------------------------------------------------
Microblaze patches for 3.15-rc1
- Use asm-generic/io.h and fix intc/timer code
- Clean platform handling
- Enable some syscalls
----------------------------------------------------------------
Guenter Roeck (2):
microblaze: Rename global function heartbeat()
microblaze: Drop architecture-specific declaration of early_printk
Michal Simek (12):
microblaze: Enable pselect6 syscall
microblaze: Wire-up preadv/pwritev in syscall table
microblaze: Wire-up new system calls sched_setattr/getattr
microblaze: Make intc driver endian aware
microblaze: Make timer driver endian aware
microblaze: Fix sparse warning because of missing cpu.h header
microblaze: Fix compilation failure because of release_thread
microblaze: Move DTS file to common location at boot/dts folder
microblaze: Sort Kconfig options
microblaze: Remove generic platform
microblaze: Remove platform folder
microblaze: Use asm-generic/io.h
arch/microblaze/Kconfig | 54 ++++++++++++------------
arch/microblaze/{platform => }/Kconfig.platform | 55 +++++++++++++++++-------
arch/microblaze/Makefile | 1 -
arch/microblaze/boot/dts/system.dts | 367 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
arch/microblaze/include/asm/io.h | 302 ++++++-----------------------------------------------------------------------------------------------------------------------------
arch/microblaze/include/asm/processor.h | 2 +-
arch/microblaze/include/asm/setup.h | 6 +--
arch/microblaze/include/uapi/asm/unistd.h | 6 ++-
arch/microblaze/kernel/Makefile | 2 +-
arch/microblaze/kernel/heartbeat.c | 4 +-
arch/microblaze/kernel/intc.c | 51 ++++++++++++++++++-----
arch/microblaze/{platform => kernel}/platform.c | 0
arch/microblaze/kernel/process.c | 1 +
arch/microblaze/kernel/signal.c | 2 +-
arch/microblaze/kernel/syscall_table.S | 8 ++--
arch/microblaze/kernel/timer.c | 66 +++++++++++++++++++++--------
arch/microblaze/mm/consistent.c | 2 +-
arch/microblaze/mm/init.c | 2 +-
arch/microblaze/mm/pgtable.c | 5 ++-
arch/microblaze/platform/Makefile | 6 ---
arch/microblaze/platform/generic/Kconfig.auto | 61 ---------------------------
arch/microblaze/platform/generic/Makefile | 3 --
arch/microblaze/platform/generic/system.dts | 366 ---------------------------------------------------------------------------------------------------------------------------------------------------------------
23 files changed, 558 insertions(+), 814 deletions(-)
rename arch/microblaze/{platform => }/Kconfig.platform (51%)
mode change 120000 => 100644 arch/microblaze/boot/dts/system.dts
rename arch/microblaze/{platform => kernel}/platform.c (100%)
delete mode 100644 arch/microblaze/platform/Makefile
delete mode 100644 arch/microblaze/platform/generic/Kconfig.auto
delete mode 100644 arch/microblaze/platform/generic/Makefile
delete mode 100644 arch/microblaze/platform/generic/system.dts
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]
prev parent reply other threads:[~2014-04-11 6:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-11 15:19 [GIT PULL] arch/microblaze changes for 3.13 Michal Simek
2014-01-28 10:03 ` [GIT PULL] arch/microblaze changes for 3.14 Michal Simek
2014-04-11 6:17 ` Michal Simek [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=534788F3.8090002@monstr.eu \
--to=monstr@monstr.eu \
--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 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.