aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-14gpio: set data first, then chip and handlerLinus Walleij1-1/+1
2014-03-28gpio: unmap gpio irqs properlyLinus Walleij1-4/+29
2014-03-26gpio: add IRQ chip helpers in gpiolibLinus Walleij1-0/+188
2014-03-14gpio: clamp returned values to the boolean rangeAlexandre Courbot1-6/+6
2014-03-13gpio / ACPI: Rework ACPI GPIO event handlingMika Westerberg1-1/+2
2014-03-13gpiolib: Allow GPIO chips to request their own GPIOsMika Westerberg1-27/+73
2014-03-07gpio: remove misleading documentationLinus Walleij1-4/+1
2014-02-12gpiolib: add gpiochip_get_desc() driver functionAlexandre Courbot1-8/+9
2014-02-12GPIO: gpiolib: correct description of gpiod_direction_outputRahul Bedarkar1-1/+1
2014-02-07gpio: make gpiod_direction_output take a logical valuePhilipp Zabel1-19/+48
2014-01-21Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-114/+137
2014-01-08gpio / ACPI: get rid of acpi_gpio.hMika Westerberg1-1/+0
2014-01-08gpio / ACPI: register to ACPI events automaticallyMika Westerberg1-0/+4
2013-12-12gpiolib: return -ENOENT if no GPIO mapping existsAlexandre Courbot1-17/+17
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-2/+2
2013-12-09gpiolib: update inline documentation of gpiod_get_index()Andy Shevchenko1-1/+1
2013-12-09gpiolib: introduce chip_* to print with chip->label prefixAndy Shevchenko1-15/+26
2013-12-09gpiolib: unify pr_* messages formatAndy Shevchenko1-37/+37
2013-12-09gpio: better lookup method for platform GPIOsAlexandre Courbot1-50/+58
2013-12-09Merge tag 'v3.13-rc3' into develLinus Walleij1-31/+47
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-12-04gpio: rewrite gpiochip_offset_to_desc()Alexandre Courbot1-2/+3
2013-12-03gpiolib: change a warning to debug message when failing to get gpioHeikki Krogerus1-1/+1
2013-12-03gpiolib: use platform GPIO mappings as fallbackAlexandre Courbot1-3/+13
2013-12-03gpiolib: fix lookup of platform-mapped GPIOsAlexandre Courbot1-1/+1
2013-11-25gpiolib: fix of_find_gpio() when OF not definedAlexandre Courbot1-1/+2
2013-11-25gpio: fix memory leak in error pathMichal Nazarewicz1-1/+3
2013-11-25gpiolib: use dedicated flags for GPIO propertiesAlexandre Courbot1-7/+15
2013-11-25gpiolib: fix find_chip_by_name()Alexandre Courbot1-17/+12
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-0/+1
2013-11-12Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-234/+594
2013-11-12Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+47
2013-10-19gpiolib / ACPI: allow passing GPIOF_ACTIVE_LOW for GpioInt resourcesMika Westerberg1-1/+11
2013-10-19gpiolib / ACPI: add ACPI support for gpiod_get_index()Mika Westerberg1-0/+10
2013-10-19gpiolib: add gpiod_get() and gpiod_put() functionsAlexandre Courbot1-0/+203
2013-10-19gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot1-198/+224
2013-10-19Merge tag 'v3.12-rc6' into develLinus Walleij1-2/+4
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman1-2/+4
2013-10-16pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert1-0/+47
2013-10-16gpio: add API to be strict about GPIO IRQ usageLinus Walleij1-2/+86
2013-10-11gpiolib: let gpiod_request() return -EPROBE_DEFERAlexandre Courbot1-1/+3
2013-10-11gpiolib: safer implementation of desc_to_gpio()Alexandre Courbot1-1/+1
2013-09-26sysfs: clean up sysfs_get_dirent()Tejun Heo1-1/+1
2013-09-20gpiolib: factorize gpiod_get/set functionsAlexandre Courbot1-39/+33
2013-09-19gpiolib: Include GPIO label in log messages for GPIOsMark Brown1-0/+21
2013-09-19gpiolib: Provide helper macros for logging of GPIO eventsMark Brown1-20/+32
2013-09-04gpio: return -ENOTSUPP if debounce cannot be setLinus Walleij1-2/+5
2013-09-03gpio: improve error path in gpiolibLinus Walleij1-16/+25
2013-07-21gpiolib: replace strict_strtol() with kstrtol()Jingoo Han1-4/+4
2013-06-20gpiolib: remove warnning of allocations with IRQs disabledZhangfei Gao1-3/+5