| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-10-25 | 1 | -1/+1 |
|\ |
|
| * | ACPI / property: Allow multiple property compatible _DSD entries | Mika Westerberg | 2018-10-02 | 1 | -1/+1 |
* | | Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2018-10-23 | 46 | -847/+1835 |
|\ \ |
|
| * | | gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip() | Stephen Boyd | 2018-10-16 | 1 | -2/+1 |
| * | | gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip() | Stephen Boyd | 2018-10-16 | 1 | -6/+2 |
| * | | gpio: Drop parent irq assignment during cascade setup | Stephen Boyd | 2018-10-16 | 1 | -10/+0 |
| * | | gpio: fix SNPS_CREG kconfig dependency warning | Randy Dunlap | 2018-10-15 | 1 | -1/+1 |
| * | | gpiolib: Initialize gdev field before is used | Ricardo Ribalda Delgado | 2018-10-12 | 1 | -2/+3 |
| * | | gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chip | Uwe Kleine-König | 2018-10-10 | 1 | -1/+1 |
| * | | gpio: syscon: Fix possible NULL ptr usage | Marek Vasut | 2018-10-10 | 1 | -1/+1 |
| * | | gpiolib: Show correct direction from the beginning | Ricardo Ribalda Delgado | 2018-10-10 | 1 | -14/+13 |
| * | | gpiolib: Add init_valid_mask exported function | Ricardo Ribalda Delgado | 2018-10-10 | 1 | -2/+14 |
| * | | GPIO: add single-register GPIO via CREG driver | Eugeniy Paltsev | 2018-10-10 | 3 | -0/+202 |
| * | | gpio: mockup: use device properties instead of platform_data | Bartosz Golaszewski | 2018-10-03 | 1 | -31/+51 |
| * | | gpio: Slightly more helpful debugfs | Linus Walleij | 2018-10-02 | 1 | -4/+7 |
| * | | gpio: omap: Remove set but not used variable 'dev' | YueHaibing | 2018-10-01 | 1 | -2/+0 |
| * | | gpio: omap: drop omap_gpio_list | Grygorii Strashko | 2018-10-01 | 1 | -4/+0 |
| * | | Accept partial 'gpio-line-names' property. | Christophe Blaess | 2018-10-01 | 1 | -12/+9 |
| * | | gpio: omap: get rid of the conditional PM runtime calls | Grygorii Strashko | 2018-10-01 | 1 | -20/+5 |
| * | | gpio: htc-egpio: Remove set but not used variable 'bit' | YueHaibing | 2018-10-01 | 1 | -2/+0 |
| * | | gpio: Restore indentation of continued lines | Geert Uytterhoeven | 2018-10-01 | 2 | -14/+14 |
| * | | gpio: Propagate errors from gpiod_set_array_value_complex() | Geert Uytterhoeven | 2018-10-01 | 1 | -14/+16 |
| * | | gpiolib: Fix incorrect use of find_next_zero_bit() | Janusz Krzysztofik | 2018-10-01 | 1 | -6/+3 |
| * | | gpio: new driver to work with a 8x12 siox | Uwe Kleine-König | 2018-09-28 | 3 | -0/+302 |
| * | | gpio: Add comments on single direction chips | Linus Walleij | 2018-09-25 | 1 | -6/+27 |
| * | | gpiolib: Fix gpio_direction_* for single direction GPIOs | Ricardo Ribalda Delgado | 2018-09-25 | 1 | -8/+28 |
| * | | gpio: Rename devres implementation file | Linus Walleij | 2018-09-25 | 2 | -1/+1 |
| * | | gpio: Use SPDX header for core library | Linus Walleij | 2018-09-25 | 9 | -32/+10 |
| * | | Merge branch 'ib-omap' into devel | Linus Walleij | 2018-09-25 | 1 | -104/+227 |
| |\ \ |
|
| | * | | gpio: omap: Get rid of pm_runtime_irq_safe() | Tony Lindgren | 2018-09-24 | 1 | -3/+3 |
| | * | | gpio: omap: Remove custom PM calls and use cpu_pm instead | Tony Lindgren | 2018-09-24 | 1 | -70/+108 |
| | * | | gpio: omap: Add level wakeup handling for omap4 based SoCs | Tony Lindgren | 2018-09-24 | 1 | -33/+118 |
| * | | | gpiolib: Fix array members of same chip processed separately | Janusz Krzysztofik | 2018-09-24 | 1 | -10/+25 |
| * | | | gpiolib: Fix missing updates of bitmap index | Janusz Krzysztofik | 2018-09-24 | 1 | -5/+6 |
| * | | | gpio: htc-egpio: Unique label per chip | Linus Walleij | 2018-09-24 | 1 | -1/+7 |
| * | | | Merge branch 'ib-array-bitmaps' into devel | Linus Walleij | 2018-09-20 | 3 | -53/+243 |
| |\ \ \ |
|
| | * | | | gpiolib: Implement fast processing path in get/set array | Janusz Krzysztofik | 2018-09-13 | 1 | -5/+82 |
| | * | | | gpiolib: Pass array info to get/set array functions | Janusz Krzysztofik | 2018-09-13 | 3 | -10/+38 |
| | * | | | gpiolib: Identify arrays matching GPIO hardware | Janusz Krzysztofik | 2018-09-13 | 2 | -1/+80 |
| | * | | | gpiolib: Pass bitmaps, not integer arrays, to get/set array | Janusz Krzysztofik | 2018-09-13 | 3 | -45/+51 |
| | |/ / |
|
| * | | | gpio: davinci: Move driver local definitions to driver | Andrew F. Davis | 2018-09-20 | 1 | -0/+28 |
| * | | | gpio: davinci: Allocate the correct amount of memory for controller | Andrew F. Davis | 2018-09-20 | 1 | -6/+4 |
| * | | | gpio: davinci: Use dev name for label and automatic base selection | Andrew F. Davis | 2018-09-20 | 1 | -18/+4 |
| * | | | gpio: Get rid of legacy header | Linus Walleij | 2018-09-17 | 2 | -9/+2 |
| * | | | gpio: wm8xxx: Cut down on boilerplate | Linus Walleij | 2018-09-17 | 3 | -15/+3 |
| * | | | gpio: wm8xxx: Use the right header | Linus Walleij | 2018-09-17 | 3 | -3/+3 |
| * | | | gpio: xlp: Cut down on boilerplate | Linus Walleij | 2018-09-17 | 1 | -9/+1 |
| * | | | gpio: xlp: Include the right header | Linus Walleij | 2018-09-17 | 1 | -1/+1 |
| * | | | gpio: vx855: Cut down on boilerplate | Linus Walleij | 2018-09-17 | 1 | -17/+1 |
| * | | | gpio: vx855: Include the right header | Linus Walleij | 2018-09-17 | 1 | -1/+1 |