Re: [PATCH v3 10/13] gpio/omap: fix missing dataout context save in _set_gpio_dataout_reg

2012-03-07 Thread DebBarma, Tarun Kanti
On Wed, Mar 7, 2012 at 5:33 PM, Santosh Shilimkar wrote: > On Wednesday 07 March 2012 12:16 PM, Tarun Kanti DebBarma wrote: >> There are two functions, _set_gpio_dataout_reg() and _set_gpio_dataout_mask() >> which writes to dataout register and the dataout context must be saved. >> It is missing i

Re: [PATCH v3 10/13] gpio/omap: fix missing dataout context save in _set_gpio_dataout_reg

2012-03-07 Thread Santosh Shilimkar
On Wednesday 07 March 2012 12:16 PM, Tarun Kanti DebBarma wrote: > There are two functions, _set_gpio_dataout_reg() and _set_gpio_dataout_mask() > which writes to dataout register and the dataout context must be saved. > It is missing in the first function, _set_gpio_dataout_reg(). Fix this. > > R

[PATCH v3 10/13] gpio/omap: fix missing dataout context save in _set_gpio_dataout_reg

2012-03-07 Thread Tarun Kanti DebBarma
There are two functions, _set_gpio_dataout_reg() and _set_gpio_dataout_mask() which writes to dataout register and the dataout context must be saved. It is missing in the first function, _set_gpio_dataout_reg(). Fix this. Reported-by: Govindraj Raja Signed-off-by: Tarun Kanti DebBarma --- drive