index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-11
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-40
/
+84
2012-11-21
gpiolib: Fix use after free in gpiochip_add_pin_range
Axel Lin
1
-1
/
+3
2012-11-21
gpiolib: rename pin range arguments
Linus Walleij
1
-9
/
+10
2012-11-21
gpiolib: return any error code from range creation
Linus Walleij
1
-1
/
+2
2012-11-21
gpiolib: rename find_pinctrl_*
Linus Walleij
1
-1
/
+1
2012-11-21
gpiolib: let gpiochip_add_pin_range() specify offset
Linus Walleij
1
-3
/
+29
2012-11-11
gpiolib: separation of pin concerns
Linus Walleij
1
-3
/
+5
2012-11-11
gpiolib: call pin removal in chip removal function
Linus Walleij
1
-0
/
+1
2012-11-11
gpiolib: fix up function prototypes etc
Linus Walleij
1
-5
/
+5
2012-11-11
gpiolib: provide provision to register pin ranges
Shiraz Hashim
1
-0
/
+43
2012-10-26
gpiolib: unlock on error in gpio_export()
Dan Carpenter
1
-1
/
+2
2012-10-26
gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpios
Mathias Nyman
1
-3
/
+7
2012-10-26
gpiolib: add gpio get direction callback support
Mathias Nyman
1
-1
/
+37
2012-10-23
gpiolib: Refactor gpio_export
Ryan Mallon
1
-39
/
+46
2012-08-17
gpiolib: Use seq_file's iterator interface
Thierry Reding
1
-28
/
+74
2012-07-17
gpiolib: Defer failed gpio requests by default
Mark Brown
1
-1
/
+1
2012-05-18
gpiolib: Remove 'const' from data argument of gpiochip_find()
Grant Likely
1
-1
/
+1
2012-05-18
gpiolib: quiet gpiochip_add boot message noise
H Hartley Sweeten
1
-1
/
+1
2012-05-18
gpio: Adjust of_xlate API to support multiple GPIO chips
Grant Likely
1
-1
/
+1
2012-04-05
gpio: add flags to export GPIOs when requesting
Wolfram Sang
1
-1
/
+11
2012-03-05
gpiolib: Add comments explaining the _cansleep() WARN_ON()s
Mark Brown
1
-0
/
+2
2012-03-05
gpio: gpiolib: Support for open source/emitter gpios
Laxman Dewangan
1
-0
/
+39
2012-03-05
gpio: gpiolib: Support for open drain/collector gpios
Laxman Dewangan
1
-2
/
+42
2012-03-02
gpio: constify the data parameter to gpiochip_find()
Grant Likely
1
-2
/
+3
2012-02-15
Fix circular locking dependency (3.3-rc2)
Ming Lei
1
-3
/
+5
2011-12-12
gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()
Grant Likely
1
-1
/
+1
2011-12-12
gpiolib: output basic details and consolidate gpio device drivers
Grant Likely
1
-0
/
+4
2011-05-27
gpio: make gpio_{request,free}_array gpio array parameter const
Lars-Peter Clausen
1
-2
/
+2
2011-05-20
gpio: add trace events for setting direction and value
Uwe Kleine-König
1
-2
/
+16
2011-05-20
gpiolib: export gpiochip_find
Jean Delvare
1
-0
/
+1
2011-03-25
arm/gpio: Remove three copies of broken and racy debug code
Thomas Gleixner
1
-45
/
+0
2010-12-22
gpiolib: gpio_request_one(): add missing gpio_free()
Aaro Koskinen
1
-0
/
+3
2010-08-11
gpiolib: allow nested threaded irqs for poll(2)
Daniel Gl?ckner
1
-2
/
+2
2010-08-11
gpiolib: get rid of struct poll_desc and worklet
Daniel Gl?ckner
1
-53
/
+27
2010-08-11
gpiolib: decouple might_sleep_if() from DEBUG
David Brownell
1
-6
/
+6
2010-08-05
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-6
/
+49
2010-07-27
gpio: fix spurious printk when freeing a gpio
Jon Povey
1
-3
/
+4
2010-07-05
of/gpio: add default of_xlate function if device has a node pointer
Anton Vorontsov
1
-0
/
+5
2010-07-05
of/gpio: stop using device_node data pointer to find gpio_chip
Grant Likely
1
-0
/
+32
2010-07-05
gpiolib: cosmetic improvements for error handling in gpiochip_add()
Anton Vorontsov
1
-6
/
+12
2010-05-27
gpiolib: introduce set_debounce method
Felipe Balbi
1
-0
/
+43
2010-05-27
gpiolib: make gpiochip_add() show a better error message
Ben Dooks
1
-1
/
+1
2010-05-27
gpiolib: a gpio is unsigned, so use %u to print it
Uwe Kleine-König
1
-1
/
+1
2010-05-27
gpiolib: make names array and its values const
Uwe Kleine-König
1
-1
/
+1
2010-05-21
sysfs: Implement sysfs tagged directory support.
Eric W. Biederman
1
-1
/
+1
2010-04-28
gpio: potential null dereference
Dan Carpenter
1
-1
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-07
driver-core: Add attribute argument to class_attribute show/store
Andi Kleen
1
-2
/
+6
2010-03-06
gpio: introduce gpio_request_one() and friends
Eric Miao
1
-0
/
+58
2010-01-11
gpiolib: fix poll(2) support reconfigure on sysfs polarity change
Jani Nikula
1
-2
/
+0
[next]