| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mfd-for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-12-19 | 1 | -1/+2 |
|\ |
|
| * | mfd: tps65218: Remove redundant read wrapper | Keerthy | 2016-10-26 | 1 | -1/+2 |
* | | Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2016-12-13 | 31 | -1152/+670 |
|\ \ |
|
| * \ | Merge branch 'thread-irq-simpler' into devel | Linus Walleij | 2016-12-07 | 11 | -72/+117 |
| |\ \ |
|
| | * | | gpio: set explicit nesting on drivers | Linus Walleij | 2016-11-25 | 3 | -0/+6 |
| | * | | gpio: simplify adding threaded interrupts | Linus Walleij | 2016-11-25 | 11 | -72/+111 |
| | |/ |
|
| * | | Merge branch 'pl061' into devel | Linus Walleij | 2016-12-07 | 1 | -114/+94 |
| |\ \ |
|
| | * | | gpio: pl061: delete platform data handling | Linus Walleij | 2016-12-07 | 1 | -38/+3 |
| | * | | gpio: pl061: move platform data into driver | Linus Walleij | 2016-12-07 | 1 | -1/+13 |
| | * | | gpio: pl061: rename variable from chip to pl061 | Linus Walleij | 2016-12-07 | 1 | -93/+93 |
| | * | | gpio: pl061: rename state container struct | Linus Walleij | 2016-12-07 | 1 | -15/+15 |
| | * | | gpio: pl061: use local state for parent IRQ storage | Linus Walleij | 2016-12-07 | 1 | -1/+4 |
| | |/ |
|
| * | | gpio: merrifield: Implement gpio_get_direction callback | Andy Shevchenko | 2016-12-07 | 1 | -0/+9 |
| * | | gpio: merrifield: Add support for hardware debouncer | Andy Shevchenko | 2016-12-07 | 1 | -0/+22 |
| * | | gpio: chardev: Return error for seek operations | Lars-Peter Clausen | 2016-12-07 | 1 | -2/+3 |
| * | | gpio: arizona: Tidy up probe error path | Charles Keepax | 2016-12-07 | 1 | -5/+2 |
| * | | gpio: arizona: Remove pointless set of platform drvdata | Charles Keepax | 2016-12-07 | 1 | -2/+0 |
| * | | gpio: vf610: use builtin_platform_driver | Geliang Tang | 2016-11-24 | 1 | -5/+1 |
| * | | gpio: axp209: use correct register for GPIO input status | Quentin Schulz | 2016-11-24 | 1 | -6/+2 |
| * | | gpio: stmpe: fix interrupt handling bug | Linus Walleij | 2016-11-24 | 1 | -1/+1 |
| * | | gpio: em: depnd on ARCH_SHMOBILE | Peter Robinson | 2016-11-24 | 1 | -1/+1 |
| * | | gpio: zx: depend on ARCH_ZX | Peter Robinson | 2016-11-22 | 1 | -0/+1 |
| * | | gpio: x86: update config dependencies for x86 specific hardware | Peter Robinson | 2016-11-22 | 1 | -5/+8 |
| * | | gpio: mb86s7x: use builtin_platform_driver | Geliang Tang | 2016-11-22 | 1 | -5/+1 |
| * | | gpio: etraxfs: use builtin_platform_driver | Geliang Tang | 2016-11-22 | 1 | -6/+1 |
| * | | gpio: max77620: add compatible string to device id list | Venkat Reddy Talla | 2016-11-16 | 1 | -0/+1 |
| * | | gpio: intel-mid: use builtin_pci_driver | Geliang Tang | 2016-11-15 | 1 | -6/+1 |
| * | | gpio: tag line labels used for interrupts | Linus Walleij | 2016-11-15 | 1 | -2/+18 |
| * | | gpio: clamp values on gpio[d]_direction_output() | Linus Walleij | 2016-11-15 | 1 | -5/+8 |
| * | | gpio: htc-egpio: read output value from cache | Linus Walleij | 2016-11-13 | 1 | -4/+8 |
| * | | gpio: htc-egpio: add .get_direction() support | Linus Walleij | 2016-11-12 | 1 | -0/+10 |
| * | | ACPI / gpio: avoid warning for gpio hogging code | Arnd Bergmann | 2016-11-09 | 1 | -4/+4 |
| * | | gpio: davinci: Use unique labels for each gpio chip | Axel Haslam | 2016-11-09 | 1 | -1/+6 |
| * | | gpio: htc-egpio: Make it explicitly non-modular | Paul Gortmaker | 2016-11-04 | 1 | -30/+2 |
| * | | gpio: of: add missing of_node_put() in of_gpiochip_scan_gpios() | Wei Yongjun | 2016-10-31 | 1 | -1/+3 |
| * | | ACPI / gpio: make acpi_gpiochip_parse_own_gpio static | Wei Yongjun | 2016-10-31 | 1 | -3/+3 |
| * | | ACPI / gpio: add missing fwnode_handle_put() in acpi_gpiochip_scan_gpios() | Wei Yongjun | 2016-10-31 | 1 | -0/+1 |
| * | | gpio: gpiolib-devprop: Check chip->parent pointer before dereferencing | Thor Thayer | 2016-10-25 | 1 | -0/+5 |
| * | | gpio: altera-a10sr: Drop unnecessary gpiochip_remove | Wei Yongjun | 2016-10-25 | 1 | -10/+0 |
| * | | Merge branch 'ib-sx150x' of /home/linus/linux-pinctrl into devel | Linus Walleij | 2016-10-24 | 3 | -801/+5 |
| |\ \ |
|
| | * | | pinctrl: Add SX150X GPIO Extender Pinctrl Driver | Neil Armstrong | 2016-10-24 | 3 | -801/+5 |
| | |/ |
|
| * | | gpio: mxs: fix duplicate level interrupts | Sascha Hauer | 2016-10-24 | 1 | -9/+29 |
| * | | gpio: mxs: use enable/disable regs to (un)mask irqs | Sascha Hauer | 2016-10-24 | 1 | -3/+4 |
| * | | ACPI / gpio: Add support for naming GPIOs | Mika Westerberg | 2016-10-24 | 1 | -0/+3 |
| * | | gpio: Rework of_gpiochip_set_names() to use device property accessors | Mika Westerberg | 2016-10-24 | 4 | -46/+66 |
| * | | ACPI / gpio: Add hogging support | Mika Westerberg | 2016-10-24 | 1 | -0/+71 |
| * | | ACPI / gpio: Allow holes in list of GPIOs for a device | Mika Westerberg | 2016-10-24 | 1 | -11/+21 |
| * | | gpio: pca953x: Add MAX7318 compatible | Marek Vasut | 2016-10-24 | 1 | -0/+2 |
| * | | gpio: ts4900: Add hardware dependencies | Jean Delvare | 2016-10-24 | 1 | -0/+1 |
| * | | gpio: altera-a10sr: Add A10 System Resource Chip GPIO support. | Thor Thayer | 2016-10-24 | 3 | -0/+149 |