From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 2.mo2.mail-out.ovh.net ([188.165.53.149] helo=mo2.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TUc1O-0001ze-Bi for barebox@lists.infradead.org; Sat, 03 Nov 2012 11:36:14 +0000 Received: from mail401.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo2.mail-out.ovh.net (Postfix) with SMTP id B1AACDC244D for ; Sat, 3 Nov 2012 12:43:25 +0100 (CET) Date: Sat, 3 Nov 2012 12:34:06 +0100 From: Jean-Christophe PLAGNIOL-VILLARD Message-ID: <20121103113406.GX29599@game.jcrosoft.org> MIME-Version: 1.0 Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 0/4 v3] at91sam9x5ek: add spi and mci support To: barebox@lists.infradead.org HI, v3: rebase on the v3 of at91sam9xek i2c support with this +1 patch serie the support of the at91sam9x5ek is mostly complete This will add spi and mci0 support as spi0 and mci0 conflict We are still missing framebuffer, usb host and device and hardware i2c support but this wil be added later This patch serie depedsn on the at91sam9x5ek i2c and m25p80 patcheries the correct version this one work but brake the etherent as it mux the 4 cs as gpio and we use them on the eth0 The following changes since commit b3a0963d358e14180e9bbde68ab78fdebae071b7: m25p80: sync flash support with the kernel (2012-11-03 04:23:15 +0800) are available in the git repository at: git://git.jcrosoft.org/barebox.git delivery/at91sam9x5ek_mci_spi for you to fetch changes up to dc7e1ce2a4ca879d07ba5786cfaa84f54d2ee763: at91sam9x5ek: add mci support (2012-11-03 04:23:48 +0800) ---------------------------------------------------------------- Jean-Christophe PLAGNIOL-VILLARD (4): at91sam9x5: add spi support at91sam9x5ek: add spi support at91sam9x5: add mci support at91sam9x5ek: add mci support arch/arm/boards/at91sam9x5ek/init.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/configs/at91sam9x5ek_defconfig | 10 +++++++--- arch/arm/mach-at91/at91sam9x5.c | 4 ++++ arch/arm/mach-at91/at91sam9x5_devices.c | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 192 insertions(+), 3 deletions(-) Best Regards, J. _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox