index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-mcp23s08.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: mcp23s08: make driver depend on OF_GPIO
Linus Walleij
2016-09-08
1
-1
/
+1
*
gpio: mcp23s08: Add support for level triggered interrupts
Alexander Stein
2016-03-31
1
-1
/
+8
*
gpio: mcp23s08: delete req/rel_resource callbacks
Linus Walleij
2016-03-30
1
-25
/
+0
*
gpio: mcp23s08: switch to use gpiolib irqchip helpers
Phil Reid
2016-03-30
1
-55
/
+30
*
gpio: mcp23s08: Fix clearing of interrupt.
Phil Reid
2016-03-16
1
-0
/
+4
*
gpio: mcp23s08: Add support for mcp23s18
Phil Reid
2016-03-09
1
-4
/
+15
*
gpio-mcp23s08: correctly handling failed allocation
Insu Yun
2016-02-16
1
-0
/
+2
*
gpio: mcp: use gpiochip data pointer
Linus Walleij
2016-01-05
1
-7
/
+7
*
gpio: change member .dev to .parent
Linus Walleij
2015-11-19
1
-7
/
+9
*
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
2015-10-28
1
-2
/
+0
*
gpio: kill off set_irq_flags usage
Rob Herring
2015-07-28
1
-4
/
+0
*
gpio: removing kfree remove functionality
Varka Bhadram
2015-04-08
1
-1
/
+1
*
gpio: use devm_kzalloc
Varka Bhadram
2015-04-08
1
-3
/
+4
*
gpio: mcp23s08: handle default gpio base
Sonic Zhang
2015-01-26
1
-7
/
+10
*
gpio: mcp23s08: fix up compilation error
Linus Walleij
2014-12-12
1
-2
/
+3
*
gpio: mcp23s08: Add option to configure IRQ output polarity as active high
Alexander Stein
2014-12-03
1
-7
/
+23
*
gpio: mcp23s08: Add simple IRQ support for SPI devices
Alexander Stein
2014-11-27
1
-0
/
+5
*
gpio: mcp23s08: request a shared interrupt
Alexander Stein
2014-11-27
1
-1
/
+2
*
gpio: mcp23s08: Do not free unrequested interrupt
Alexander Stein
2014-11-27
1
-2
/
+0
*
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
Alexandre Courbot
2014-10-28
1
-2
/
+2
*
gpio: mcp23s08 to support both device tree and platform data
Sonic Zhang
2014-09-04
1
-30
/
+34
*
Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2014-08-08
1
-19
/
+7
|
\
|
*
gpio: remove all usage of gpio_remove retval in driver/gpio
abdoulaye berthe
2014-07-22
1
-19
/
+7
*
|
gpio: mcp23s08: Eliminates redundant checking.
Michael Welling
2014-07-05
1
-6
/
+0
|
/
*
Merge tag 'gpio-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2014-06-02
1
-5
/
+12
|
\
|
*
gpio: mcp23s08: switch chip count to int
Linus Walleij
2014-05-28
1
-1
/
+1
|
*
gpio: mcp23s08: fixed count variable for devicetree probing
Michael Stickel
2014-05-27
1
-1
/
+10
|
*
gpio: mcp23s08: Make of_device_id array const
Jingoo Han
2014-05-09
1
-2
/
+2
*
|
gpio: mcp23s08: Bug fix of SPI device tree registration.
Michael Welling
2014-05-09
1
-5
/
+7
|
/
*
gpio: switch drivers to use new callback
Linus Walleij
2014-03-18
1
-7
/
+7
*
gpio: mcp23s08: trivial: fixed coding style issues
Gary Servin
2014-03-12
1
-11
/
+11
*
gpio: mcp23s08: fix casting caused build warning
SeongJae Park
2014-01-20
1
-1
/
+1
*
gpio: mcp23s08: Add irq functionality for i2c chips
Lars Poeschel
2014-01-17
1
-5
/
+243
*
gpio/pinctrl: make gpio_chip members typed boolean
Linus Walleij
2013-12-04
1
-1
/
+1
*
gpio: mcp23s08: rename the device tree property
Lars Poeschel
2013-08-30
1
-7
/
+34
*
gpio: use dev_get_platdata()
Jingoo Han
2013-08-16
1
-2
/
+2
*
gpio-mcp23s08: i2c: auto-select base if no DT match or platform data
Daniel M. Weeks
2013-08-16
1
-5
/
+4
*
gpio: mcp23s08: convert driver to DT
Lars Poeschel
2013-04-10
1
-31
/
+106
*
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-12-11
1
-3
/
+3
|
\
|
*
gpio: remove use of __devexit
Bill Pemberton
2012-11-28
1
-1
/
+1
|
*
gpio: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
|
*
gpio: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
|
gpio-mcp23s08: Build I2C support even when CONFIG_I2C=m
Daniel M. Weeks
2012-11-17
1
-3
/
+3
|
/
*
gpio-mcp23s08: dbg_show: fix pullup configuration display
Peter Korsgaard
2012-05-18
1
-1
/
+1
*
drivers/gpio: Fix drivers who are implicit users of module.h
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
mcp23s08: add i2c support
Peter Korsgaard
2011-07-15
1
-5
/
+187
*
mcp23s08: isolate spi specific parts
Peter Korsgaard
2011-07-15
1
-24
/
+57
*
mcp23s08: get rid of setup/teardown callbacks
Peter Korsgaard
2011-07-15
1
-19
/
+0
*
mcp23s08: remove unused work queue
Peter Korsgaard
2011-07-14
1
-3
/
+0
*
gpio: reorganize drivers
Grant Likely
2011-06-06
1
-0
/
+530