From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Tue, 22 Jan 2019 15:54:37 +0100 Subject: [U-Boot] [PATCH 1/2] arm: sunxi: allwinner spi driver sun6i support In-Reply-To: <20190105175216.7086-2-oskari@lemmela.net> References: <20190105175216.7086-1-oskari@lemmela.net> <20190105175216.7086-2-oskari@lemmela.net> Message-ID: <5c396578-cc87-9bb2-a9c9-3641e30a7794@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05.01.19 18:52, Oskari Lemmela wrote: > Minimal changes to support sun6i based Allwinner SOCs > Changes are based to SPL driver arch/arm/mach-sunxi/spl_spi_sunxi.c > > Signed-off-by: Oskari Lemmela I just tried to see if this patch gives me "sf" access on a SoPine system. Unfortunately, it seems as if the sun4i_spi driver doesn't even get probed? How did you manage to actually make use of this driver? Alex