Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751371AbbBJPdK (ORCPT ); Tue, 10 Feb 2015 10:33:10 -0500 Received: from mail-pd0-f179.google.com ([209.85.192.179]:34229 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751134AbbBJPdI (ORCPT ); Tue, 10 Feb 2015 10:33:08 -0500 Message-ID: <54DA24AB.1090300@monstr.eu> Date: Tue, 10 Feb 2015 16:32:59 +0100 From: Michal Simek Reply-To: monstr@monstr.eu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Linus Torvalds CC: LKML Subject: [GIT PULL] arch/microblaze changes for 3.20-rc1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="N9r48JXvTvcsVNKo2UXslWkespJtrp8M5" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4550 Lines: 119 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --N9r48JXvTvcsVNKo2UXslWkespJtrp8M5 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Linus, please pull these microblaze chagnes to your tree. Thanks, Michal The following changes since commit b7392d2247cfe6771f95d256374f1a8e6a6f48= d6: Linux 3.19-rc2 (2014-12-28 16:49:37 -0800) are available in the git repository at: git://git.monstr.eu/linux-2.6-microblaze.git tags/microblaze-3.20-rc1 for you to fetch changes up to a01d37d914f98c430854bbae2402e6f51d9a8d0b: microblaze: Remove *.dtb files in make clean (2015-02-10 16:24:39 +0100= ) ---------------------------------------------------------------- Microblaze patches for 3.20-rc1 - Remove various compilation errors - Various code cleanup patches - Add missing MB versions/architectures for autodetection ---------------------------------------------------------------- Erico Nunes (1): microblaze: Add missing PVR version codes Michael S. Tsirkin (2): microblaze/uaccess: fix sparse errors microblaze: whitespace fix Michal Simek (14): microblaze: Use empty asm-generic/linkage.h microblaze: Wire-up execveat syscall microblaze: Remove unused prom_parse.c microblaze: Remove unused prom header from reset.c microblaze: Declare microblaze_kgdb_break in header microblaze: Use unsigned return type in do_syscall_trace_enter microblaze: Mark get_frame_size as static microblaze: Change extern inline to static inline microblaze: Use unsigned type for "for" loop because of comparison-= kgdb.c microblaze: Use unsigned type for proper comparison in cpuinfo*.c microblaze: Use unsigned type for limit comparison in cache.c microblaze: Fix variable types to remove W=3D1 warning microblaze: Add target architecture microblaze: Remove *.dtb files in make clean Soren Brinkmann (3): microblaze: intc: Don't override error codes microblaze: intc: Refactor DT sanity check microblaze: intc: Reformat output arch/microblaze/boot/Makefile | 3 +-- arch/microblaze/boot/dts/Makefile | 2 -- arch/microblaze/include/asm/delay.h | 4 ++-- arch/microblaze/include/asm/kgdb.h | 3 +++ arch/microblaze/include/asm/linkage.h | 16 +--------------- arch/microblaze/include/asm/pgalloc.h | 14 +++++++------- arch/microblaze/include/asm/syscall.h | 2 +- arch/microblaze/include/asm/uaccess.h | 6 +++--- arch/microblaze/include/asm/unistd.h | 2 +- arch/microblaze/include/uapi/asm/unistd.h | 1 + arch/microblaze/kernel/Makefile | 2 +- arch/microblaze/kernel/cpu/cache.c | 6 +++--- arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c | 2 +- arch/microblaze/kernel/cpu/cpuinfo-static.c | 2 +- arch/microblaze/kernel/cpu/cpuinfo.c | 7 +++++++ arch/microblaze/kernel/intc.c | 8 ++++---- arch/microblaze/kernel/kgdb.c | 10 ++++++---- arch/microblaze/kernel/prom_parse.c | 35 ---------------------= -------------- arch/microblaze/kernel/ptrace.c | 4 ++-- arch/microblaze/kernel/reset.c | 1 - arch/microblaze/kernel/signal.c | 4 ++-- arch/microblaze/kernel/syscall_table.S | 1 + arch/microblaze/kernel/unwind.c | 2 +- 23 files changed, 49 insertions(+), 88 deletions(-) delete mode 100644 arch/microblaze/kernel/prom_parse.c --=20 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 --N9r48JXvTvcsVNKo2UXslWkespJtrp8M5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAlTaJKsACgkQykllyylKDCGSGgCfYZ1QDpEk1YkYlDjUrYNVFjLg RboAmwQ/Z8aWKX4Ln+tDGskasohupdKZ =lSMu -----END PGP SIGNATURE----- --N9r48JXvTvcsVNKo2UXslWkespJtrp8M5-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/