[PATCH 01/15] spi: altera: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

[PATCH 02/15] spi: ath79: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

[PATCH 03/15] spi: au1550: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

[PATCH 04/15] spi: bcm63xx: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

[PATCH 05/15] spi: bfin5xx: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

[PATCH 06/15] spi: bfin-sport: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

[PATCH 07/15] spi: clps711x: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

[PATCH 08/15] spi: coldfire-qspi: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

[PATCH 09/15] spi: dw-mmio: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

[PATCH 10/15] spi: ep93xx: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

[PATCH 11/15] spi: spi-gpio: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

[PATCH 12/15] spi: imx: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

[PATCH 13/15] spi: oc-tiny: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

[PATCH 14/15] spi: pxa2xx: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

[PATCH 15/15] spi: s3c64xx: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

Re: [PATCH 01/15] spi: altera: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
On Friday, May 03, 2013 4:08 PM, Grant Likelywrote: On Fri, May 3, 2013 at 7:48 AM, Jingoo Han jg1@samsung.com wrote: The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure

[PATCH V2] spi: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by:

Re: [PATCH 01/15] spi: altera: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Grant Likely
On Fri, May 3, 2013 at 7:48 AM, Jingoo Han jg1@samsung.com wrote: The driver core clears the driver data to NULL after device_release or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is not

[git pull] SPI bug fixes

2013-05-03 Thread Grant Likely
Hi Mark, Here are some commits that I picked up a while ago but for some reason never asked Linus to pull them. :( Can you pull this branch into your tree for your next pull request to Linus? Thanks, g. The following changes since commit fe6969094214350e586d56fbfa3ef97cdd74b270: Merge tag

[SPAM] business question

2013-05-03 Thread Patrick Thomas
Hello, If you are reading this message, you are proving that email marketing works. Use email marketing to drive sales and leads for less than any other marketing. Our Offer: Use our targeted database of 200MM consumers | 45MM Businesses Use our servers to

[SPAM] Profitez près de votre ville et économisez jusqu'à 70 pourcent.

2013-05-03 Thread AffairesNobles
Le partenaire ABC vous recommande: (http://obfm41.com/xtdd4pzl11vw3vhu2y/index0.html) (http://obfm41.com/ccdoopjv1mnnpe3utl/index1.html) Soyez heureux! (http://obfm41.com/f2dyrpmm1vlwoniz0s/index2.html) Tous les jours des nouveaux Deals vous assurent une expérience de shopping inoubliable et