All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] Add Mediatek SPI bus driver
@ 2015-08-07  7:19 ` Leilk Liu
  0 siblings, 0 replies; 28+ messages in thread
From: Leilk Liu @ 2015-08-07  7:19 UTC (permalink / raw)
  To: Mark Brown
  Cc: Mark Rutland, Matthias Brugger, Sascha Hauer, devicetree,
	linux-kernel, linux-arm-kernel, linux-spi, linux-mediatek

This series are based on 4.2-rc1 and provide three patches to add mediatek spi driver.

Change in v5:
1. add changelogs in the individual patches.
2. modify clk relevant implement.
3. describe dt-binding document in more detail.

Change in v4:
1. fix Mark Brown review comment.

Change in v3:
1. support fifo mode function.
2. support any non-prime length transfer in dma mode.
3. use interrupt to handle scatterlist.
4. fix review comment.

Change in v2:
1. Remove spi bitbang framwork, use can_dma() and transfer_one().
2. Add PM functions.
3. Fix Mark Brown review comment.

Leilk Liu (3):
  spi: Mediatek: Document devicetree bindings for spi bus
  spi: mediatek: Add spi bus for Mediatek MT8173
  arm64: dts: Add spi bus dts

 .../devicetree/bindings/spi/spi-mt65xx.txt         |  51 ++
 arch/arm64/boot/dts/mediatek/mt8173.dtsi           |  23 +
 drivers/spi/Kconfig                                |   9 +
 drivers/spi/Makefile                               |   1 +
 drivers/spi/spi-mt65xx.c                           | 749 +++++++++++++++++++++
 include/linux/platform_data/spi-mt65xx.h           |  22 +
 6 files changed, 855 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-mt65xx.txt
 create mode 100644 drivers/spi/spi-mt65xx.c
 create mode 100644 include/linux/platform_data/spi-mt65xx.h

--
1.8.1.1.dirty



^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2015-08-13  6:29 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-07  7:19 [PATCH v5 0/3] Add Mediatek SPI bus driver Leilk Liu
2015-08-07  7:19 ` Leilk Liu
2015-08-07  7:19 ` Leilk Liu
2015-08-07  7:19 ` Leilk Liu
2015-08-07  7:19 ` [PATCH v5 1/3] spi: Mediatek: Document devicetree bindings for spi bus Leilk Liu
2015-08-07  7:19   ` Leilk Liu
2015-08-07  7:19   ` Leilk Liu
     [not found]   ` <1438931991-17044-2-git-send-email-leilk.liu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-08-07 13:36     ` Applied "spi: Mediatek: Document devicetree bindings for spi bus" to the spi tree Mark Brown
2015-08-07  7:19 ` [PATCH v5 2/3] spi: mediatek: Add spi bus for Mediatek MT8173 Leilk Liu
2015-08-07  7:19   ` Leilk Liu
2015-08-07  7:19   ` Leilk Liu
     [not found]   ` <1438931991-17044-3-git-send-email-leilk.liu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-08-07 13:36     ` Applied "spi: mediatek: Add spi bus for Mediatek MT8173" to the spi tree Mark Brown
2015-08-11 10:52   ` [v5,2/3] spi: mediatek: Add spi bus for Mediatek MT8173 Nicolas Boichat
2015-08-11 10:52     ` Nicolas Boichat
2015-08-13  6:29     ` lei liu
2015-08-13  6:29       ` lei liu
2015-08-13  6:29       ` lei liu
2015-08-13  6:29       ` lei liu
2015-08-07  7:19 ` [PATCH v5 3/3] arm64: dts: Add spi bus dts Leilk Liu
2015-08-07  7:19   ` Leilk Liu
2015-08-07  7:19   ` Leilk Liu
2015-08-11 12:37   ` Daniel Kurtz
2015-08-11 12:37     ` Daniel Kurtz
2015-08-11 12:37     ` Daniel Kurtz
2015-08-13  3:35     ` lei liu
2015-08-13  3:35       ` lei liu
2015-08-13  3:35       ` lei liu
2015-08-13  3:35       ` lei liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.