Re: [PATCH v1 1/1] gpio: mmio: add inverted direction get_set io support

2018-08-02 Thread Linus Walleij
On Mon, Jul 30, 2018 at 11:34 AM Tomer Maimon wrote: > Add get_set_inv_dir and get_set_multiple_inv_dir I/O functions > to call the data register when the dirction is input and > set register when the direction is output. > the functions will linked to the I/O get functions if the user set > BGPI

Re: [PATCH v1 1/1] gpio: mmio: add inverted direction get_set io support

2018-07-30 Thread Andy Shevchenko
On Mon, Jul 30, 2018 at 12:34 PM, Tomer Maimon wrote: > Add get_set_inv_dir and get_set_multiple_inv_dir I/O functions > to call the data register when the dirction is input and > set register when the direction is output. > the functions will linked to the I/O get functions if the user set > BGPI

[PATCH v1 1/1] gpio: mmio: add inverted direction get_set io support

2018-07-30 Thread Tomer Maimon
Add get_set_inv_dir and get_set_multiple_inv_dir I/O functions to call the data register when the dirction is input and set register when the direction is output. the functions will linked to the I/O get functions if the user set BGPIOF_INVERTED_REG_DIR flag in the bgpio initialization. Signed-off