index
:
~tomegun/linux
master
net-name
Private linux wip tree
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-26
Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
5
-150
/
+418
2011-05-26
mfd: Use mfd cell platform_data for janz cells platform bits
Samuel Ortiz
1
-2
/
+1
2011-05-26
mfd: Use mfd cell platform_data for rdc321x cells platform bits
Samuel Ortiz
1
-2
/
+1
2011-05-26
mfd: Use mfd cell platform_data for timberdale cells platform bits
Samuel Ortiz
1
-3
/
+3
2011-05-25
drivers/gpio/ml_ioh_gpio.c needs slab.h
Andrew Morton
1
-0
/
+3
2011-05-25
drivers/gpio/vx855_gpio.c needs slab.h
Andrew Morton
1
-0
/
+1
2011-05-20
basic_mmio_gpio: split into a gpio library and platform device
Jamie Iles
3
-148
/
+176
2011-05-20
gpio: remove some legacy comments in build files
Linus Walleij
2
-9
/
+5
2011-05-20
gpio: add trace events for setting direction and value
Uwe Kleine-König
1
-2
/
+16
2011-05-20
gpio/pca953x: Use handle_simple_irq instead of handle_edge_irq
Erik Botö
1
-1
/
+1
2011-05-20
gpiolib: export gpiochip_find
Jean Delvare
1
-0
/
+1
2011-05-20
gpio: remove redundant Kconfig depends on GPIOLIB
H Hartley Sweeten
1
-5
/
+4
2011-05-20
basic_mmio_gpio: convert to non-__raw* accessors
Jamie Iles
1
-8
/
+8
2011-05-20
basic_mmio_gpio: support direction registers
Jamie Iles
1
-2
/
+112
2011-05-20
basic_mmio_gpio: support different input/output registers
Jamie Iles
1
-5
/
+33
2011-05-20
basic_mmio_gpio: detect output method at probe time
Jamie Iles
1
-31
/
+59
2011-05-20
basic_mmio_gpio: request register regions
Jamie Iles
1
-3
/
+13
2011-05-20
basic_mmio_gpio: allow overriding number of gpio
Jamie Iles
1
-6
/
+12
2011-05-20
basic_mmio_gpio: convert to platform_{get,set}_drvdata()
Jamie Iles
1
-2
/
+2
2011-05-20
basic_mmio_gpio: remove runtime width/endianness evaluation
Jamie Iles
1
-44
/
+92
2011-04-26
treewide: cleanup continuations and remove logging message whitespace
Joe Perches
1
-4
/
+3
2011-04-26
Merge branch 'master' into for-next
Jiri Kosina
19
-123
/
+634
2011-04-11
Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
3
-2
/
+5
2011-04-10
treewide: remove extra semicolons
Justin P. Mattock
1
-1
/
+1
2011-03-31
gpio/pch_gpio: Fix output value of pch_gpio_direction_output()
Peter Tyser
1
-0
/
+1
2011-03-31
gpio/ml_ioh_gpio: Fix output value of ioh_gpio_direction_output()
Peter Tyser
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-30
gpio/pca953x: fix error handling path in probe() call
Ben Dooks
1
-2
/
+3
2011-03-29
gpio: ab8500: Mark broken
Thomas Gleixner
1
-1
/
+1
2011-03-28
gpio: driver for 42 AB8500 GPIO pins
Bibek Basu
3
-0
/
+528
2011-03-25
Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
10
-95
/
+49
2011-03-25
gpio: Fold irq_set_chip/irq_set_handler to irq_set_chip_and_handler
Thomas Gleixner
2
-4
/
+3
2011-03-25
gpio: Cleanup genirq namespace
Thomas Gleixner
9
-50
/
+50
2011-03-25
arm/gpio: Remove three copies of broken and racy debug code
Thomas Gleixner
1
-45
/
+0
2011-03-23
gpio: Add Tunnel Creek support to sch_gpio
Denis Turischev
2
-20
/
+44
2011-03-23
rdc321x-southbridge: Use mfd_data instead of driver_data
Andres Salomon
1
-1
/
+2
2011-03-23
mfd: mfd_cell is now implicitly available to janz drivers
Andres Salomon
1
-1
/
+2
2011-03-23
mfd: mfd_cell is now implicitly available to timberdale drivers
Andres Salomon
1
-3
/
+3
2011-03-18
Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
8
-105
/
+218
2011-03-17
gpio/langwell: Clear edge bit before handling
Thomas Gleixner
1
-7
/
+6
2011-03-17
Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...
Linus Torvalds
1
-1
/
+1
2011-03-17
gpio/langwell: Simplify demux loop
Thomas Gleixner
1
-6
/
+7
2011-03-17
gpio/langwell: Convert irq name space
Thomas Gleixner
1
-5
/
+5
2011-03-17
gpio/langwell: Fix broken irq_eoi change.
Thomas Gleixner
1
-8
/
+5
2011-03-17
gpio; Make Intel chipset gpio drivers depend on x86
Thomas Gleixner
1
-3
/
+3
2011-03-17
gpio/cs5535-gpio: Fix section mismatch
Nikanth Karthikesan
1
-3
/
+3
2011-03-13
gpio: add MODULE_DEVICE_TABLE
Axel Lin
2
-0
/
+2
2011-03-12
gpio: Use __devexit at necessary places
Axel Lin
2
-2
/
+2
2011-03-12
gpio: add MODULE_DEVICE_TABLE to pch_gpio and ml_ioh_gpio
Axel Lin
2
-0
/
+2
2011-03-12
gpio/mcp23s08: support mcp23s17 variant
Peter Korsgaard
2
-51
/
+146
[next]