[PATCH] spi: omap2-mcspi: In case of dma errors fall back to pio

2012-07-24 Thread Shubhrajyoti D
In case there are dma errors currently the driver exits. Make the spi driver fall back to pio mode in case of dma errors. If the DMA engine is not selected the driver exits.This patch makes the spi fall back to pio in that case. Also adds a field dma_unusable to struct omap2_mcspi. Signed-off-b

Recevez des deals chaque jour sur les meilleurs restaurants jusqu'à -70%

2012-07-24 Thread Groupon par Duano
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTE1NzEyJmM9NDgzNjEyJmQ9MjAxMi0wNy0yNCAyMzozMDowMSZlPTEmaD0xNTcxMSZmPTE1NzEyJmc9MTU3MTI= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTE1NzEyJmM9NDgzNjEyJm

Re: [PATCH 09/10 RESEND] spi: Add SSP/SPI device tree documentation

2012-07-24 Thread Marek Vasut
Dear Sergei Shtylyov, > Hello. > > On 07/24/2012 12:40 AM, Marek Vasut wrote: > > Signed-off-by: Marek Vasut > > Cc: Attila Kinali > > Cc: Chris Ball > > CC: Dong Aisheng > > Cc: Fabio Estevam > > Cc: Grant Likely > > Cc: Linux ARM kernel > > Cc: Mark Brown > > CC: Shawn Guo > > --- > >

Re: [PATCH 09/10 RESEND] spi: Add SSP/SPI device tree documentation

2012-07-24 Thread Sergei Shtylyov
Hello. On 07/24/2012 12:40 AM, Marek Vasut wrote: > Signed-off-by: Marek Vasut > Cc: Attila Kinali > Cc: Chris Ball > CC: Dong Aisheng > Cc: Fabio Estevam > Cc: Grant Likely > Cc: Linux ARM kernel > Cc: Mark Brown > CC: Shawn Guo > --- > Documentation/devicetree/bindings/spi/mxs-spi.txt

[SPAM] 海关事务处理技巧

2012-07-24 Thread 请转培训部
“海关三大质疑”解析与相关疑难应对策略 时间地点:2012年7月26-27日 深圳 课程费用:2800元/人/2天,参加任意一天1500元/人(包括资料费、午餐及上下午茶点等) 课程对象:进出口企业总经理、物流、财务、进出口、报关、采购高级管理人员,基层业务人员等 咨询电话:020-80560638 020-85917945 谢小姐 0755-61287552 021-51602856 (不需要此类信件请回复电邮至tuixin2...@126.com退信) -

Re: [PATCH v2 00/25] make *struct of_device_id.data const

2012-07-24 Thread Arnd Bergmann
On Monday 23 July 2012, Uwe Kleine-König wrote: > this is the 2nd version of this series whose goal is to make struct > of_device_id.data const. Conceptually a driver must not modify the data > contained there so making it const is the right thing. > > v1 of this series was sent with Message-id: >

[PATCH v4] spi/pl022: add devicetree support

2012-07-24 Thread Alexandre Pereira da Silva
Add the chipselect array and cur_cs properties to pl022 main structure Add a wrapper function to decide if the cs should be controlled by the cs_control callback or the chipselect gpio Populate chipselect property from cs-gpios Populate master->dev.of_node, so the spi bus can find child spi devi

Re: [PATCH 2/2] kthread_worker: reimplement flush_kthread_work() to allow freeing the work item being executed

2012-07-24 Thread Andy Walls
On Mon, 2012-07-23 at 10:12 -0700, Tejun Heo wrote: > Hello, > > On Sun, Jul 22, 2012 at 04:46:54PM -0400, Andy Walls wrote: > > Hmmm, I didn't know about the constraint about 'known to be alive' in > > the other email I just sent. > > > > That might make calling flush_kthread_work() hard for a u

Re: [PATCH 00/10 V2] MXS SPI driver

2012-07-24 Thread Attila Kinali
On Mon, 23 Jul 2012 22:40:42 +0200 Marek Vasut wrote: > This patchset adds SPI master support for Freescale i.MX233/i.MX28. > This is rebased on top of next-20120713. Please consider applying, > bugs shall now be squashed during the previous two review rounds. The patchset is good and works as e