Re: [PATCH 0/4] mxs/spi: Fixes and improvements

2012-09-05 Thread Marek Vasut
Dear Mark Brown, > On Tue, Sep 04, 2012 at 04:40:14AM +0200, Marek Vasut wrote: > > I humbly present fixes for further issues found in the SPI driver > > for i.MX23/i.MX28. > > Applied all, thanks. Thanks Mark, sorry for pulling the bugs in. Best regards, Marek Vasut --

Re: [PATCH] mxs/spi: Fix misuse of init_completion

2012-09-05 Thread Mark Brown
On Wed, Aug 22, 2012 at 10:57:45PM +0200, Marek Vasut wrote: > Signed-off-by: Marek Vasut Applied, thanks. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat lan

Re: [PATCH] spi: spi-tle62x0: Use module_spi_driver macro

2012-09-05 Thread Mark Brown
On Tue, Sep 04, 2012 at 04:58:35PM +0530, Sachin Kamat wrote: > module_spi_driver eliminates module_init and module_exit > calls and makes the code simpler. Applied, thanks. -- Live Security Virtual Conference Exclusive l

Re: [PATCH] spi/pl022: Fix chipselects pointer computation

2012-09-05 Thread Mark Brown
On Mon, Sep 03, 2012 at 10:14:29AM +0200, Roland Stigge wrote: > The new chip select handling via GPIO introduced a pointer computation bug: Applied, thanks. -- Live Security Virtual Conference Exclusive live event will c

Re: [PATCH 1/4] drivers/spi/spi-sh-hspi.c: drop frees of devm_ alloc'd data

2012-09-05 Thread Mark Brown
On Sat, Sep 01, 2012 at 06:33:08PM +0200, Julia Lawall wrote: > From: Julia Lawall > > devm free functions should not have to be explicitly used. Applied, thanks. -- Live Security Virtual Conference Exclusive live event

Re: [PATCH 0/4] mxs/spi: Fixes and improvements

2012-09-05 Thread Mark Brown
On Tue, Sep 04, 2012 at 04:40:14AM +0200, Marek Vasut wrote: > I humbly present fixes for further issues found in the SPI driver > for i.MX23/i.MX28. Applied all, thanks. -- Live Security Virtual Conference Exclusive live

Re: [PATCH RESEND-2 1/2] SPI: spi-gpio: store chipselect information in private structure

2012-09-05 Thread Mark Brown
On Wed, Sep 05, 2012 at 11:04:35AM +0200, Daniel Mack wrote: > The spi-gpio driver currently assumes the chipselect gpio number is > stored in ->controller_data of the device's static board information. Applied both, thanks.

Loving Deals présente meplusbeauxdeals.fr

2012-09-05 Thread Loving Deals
Pour visualiser correctement cette page, consultez notre version en ligne [http://www.lovingdeals.fr/admin/newsletter/gateway/c23701d8631b27b4/view/] td {font-family: Arial, Helvetica, sans-serif; } body table tr td p { font-family: Arial, Helvetica, sans-serif; } p {font-fa

请查收!!!

2012-09-05 Thread danwangsz5418
您好!本公司代开代理全国各地各行业税据。范围如下: 商品销售、增值税普通、国税通用机打;地税通用机打:咨询、 广告、设计、信息、培训、会议、会务、劳务、住宿费、运输、 租赁、建筑安装、服务、酒店、餐饮、国际货运等等各类税据。 联系电话:13691772022 :刘��理 QQ 953511745 郑重承诺:本公司对于双方合作关系绝对保密,均以快递 寄出收到确认无误后付款,您无需承担任何经济上的风险。

[PATCH RESEND-2 2/2] SPI: spi-gpio: Add DT bindings

2012-09-05 Thread Daniel Mack
This patch adds DT bindings to the spi-gpio driver and some documentation about how to use it. Signed-off-by: Daniel Mack --- Documentation/devicetree/bindings/spi/spi-gpio.txt | 29 +++ drivers/spi/spi-gpio.c | 99 +- 2 files changed, 125 inse

[PATCH RESEND-2 1/2] SPI: spi-gpio: store chipselect information in private structure

2012-09-05 Thread Daniel Mack
The spi-gpio driver currently assumes the chipselect gpio number is stored in ->controller_data of the device's static board information. In devicetree environments, this information is unavailable and has to be derived from the DT node. This patch moves the gpio storage to the controller's priva

Re: [PATCH resend 2/2] SPI: spi-gpio: Add DT bindings

2012-09-05 Thread Daniel Mack
On 05.09.2012 05:24, Mark Brown wrote: > On Mon, Sep 03, 2012 at 01:50:34PM +0200, Linus Walleij wrote: >> On Sun, Sep 2, 2012 at 10:17 PM, Daniel Mack wrote: > >>> Hmm, I don't know whether anyone took those patches yet? Mark? > >> Mark better take them, ping on Mark. > > IIRC I did reply sayi