| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-12-25 | Merge tag 'regmap-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 1 | -32/+64 |
| 2018-12-25 | Merge tag 'regulator-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -18/+70 |
| 2018-12-21 | Merge tag 'gpio-v4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 4 | -131/+95 |
| 2018-12-21 | gpio: mvebu: only fail on missing clk if pwm is actually to be used | Uwe Kleine-König | 1 | -3/+3 |
| 2018-12-21 | gpio: max7301: fix driver for use with CONFIG_VMAP_STACK | Christophe Leroy | 1 | -9/+3 |
| 2018-12-21 | gpio: gpio-omap: Revert deferred wakeup quirk handling for regressions | Tony Lindgren | 1 | -59/+5 |
| 2018-12-19 | Merge remote-tracking branch 'regmap/topic/irq' into regmap-next | Mark Brown | 1 | -32/+64 |
| 2018-12-19 | regmap: regmap-irq/gpio-max77620: add level-irq support | Matti Vaittinen | 1 | -32/+64 |
| 2018-12-11 | Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b... | Mark Brown | 4 | -8/+9 |
| 2018-12-11 | gpio: Add devm_gpiod_unhinge() | Linus Walleij | 1 | -0/+30 |
| 2018-12-11 | gpio: devres: Handle nonexclusive GPIOs | Linus Walleij | 1 | -12/+38 |
| 2018-12-11 | gpio: Enable nonexclusive gpiods from DT nodes | Linus Walleij | 1 | -0/+2 |
| 2018-12-11 | gpio: Export gpiod_get_from_of_node() | Linus Walleij | 1 | -6/+0 |
| 2018-12-07 | gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlers | Hans de Goede | 1 | -60/+84 |
| 2018-12-02 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -1/+1 |
| 2018-11-26 | gpio: davinci: restore a way to manually specify the GPIO base | Bartosz Golaszewski | 1 | -1/+1 |
| 2018-11-16 | gpio: mockup: fix indicated direction | Bartosz Golaszewski | 1 | -3/+3 |
| 2018-11-16 | gpio: pxa: fix legacy non pinctrl aware builds again | Robert Jarzmik | 1 | -2/+2 |
| 2018-11-09 | gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path | Vladimir Zapolskiy | 1 | -2/+3 |
| 2018-10-25 | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2018-10-23 | Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 46 | -847/+1835 |
| 2018-10-23 | Merge tag 'pinctrl-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -405/+1 |
| 2018-10-21 | Merge branch 'regulator-4.20' into regulator-next | Mark Brown | 1 | -2/+17 |
| 2018-10-16 | gpio: uniphier: include <linux/bits.h> instead of <linux/bitops.h> | Masahiro Yamada | 1 | -1/+1 |
| 2018-10-16 | gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip() | Stephen Boyd | 1 | -2/+1 |
| 2018-10-16 | gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip() | Stephen Boyd | 1 | -6/+2 |
| 2018-10-16 | gpio: Drop parent irq assignment during cascade setup | Stephen Boyd | 1 | -10/+0 |
| 2018-10-15 | gpio: fix SNPS_CREG kconfig dependency warning | Randy Dunlap | 1 | -1/+1 |
| 2018-10-12 | regulator/gpio: Allow nonexclusive GPIO access | Linus Walleij | 1 | -2/+17 |
| 2018-10-12 | gpiolib: Initialize gdev field before is used | Ricardo Ribalda Delgado | 1 | -2/+3 |
| 2018-10-10 | gpio: Assign gpio_irq_chip::parents to non-stack pointer | Stephen Boyd | 1 | -1/+2 |
| 2018-10-10 | gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chip | Uwe Kleine-König | 1 | -1/+1 |
| 2018-10-10 | gpio: syscon: Fix possible NULL ptr usage | Marek Vasut | 1 | -1/+1 |
| 2018-10-10 | gpiolib: Show correct direction from the beginning | Ricardo Ribalda Delgado | 1 | -14/+13 |
| 2018-10-10 | gpiolib: Add init_valid_mask exported function | Ricardo Ribalda Delgado | 1 | -2/+14 |
| 2018-10-10 | GPIO: add single-register GPIO via CREG driver | Eugeniy Paltsev | 3 | -0/+202 |
| 2018-10-03 | gpio: mockup: use device properties instead of platform_data | Bartosz Golaszewski | 1 | -31/+51 |
| 2018-10-02 | ACPI / property: Allow multiple property compatible _DSD entries | Mika Westerberg | 1 | -1/+1 |
| 2018-10-02 | gpio: Slightly more helpful debugfs | Linus Walleij | 1 | -4/+7 |
| 2018-10-01 | gpio: omap: Remove set but not used variable 'dev' | YueHaibing | 1 | -2/+0 |
| 2018-10-01 | gpio: omap: drop omap_gpio_list | Grygorii Strashko | 1 | -4/+0 |
| 2018-10-01 | Merge tag 'v4.19-rc6' into devel | Linus Walleij | 4 | -40/+72 |
| 2018-10-01 | Accept partial 'gpio-line-names' property. | Christophe Blaess | 1 | -12/+9 |
| 2018-10-01 | gpio: omap: get rid of the conditional PM runtime calls | Grygorii Strashko | 1 | -20/+5 |
| 2018-10-01 | gpio: htc-egpio: Remove set but not used variable 'bit' | YueHaibing | 1 | -2/+0 |
| 2018-10-01 | gpio: Restore indentation of continued lines | Geert Uytterhoeven | 2 | -14/+14 |
| 2018-10-01 | gpio: Propagate errors from gpiod_set_array_value_complex() | Geert Uytterhoeven | 1 | -14/+16 |
| 2018-10-01 | gpiolib: Fix incorrect use of find_next_zero_bit() | Janusz Krzysztofik | 1 | -6/+3 |
| 2018-09-28 | gpio: new driver to work with a 8x12 siox | Uwe Kleine-König | 3 | -0/+302 |
| 2018-09-25 | gpio: Add comments on single direction chips | Linus Walleij | 1 | -6/+27 |
| 2018-09-25 | gpiolib: Fix gpio_direction_* for single direction GPIOs | Ricardo Ribalda Delgado | 1 | -8/+28 |
| 2018-09-25 | gpio: Rename devres implementation file | Linus Walleij | 2 | -1/+1 |
| 2018-09-25 | gpio: Use SPDX header for core library | Linus Walleij | 9 | -32/+10 |
| 2018-09-25 | Merge branch 'ib-omap' into devel | Linus Walleij | 1 | -104/+227 |
| 2018-09-24 | gpio: omap: Get rid of pm_runtime_irq_safe() | Tony Lindgren | 1 | -3/+3 |
| 2018-09-24 | gpio: omap: Remove custom PM calls and use cpu_pm instead | Tony Lindgren | 1 | -70/+108 |
| 2018-09-24 | gpio: omap: Add level wakeup handling for omap4 based SoCs | Tony Lindgren | 1 | -33/+118 |
| 2018-09-24 | gpiolib: Fix array members of same chip processed separately | Janusz Krzysztofik | 1 | -10/+25 |
| 2018-09-24 | gpiolib: Fix missing updates of bitmap index | Janusz Krzysztofik | 1 | -5/+6 |
| 2018-09-24 | gpio: htc-egpio: Unique label per chip | Linus Walleij | 1 | -1/+7 |
| 2018-09-20 | Merge branch 'ib-array-bitmaps' into devel | Linus Walleij | 3 | -53/+243 |
| 2018-09-20 | gpio: davinci: Move driver local definitions to driver | Andrew F. Davis | 1 | -0/+28 |
| 2018-09-20 | gpio: davinci: Allocate the correct amount of memory for controller | Andrew F. Davis | 1 | -6/+4 |
| 2018-09-20 | gpio: davinci: Use dev name for label and automatic base selection | Andrew F. Davis | 1 | -18/+4 |
| 2018-09-18 | gpiolib: Free the last requested descriptor | Ricardo Ribalda Delgado | 1 | -1/+1 |
| 2018-09-17 | gpio: Get rid of legacy header | Linus Walleij | 2 | -9/+2 |
| 2018-09-17 | gpio: wm8xxx: Cut down on boilerplate | Linus Walleij | 3 | -15/+3 |
| 2018-09-17 | gpio: wm8xxx: Use the right header | Linus Walleij | 3 | -3/+3 |
| 2018-09-17 | gpio: xlp: Cut down on boilerplate | Linus Walleij | 1 | -9/+1 |
| 2018-09-17 | gpio: xlp: Include the right header | Linus Walleij | 1 | -1/+1 |
| 2018-09-17 | gpio: vx855: Cut down on boilerplate | Linus Walleij | 1 | -17/+1 |
| 2018-09-17 | gpio: vx855: Include the right header | Linus Walleij | 1 | -1/+1 |
| 2018-09-17 | gpio: viperboard: Cut down on boilerplate | Linus Walleij | 1 | -6/+1 |
| 2018-09-17 | gpio: viperboard: Include the right header | Linus Walleij | 1 | -2/+1 |
| 2018-09-17 | gpio: xtensa: Cut down on boilerplate | Linus Walleij | 1 | -4/+1 |
| 2018-09-17 | gpio: xtensa: Include the right header | Linus Walleij | 1 | -1/+1 |
| 2018-09-17 | gpio: vr41xx: Delete vr41xx_gpio_pullupdown() callback | Linus Walleij | 1 | -38/+0 |
| 2018-09-17 | gpio: vr41xx: Cut down on boilerplate | Linus Walleij | 1 | -14/+1 |
| 2018-09-17 | gpio: vr41xx: Include the right header | Linus Walleij | 1 | -1/+1 |
| 2018-09-17 | gpiolib: check if irqchip already has the irq hook replacements | Hans Verkuil | 1 | -0/+10 |
| 2018-09-14 | gpiolib: use better errno if get_direction is not available | Wolfram Sang | 1 | -4/+4 |
| 2018-09-13 | gpiolib: Implement fast processing path in get/set array | Janusz Krzysztofik | 1 | -5/+82 |
| 2018-09-13 | gpiolib: Pass array info to get/set array functions | Janusz Krzysztofik | 3 | -10/+38 |
| 2018-09-13 | gpiolib: Identify arrays matching GPIO hardware | Janusz Krzysztofik | 2 | -1/+80 |
| 2018-09-13 | gpiolib: Pass bitmaps, not integer arrays, to get/set array | Janusz Krzysztofik | 3 | -45/+51 |
| 2018-09-13 | gpiolib: Don't support irq sharing for userspace | Uwe Kleine-König | 1 | -5/+4 |
| 2018-09-12 | gpio: vf610: Cut down on boilerplate | Linus Walleij | 1 | -10/+1 |
| 2018-09-12 | gpio: vf610: Include the right header | Linus Walleij | 1 | -1/+1 |
| 2018-09-11 | gpio: of: Handle SPI chipselect legacy bindings | Linus Walleij | 1 | -2/+48 |
| 2018-09-10 | gpio-bcm-kona: use new req/relres and dis/enable_irq funcs | Hans Verkuil | 1 | -10/+4 |
| 2018-09-10 | gpiolib: override irq_enable/disable | Hans Verkuil | 1 | -4/+39 |
| 2018-09-10 | gpiolib: add flag to indicate if the irq is disabled | Hans Verkuil | 2 | -2/+28 |
| 2018-09-10 | gliolib: set hooks in gpiochip_set_irq_hooks() | Hans Verkuil | 1 | -24/+21 |
| 2018-09-10 | gpiolib: export gpiochip_irq_reqres/relres() | Hans Verkuil | 1 | -22/+33 |
| 2018-09-10 | gpio: ep93xx: fix test for end of loop | Dan Carpenter | 1 | -1/+1 |
| 2018-09-10 | gpio: ep93xx: fix incorrect array element size check | Colin Ian King | 1 | -1/+1 |
| 2018-09-10 | gpio: twl6040: Implement .get_direction() | Linus Walleij | 1 | -0/+7 |
| 2018-09-10 | gpio: twl6040: Use bitops | Linus Walleij | 1 | -3/+4 |
| 2018-09-10 | gpio: twl6040: Cut down boilerplate | Linus Walleij | 1 | -14/+1 |
| 2018-09-10 | gpio: twl6040: Include the right header | Linus Walleij | 1 | -1/+1 |
| 2018-09-10 | gpio: twl4030: Implement .get_direction() | Linus Walleij | 1 | -1/+41 |
| 2018-09-10 | gpio: twl4030: Cut down boilerplate | Linus Walleij | 1 | -14/+1 |
| 2018-09-10 | gpio: twl4030: Include the right header | Linus Walleij | 1 | -1/+1 |
| 2018-09-04 | gpio: zevio: Include the right header | Linus Walleij | 1 | -1/+1 |
| 2018-09-04 | gpio: ts5500: Delete platform data handling | Linus Walleij | 1 | -6/+0 |
| 2018-09-04 | gpio: ts5500: Use SPDX header | Linus Walleij | 1 | -4/+1 |
| 2018-09-04 | gpio: ts5500: Include the right header | Linus Walleij | 1 | -1/+1 |
| 2018-09-04 | gpio: mxs: Get rid of external API call | Linus Walleij | 1 | -3/+1 |
| 2018-09-04 | gpio: tps65xxx: Use SPDX license tag | Linus Walleij | 4 | -36/+4 |
| 2018-09-04 | gpio: tpx65xxx: Include the right header | Linus Walleij | 4 | -6/+6 |
| 2018-08-31 | gpio: Fix crash due to registration race | Vincent Whitchurch | 1 | -0/+1 |
| 2018-08-30 | gpio: brcmstb: allow 0 width GPIO banks | Justin Chen | 1 | -3/+12 |
| 2018-08-30 | gpio: ftgpio: Support debounce timer | Linus Walleij | 1 | -0/+74 |
| 2018-08-30 | gpio: ftgpio: Support optional silicon clock | Linus Walleij | 1 | -4/+37 |
| 2018-08-29 | Merge branch 'ib-ingenic' of ../linux-pinctrl into devel | Linus Walleij | 3 | -404/+0 |
| 2018-08-29 | gpio: dwapb: Fix error handling in dwapb_gpio_probe() | Alexey Khoroshilov | 1 | -0/+1 |
| 2018-08-29 | gpio: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -2/+2 |
| 2018-08-29 | gpio: pxa: handle corner case of unprobed device | Robert Jarzmik | 1 | -0/+6 |
| 2018-08-29 | gpio: ingenic: Remove driver | Paul Cercueil | 3 | -404/+0 |
| 2018-08-29 | gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcall | Hans de Goede | 1 | -35/+49 |
| 2018-08-29 | drivers: gpio: Update MODULE AUTHOR email address | Michael Hennerich | 2 | -2/+2 |
| 2018-08-29 | gpiolib: acpi: Switch to cansleep version of GPIO library call | Andy Shevchenko | 1 | -1/+1 |
| 2018-08-29 | gpio: adp5588: Fix sleep-in-atomic-context bug | Michael Hennerich | 1 | -4/+20 |
| 2018-08-29 | gpio: rcar: Add GPIO hole support | Biju Das | 1 | -0/+6 |
| 2018-08-29 | gpio: ep93xx: Switch A and B to use GPIOLIB_IRQCHIP | Linus Walleij | 2 | -45/+51 |
| 2018-08-29 | gpio: ep93xx: Cut gpio_to_irq() usage | Linus Walleij | 1 | -24/+24 |
| 2018-08-29 | gpio: ep93xx: Use for_each_set_bit() in IRQ handler | Linus Walleij | 1 | -14/+10 |
| 2018-08-29 | gpio: ep93xx: Use the hwirq and port | Linus Walleij | 1 | -19/+14 |
| 2018-08-29 | gpio: ep93xx: Do not pingpong irq numbers | Linus Walleij | 1 | -12/+23 |
| 2018-08-29 | gpio: ep93xx: Properly call the chained IRQ handler | Linus Walleij | 1 | -0/+8 |
| 2018-08-29 | gpio: ep93xx: Rename has_debounce to has_irq | Linus Walleij | 1 | -7/+7 |
| 2018-08-29 | gpio: ep93xx: Pass around struct gpio_chip | Linus Walleij | 1 | -38/+73 |
| 2018-08-29 | gpio: ep93xx: Switch to SPDX license tag | Linus Walleij | 1 | -4/+1 |
| 2018-08-29 | gpio: ep93xx: Cut down variable names | Linus Walleij | 1 | -13/+13 |
| 2018-08-29 | ARM/gpio: ep93xx: build standalone | Arnd Bergmann | 1 | -25/+23 |
| 2018-08-29 | gpio: tb10x: Use GENERIC_GPIO | Linus Walleij | 2 | -66/+31 |
| 2018-08-29 | gpio: tb10x: Create local helper variables | Linus Walleij | 1 | -13/+14 |
| 2018-08-20 | Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 3 | -0/+213 |
| 2018-08-15 | Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 42 | -264/+1373 |
| 2018-08-14 | Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -4/+7 |
| 2018-08-14 | Merge tag 'pinctrl-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2018-08-14 | Merge branches 'acpica' and 'acpi-property' | Rafael J. Wysocki | 1 | -4/+7 |
| 2018-08-10 | gpio: it87: Add support for IT8613 | Leonid Bloch | 2 | -1/+11 |
| 2018-08-10 | gpio: it87: add support for IT8718F Super I/O. | Ivan Podovalov | 1 | -0/+2 |
| 2018-08-10 | gpiolib: Avoid calling chip->request() for unused gpios | Biju Das | 1 | -1/+6 |
| 2018-08-10 | gpio: tegra: Include the right header | Linus Walleij | 1 | -2/+2 |
| 2018-08-10 | gpio: mmio: Fix up inverted direction registers | Linus Walleij | 1 | -45/+63 |
| 2018-08-10 | gpio: xilinx: Use the right include | Linus Walleij | 1 | -1/+1 |
| 2018-08-10 | gpio: timberdale: Include the right header | Linus Walleij | 1 | -1/+1 |
| 2018-08-10 | gpio: tb10x: Use the right include | Linus Walleij | 1 | -2/+1 |
| 2018-08-10 | gpiolib: Fix of_node inconsistency | Biju Das | 2 | -3/+2 |
| 2018-08-06 | gpio: vr41xx: Bail out on gpiochip_lock_as_irq() error | Andy Shevchenko | 1 | -1/+7 |
| 2018-08-06 | gpio: uniphier: Bail out on gpiochip_lock_as_irq() error | Andy Shevchenko | 1 | -2/+1 |
| 2018-08-06 | gpio: xgene-sb: Don't shadow error code of gpiochip_lock_as_irq() | Andy Shevchenko | 1 | -2/+4 |
| 2018-08-06 | gpio: em: Don't shadow error code of gpiochip_lock_as_irq() | Andy Shevchenko | 1 | -2/+4 |
| 2018-08-06 | gpio: dwapb: Don't shadow error code of gpiochip_lock_as_irq() | Andy Shevchenko | 1 | -2/+4 |
| 2018-08-06 | gpio: bcm-kona: Don't shadow error code of gpiochip_lock_as_irq() | Andy Shevchenko | 1 | -2/+4 |
| 2018-08-06 | gpiolib: Don't shadow error code of gpiochip_lock_as_irq() | Andy Shevchenko | 1 | -2/+4 |
| 2018-08-06 | gpio: syscon: rockchip: add GRF GPIO support for rk3328 | Levin Du | 1 | -0/+31 |
| 2018-08-06 | gpio: omap: Add get/set_multiple() callbacks | Janusz Krzysztofik | 1 | -2/+86 |
| 2018-08-03 | gpio: tegra: Move driver registration to subsys_init level | Dmitry Osipenko | 1 | -1/+1 |
| 2018-08-02 | gpio: pxa: remove set but not used variable 'gpio_offset' | Wei Yongjun | 1 | -4/+1 |
| 2018-08-01 | gpiolib-acpi: make sure we trigger edge events at least once on boot | Benjamin Tissoires | 1 | -1/+55 |
| 2018-07-30 | gpio-it87: add support for IT8786E Super I/O | Vincent Prince | 1 | -0/+2 |
| 2018-07-29 | gpio: tegra: drop tegra specific GPIO lockdep classes | Stefan Agner | 1 | -9/+0 |
| 2018-07-29 | gpio: fix meaningless return expression | zhong jiang | 1 | -1/+1 |
| 2018-07-29 | gpio: mxs: Fit writel() into a single line | Fabio Estevam | 1 | -2/+1 |
| 2018-07-29 | gpio: pxa: disable pinctrl calls for PXA3xx | Daniel Mack | 1 | -8/+27 |
| 2018-07-29 | gpio: ml-ioh: Fix buffer underwrite on probe error path | Anton Vasilyev | 1 | -1/+2 |
| 2018-07-29 | gpiolib: probe deferral error reporting | Marcel Ziswiler | 1 | -2/+2 |
| 2018-07-29 | gpio: tegra: Fix tegra_gpio_irq_set_type() | Dmitry Osipenko | 1 | -7/+8 |
| 2018-07-29 | gpio: mxc: add power management support | Anson Huang | 1 | -0/+73 |
| 2018-07-29 | gpio-pisosr: add support for get_multiple | Morten Hein Tiljeset | 1 | -0/+22 |
| 2018-07-27 | Merge branches 'ib-mfd-4.19', 'ib-mfd-gpio-pinctrl-4.19', 'ib-mfd-i915-media-... | Lee Jones | 3 | -0/+213 |
| 2018-07-23 | gpio: uniphier: set legitimate irq trigger type in .to_irq hook | Masahiro Yamada | 1 | -1/+5 |
| 2018-07-23 | gpio: of: Handle fixed regulator flags properly | Linus Walleij | 1 | -1/+2 |
| 2018-07-23 | ACPI: Convert ACPI reference args to generic fwnode reference args | Sakari Ailus | 1 | -4/+7 |
| 2018-07-16 | gpiolib: remove an unnecessary TODO | Bartosz Golaszewski | 1 | -1/+1 |
| 2018-07-16 | gpiolib: don't allow userspace to set values of input lines | Bartosz Golaszewski | 1 | -1/+7 |
| 2018-07-13 | gpio: rcar: Implement .get_direction() callback | Geert Uytterhoeven | 1 | -0/+8 |
| 2018-07-13 | gpiolib: Join one line back for better readability | Andy Shevchenko | 1 | -3/+1 |
| 2018-07-13 | gpio: pxa: Fix potential NULL dereference | Wei Yongjun | 1 | -0/+2 |
| 2018-07-13 | gpio: mt7621: add OF_GPIO dependency | Arnd Bergmann | 1 | -0/+1 |
| 2018-07-13 | gpio: aspeed: fix compile testing warning | Arnd Bergmann | 1 | -1/+1 |
| 2018-07-13 | gpiolib: Consistent use of ->get_direction() inside gpiolib | Andy Shevchenko | 1 | -6/+1 |
| 2018-07-13 | gpiolib: Mark gpio_suffixes array with __maybe_unused | Andy Shevchenko | 1 | -1/+1 |
| 2018-07-09 | gpiolib: Defer on non-DT find_chip_by_name() failure | Janusz Krzysztofik | 1 | -3/+10 |
| 2018-07-09 | gpiolib: Respect error code of ->get_direction() | Andy Shevchenko | 1 | -0/+6 |
| 2018-07-09 | gpio: mt7621: Edit to preferred syntax | Linus Walleij | 1 | -44/+41 |
| 2018-07-09 | gpio: mt7621: Add a driver for MT7621 | Sergio Paracuellos | 3 | -0/+344 |
| 2018-07-09 | gpiolib: Join string literals back | Andy Shevchenko | 1 | -7/+5 |
| 2018-07-02 | Merge branch 'ib-aspeed' into devel | Linus Walleij | 1 | -58/+368 |
| 2018-07-02 | gpio: aspeed: Add interfaces for co-processor to grab GPIOs | Benjamin Herrenschmidt | 1 | -20/+231 |
| 2018-07-02 | gpio: aspeed: Add command source registers | Benjamin Herrenschmidt | 1 | -0/+54 |
| 2018-07-02 | gpio: aspeed: Add "Read Data" register to read the write latch | Benjamin Herrenschmidt | 1 | -2/+27 |
| 2018-07-02 | gpio: aspeed: Rework register type accessors | Benjamin Herrenschmidt | 1 | -49/+69 |
| 2018-07-02 | gpio: pca953x: suppress interrupts warning when not applicable | Baruch Siach | 1 | -1/+1 |
| 2018-07-02 | gpio: syscon: Include the right header | Linus Walleij | 1 | -1/+1 |
| 2018-07-02 | gpio: stp-xway: Include the right header | Linus Walleij | 1 | -2/+1 |
| 2018-07-02 | gpio: stmpe: Include the right header | Linus Walleij | 1 | -1/+1 |