summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2018-01-17gpio: stmpe: Improve a size determination in stmpe_gpio_probe()Markus Elfring1-1/+1
2018-01-17gpio: stmpe: Use seq_putc() in stmpe_dbg_show()Markus Elfring1-1/+1
2018-01-17gpio: No NULL ownerLinus Walleij1-2/+7
2018-01-17gpio: stmpe: i2c transfer are forbiden in atomic contextPatrice Chotard1-10/+10
2018-01-12gpio: of: Add special quirk to parse regulator flagsLinus Walleij1-0/+38
2018-01-12gpio: Export devm_gpiod_get_from_of_node() for consumersLinus Walleij3-4/+53
2018-01-12gpio: Break out code to get a descriptor from a DT nodeLinus Walleij1-37/+86
2018-01-12gpio: of: Support regulator nonstandard GPIO propertiesLinus Walleij1-0/+39
2018-01-11gpio: thunderx: fix error return code in thunderx_gpio_probe()Wei Yongjun1-1/+3
2018-01-11gpio: winbond: fix ISA_BUS_API dependencyArnd Bergmann1-1/+1
2018-01-10gpio: Add GPIO support for the ACCES PCIe-IDIO-24 familyWilliam Breathitt Gray3-0/+458
2018-01-10gpiolib: Export gpiochip_irqchip_irq_valid() to driversStephen Boyd1-2/+3
2018-01-09gpio: correct docs about return value of gpiod_get_directionWolfram Sang1-1/+1
2018-01-09gpio: winbond: Add driverMaciej S. Szmigiero3-0/+749
2018-01-08gpio: of: Support SPI nonstandard GPIO propertiesLinus Walleij1-0/+35
2018-01-05gpio: label descriptors using the device nameLinus Walleij1-1/+2
2018-01-03gpio: omap: Give unique labels to each GPIO bank/chipLinus Walleij1-1/+6
2018-01-02gpiolib: add desc validation to gpiod_set_transitory()Vladimir Zapolskiy1-0/+1
2018-01-02gpiolib: remove a redundant check in gpiod_to_chip()Vladimir Zapolskiy1-1/+1
2018-01-02gpiolib: don't dereference a desc before validationVladimir Zapolskiy1-1/+2
2017-12-28gpio: fix aspeed_gpio_banks array size checkVasyl Gomonovych1-1/+1
2017-12-22gpiolib: Fix typo in comment ("piochip_add_data")Jonathan Neuschäfer1-1/+1
2017-12-22gpio: reduce descriptor validation code sizeRasmus Villemoes1-30/+27
2017-12-21Revert "gpio: set up initial state from .get_direction()"Timur Tabi1-24/+7
2017-12-20drivers: gpio: remove duplicate includesPravin Shedge1-1/+0
2017-12-20gpio: sysfs: avoid using kstrtol() in 'value' attribute writeChristophe Leroy1-2/+7
2017-12-20gpio: sysfs: don't use sprintf() for 'value' attributeChristophe Leroy1-1/+3
2017-12-20gpio: sysfs: correct error handling on 'value' attribute read.Christophe Leroy1-1/+5
2017-12-20gpio: sysfs: change 'value' attribute to preallocChristophe Leroy1-1/+1
2017-12-20gpiolib: use kstrdup_const() for gpio_device labelBartosz Golaszewski1-6/+3
2017-12-20gpiolib: constify label in gpio_deviceBartosz Golaszewski1-1/+1
2017-12-08gpio: mockup: fix a return value checkBartosz Golaszewski1-2/+2
2017-12-07Merge branch 'ib-move-axp209' into develLinus Walleij3-195/+0
2017-12-07pinctrl: move gpio-axp209 to pinctrlQuentin Schulz3-196/+0
2017-12-07gpio: axp209: switch unsigned variables to unsigned intQuentin Schulz1-6/+7
2017-12-03gpio: ftgpio010: Fix platform_get_irq's error checkingArvind Yadav1-2/+2
2017-12-03gpio: aspeed: Add support for reset toleranceAndrew Jeffery1-2/+37
2017-12-03gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery4-12/+71
2017-12-03gpio: gpio-stmpe: make various char arrays static const, shrinks object sizeColin Ian King1-9/+15
2017-12-03gpio: it87: fix mojibake in module metadataAdam Borowski1-1/+1
2017-12-03gpio: mockup: add helpers for accessing the gpio rangesBartosz Golaszewski1-4/+14
2017-12-03gpio: mockup: rename gpio_mockup_params_nr to gpio_mockup_num_rangesBartosz Golaszewski1-6/+6
2017-12-03gpio: mockup: modify the return value check for devm_irq_sim_init()Bartosz Golaszewski1-1/+1
2017-12-03gpio: mockup: implement gpio_mockup_set_multiple()Bartosz Golaszewski1-0/+11
2017-12-03gpio: mockup: tweak line breaksBartosz Golaszewski1-4/+4
2017-12-03gpio: mockup: verify that ngpio > 0Bartosz Golaszewski1-0/+9
2017-12-03gpio: mockup: fix debugfs handlingBartosz Golaszewski1-5/+5
2017-12-03gpio: mockup: group code by logicBartosz Golaszewski1-23/+23
2017-12-03gpio: mockup: change the type of value field in line state structBartosz Golaszewski1-1/+1
2017-12-03gpio: mockup: extend the debugfs layoutBartosz Golaszewski1-2/+8