summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | gpio: No NULL ownerLinus Walleij2018-01-171-2/+7
| * | | | gpio: stmpe: i2c transfer are forbiden in atomic contextPatrice Chotard2018-01-171-10/+10
| |/ / /
| * | | gpio: of: Add special quirk to parse regulator flagsLinus Walleij2018-01-121-0/+38
| * | | gpio: Export devm_gpiod_get_from_of_node() for consumersLinus Walleij2018-01-123-4/+53
| * | | gpio: Break out code to get a descriptor from a DT nodeLinus Walleij2018-01-121-37/+86
| * | | gpio: of: Support regulator nonstandard GPIO propertiesLinus Walleij2018-01-121-0/+39
| * | | gpio: thunderx: fix error return code in thunderx_gpio_probe()Wei Yongjun2018-01-111-1/+3
| * | | gpio: winbond: fix ISA_BUS_API dependencyArnd Bergmann2018-01-111-1/+1
| * | | gpio: Add GPIO support for the ACCES PCIe-IDIO-24 familyWilliam Breathitt Gray2018-01-103-0/+458
| * | | gpiolib: Export gpiochip_irqchip_irq_valid() to driversStephen Boyd2018-01-101-2/+3
| * | | gpio: correct docs about return value of gpiod_get_directionWolfram Sang2018-01-091-1/+1
| * | | gpio: winbond: Add driverMaciej S. Szmigiero2018-01-093-0/+749
| * | | gpio: of: Support SPI nonstandard GPIO propertiesLinus Walleij2018-01-081-0/+35
| * | | gpio: label descriptors using the device nameLinus Walleij2018-01-051-1/+2
| * | | gpio: omap: Give unique labels to each GPIO bank/chipLinus Walleij2018-01-031-1/+6
| * | | gpiolib: add desc validation to gpiod_set_transitory()Vladimir Zapolskiy2018-01-021-0/+1
| * | | gpiolib: remove a redundant check in gpiod_to_chip()Vladimir Zapolskiy2018-01-021-1/+1
| * | | gpiolib: don't dereference a desc before validationVladimir Zapolskiy2018-01-021-1/+2
| * | | gpio: fix aspeed_gpio_banks array size checkVasyl Gomonovych2017-12-281-1/+1
| * | | gpiolib: Fix typo in comment ("piochip_add_data")Jonathan Neuschäfer2017-12-211-1/+1
| * | | gpio: reduce descriptor validation code sizeRasmus Villemoes2017-12-211-30/+27
| * | | Revert "gpio: set up initial state from .get_direction()"Timur Tabi2017-12-211-24/+7
| * | | drivers: gpio: remove duplicate includesPravin Shedge2017-12-201-1/+0
| * | | gpio: sysfs: avoid using kstrtol() in 'value' attribute writeChristophe Leroy2017-12-201-2/+7
| * | | gpio: sysfs: don't use sprintf() for 'value' attributeChristophe Leroy2017-12-201-1/+3
| * | | gpio: sysfs: correct error handling on 'value' attribute read.Christophe Leroy2017-12-201-1/+5
| * | | gpio: sysfs: change 'value' attribute to preallocChristophe Leroy2017-12-201-1/+1
| * | | gpiolib: use kstrdup_const() for gpio_device labelBartosz Golaszewski2017-12-201-6/+3
| * | | gpiolib: constify label in gpio_deviceBartosz Golaszewski2017-12-201-1/+1
| * | | gpio: mockup: fix a return value checkBartosz Golaszewski2017-12-081-2/+2
| * | | Merge branch 'ib-move-axp209' into develLinus Walleij2017-12-073-195/+0
| |\ \ \ | | | |/ | | |/|
| | * | pinctrl: move gpio-axp209 to pinctrlQuentin Schulz2017-12-073-196/+0
| | * | gpio: axp209: switch unsigned variables to unsigned intQuentin Schulz2017-12-071-6/+7
| | |/
| * | gpio: ftgpio010: Fix platform_get_irq's error checkingArvind Yadav2017-12-021-2/+2
| * | gpio: aspeed: Add support for reset toleranceAndrew Jeffery2017-12-021-2/+37
| * | gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery2017-12-024-12/+71
| * | gpio: gpio-stmpe: make various char arrays static const, shrinks object sizeColin Ian King2017-12-021-9/+15
| * | gpio: it87: fix mojibake in module metadataAdam Borowski2017-12-021-1/+1
| * | gpio: mockup: add helpers for accessing the gpio rangesBartosz Golaszewski2017-12-021-4/+14
| * | gpio: mockup: rename gpio_mockup_params_nr to gpio_mockup_num_rangesBartosz Golaszewski2017-12-021-6/+6
| * | gpio: mockup: modify the return value check for devm_irq_sim_init()Bartosz Golaszewski2017-12-021-1/+1
| * | gpio: mockup: implement gpio_mockup_set_multiple()Bartosz Golaszewski2017-12-021-0/+11
| * | gpio: mockup: tweak line breaksBartosz Golaszewski2017-12-021-4/+4
| * | gpio: mockup: verify that ngpio > 0Bartosz Golaszewski2017-12-021-0/+9
| * | gpio: mockup: fix debugfs handlingBartosz Golaszewski2017-12-021-5/+5
| * | gpio: mockup: group code by logicBartosz Golaszewski2017-12-021-23/+23
| * | gpio: mockup: change the type of value field in line state structBartosz Golaszewski2017-12-021-1/+1
| * | gpio: mockup: extend the debugfs layoutBartosz Golaszewski2017-12-021-2/+8
| * | gpio: mockup: pass the named_lines parameter over platform_dataBartosz Golaszewski2017-12-021-1/+3
| * | gpio: mockup: merge gpio_mockup_add() into gpio_mockup_probe()Bartosz Golaszewski2017-12-021-47/+31