All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] ARM: keystone: Enable SPI and I2C support
@ 2013-09-30 22:41 Santosh Shilimkar
  2013-09-30 22:41 ` [PATCH v2 1/5] ARM: dts: keystone: Add i2c device nodes Santosh Shilimkar
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Santosh Shilimkar @ 2013-09-30 22:41 UTC (permalink / raw)
  To: linux-arm-kernel

Here is small set of patches which enables I2C and SPI bus support
for Keystone SOCs. The relevant driver updates are already merged
in the last merge cycle.

v1-->v2
Only one patch is changed in the v2 from v1. Based on discussion [1],
dropped the SPI Kconfig patch which was disabling the EDMA. Since the
driver is smart enough to handle that runtime based on dma-engine DT
information, EDMA can be included in the build for Keystone SOCs.

Series is tested on Keystone 2 EVM.

Santosh Shilimkar (5):
  ARM: dts: keystone: Add i2c device nodes
  ARM: dts: keystone: Add the SPI nodes
  dma: Allow TI_EDMA selectable for ARCH_KEYSTONE
  ARM: keystone: Select TI_EDMA to be able to enable SPI driver
  ARM: keystone: Enable I2C and SPI bus support

 arch/arm/boot/dts/keystone.dts      |   57 +++++++++++++++++++++++++++++++++++
 arch/arm/configs/keystone_defconfig |    2 ++
 arch/arm/mach-keystone/Kconfig      |    2 ++
 drivers/dma/Kconfig                 |    2 +-
 4 files changed, 62 insertions(+), 1 deletion(-)

Regards,
Santosh

[1] http://www.spinics.net/lists/arm-kernel/msg276324.html
-- 
1.7.9.5

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

end of thread, other threads:[~2013-10-03 16:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-30 22:41 [PATCH v2 0/5] ARM: keystone: Enable SPI and I2C support Santosh Shilimkar
2013-09-30 22:41 ` [PATCH v2 1/5] ARM: dts: keystone: Add i2c device nodes Santosh Shilimkar
2013-09-30 22:41 ` [PATCH v2 2/5] ARM: dts: keystone: Add the SPI nodes Santosh Shilimkar
2013-09-30 22:41 ` [PATCH v2 3/5] dma: Allow TI_EDMA selectable for ARCH_KEYSTONE Santosh Shilimkar
2013-10-01  1:54   ` Vinod Koul
2013-10-01 13:35     ` Santosh Shilimkar
2013-10-03 15:03       ` Vinod Koul
2013-10-03 15:57         ` Santosh Shilimkar
2013-10-03 15:11           ` Vinod Koul
2013-10-03 16:06             ` Santosh Shilimkar
2013-09-30 22:41 ` [PATCH v2 4/5] ARM: keystone: Select TI_EDMA to be able to enable SPI driver Santosh Shilimkar
2013-09-30 22:41 ` [PATCH v2 5/5] ARM: keystone: Enable I2C and SPI bus support Santosh Shilimkar

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.