Re: [linux-sunxi] Re: sunxi full duplex spi driver

2014-10-26 Thread Gnichi Mohamed
Hi Henrik I really dont know what you are asking about. All i did is gathering the patch posted in the forum On 26 Oct 2014 10:33, Henrik Nordström hen...@henriknordstrom.net wrote: lör 2014-10-25 klockan 09:51 +0100 skrev Gnichi Mohamed: This is the patch that i gathered from the discussion

Re: [linux-sunxi] Re: sunxi full duplex spi driver

2014-10-25 Thread Gnichi Mohamed
-0700 skrev Gnichi Mohamed: I made a cooking of patches in case any one needs it. Mo 513,519d512 /* keep unused burst */ void spi_clear_dhb(void *base_addr) { u32 reg_val = readl(base_addr + SPI_CTL_REG); reg_val = ~SPI_CTL_DHB; writel(reg_val

Re: [linux-sunxi] Re: sunxi full duplex spi driver

2014-10-25 Thread Gnichi Mohamed
+0200 skrev Henrik Nordström: Can you please resend the patch as a unified diff (diff -u oldfile newfile). Patches in ed format is not can not be applied or reviewed. lör 2014-10-25 klockan 09:51 +0100 skrev Gnichi Mohamed: This is the patch that i gathered from the discussion. I tested

[linux-sunxi] Re: sunxi full duplex spi driver

2014-10-24 Thread Gnichi Mohamed
I made a cooking of patches in case any one needs it. Mo 513,519d512 /* keep unused burst */ void spi_clear_dhb(void *base_addr) { u32 reg_val = readl(base_addr + SPI_CTL_REG); reg_val = ~SPI_CTL_DHB; writel(reg_val, base_addr + SPI_CTL_REG); } 591a585