From patchwork Fri Nov 30 09:18:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Genoud X-Patchwork-Id: 202899 X-Patchwork-Delegate: andreas.biessmann@googlemail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 312D92C008F for ; Fri, 30 Nov 2012 20:24:40 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0C1D24A0C7; Fri, 30 Nov 2012 10:24:33 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m8dzIT1YPTOJ; Fri, 30 Nov 2012 10:24:32 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0410F4A0B5; Fri, 30 Nov 2012 10:24:29 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AB8B14A090 for ; Fri, 30 Nov 2012 10:24:25 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q8JP3jy0XBpX for ; Fri, 30 Nov 2012 10:24:25 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by theia.denx.de (Postfix) with ESMTPS id 58E044A053 for ; Fri, 30 Nov 2012 10:24:20 +0100 (CET) Received: by mail-we0-f172.google.com with SMTP id r3so73860wey.3 for ; Fri, 30 Nov 2012 01:24:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=QgFzW8KZFKNrSm5TI75+tmFk0/7cjOBjTZHkqp5sm08=; b=YFpyJSjVdMmgR+qJ6RSUq5K6btg5PjUvFnM+CRbh5X5EE3oEpsWae9Eyu0a+rJ8Xiy 8UxbhiivjBb82MRozfZF7QZxBJm4F6kuUpKTWJARlRyBWfcjjt5aZqI1H38INJOWoNun HiU5mefxFCA8VlahZ8xdgDsE1sRU5qmIeBBLasDsfFgdlmM71ko9k18btTt3ixU/CdR4 gZuro+czSbb03t8ayNQsHD7bDPAyj81pXm8KZ5S5tCdE0vYC10w32qdn3NrePBG5kl2N wEi3cVhnZFZuNIi9xE1liLzuLXcShWdOujjxSEaRuKMFgWtsTCnvEJP40OnBOxyTQLNS 2RFw== Received: by 10.180.81.170 with SMTP id b10mr896148wiy.16.1354267133854; Fri, 30 Nov 2012 01:18:53 -0800 (PST) Received: from localhost.localdomain (lyon.paratronic.fr. [213.41.177.106]) by mx.google.com with ESMTPS id e6sm14463835wiy.4.2012.11.30.01.18.52 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Nov 2012 01:18:53 -0800 (PST) From: richard.genoud@gmail.com To: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Fri, 30 Nov 2012 10:18:34 +0100 Message-Id: <50b879fd.0652b40a.733e.74b9@mx.google.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1354267114-3307-1-git-send-email-yes> References: <1354267114-3307-1-git-send-email-yes> Cc: u-boot@lists.denx.de, Bo Shen Subject: [U-Boot] [PATCHv3 4/4] at91sam9x5ek: add USB configuration X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Richard Genoud Signed-off-by: Richard Genoud Acked-by: Bo Shen