All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpiolib: drop irq_base field from gpio_chip struct
@ 2017-10-09 22:16 ` Grygorii Strashko
  0 siblings, 0 replies; 3+ messages in thread
From: Grygorii Strashko @ 2017-10-09 22:16 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-gpio, linux-kernel, Grygorii Strashko

Hence, the last user of irq_base field was removed by commit b4c495f03ae3
("gpio: mockup: use irq_sim") it can be removed safely.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
---
 include/linux/gpio/driver.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h
index c97f832..1de5dd1 100644
--- a/include/linux/gpio/driver.h
+++ b/include/linux/gpio/driver.h
@@ -165,7 +165,6 @@ struct gpio_chip {
 	 */
 	struct irq_chip		*irqchip;
 	struct irq_domain	*irqdomain;
-	unsigned int		irq_base;
 	irq_flow_handler_t	irq_handler;
 	unsigned int		irq_default_type;
 	unsigned int		irq_chained_parent;
-- 
2.10.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] gpiolib: drop irq_base field from gpio_chip struct
@ 2017-10-09 22:16 ` Grygorii Strashko
  0 siblings, 0 replies; 3+ messages in thread
From: Grygorii Strashko @ 2017-10-09 22:16 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-gpio, linux-kernel, Grygorii Strashko

Hence, the last user of irq_base field was removed by commit b4c495f03ae3
("gpio: mockup: use irq_sim") it can be removed safely.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
---
 include/linux/gpio/driver.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h
index c97f832..1de5dd1 100644
--- a/include/linux/gpio/driver.h
+++ b/include/linux/gpio/driver.h
@@ -165,7 +165,6 @@ struct gpio_chip {
 	 */
 	struct irq_chip		*irqchip;
 	struct irq_domain	*irqdomain;
-	unsigned int		irq_base;
 	irq_flow_handler_t	irq_handler;
 	unsigned int		irq_default_type;
 	unsigned int		irq_chained_parent;
-- 
2.10.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gpiolib: drop irq_base field from gpio_chip struct
  2017-10-09 22:16 ` Grygorii Strashko
  (?)
@ 2017-10-11  8:22 ` Linus Walleij
  -1 siblings, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2017-10-11  8:22 UTC (permalink / raw)
  To: Grygorii Strashko; +Cc: linux-gpio, linux-kernel

On Tue, Oct 10, 2017 at 12:16 AM, Grygorii Strashko
<grygorii.strashko@ti.com> wrote:

> Hence, the last user of irq_base field was removed by commit b4c495f03ae3
> ("gpio: mockup: use irq_sim") it can be removed safely.
>
> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>

Patch applied. Let's see what the build servers say.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-11  8:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-09 22:16 [PATCH] gpiolib: drop irq_base field from gpio_chip struct Grygorii Strashko
2017-10-09 22:16 ` Grygorii Strashko
2017-10-11  8:22 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.