From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753373AbcFTHxP (ORCPT ); Mon, 20 Jun 2016 03:53:15 -0400 Received: from cassarossa.samfundet.no ([193.35.52.29]:42322 "EHLO cassarossa.samfundet.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752822AbcFTHw6 (ORCPT ); Mon, 20 Jun 2016 03:52:58 -0400 Date: Mon, 20 Jun 2016 09:52:50 +0200 From: Hans-Christian Noren Egtvedt To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, hskinnemoen@gmail.com Subject: [GIT PULL] AVR32 update for 4.7 Message-ID: <20160620075250.GA32029@samfundet.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Linus, please pull newly rebased to 4.7-rc4 tag git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32.git for-linus to receive the following AVR32 update for 4.7 Hans-Christian Noren Egtvedt (2): avr32: wire up preadv2 and pwritev2 syscalls avr32: fixup code style in unistd.h and syscall_table.S arch/avr32/include/uapi/asm/unistd.h | 646 +++++++++++++++++----------------- arch/avr32/kernel/syscall-stubs.S | 18 + arch/avr32/kernel/syscall_table.S | 662 ++++++++++++++++++----------------- 3 files changed, 674 insertions(+), 652 deletions(-) -- mvh Hans-Christian Noren Egtvedt