summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2016-11-26gpio: pca953x: Fix corruption of other gpios in set_multiple.Phil Reid1-0/+1
2016-11-26gpio: pca953x: Move memcpy into mutex lock for set multiplePhil Reid1-1/+1
2016-11-26gpio: do not double-check direction on sleeping chipsLinus Walleij1-2/+5
2016-11-18gpio: of: fix GPIO drivers with multiple gpio_chip for a single nodeMasahiro Yamada1-5/+9
2016-11-18gpio/mvebu: Use irq_domain_add_linearJason Gunthorpe1-49/+43
2016-11-10gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leakLars-Peter Clausen1-12/+45
2016-11-10gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix another information leakLars-Peter Clausen1-0/+2
2016-11-10gpio: GPIO_GET_LINEEVENT_IOCTL: Reject invalid line and event flagsLars-Peter Clausen1-0/+11
2016-11-10gpio: GPIO_GET_LINEHANDLE_IOCTL: Reject invalid line flagsLars-Peter Clausen1-0/+13
2016-11-10gpio: GPIO_GET_LINEEVENT_IOCTL: Validate line offsetLars-Peter Clausen1-0/+5
2016-11-10gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen1-0/+2
2016-11-10gpio: GPIO_GET_LINEHANDLE_IOCTL: Validate line offsetLars-Peter Clausen1-0/+5
2016-11-10gpio: GPIO_GET_CHIPINFO_IOCTL: Fix information leakLars-Peter Clausen1-0/+2
2016-11-10gpio: GPIO_GET_CHIPINFO_IOCTL: Fix line offset validationLars-Peter Clausen1-1/+1
2016-11-10gpio / ACPI: fix returned error from acpi_dev_gpio_irq_get()David Arcari1-2/+5
2016-10-28gpio: mpc8xxx: Correct irq handler functionLiu Gang1-1/+1
2016-09-08gpio: sa1100: fix irq probing for ucb1x00Russell King1-1/+1
2016-09-08gpio: mcp23s08: make driver depend on OF_GPIOLinus Walleij2-1/+2
2016-09-08Revert "gpio: include <linux/io-mapping.h> in gpiolib-of"Linus Walleij1-1/+0
2016-08-19gpio: make any OF dependent driver depend on OF_GPIOLinus Walleij1-5/+5
2016-08-19gpio: Fix OF build problem on UMLinus Walleij1-0/+1
2016-08-10gpio: max730x: set gpiochip data pointer before using itChristophe Leroy1-4/+4
2016-07-27Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds33-157/+1573
2016-07-22gpio: dwapb: add missing fwnode_handle_put() in dwapb_gpio_get_pdata()Wei Yongjun1-0/+1
2016-07-22gpio: merrifield: Protect irq_ack() and gpio_set() by lockAndy Shevchenko1-0/+11
2016-07-22gpio: merrifield: Introduce GPIO driver to support MerrifieldAndy Shevchenko3-0/+441
2016-07-22gpio: intel-mid: Make it depend to X86_INTEL_MIDAndy Shevchenko1-3/+3
2016-07-22gpio: intel-mid: Sort header block alphabeticallyAndy Shevchenko1-8/+8
2016-07-22gpio: intel-mid: Remove potentially harmful codeAndy Shevchenko1-19/+0
2016-07-22gpio: rcar: add R8A7792 supportSergei Shtylyov1-0/+3
2016-07-22gpiolib: remove duplicated include from gpiolib.cWei Yongjun1-1/+0
2016-07-22gpio: tegra: don't auto-enable for COMPILE_TESTArnd Bergmann1-2/+5
2016-07-06Revert "gpio: convince line to become input in irq helper"Linus Walleij1-19/+0
2016-07-06gpiolib: of_find_gpio(): Don't discard errorsLars-Peter Clausen1-1/+1
2016-07-06gpio: of: Allow overriding the device nodeThierry Reding1-4/+5
2016-07-05Revert "gpio: gpiolib-of: Allow compile testing"Linus Walleij1-1/+1
2016-07-04gpio: free handles in fringe casesLinus Walleij1-4/+8
2016-07-04Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"Johan Hovold2-40/+20
2016-07-04gpio: sch: Fix Oops on module load on Asus Eee PC 1201Colin Pitrat1-11/+10
2016-07-04gpio: tps65218: Add platform_device_id tableKeerthy1-0/+7
2016-07-04gpio: max77620: get gpio value based on directionVenkat Reddy Talla1-1/+4
2016-06-29Merge tag 'pinctrl-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-2/+7
2016-06-23gpio: lynxpoint: avoid potential warning on error pathAndy Shevchenko1-1/+0
2016-06-23gpio: intel-mid: switch to devm_gpiochip_add_data()Andy Shevchenko1-1/+1
2016-06-23gpio: 74x164: Use spi_write() helper instead of open codingGeert Uytterhoeven1-7/+2
2016-06-23gpio: of: factor out common code to a new helper functionMasahiro Yamada1-19/+18
2016-06-23gpio: of: remove of_gpiochip_and_xlate() and struct gg_dataMasahiro Yamada1-46/+35
2016-06-23gpio: of: move chip->of_gpio_n_cells checking to of_gpiochip_add()Masahiro Yamada1-1/+4
2016-06-23gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio()Masahiro Yamada1-19/+20
2016-06-23gpio: of: optimize "gpios" property parsing of of_parse_own_gpio()Masahiro Yamada1-7/+5