Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1279034
| Path | csiph.com!news.mixmin.net!feeds.phibee-telecom.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Anton Bondarenko <anton.bondarenko.sama@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/7] Improvements for SPI IMX driver for Freescale IMX51, IMX53 and IMX6 |
| Date | Sat, 28 Nov 2015 00:20:02 +0100 |
| Message-ID | <qzAt4-MY-3@gated-at.bofh.it> (permalink) |
| X-Original-To | broonie@kernel.org, b38343@freescale.com, s.hauer@pengutronix.de |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=ycZluPHIkGF8L/gQCNPjgMdCQ4X7XD+5ubMP86w3Umk=; b=USozovJde4sMb8C0wNZ/R72uxMi4L5ogB5URr5p9uNOw3/GVF8UK/8JydqzfXBcES0 Yv0qglLIyDPO0fx6IsO8pTBx17VctkUqdmtyD6iiyHzv81n8/qpUFoG4M4Gk5ysttFYd EHGnBv4m+3Wgt4NqkJXpwdFD965Wt3UxOZCR2Igv+dH6dTPxC/gN1r7UkOuTeCMWFKwq kIT1xHHNoWL5y+26Rv3JqVxY9XtLdJqN3T0E6idEs05PcwOKge/2yJuZGW9DfHL+1y3i ENaZBQke0kUqNgyezx7eKe6r5xG+cUU0hu3AbnTzU0+44Ph3kwY1ps4bdenTHUFlTjXs yq3Q== |
| X-Received | by 10.25.42.208 with SMTP id q199mr21787473lfq.67.1448666167872; Fri, 27 Nov 2015 15:16:07 -0800 (PST) |
| X-Mailer | git-send-email 2.6.3 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 29 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, vladimir_zapolskiy@mentor.com, jiada_wang@mentor.com |
| X-Original-Date | Sat, 28 Nov 2015 00:15:58 +0100 |
| X-Original-Message-ID | <1448666165-7473-1-git-send-email-anton.bondarenko.sama@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1279034 |
Show key headers only | View raw
A number of patches to impove or add the implementation for the spi-imx driver related to Freescale IMX51, IMX53 and IMX6. It would also possible some of patches can be applied for other Freescale controllers using spi-imx driver but could not be tested due to lack of hardware. Changes since V3: Addressed comments from V3 review, simplified timeout calculation Anton Bondarenko (7): spi: imx: Fix DMA transfer spi: imx: replace fixed timeout with calculated one spi: imx: add support for all SPI word width for DMA transfer spi: imx: add function to check for IMX51 family controller spi: imx: Add support for loopback for ECSPI controllers spi: imx: return error from dma channel request spi: imx: defer spi initialization, if DMA engine is pending drivers/spi/spi-imx.c | 320 +++++++++++++++++++++++++++++++++++++------------- 1 file changed, 237 insertions(+), 83 deletions(-) -- 2.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/7] Improvements for SPI IMX driver for Freescale IMX51, IMX53 and IMX6 Anton Bondarenko <anton.bondarenko.sama@gmail.com> - 2015-11-28 00:20 +0100
[PATCH v4 3/7] spi: imx: add support for all SPI word width for DMA transfer Anton Bondarenko <anton.bondarenko.sama@gmail.com> - 2015-11-28 00:20 +0100
[PATCH v4 1/7] spi: imx: Fix DMA transfer Anton Bondarenko <anton.bondarenko.sama@gmail.com> - 2015-11-28 00:20 +0100
Re: [PATCH v4 1/7] spi: imx: Fix DMA transfer Sascha Hauer <s.hauer@pengutronix.de> - 2015-11-30 09:30 +0100
[PATCH v4 7/7] spi: imx: defer spi initialization, if DMA engine is pending Anton Bondarenko <anton.bondarenko.sama@gmail.com> - 2015-11-28 00:20 +0100
[PATCH v4 2/7] spi: imx: replace fixed timeout with calculated one Anton Bondarenko <anton.bondarenko.sama@gmail.com> - 2015-11-28 00:20 +0100
[PATCH v4 6/7] spi: imx: return error from dma channel request Anton Bondarenko <anton.bondarenko.sama@gmail.com> - 2015-11-28 00:20 +0100
[PATCH v4 5/7] spi: imx: Add support for loopback for ECSPI controllers Anton Bondarenko <anton.bondarenko.sama@gmail.com> - 2015-11-28 00:20 +0100
csiph-web