index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ib-move-axp209' into devel
Linus Walleij
2017-12-07
3
-195
/
+0
|
\
|
*
pinctrl: move gpio-axp209 to pinctrl
Quentin Schulz
2017-12-07
3
-196
/
+0
|
*
gpio: axp209: switch unsigned variables to unsigned int
Quentin Schulz
2017-12-07
1
-6
/
+7
*
|
gpio: ftgpio010: Fix platform_get_irq's error checking
Arvind Yadav
2017-12-02
1
-2
/
+2
*
|
gpio: aspeed: Add support for reset tolerance
Andrew Jeffery
2017-12-02
1
-2
/
+37
*
|
gpio: gpiolib: Generalise state persistence beyond sleep
Andrew Jeffery
2017-12-02
4
-12
/
+71
*
|
gpio: gpio-stmpe: make various char arrays static const, shrinks object size
Colin Ian King
2017-12-02
1
-9
/
+15
*
|
gpio: it87: fix mojibake in module metadata
Adam Borowski
2017-12-02
1
-1
/
+1
*
|
gpio: mockup: add helpers for accessing the gpio ranges
Bartosz Golaszewski
2017-12-02
1
-4
/
+14
*
|
gpio: mockup: rename gpio_mockup_params_nr to gpio_mockup_num_ranges
Bartosz Golaszewski
2017-12-02
1
-6
/
+6
*
|
gpio: mockup: modify the return value check for devm_irq_sim_init()
Bartosz Golaszewski
2017-12-02
1
-1
/
+1
*
|
gpio: mockup: implement gpio_mockup_set_multiple()
Bartosz Golaszewski
2017-12-02
1
-0
/
+11
*
|
gpio: mockup: tweak line breaks
Bartosz Golaszewski
2017-12-02
1
-4
/
+4
*
|
gpio: mockup: verify that ngpio > 0
Bartosz Golaszewski
2017-12-02
1
-0
/
+9
*
|
gpio: mockup: fix debugfs handling
Bartosz Golaszewski
2017-12-02
1
-5
/
+5
*
|
gpio: mockup: group code by logic
Bartosz Golaszewski
2017-12-02
1
-23
/
+23
*
|
gpio: mockup: change the type of value field in line state struct
Bartosz Golaszewski
2017-12-02
1
-1
/
+1
*
|
gpio: mockup: extend the debugfs layout
Bartosz Golaszewski
2017-12-02
1
-2
/
+8
*
|
gpio: mockup: pass the named_lines parameter over platform_data
Bartosz Golaszewski
2017-12-02
1
-1
/
+3
*
|
gpio: mockup: merge gpio_mockup_add() into gpio_mockup_probe()
Bartosz Golaszewski
2017-12-02
1
-47
/
+31
*
|
gpio: mockup: remove a stray tab
Bartosz Golaszewski
2017-12-02
1
-1
/
+1
*
|
gpio: mockup: implement gpio_mockup_err()
Bartosz Golaszewski
2017-12-02
1
-6
/
+5
*
|
gpio: mockup: rework device probing
Bartosz Golaszewski
2017-12-02
1
-51
/
+71
*
|
gpio: mockup: verify the number of GPIO chips requested
Bartosz Golaszewski
2017-12-02
1
-1
/
+3
*
|
gpio: mockup: parse the module params in init, not probe
Bartosz Golaszewski
2017-12-02
1
-3
/
+3
*
|
gpio: mockup: add missing prefixes
Bartosz Golaszewski
2017-12-02
1
-11
/
+12
*
|
gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
Jesse Chan
2017-12-02
1
-0
/
+3
*
|
gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
Jesse Chan
2017-12-02
1
-0
/
+4
*
|
Merge branch 'ib-gpio-acpi-quirks' into devel
Linus Walleij
2017-11-30
3
-24
/
+45
|
\
\
|
*
|
gpiolib: acpi: Introduce NO_RESTRICTION quirk
Andy Shevchenko
2017-11-30
1
-3
/
+10
|
*
|
gpiolib: acpi: Add quirks field to struct acpi_gpio_mapping
Andy Shevchenko
2017-11-30
2
-2
/
+10
|
*
|
gpiolib: acpi: Consolidate debug output in acpi_gpio_update_gpiod_flags()
Andy Shevchenko
2017-11-30
3
-12
/
+19
|
*
|
gpiolib: acpi: Move adev member to struct acpi_gpio_info
Andy Shevchenko
2017-11-30
2
-5
/
+7
|
*
|
gpiolib: acpi: Don't contaminate return parameter in case of error
Andy Shevchenko
2017-11-30
1
-1
/
+1
|
*
|
gpiolib: acpi: Assign polarity when call acpi_populate_gpio_lookup()
Andy Shevchenko
2017-11-30
1
-5
/
+2
|
|
/
*
|
gpio: omap: initialize gpioirq chip as part of gpiochip_add_data
Grygorii Strashko
2017-11-30
1
-18
/
+14
*
|
gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneously
Bartosz Golaszewski
2017-11-30
1
-0
/
+9
*
|
gpio: max732x: Remove duplicate NULL check
Andy Shevchenko
2017-11-29
1
-4
/
+2
|
/
*
Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-11-16
8
-33
/
+14
|
\
|
*
Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into devel
Linus Walleij
2017-11-09
48
-407
/
+2640
|
|
\
|
*
|
gpio: Cut old SX150X Kconfig option
Linus Walleij
2017-10-17
1
-9
/
+0
|
*
|
gpio: pxa: Use library functions
Linus Walleij
2017-10-07
1
-12
/
+2
|
*
|
pinctrl/gpio: Unify namespace for cross-calls
Linus Walleij
2017-09-22
7
-14
/
+14
*
|
|
Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-11-15
1
-0
/
+13
|
\
\
\
|
*
\
\
Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Wolfram Sang
2017-11-01
1
-0
/
+13
|
|
\
\
\
|
|
*
|
|
gpio: Make it possible for consumers to enforce open drain
Linus Walleij
2017-10-30
1
-0
/
+13
|
|
|
/
/
*
|
|
|
Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-15
48
-407
/
+2638
|
\
\
\
\
|
*
|
|
|
gpio: tegra186: Remove tegra186_gpio_lock_class
Axel Lin
2017-11-13
1
-3
/
+0
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
gpio: Fix undefined lock_dep_class
Linus Walleij
2017-11-08
1
-1
/
+1
|
*
|
|
gpio: Automatically add lockdep keys
Thierry Reding
2017-11-08
1
-29
/
+12
[next]