Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753874AbcLLJ0c (ORCPT ); Mon, 12 Dec 2016 04:26:32 -0500 Received: from cassarossa.samfundet.no ([193.35.52.29]:51911 "EHLO cassarossa.samfundet.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751266AbcLLJ0a (ORCPT ); Mon, 12 Dec 2016 04:26:30 -0500 X-Greylist: delayed 3443 seconds by postgrey-1.27 at vger.kernel.org; Mon, 12 Dec 2016 04:26:30 EST Date: Mon, 12 Dec 2016 09:29:02 +0100 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.10 Message-ID: <20161212082902.GA5994@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 Content-Length: 830 Lines: 25 Hello Linus, please pull git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32.git for-linus to receive the following AVR32 update for 4.10 Markus Elfring (4): AVR32-clock: Use seq_putc() in two functions AVR32-clock: Combine nine seq_printf() calls into one call in clk_show() AVR32-pio: Use seq_putc() in pio_bank_show() AVR32-pio: Replace two seq_printf() calls by seq_puts() in pio_bank_show() Hans-Christian Noren Egtvedt (1): avr32: wire up pkey syscalls arch/avr32/include/uapi/asm/unistd.h | 3 +++ arch/avr32/kernel/syscall_table.S | 3 +++ arch/avr32/mach-at32ap/clock.c | 33 +++++++++++++++++++++------------ arch/avr32/mach-at32ap/pio.c | 6 +++--- 4 files changed, 30 insertions(+), 15 deletions(-) -- Best regards, Hans-Christian Noren Egtvedt