devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] gpio: davinci: Add k2g support
@ 2016-10-19  5:33 Keerthy
  2016-10-19  5:33 ` [PATCH 1/5] gpio: davinci: Remove gpio2regs function to accommodate multi instances Keerthy
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Keerthy @ 2016-10-19  5:33 UTC (permalink / raw)
  To: linus.walleij-QSEj5FYQhm4dnm+yROfE0A
  Cc: gnurou-Re5JQEeQqe8AvxtiuMwx3w, lokeshvutla-l0cyMroinI0,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, linux-gpio-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA, rogerq-l0cyMroinI0,
	grygorii.strashko-l0cyMroinI0, j-keerthy-l0cyMroinI0

k2g has two instances of gpio controller. The gpio controller
is bit identical to the one used in da-vinci. The da-vinci gpio
driver was written keeping in mind about only one instance of
gpio controller. The patch series enhances the driver to support
multiple instances.

k2g has 2 instances of gpio controller with 144 pins each.
Totally 9 banks with 16 pins each totalling to 144 pins per
controller instance. GPIO1 instance has GPIO:68 to GPIO:143
marked as reserved hence we have a total of 144(bank0) and 68
(bank1) GPIOs. 

Grygorii Strashko (1):
  gpio: davinci: irq support for multiple gpio controllers

Keerthy (3):
  gpio: davinci: Remove gpio2regs function to accommodate      multi
    instances
  gpio: davinci: Store both irqs into the controller
  gpio: davinci: Add a separate compatible for k2g

Lokesh Vutla (1):
  drivers: gpio: Add support for multiple IPs

 .../devicetree/bindings/gpio/gpio-davinci.txt      |   2 +-
 drivers/gpio/gpio-davinci.c                        | 115 ++++++++++++++-------
 include/linux/platform_data/gpio-davinci.h         |   3 +
 3 files changed, 84 insertions(+), 36 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-11-07  3:59 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-19  5:33 [PATCH 0/5] gpio: davinci: Add k2g support Keerthy
2016-10-19  5:33 ` [PATCH 1/5] gpio: davinci: Remove gpio2regs function to accommodate multi instances Keerthy
     [not found] ` <1476855239-32730-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2016-10-19  5:33   ` [PATCH 2/5] drivers: gpio: Add support for multiple IPs Keerthy
     [not found]     ` <1476855239-32730-3-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2016-10-23 10:32       ` Linus Walleij
     [not found]         ` <CACRpkdbsgM-yiWpiA5G35jQR8v3FO=Me+4rhe6TzE0qsWOJ8Ew-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-10-27  3:42           ` Keerthy
2016-10-27  7:53             ` Roger Quadros
2016-10-27  8:07               ` Keerthy
     [not found]                 ` <c047fb27-a8bb-c10d-2b16-a3e6bf45d88f-l0cyMroinI0@public.gmane.org>
2016-10-31 14:58                   ` Grygorii Strashko
2016-11-04 14:28                   ` Linus Walleij
     [not found]                     ` <CACRpkdZmuc__QL6b7Jvb8xL5Bm+PD2X60NtiugrnH7iAO=-tLQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-11-04 19:59                       ` Grygorii Strashko
     [not found]                         ` <b92f729b-5897-c29a-31ec-97510776d85d-l0cyMroinI0@public.gmane.org>
2016-11-05  8:23                           ` Linus Walleij
     [not found]                             ` <CACRpkdac_UgM=xeXkSZ+rOvZvutt40USjCoEt5-SoFkqspuExw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-11-07  3:59                               ` Keerthy
2016-10-19  5:33   ` [PATCH 3/5] gpio: davinci: irq support for multiple gpio controllers Keerthy
2016-10-19  5:33   ` [PATCH 5/5] gpio: davinci: Add a separate compatible for k2g Keerthy
     [not found]     ` <1476855239-32730-6-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2016-10-26 21:08       ` Rob Herring
2016-10-27  3:28         ` Keerthy
2016-10-19  5:33 ` [PATCH 4/5] gpio: davinci: Store both irqs into the controller Keerthy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).