lkml.org 
[lkml]   [2012]   [Jan]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCHv5 0/4] Synopsys DesignWare APB GPIO
Date
No major changes since v4 apart from a bug in patch 2 that didn't handle
sparsely allocated banks very well (resulting in a potential buffer
overrun) and the higher banks are the ones that are a pig to get to.

Jamie Iles (4):
of: document common interrupt controller details
gpio: add a driver for the Synopsys DesignWare APB GPIO block
gpio: dwapb: add support for GPIO interrupts
ARM: picoxcell: use new Synopsys Designware GPIO binding

Documentation/devicetree/bindings/arm/gic.txt | 8 +-
.../devicetree/bindings/gpio/snps-dwapb-gpio.txt | 57 ++++
Documentation/devicetree/bindings/interrupts.txt | 17 +
arch/arm/boot/dts/picoxcell-pc3x2.dtsi | 19 +-
arch/arm/boot/dts/picoxcell-pc3x3.dtsi | 28 +-
drivers/gpio/Kconfig | 9 +
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-dwapb.c | 351 ++++++++++++++++++++
8 files changed, 456 insertions(+), 34 deletions(-)
create mode 100644 Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
create mode 100644 Documentation/devicetree/bindings/interrupts.txt
create mode 100644 drivers/gpio/gpio-dwapb.c

--
1.7.5.4



\
 
 \ /
  Last update: 2012-01-05 02:27    [W:0.107 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site