From owner-freebsd-arm@freebsd.org Fri Mar 3 09:14:00 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F322CF6B45 for ; Fri, 3 Mar 2017 09:14:00 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E86731FD0 for ; Fri, 3 Mar 2017 09:13:59 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: by mailman.ysv.freebsd.org (Postfix) id E4733CF6B44; Fri, 3 Mar 2017 09:13:59 +0000 (UTC) Delivered-To: arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E416FCF6B43 for ; Fri, 3 Mar 2017 09:13:59 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B7D91FCF for ; Fri, 3 Mar 2017 09:13:58 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 9e47f953; Fri, 3 Mar 2017 10:13:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=CqdmW4jOZ9WndWhlctmlvwPYd2c=; b=ZLf5CAq+9gYwWzQT1dY9oUHiMQ3I E0FN6HgF7bKbLaisUXsVIIpFEZqdNkXeSwoEW9J/JFwS9FphJsMMKCr5tkL+HrSv iorCmv6KVqixNs3MnMG1zJIJStfKxlKFwtzSFfOLX/TudhUPSaVbc1bz72TAXiY0 mScQuJaLeRLILB0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=Ncy801a3Mtf6mkWIelXbcxjKkJsZXISloCZbbm1fAysEnLLYuwjzWT5B 5ueIQTomWMYSmzLyLlbgWVKmzs435/qoYG6De7u4kTpTYmEmB5P4B968rRmVVi5H +2tByfx7fS4JzstiYS4RMU+RxlX1a9DbQ7TY8qxtTiKv6bUjq5o= Received: from knuckles.blih.net (om126204172073.6.openmobile.ne.jp [126.204.172.73]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 8fe06ab0 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 3 Mar 2017 10:13:50 +0100 (CET) Date: Fri, 3 Mar 2017 10:13:41 +0100 From: Emmanuel Vadot To: Daniel Braniss Cc: "freebsd-arm@freebsd.org" Subject: Re: spi on allwinner? Message-Id: <20170303101341.ed3438ff193d36f0ed80d363@bidouilliste.com> In-Reply-To: <012A1974-4411-4C67-AB00-43961D64E4A1@cs.huji.ac.il> References: <012A1974-4411-4C67-AB00-43961D64E4A1@cs.huji.ac.il> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 09:14:00 -0000 Hi Daniel, As soon as I have debug why my driver doesn't work with SPI flash but does with some RFID chip I'll commit it. In the meantime you can test : https://github.com/evadot/freebsd/tree/a10_spi Thanks, On Fri, 3 Mar 2017 10:37:16 +0200 Daniel Braniss wrote: > Hi All, > any chance that we can have kernel support for SPI on the Allwinner like we have on Raspberry? > > I am more than willing to help debugging, > > danny > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" -- Emmanuel Vadot