From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932260AbcARQne (ORCPT ); Mon, 18 Jan 2016 11:43:34 -0500 Received: from cassarossa.samfundet.no ([193.35.52.29]:57441 "EHLO cassarossa.samfundet.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932202AbcARQna (ORCPT ); Mon, 18 Jan 2016 11:43:30 -0500 Date: Mon, 18 Jan 2016 17:43:26 +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.5 Message-ID: <20160118164326.GA733@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 git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32.git for-linus to receive the following AVR32 update for 4.5 Mans Rullgard (3): avr32: wire up accept4 syscall mmc: atmel-mci: restore dma on AVR32 mmc: atmel: get rid of struct mci_dma_data Hans-Christian Egtvedt (1): avr32: wire up missing syscalls arch/avr32/include/uapi/asm/unistd.h | 4 ++++ arch/avr32/kernel/syscall_table.S | 4 ++++ arch/avr32/mach-at32ap/at32ap700x.c | 31 +++++++++++++++++++++++-------- drivers/mmc/host/atmel-mci.c | 18 +++++++++++++++++- include/linux/atmel-mci.h | 4 +++- include/linux/platform_data/mmc-atmel-mci.h | 22 ---------------------- 6 files changed, 51 insertions(+), 32 deletions(-) delete mode 100644 include/linux/platform_data/mmc-atmel-mci.h -- Best regards, Hans-Christian Noren Egtvedt