summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2018-01-10gpiolib: Export gpiochip_irqchip_irq_valid() to driversStephen Boyd-2/+6
2018-01-09Documentation: gpio: correct return value of gpiod_get_directionWolfram Sang-1/+1
2018-01-09gpio: correct docs about return value of gpiod_get_directionWolfram Sang-1/+1
2018-01-09gpio: winbond: Add driverMaciej S. Szmigiero-0/+749
2018-01-08gpio: of: Support SPI nonstandard GPIO propertiesLinus Walleij-0/+35
2018-01-05gpio: label descriptors using the device nameLinus Walleij-1/+2
2018-01-03gpio: omap: Give unique labels to each GPIO bank/chipLinus Walleij-1/+6
2018-01-02gpiolib: add desc validation to gpiod_set_transitory()Vladimir Zapolskiy-0/+1
2018-01-02gpiolib: remove a redundant check in gpiod_to_chip()Vladimir Zapolskiy-1/+1
2018-01-02gpiolib: don't dereference a desc before validationVladimir Zapolskiy-1/+2
2017-12-28gpio: fix aspeed_gpio_banks array size checkVasyl Gomonovych-1/+1
2017-12-28Revert "pinctrl: qcom: disable GPIO groups with no pins"Linus Walleij-23/+5
2017-12-21gpiolib: Fix typo in comment ("piochip_add_data")Jonathan Neuschäfer-1/+1
2017-12-21gpio: reduce descriptor validation code sizeRasmus Villemoes-30/+27
2017-12-21tools/gpio: Fix build error with musl libcJoel Stanley-0/+1
2017-12-21pinctrl: qcom: disable GPIO groups with no pinsTimur Tabi-5/+23
2017-12-21Revert "gpio: set up initial state from .get_direction()"Timur Tabi-24/+7
2017-12-21dt-bindings: gpio: rcar: Correct SoC family name for R8A7778Geert Uytterhoeven-1/+1
2017-12-20drivers: gpio: remove duplicate includesPravin Shedge-1/+0
2017-12-20tools/gpio: Don't use u_int32_tJonathan Neuschäfer-4/+5
2017-12-20gpio: sysfs: avoid using kstrtol() in 'value' attribute writeChristophe Leroy-2/+7
2017-12-20gpio: sysfs: don't use sprintf() for 'value' attributeChristophe Leroy-1/+3
2017-12-20gpio: sysfs: correct error handling on 'value' attribute read.Christophe Leroy-1/+5
2017-12-20gpio: sysfs: change 'value' attribute to preallocChristophe Leroy-1/+4
2017-12-20gpiolib: use kstrdup_const() for gpio_device labelBartosz Golaszewski-6/+3
2017-12-20gpiolib: constify label in gpio_deviceBartosz Golaszewski-1/+1
2017-12-08gpio: mockup: fix a return value checkBartosz Golaszewski-2/+2
2017-12-08w1: w1-gpio: Convert to use GPIO descriptorsLinus Walleij-103/+101
2017-12-07Merge branch 'ib-move-axp209' into develLinus Walleij-197/+534
2017-12-07pinctrl: axp209: add support for AXP813 GPIOsQuentin Schulz-9/+39
2017-12-07pinctrl: axp209: add programmable ADC muxing valueQuentin Schulz-1/+3
2017-12-07pinctrl: axp209: add programmable gpio_status_offsetQuentin Schulz-1/+3
2017-12-07pinctrl: axp209: rename everything from gpio to pctlQuentin Schulz-88/+88
2017-12-07dt-bindings: gpio: gpio-axp209: add pinctrl featuresQuentin Schulz-1/+35
2017-12-07pinctrl: axp209: add pinctrl featuresQuentin Schulz-20/+284
2017-12-07pinctrl: move gpio-axp209 to pinctrlQuentin Schulz-7/+11
2017-12-07gpio: axp209: switch unsigned variables to unsigned intQuentin Schulz-6/+7
2017-12-02gpio: ftgpio010: Fix platform_get_irq's error checkingArvind Yadav-2/+2
2017-12-02gpio: aspeed: Add support for reset toleranceAndrew Jeffery-2/+37
2017-12-02gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery-18/+87
2017-12-02gpio: gpio-stmpe: make various char arrays static const, shrinks object sizeColin Ian King-9/+15
2017-12-02gpio: it87: fix mojibake in module metadataAdam Borowski-1/+1
2017-12-02MAINTAINERS: add myself as reviewer for gpio-mockupBartosz Golaszewski-0/+1
2017-12-02gpio: mockup: add helpers for accessing the gpio rangesBartosz Golaszewski-4/+14
2017-12-02gpio: mockup: rename gpio_mockup_params_nr to gpio_mockup_num_rangesBartosz Golaszewski-6/+6
2017-12-02gpio: mockup: modify the return value check for devm_irq_sim_init()Bartosz Golaszewski-1/+1
2017-12-02gpio: mockup: implement gpio_mockup_set_multiple()Bartosz Golaszewski-0/+11
2017-12-02gpio: mockup: tweak line breaksBartosz Golaszewski-4/+4
2017-12-02gpio: mockup: verify that ngpio > 0Bartosz Golaszewski-0/+9
2017-12-02gpio: mockup: fix debugfs handlingBartosz Golaszewski-5/+5