Re: [PATCH 1/2] GPIO: add single-register gpio via creg driver

2018-08-28 Thread Eugeniy Paltsev
Hi Randy, thanks for comments, will be fixed in patch V2. On Thu, 2018-08-23 at 08:08 -0700, Randy Dunlap wrote: > On 08/23/2018 08:00 AM, Eugeniy Paltsev wrote: > > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig > > index 71c0ab46f216..0f9cc1582cab 100644 > > --- a/drivers/gpio/Kconfig

[PATCH v2 0/2] GPIO: add single-register GPIO via CREG driver

2018-08-28 Thread Eugeniy Paltsev
Add single-register MMIO GPIO driver for complex cases where only several fields in register belong to GPIO lines and each GPIO line owns a field with different length and on/off value. Here is the example: 31118 75 0 < bit number | |

[PATCH v2 1/2] GPIO: add single-register gpio via creg driver

2018-08-28 Thread Eugeniy Paltsev
Add single-register MMIO gpio driver for complex cases where only several fields in register belong to GPIO and each GPIO owns field with different length and on/off values. Here is the example: 31118 75 0 < bit number | ||

[PATCH v2 2/2] dt-bindings: Document the Synopsys GPIO via CREG bindings

2018-08-28 Thread Eugeniy Paltsev
This patch adds documentation of device tree bindings for the Synopsys GPIO via CREG driver. Signed-off-by: Eugeniy Paltsev --- .../devicetree/bindings/gpio/snps,creg-gpio.txt| 49 ++ 1 file changed, 49 insertions(+) create mode 100644 Documentation/devicetree/bindings/g

Patch "arc: fix type warnings in arc/mm/cache.c" has been added to the 3.18-stable tree

2018-08-28 Thread gregkh
This is a note to let you know that I've just added the patch titled arc: fix type warnings in arc/mm/cache.c to the 3.18-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arc-fix-type-

Patch "arc: fix build errors in arc/include/asm/delay.h" has been added to the 3.18-stable tree

2018-08-28 Thread gregkh
This is a note to let you know that I've just added the patch titled arc: fix build errors in arc/include/asm/delay.h to the 3.18-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arc-f

Patch "arc: fix type warnings in arc/mm/cache.c" has been added to the 4.4-stable tree

2018-08-28 Thread gregkh
This is a note to let you know that I've just added the patch titled arc: fix type warnings in arc/mm/cache.c to the 4.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arc-fix-type-w

Patch "arc: fix build errors in arc/include/asm/delay.h" has been added to the 4.4-stable tree

2018-08-28 Thread gregkh
This is a note to let you know that I've just added the patch titled arc: fix build errors in arc/include/asm/delay.h to the 4.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arc-fi

Re: [PATCH v2 1/2] GPIO: add single-register gpio via creg driver

2018-08-28 Thread Randy Dunlap
Hi, I don't see any updates/corrections here. :( On 08/28/2018 04:27 AM, Eugeniy Paltsev wrote: > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig > index 71c0ab46f216..0f9cc1582cab 100644 > --- a/drivers/gpio/Kconfig > +++ b/drivers/gpio/Kconfig > @@ -430,6 +430,15 @@ config GPIO_REG >

Re: [PATCH v2 2/2] dt-bindings: Document the Synopsys GPIO via CREG bindings

2018-08-28 Thread Rob Herring
On Tue, Aug 28, 2018 at 02:27:21PM +0300, Eugeniy Paltsev wrote: > This patch adds documentation of device tree bindings for the Synopsys > GPIO via CREG driver. > > Signed-off-by: Eugeniy Paltsev > --- > .../devicetree/bindings/gpio/snps,creg-gpio.txt| 49 > ++ > 1 file