All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/6] spi/spi-pl022 fixes
@ 2011-08-10  8:50 ` Viresh Kumar
  0 siblings, 0 replies; 84+ messages in thread
From: Viresh Kumar @ 2011-08-10  8:50 UTC (permalink / raw)
  To: grant.likely-s3s/WqlpOiPyB63q8FvJNQ
  Cc: pratyush.anand-qxv4g6HH51o, viresh.kumar-qxv4g6HH51o,
	rajeev-dlh.kumar-qxv4g6HH51o, bhavna.yadav-qxv4g6HH51o,
	bhupesh.sharma-qxv4g6HH51o, armando.visconti-qxv4g6HH51o,
	linus.walleij-QSEj5FYQhm4dnm+yROfE0A, vipin.kumar-qxv4g6HH51o,
	shiraz.hashim-qxv4g6HH51o, amit.virdi-qxv4g6HH51o,
	vipulkumar.samar-qxv4g6HH51o, deepak.sikri-qxv4g6HH51o,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Grant,

I have added Tested-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> on all patches.

This patchset mainly covers following fixes:
- formatting related issues
- Passing GFP_ATOMIC for sg allocation from tasklet
- Fixing calculate_effective_freq() routine
- Allocate/free DMA channels as and when required.

Changes since V1:
- Replace GFP_NOWAIT with GFP_ATOMIC
- Wrote inline routine spi_rate instead of macro

Viresh Kumar (6):
  spi/spi-pl022: Resolve formatting issues
  spi/spi-pl022: Use GFP_ATOMIC for allocation from tasklet
  spi/spi-pl022: Don't allocate more sg than required.
  spi/spi-pl022: calculate_effective_freq() must set rate <= requested
    rate
  spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is
    true
  spi/spi-pl022: Request/free DMA channels as and when required.

 drivers/spi/spi-pl022.c |  269 ++++++++++++++++++++++++++---------------------
 1 files changed, 151 insertions(+), 118 deletions(-)

-- 
1.7.2.2


------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev

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

end of thread, other threads:[~2011-09-20 17:23 UTC | newest]

Thread overview: 84+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-10  8:50 [PATCH V2 0/6] spi/spi-pl022 fixes Viresh Kumar
2011-08-10  8:50 ` Viresh Kumar
2011-08-10  8:50 ` [PATCH V2 1/6] spi/spi-pl022: Resolve formatting issues Viresh Kumar
2011-08-10  8:50   ` Viresh Kumar
2011-09-20 17:17   ` Grant Likely
2011-09-20 17:17     ` Grant Likely
     [not found] ` <cover.1312965741.git.viresh.kumar-qxv4g6HH51o@public.gmane.org>
2011-08-10  8:50   ` [PATCH V2 2/6] spi/spi-pl022: Use GFP_ATOMIC for allocation from tasklet Viresh Kumar
2011-08-10  8:50     ` Viresh Kumar
2011-08-10  8:50   ` [PATCH V2 3/6] spi/spi-pl022: Don't allocate more sg than required Viresh Kumar
2011-08-10  8:50     ` Viresh Kumar
2011-08-10  8:54     ` Russell King - ARM Linux
2011-08-10  8:54       ` Russell King - ARM Linux
2011-08-10  9:05       ` viresh kumar
2011-08-10  9:05         ` viresh kumar
2011-08-10 11:42     ` Sergei Shtylyov
2011-08-10 11:42       ` Sergei Shtylyov
2011-08-10 11:46       ` viresh kumar
2011-08-10 11:46         ` viresh kumar
2011-08-10  8:50   ` [PATCH V2 4/6] spi/spi-pl022: calculate_effective_freq() must set rate <= requested rate Viresh Kumar
2011-08-10  8:50     ` Viresh Kumar
2011-08-10  8:50   ` [PATCH V2 5/6] spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is true Viresh Kumar
2011-08-10  8:50     ` Viresh Kumar
2011-08-10  8:50 ` [PATCH V2 6/6] spi/spi-pl022: Request/free DMA channels as and when required Viresh Kumar
2011-08-10  8:50   ` Viresh Kumar
2011-08-10  9:00   ` Russell King - ARM Linux
2011-08-10  9:00     ` Russell King - ARM Linux
2011-08-10  9:29     ` viresh kumar
2011-08-10  9:29       ` viresh kumar
2011-08-10 10:01       ` Koul, Vinod
2011-08-10 10:01         ` Koul, Vinod
     [not found]         ` <438BB0150E931F4B9CE701519A4463010871804A15-qq4HA3s+46oFyVwBAnZdSLfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2011-08-10 10:14           ` viresh kumar
2011-08-10 10:14             ` viresh kumar
2011-08-10 10:32             ` Russell King - ARM Linux
2011-08-10 10:32               ` Russell King - ARM Linux
2011-08-10 16:53               ` Koul, Vinod
2011-08-10 16:53                 ` Koul, Vinod
2011-08-10 10:29         ` Russell King - ARM Linux
2011-08-10 10:29           ` Russell King - ARM Linux
2011-08-10 10:31         ` Jassi Brar
2011-08-10 10:31           ` Jassi Brar
2011-08-10 10:40           ` Russell King - ARM Linux
2011-08-10 10:40             ` Russell King - ARM Linux
2011-08-10 11:24             ` Jassi Brar
2011-08-10 11:24               ` Jassi Brar
2011-08-10 11:54               ` Linus Walleij
2011-08-10 11:54                 ` Linus Walleij
2011-08-10 13:16                 ` Jassi Brar
2011-08-10 13:16                   ` Jassi Brar
2011-08-10 20:58                   ` Vinod Koul
2011-08-10 20:58                     ` Vinod Koul
2011-08-10 18:59                     ` Jassi Brar
2011-08-10 18:59                       ` Jassi Brar
2011-08-16 11:55                       ` Koul, Vinod
2011-08-16 11:55                         ` Koul, Vinod
2011-08-16 14:51                         ` Jassi Brar
2011-08-16 14:51                           ` Jassi Brar
2011-08-19 13:49                           ` Koul, Vinod
2011-08-19 13:49                             ` Koul, Vinod
2011-08-11 12:55                   ` Linus Walleij
2011-08-11 12:55                     ` Linus Walleij
2011-08-11 14:22                     ` Jassi Brar
2011-08-11 14:22                       ` Jassi Brar
2011-08-11 14:48                       ` Linus Walleij
2011-08-11 14:48                         ` Linus Walleij
     [not found]                         ` <CAKnu2MptC8HWCNo6W+X9rawn6MCwAe3DB3B5UcHD1tCD9tA2cg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-08-11 17:05                           ` Jassi Brar
