[PATCH] staging: fbtft: Add reset to fbtft_init_display_dt()

2015-07-11 Thread Noralf Trønnes
When an init sequence is present in the Device Tree, fbtft_init_display_dt() is used to initialize the display. Add missing reset function call and activation of chip select for parallel bus. Signed-off-by: Noralf Trønnes --- drivers/staging/fbtft/fbtft-core.c | 5 + 1 file changed, 5 insert

Re: [PATCH 1/3] staging: iio: Drop owner assignment from i2c_driver

2015-07-11 Thread Jonathan Cameron
On 10/07/15 07:34, Krzysztof Kozlowski wrote: > i2c_driver does not need to set an owner because i2c_register_driver() > will set it. > > Signed-off-by: Krzysztof Kozlowski Applied to the togreg branch of iio.git Thanks, Jonathan > > --- > > The coccinelle script which generated the patch was