summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2014-06-12gpio: of: Fix handling for deferred probe for -gpio suffixgpio-v3.16-2Tony Lindgren
2014-05-09gpio: Add helpers for optional GPIOsThierry Reding
2014-05-02gpio: Fix gpio_get -> gpiod_get typo in kernel-docThierry Reding
2014-04-28gpio: of: Allow -gpio suffix for property namesThierry Reding
2014-04-28gpio: of: Remove unneeded dummy functionThierry Reding
2014-04-28gpio: do not set up hardware for IRQ_TYPE_NONELinus Walleij
2014-04-28gpio: put GPIO IRQs into their own lock classLinus Walleij
2014-04-28gpio: support threaded interrupts in irqchip helpersLinus Walleij
2014-04-14gpio: set data first, then chip and handlerLinus Walleij
2014-03-28gpio: unmap gpio irqs properlyLinus Walleij
2014-03-26gpio: add IRQ chip helpers in gpiolibLinus Walleij
2014-03-14gpio: clamp returned values to the boolean rangeAlexandre Courbot
2014-03-13gpio / ACPI: Rework ACPI GPIO event handlingMika Westerberg
2014-03-13gpiolib: Allow GPIO chips to request their own GPIOsMika Westerberg
2014-03-07gpio: remove misleading documentationLinus Walleij
2014-02-12gpiolib: add gpiochip_get_desc() driver functionAlexandre Courbot
2014-02-12GPIO: gpiolib: correct description of gpiod_direction_outputRahul Bedarkar
2014-02-07gpio: make gpiod_direction_output take a logical valuePhilipp Zabel
2014-01-21Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2014-01-08gpio / ACPI: get rid of acpi_gpio.hMika Westerberg
2014-01-08gpio / ACPI: register to ACPI events automaticallyMika Westerberg
2013-12-12gpiolib: return -ENOENT if no GPIO mapping existsAlexandre Courbot
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo
2013-12-09gpiolib: update inline documentation of gpiod_get_index()Andy Shevchenko
2013-12-09gpiolib: introduce chip_* to print with chip->label prefixAndy Shevchenko
2013-12-09gpiolib: unify pr_* messages formatAndy Shevchenko
2013-12-09gpio: better lookup method for platform GPIOsAlexandre Courbot
2013-12-09Merge tag 'v3.13-rc3' into develLinus Walleij
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij
2013-12-04gpio: rewrite gpiochip_offset_to_desc()Alexandre Courbot
2013-12-03gpiolib: change a warning to debug message when failing to get gpiogpio-v3.13-3Heikki Krogerus
2013-12-03gpiolib: use platform GPIO mappings as fallbackAlexandre Courbot
2013-12-03gpiolib: fix lookup of platform-mapped GPIOsAlexandre Courbot
2013-11-25gpiolib: fix of_find_gpio() when OF not definedAlexandre Courbot
2013-11-25gpio: fix memory leak in error pathMichal Nazarewicz
2013-11-25gpiolib: use dedicated flags for GPIO propertiesAlexandre Courbot
2013-11-25gpiolib: fix find_chip_by_name()Alexandre Courbot
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki
2013-11-12Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2013-11-12Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-10-19gpiolib / ACPI: allow passing GPIOF_ACTIVE_LOW for GpioInt resourcesMika Westerberg
2013-10-19gpiolib / ACPI: add ACPI support for gpiod_get_index()Mika Westerberg
2013-10-19gpiolib: add gpiod_get() and gpiod_put() functionsAlexandre Courbot
2013-10-19gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot
2013-10-19Merge tag 'v3.12-rc6' into develLinus Walleij
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman
2013-10-16pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert
2013-10-16gpio: add API to be strict about GPIO IRQ usageLinus Walleij
2013-10-11gpiolib: let gpiod_request() return -EPROBE_DEFERgpio-v3.12-3Alexandre Courbot
2013-10-11gpiolib: safer implementation of desc_to_gpio()Alexandre Courbot