index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-04
gpio: max77620: get gpio value based on direction
Venkat Reddy Talla
1
-1
/
+4
2016-06-29
Merge tag 'pinctrl-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
1
-2
/
+7
2016-06-23
gpio: lynxpoint: avoid potential warning on error path
Andy Shevchenko
1
-1
/
+0
2016-06-23
gpio: intel-mid: switch to devm_gpiochip_add_data()
Andy Shevchenko
1
-1
/
+1
2016-06-23
gpio: 74x164: Use spi_write() helper instead of open coding
Geert Uytterhoeven
1
-7
/
+2
2016-06-23
gpio: of: factor out common code to a new helper function
Masahiro Yamada
1
-19
/
+18
2016-06-23
gpio: of: remove of_gpiochip_and_xlate() and struct gg_data
Masahiro Yamada
1
-46
/
+35
2016-06-23
gpio: of: move chip->of_gpio_n_cells checking to of_gpiochip_add()
Masahiro Yamada
1
-1
/
+4
2016-06-23
gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio()
Masahiro Yamada
1
-19
/
+20
2016-06-23
gpio: of: optimize "gpios" property parsing of of_parse_own_gpio()
Masahiro Yamada
1
-7
/
+5
2016-06-23
gpio: convince line to become input in irq helper
Linus Walleij
1
-0
/
+19
2016-06-22
Merge tag 'gpio-v4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
2
-3
/
+19
2016-06-22
gpio: tegra: Make lockdep class file-scoped
Thierry Reding
1
-2
/
+7
2016-06-18
gpiolib: make lineevent_irq_thread static
Ben Dooks
1
-1
/
+1
2016-06-18
gpio: make the iterator point to last handle
Linus Walleij
1
-0
/
+2
2016-06-17
gpio: Allow PC/104 devices on X86_64
William Breathitt Gray
1
-4
/
+4
2016-06-17
gpio: make library immune to error pointers
Linus Walleij
1
-3
/
+11
2016-06-17
gpio: make sure gpiod_to_irq() returns negative on NULL desc
Linus Walleij
1
-1
/
+8
2016-06-16
gpiolib: avoid uninitialized data in gpio kfifo
Arnd Bergmann
1
-0
/
+2
2016-06-15
gpio: userspace ABI for reading GPIO line events
Linus Walleij
1
-0
/
+298
2016-06-15
gpio: userspace ABI for reading/writing GPIO lines
Linus Walleij
1
-0
/
+193
2016-06-15
gpio: pca953x: enable driver on Intel Edison
Andy Shevchenko
1
-0
/
+2
2016-06-15
gpio: acpi: add _DEP support for Acer One 10
Rui Zhang
1
-0
/
+1
2016-06-14
gpio: f7188x: Implement get_direction.
plr.vincent@gmail.com
1
-0
/
+22
2016-06-13
gpio: 104-idi-48: Fix missing spin_lock_init for ack_lock
Axel Lin
1
-0
/
+1
2016-06-13
gpio: pca953x: Fix NBANK calculation for PCA9536
Vignesh R
1
-1
/
+1
2016-06-08
gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings
Ben Dooks
1
-2
/
+2
2016-06-08
gpio: select ANON_INODES
Linus Walleij
1
-0
/
+1
2016-06-08
gpio: mmio: add MyBook Live GPIO support
Christian Lamparter
1
-0
/
+4
2016-06-08
gpio: mmio: add DT support for memory-mapped GPIOs
Álvaro Fernández Rojas
1
-2
/
+45
2016-06-08
gpio: lpc18xx: convert GPIO_LPC18XX from bool to tristate
Paul Gortmaker
1
-1
/
+1
2016-06-08
gpio: include <linux/io-mapping.h> in gpiolib-of
Linus Walleij
1
-0
/
+1
2016-06-08
gpio: Add ACPI support for XLP GPIO controller
Kamlakant Patel
1
-7
/
+29
2016-06-08
gpio: xlp: Fix vulcan IRQ descriptor allocation
Kamlakant Patel
1
-7
/
+9
2016-06-08
gpio: clps711x: Remove board support
Alexander Shiyan
1
-2
/
+6
2016-06-08
gpio: syscon: Change the compatibility string
Alexander Shiyan
1
-2
/
+2
2016-06-08
gpio: clps711x: Change the compatibility string
Alexander Shiyan
1
-1
/
+1
2016-06-08
gpiolib: Fix unaligned used of reference counters
Ricardo Ribalda Delgado
1
-2
/
+2
2016-06-08
gpiolib: Fix NULL pointer deference
Ricardo Ribalda Delgado
1
-1
/
+1
2016-06-08
gpio: zynq: initialize clock even without CONFIG_PM
Helmut Grohne
1
-0
/
+7
2016-06-08
gpio: xilinx: Add support to set multiple GPIO at once
Iban Rodriguez
1
-0
/
+48
2016-06-08
gpio: 104-dio-48e: Fix control port offset computation off-by-one error
William Breathitt Gray
1
-2
/
+2
2016-06-08
gpio: pca953x: enfore type for i2c_smbus_write_word_data()
Andy Shevchenko
1
-3
/
+6
2016-06-07
gpio: pca953x: remove redundant assignments
Andy Shevchenko
1
-6
/
+3
2016-06-07
gpio: pcf857x: restore the initial line state of all pcf lines
Kishon Vijay Abraham I
1
-0
/
+9
2016-06-07
gpio: remove redundant owner assignments of drivers
Masahiro Yamada
12
-12
/
+0
2016-06-07
gpio: of: add missing of_node_put() to of_gpiochip_add_pin_range()
Masahiro Yamada
1
-0
/
+1
2016-06-07
gpio: max77620: use the new open drain callback
Laxman Dewangan
1
-0
/
+23
2016-06-07
gpio: max77620: Configure interrupt trigger level
Laxman Dewangan
1
-8
/
+59
2016-06-07
gpio: stmpe: implement .get_direction()
Linus Walleij
1
-0
/
+17
[prev]
[next]