Re: [PATCH 2/3] mtd: spi-nor: Zap unneeded write_enable from write_reg

2015-09-11 Thread Brian Norris
+ Joachim On Wed, Aug 19, 2015 at 03:26:44PM +0530, Jagan Teki wrote: > Since write enabling shall do with buf and len without > need of exctra write_enable argument, hence removed the > same from write_reg. I rewrote this description a bit. > Signed-off-by: Jagan Teki > Cc: David Woodhouse >

Re: [PATCH 2/3] mtd: spi-nor: Zap unneeded write_enable from write_reg

2015-09-04 Thread Jagan Teki
On 19 August 2015 at 15:26, Jagan Teki wrote: > Since write enabling shall do with buf and len without > need of exctra write_enable argument, hence removed the > same from write_reg. > > Signed-off-by: Jagan Teki > Cc: David Woodhouse > Cc: Brian Norris > Cc: Han Xu > --- > drivers/mtd/devic

[PATCH 2/3] mtd: spi-nor: Zap unneeded write_enable from write_reg

2015-08-19 Thread Jagan Teki
Since write enabling shall do with buf and len without need of exctra write_enable argument, hence removed the same from write_reg. Signed-off-by: Jagan Teki Cc: David Woodhouse Cc: Brian Norris Cc: Han Xu --- drivers/mtd/devices/m25p80.c | 3 +-- drivers/mtd/spi-nor/fsl-quadspi.c | 3