Re: [PATCH 1/2] gpio: 74x164: use spi_get_drvdata() and spi_set_drvdata()

2013-03-27 Thread Linus Walleij
On Fri, Mar 15, 2013 at 10:17 AM, Jingoo Han wrote: > Use the wrapper functions for getting and setting the driver data > using spi_device instead of using dev_{get|set}_drvdata with > >dev, so we can directly pass a struct spi_device. > > Signed-off-by: Jingoo Han Patch applied. Thanks!

Re: [PATCH 1/2] gpio: 74x164: use spi_get_drvdata() and spi_set_drvdata()

2013-03-27 Thread Linus Walleij
On Fri, Mar 15, 2013 at 10:17 AM, Jingoo Han jg1@samsung.com wrote: Use the wrapper functions for getting and setting the driver data using spi_device instead of using dev_{get|set}_drvdata with spi-dev, so we can directly pass a struct spi_device. Signed-off-by: Jingoo Han

[PATCH 1/2] gpio: 74x164: use spi_get_drvdata() and spi_set_drvdata()

2013-03-15 Thread Jingoo Han
Use the wrapper functions for getting and setting the driver data using spi_device instead of using dev_{get|set}_drvdata with >dev, so we can directly pass a struct spi_device. Signed-off-by: Jingoo Han --- drivers/gpio/gpio-74x164.c |8 1 files changed, 4 insertions(+), 4

[PATCH 1/2] gpio: 74x164: use spi_get_drvdata() and spi_set_drvdata()

2013-03-15 Thread Jingoo Han
Use the wrapper functions for getting and setting the driver data using spi_device instead of using dev_{get|set}_drvdata with spi-dev, so we can directly pass a struct spi_device. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/gpio/gpio-74x164.c |8 1 files changed, 4