[GIT PULL] arch/microblaze changes for 3.3

From: Michal Simek
Date: Tue Jan 10 2012 - 03:56:58 EST


Hi Linus,

please pull the following changes.
There are two patches out of microblaze tree which remove NO_IRQ from xilinx sysace/ps2 drivers.
Appropriate maintainers are not active to add these drivers to their tree.
I have got ACKs from Grant and Ryan.
I have completely removed NO_IRQ from Microblaze and drivers we use.

Thanks,
Michal

The following changes since commit 805a6af8dba5dfdd35ec35dc52ec0122400b2610:
Linus Torvalds (1):
Linux 3.2

are available in the git repository at:

git://git.monstr.eu/linux-2.6-microblaze.git next

Michal Simek (14):
microblaze: Synchronize __pa __va macros
microblaze: Add __cmpdi2
microblaze: Use of_find_compatible_node for timer and intc
microblaze: intc: Change variable name
microblaze: Use irq_of_parse_and_map for timer
microblaze: Change NO_IRQ to 0
microblaze: Send CR before LF for early console
microblaze: Remove eprintk macro
microblaze: Fix debug message in module
microblaze: Trivial asm fix
block: xsysace: Don't use NO_IRQ
input: xilinx_ps2: Don't use NO_IRQ
microblaze: Remove NO_IRQ from architecture
microblaze: Wire-up new system calls

arch/microblaze/include/asm/irq.h | 11 +++++--
arch/microblaze/include/asm/page.h | 11 +-----
arch/microblaze/include/asm/setup.h | 6 ----
arch/microblaze/include/asm/unistd.h | 5 ++-
arch/microblaze/kernel/early_printk.c | 4 +-
arch/microblaze/kernel/entry.S | 2 +-
arch/microblaze/kernel/intc.c | 52 +++++++++++++------------------
arch/microblaze/kernel/irq.c | 11 ++++---
arch/microblaze/kernel/module.c | 2 +-
arch/microblaze/kernel/setup.c | 18 +++++-----
arch/microblaze/kernel/syscall_table.S | 3 ++
arch/microblaze/kernel/timer.c | 21 ++++---------
arch/microblaze/lib/Makefile | 1 +
arch/microblaze/lib/cmpdi2.c | 26 ++++++++++++++++
arch/microblaze/pci/pci-common.c | 4 +-
drivers/block/xsysace.c | 10 +++---
drivers/input/serio/xilinx_ps2.c | 2 +-
17 files changed, 99 insertions(+), 90 deletions(-)
create mode 100644 arch/microblaze/lib/cmpdi2.c


--
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/