Vente Flash, 1er arrivé, 1er servi

2012-08-13 Thread Cdiscount par Galeriedesmarques.fr
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT04JmI9MTc2MjcmYz0xOTYxNjQxJmQ9MjAxMi0wOC0xMyAyMDoxMDowMSZlPTEmaD0xNzYyNiZmPTE3NjI3Jmc9MTc2Mjc= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT04JmI9MTc2MjcmYz0xOTYxNjQxJm

[SPAM] 从技术走向管理

2012-08-13 Thread 请转相关人员
从技术走向管理 时间地点:2012年8月23-24日北京 时间地点:2012年8月27-28日上海 时间地点:2012年8月30-31日深圳 培训费用:4000元/两天 买一赠一(须听同一时间同一地点的同一课程才享有此优惠) 单独一人或多出一人收费2600元。不再打折* (含两天中餐、指定教材、证书、茶点) 培训方式:案例分享、实务分析、互动讨论、项目模拟、培训游戏 参加对象:研发总经理/副总、公司总工/技术总监、研发项目经理/产品经理、中试部 经理、研发质量部经理、PMO(项目管理办公室)主任、走上管理岗位的技术人员等 咨询电话:020-80

Unbalanced calls to spi_master_get in coldfire-qspi and s3c64xx SPI master drivers

2012-08-13 Thread Guenter Roeck
Hi all, looking through SPI master drivers, I noticed that the following drivers call spi_master_get() in their suspend and resume functions. Yet, there is no matching call to spi_master_put(), meaning the reference count will increase with each suspend/resume cycle. spi-coldfire-qspi.c

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

2012-08-13 Thread Chris Ball
Hi, On Mon, Aug 13 2012, Shawn Guo wrote: > On Mon, Aug 13, 2012 at 01:51:58PM +0100, Mark Brown wrote: >> Do we have any ETA for review from the MMC side? I'd like to get these >> patches out of my queue one way or another, it seems like for the simple >> code motion bits at least we should be e

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

2012-08-13 Thread Shawn Guo
On Mon, Aug 13, 2012 at 01:51:58PM +0100, Mark Brown wrote: > Do we have any ETA for review from the MMC side? I'd like to get these > patches out of my queue one way or another, it seems like for the simple > code motion bits at least we should be easy enough to get out of the > way. For mxs-mmc

Proposition

2012-08-13 Thread Li Hao
Greetings, I am Mr. Li Hao, CFO of China Merchants Bank, P.R.C. I have a discreet proposition for you to the tune of 105 Million EUR. Please reply for details. Warmest, LH -- Live Security Virtual Conference Exclusive

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

2012-08-13 Thread Mark Brown
On Fri, Aug 03, 2012 at 05:26:05PM +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. Do we have any ETA for review

Re: [RFC PATCH] spi/bcm63xx: Ensure that memory is freed only after it is no longer used

2012-08-13 Thread Mark Brown
On Fri, Aug 10, 2012 at 01:56:27PM -0700, Guenter Roeck wrote: > The call to spi_unregister_master() in the device remove function frees device > memory, and with it any device local data. However, device local data is still > accessed after the call to spi_unregister_master(). Applied, thanks. -