2011-08-11 17:05                             ` Jassi Brar
2011-08-11 22:35                         ` Koul, Vinod
2011-08-11 22:35                           ` Koul, Vinod
2011-08-10 10:09       ` Jassi Brar
2011-08-10 10:09         ` Jassi Brar
     [not found]         ` <CABb+yY0Qvuhrn+FUhWDHMwUjv=nR4MOfLeDfTzG17HXEuu2pmA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-08-10 10:30           ` Russell King - ARM Linux
2011-08-10 10:30             ` Russell King - ARM Linux
2011-08-10 10:48             ` Jassi Brar
2011-08-10 10:48               ` Jassi Brar
2011-08-10 11:42 ` [PATCH V3 3/6] spi/spi-pl022: Don't allocate more sg than required Viresh Kumar
2011-08-10 11:42   ` Viresh Kumar
2011-09-01 10:04 ` [PATCH V2 0/6] spi/spi-pl022 fixes Viresh Kumar
2011-09-01 10:04   ` Viresh Kumar
2011-09-01 10:56   ` Linus Walleij
2011-09-01 10:56     ` Linus Walleij
     [not found]     ` <CACRpkdYeq9in+U_tyvb=yVuX2t5TnkUSsO+BozUGVJwZVh+4Ag-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-09-20 11:16       ` Viresh Kumar
2011-09-20 11:16         ` Viresh Kumar
2011-09-20 17:23         ` Grant Likely
2011-09-20 17:23           ` Grant Likely

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.