aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-dln2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-19gpio: dln2: Include proper headerLinus Walleij1-4/+3
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-4/+8
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij1-1/+0
2016-02-23gpio: dln2: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-12/+4
2016-01-05gpio: dln2: use gpiochip data pointerLinus Walleij1-14/+14
2015-11-19gpio: change member .dev to .parentLinus Walleij1-5/+5
2015-05-13gpio: dln2: fix build breakageJohan Hovold1-1/+0
2015-01-20Merge tag 'v3.19-rc5' into develLinus Walleij1-89/+67
2015-01-15gpio: gpio-dln2: Added a Blank line after declarationMohammad Jamal1-0/+1
2015-01-09gpio: dln2: use bus_sync_unlock instead of scheduling workOctavian Purdila1-41/+51
2015-01-07gpio: dln2: Fix gpio output value in dln2_gpio_direction_output()Axel Lin1-4/+11
2015-01-07gpio: dln2: fix issue when an IRQ is unmasked then enabledOctavian Purdila1-46/+7
2014-11-10gpio: add support for the Diolan DLN-2 USB GPIO driverDaniel Baluta1-0/+553