| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | gpio: mvebu: Use the proper APIs | Linus Walleij | 2018-05-16 | 1 | -12/+8 |
| * | gpio: msic: Include the right header | Linus Walleij | 2018-05-16 | 1 | -1/+1 |
| * | gpio: mm-lantiq: Include the right header | Linus Walleij | 2018-05-16 | 1 | -1/+1 |
| * | gpio: ml_ioh: Include the right header | Linus Walleij | 2018-05-16 | 1 | -1/+1 |
| * | gpio: mc9s08dz60: Include the right header | Linus Walleij | 2018-05-16 | 1 | -1/+1 |
| * | gpio: mc33880: Include the right header | Linus Walleij | 2018-05-16 | 1 | -1/+1 |
| * | gpio: max730x: Include the right header | Linus Walleij | 2018-05-16 | 1 | -1/+1 |
| * | gpio: lynxpoint: Include the right header | Linus Walleij | 2018-05-16 | 1 | -1/+1 |
| * | gpio: lpc32xx: Include the right header | Linus Walleij | 2018-05-16 | 1 | -2/+1 |
| * | gpio: lp873x: Include the right header | Linus Walleij | 2018-05-16 | 1 | -1/+1 |
| * | gpio: lp3943: Include the right header | Linus Walleij | 2018-05-16 | 1 | -1/+1 |
| * | gpio: loongson: Use BIT() macros | Linus Walleij | 2018-05-16 | 1 | -14/+11 |
| * | gpio: loongson: Create a dynamic platform device | Linus Walleij | 2018-05-16 | 1 | -10/+37 |
| * | gpio: loongson: Use right include | Linus Walleij | 2018-05-16 | 1 | -33/+33 |
| * | gpiolib: add hogs support for machine code | Bartosz Golaszewski | 2018-05-16 | 1 | -0/+67 |
| * | gpio: 104-dio-48e: make array 'ports' static, shrinks object size | Colin Ian King | 2018-05-16 | 1 | -1/+1 |
| * | gpio: pmic_eic: Add edge trigger emulation for PMIC EIC | Baolin Wang | 2018-05-16 | 1 | -2/+56 |
| * | gpio: eic: Add edge trigger emulation for EIC | Baolin Wang | 2018-05-16 | 1 | -0/+73 |
| * | gpio: xra1403: Switch to a fixed upper bound for registers | Laura Abbott | 2018-04-27 | 1 | -10/+5 |
* | | Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-06-07 | 1 | -0/+10 |
|\ \ |
|
| * | | gpiolib: discourage gpiochip_add_pin[group]_range for DT pinctrls | Christian Lamparter | 2018-05-24 | 1 | -0/+10 |
| |/ |
|
* | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-06 | 2 | -4/+2 |
|\ \ |
|
| * | | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook | 2018-06-06 | 1 | -2/+1 |
| * | | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 2018-06-06 | 1 | -2/+1 |
| |/ |
|
* | | gpio: pcie-idio-24: Fix off-by-one error in get_multiple loop | William Breathitt Gray | 2018-04-30 | 1 | -1/+1 |
* | | gpio: pcie-idio-24: Fix port memory offset for get_multiple/set_multiple call... | William Breathitt Gray | 2018-04-27 | 1 | -10/+10 |
* | | gpio: pci-idio-16: Fix port memory offset for get_multiple callback | William Breathitt Gray | 2018-04-27 | 1 | -4/+4 |
* | | gpio: fix error path in lineevent_create | Uwe Kleine-König | 2018-04-27 | 1 | -1/+1 |
* | | gpioib: do not free unrequested descriptors | Timur Tabi | 2018-04-26 | 1 | -2/+3 |
* | | gpio: fix aspeed_gpio unmask irq | Govert Overgaauw | 2018-04-26 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-04-05 | 1 | -2/+2 |
|\ |
|
| * | gpio: Support gpio nexus dt bindings | Stephen Boyd | 2018-02-12 | 1 | -2/+2 |
* | | Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2018-04-05 | 46 | -959/+2300 |
|\ \ |
|
| * | | gpio: Add Spreadtrum PMIC EIC driver support | Baolin Wang | 2018-03-27 | 3 | -0/+339 |
| * | | gpio: Add Spreadtrum EIC driver support | Baolin Wang | 2018-03-27 | 3 | -0/+615 |
| * | | gpio: ath79: Fix potential NULL dereference in ath79_gpio_probe() | Wei Yongjun | 2018-03-27 | 1 | -0/+2 |
| * | | Merge branch 'gpio-reserved-ranges' into devel | Linus Walleij | 2018-03-27 | 2 | -5/+85 |
| |\ \ |
|
| | * | | gpiolib: Support 'gpio-reserved-ranges' property | Stephen Boyd | 2018-03-27 | 2 | -0/+70 |
| | * | | gpiolib: Change bitmap allocation to kmalloc_array | Stephen Boyd | 2018-03-27 | 1 | -1/+1 |
| | * | | gpiolib: Extract mask allocation into subroutine | Stephen Boyd | 2018-03-27 | 1 | -5/+15 |
| * | | | gpio: mockup: fix a potential crash when creating debugfs entries | Bartosz Golaszewski | 2018-03-27 | 1 | -1/+1 |
| * | | | gpio: pca953x: add compatibility for pcal6524 and pcal9555a | H. Nikolaus Schaller | 2018-03-27 | 1 | -0/+4 |
| * | | | gpio: dwapb: Add support for a bus clock | Phil Edworthy | 2018-03-27 | 1 | -1/+19 |
| * | | | gpio: Remove VLA from xra1403 driver | Laura Abbott | 2018-03-27 | 1 | -1/+7 |
| * | | | gpio: Remove VLA from MAX3191X driver | Laura Abbott | 2018-03-27 | 1 | -1/+6 |
| * | | | gpio: ws16c48: Implement get_multiple callback | William Breathitt Gray | 2018-03-26 | 1 | -0/+47 |
| * | | | gpio: gpio-mm: Implement get_multiple callback | William Breathitt Gray | 2018-03-26 | 1 | -0/+47 |
| * | | | gpio: 104-idi-48: Implement get_multiple callback | William Breathitt Gray | 2018-03-26 | 1 | -0/+47 |
| * | | | gpio: 104-dio-48e: Implement get_multiple callback | William Breathitt Gray | 2018-03-26 | 1 | -0/+47 |
| * | | | gpio: pcie-idio-24: Implement get_multiple/set_multiple callbacks | William Breathitt Gray | 2018-03-26 | 1 | -0/+117 |