All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add polling support for 64xx spi controller
@ 2013-02-05 23:09 ` Girish K S
  0 siblings, 0 replies; 66+ messages in thread
From: Girish K S @ 2013-02-05 23:09 UTC (permalink / raw)
  To: spi-devel-general, linux-kernel; +Cc: linux-arm-kernel

[PATCH 1/4]: fixes the error handling in the interrupt handler
[PATCH 2/4]: The existing driver support partial polling mode.
	     This patch modifies the current driver to support
	     only polling mode.
[PATCH 3/4]: Adds quirk to support SoC's with dedicated i/o pins
[PATCH 4/4]: Adds the support for exynos5440 SoC, this SoC has
	     no support for dma transfer and consists of dedicated
	     i/o pins.

Girish K S (4):
  spi: s3c64xx: modified error interrupt handling and init
  spi: s3c64xx: added support for polling mode
  spi: s3c64xx: add gpio quirk for controller
  spi: s3c64xx: add support for exynos5440 spi

 drivers/spi/spi-s3c64xx.c |  157 ++++++++++++++++++++++++++++-----------------
 1 file changed, 98 insertions(+), 59 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2013-02-08 13:17 UTC | newest]

Thread overview: 66+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-05 23:09 [PATCH 0/4] Add polling support for 64xx spi controller Girish K S
2013-02-05 23:09 ` Girish K S
2013-02-05 23:09 ` Girish K S
2013-02-05 23:09 ` [PATCH 1/4] spi: s3c64xx: modified error interrupt handling and init Girish K S
2013-02-05 23:09   ` Girish K S
2013-02-05 23:09   ` Girish K S
2013-02-06 10:26   ` Grant Likely
2013-02-06 10:26     ` Grant Likely
2013-02-06 10:26     ` Grant Likely
2013-02-06 20:12     ` Girish KS
2013-02-06 20:12       ` Girish KS
2013-02-06 20:12       ` Girish KS
2013-02-06 23:48       ` Grant Likely
2013-02-06 23:48         ` Grant Likely
2013-02-06 23:48         ` Grant Likely
2013-02-07  0:33         ` Girish KS
2013-02-07  0:33           ` Girish KS
2013-02-07  0:33           ` Girish KS
2013-02-08  1:04         ` Girish KS
2013-02-08  1:04           ` Girish KS
2013-02-08  1:04           ` Girish KS
2013-02-08  8:16           ` Girish KS
2013-02-08  8:16             ` Girish KS
2013-02-08  8:16             ` Girish KS
2013-02-07 11:09       ` Tomasz Figa
2013-02-07 11:09         ` Tomasz Figa
2013-02-07 17:46         ` Girish KS
2013-02-07 17:46           ` Girish KS
2013-02-07 17:46           ` Girish KS
2013-02-08  8:33           ` Tomasz Figa
2013-02-08  8:33             ` Tomasz Figa
2013-02-08  8:33             ` Tomasz Figa
2013-02-08  8:58             ` Girish KS
2013-02-08  8:58               ` Girish KS
2013-02-08  8:58               ` Girish KS
2013-02-08  9:26               ` Girish KS
2013-02-08  9:26                 ` Girish KS
2013-02-08  9:26                 ` Girish KS
2013-02-05 23:09 ` [PATCH 2/4] spi: s3c64xx: added support for polling mode Girish K S
2013-02-05 23:09   ` Girish K S
2013-02-06 10:35   ` Grant Likely
2013-02-06 10:35     ` Grant Likely
2013-02-06 10:35     ` Grant Likely
2013-02-06 22:04     ` Girish KS
2013-02-06 22:04       ` Girish KS
2013-02-06 22:04       ` Girish KS
2013-02-05 23:09 ` [PATCH 3/4] spi: s3c64xx: add gpio quirk for controller Girish K S
2013-02-05 23:09   ` Girish K S
2013-02-05 23:09   ` Girish K S
2013-02-06 10:40   ` Grant Likely
2013-02-06 10:40     ` Grant Likely
2013-02-06 10:40     ` Grant Likely
2013-02-06 22:38     ` Girish KS
2013-02-06 22:38       ` Girish KS
2013-02-06 22:38       ` Girish KS
2013-02-07 11:55   ` Mark Brown
2013-02-07 11:55     ` Mark Brown
2013-02-07 11:55     ` Mark Brown
2013-02-07 18:54     ` Girish KS
2013-02-07 18:54       ` Girish KS
2013-02-07 18:54       ` Girish KS
2013-02-08 13:17       ` Mark Brown
2013-02-08 13:17         ` Mark Brown
2013-02-05 23:09 ` [PATCH 4/4] spi: s3c64xx: add support for exynos5440 spi Girish K S
2013-02-05 23:09   ` Girish K S
2013-02-05 23:09   ` Girish K S

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.