Age | Commit message (Expand) | Author | Files | Lines |
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 | 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 |