index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
asn1_decoder.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-02
gpiolib: don't dereference a desc before validation
Vladimir Zapolskiy
1
-1
/
+2
2017-12-28
gpio: fix aspeed_gpio_banks array size check
Vasyl Gomonovych
1
-1
/
+1
2017-12-28
Revert "pinctrl: qcom: disable GPIO groups with no pins"
Linus Walleij
1
-23
/
+5
2017-12-21
gpiolib: Fix typo in comment ("piochip_add_data")
Jonathan Neuschäfer
1
-1
/
+1
2017-12-21
gpio: reduce descriptor validation code size
Rasmus Villemoes
1
-30
/
+27
2017-12-21
tools/gpio: Fix build error with musl libc
Joel Stanley
1
-0
/
+1
2017-12-21
pinctrl: qcom: disable GPIO groups with no pins
Timur Tabi
1
-5
/
+23
2017-12-21
Revert "gpio: set up initial state from .get_direction()"
Timur Tabi
1
-24
/
+7
2017-12-21
dt-bindings: gpio: rcar: Correct SoC family name for R8A7778
Geert Uytterhoeven
1
-1
/
+1
2017-12-20
drivers: gpio: remove duplicate includes
Pravin Shedge
1
-1
/
+0
2017-12-20
tools/gpio: Don't use u_int32_t
Jonathan Neuschäfer
1
-4
/
+5
2017-12-20
gpio: sysfs: avoid using kstrtol() in 'value' attribute write
Christophe Leroy
1
-2
/
+7
2017-12-20
gpio: sysfs: don't use sprintf() for 'value' attribute
Christophe Leroy
1
-1
/
+3
2017-12-20
gpio: sysfs: correct error handling on 'value' attribute read.
Christophe Leroy
1
-1
/
+5
2017-12-20
gpio: sysfs: change 'value' attribute to prealloc
Christophe Leroy
2
-1
/
+4
2017-12-20
gpiolib: use kstrdup_const() for gpio_device label
Bartosz Golaszewski
1
-6
/
+3
2017-12-20
gpiolib: constify label in gpio_device
Bartosz Golaszewski
1
-1
/
+1
2017-12-08
gpio: mockup: fix a return value check
Bartosz Golaszewski
1
-2
/
+2
2017-12-08
w1: w1-gpio: Convert to use GPIO descriptors
Linus Walleij
5
-103
/
+101
2017-12-07
pinctrl: axp209: add support for AXP813 GPIOs
Quentin Schulz
2
-9
/
+39
2017-12-07
pinctrl: axp209: add programmable ADC muxing value
Quentin Schulz
1
-1
/
+3
2017-12-07
pinctrl: axp209: add programmable gpio_status_offset
Quentin Schulz
1
-1
/
+3
2017-12-07
pinctrl: axp209: rename everything from gpio to pctl
Quentin Schulz
1
-88
/
+88
2017-12-07
dt-bindings: gpio: gpio-axp209: add pinctrl features
Quentin Schulz
1
-1
/
+35
2017-12-07
pinctrl: axp209: add pinctrl features
Quentin Schulz
1
-20
/
+284
2017-12-07
pinctrl: move gpio-axp209 to pinctrl
Quentin Schulz
5
-7
/
+11
2017-12-07
gpio: axp209: switch unsigned variables to unsigned int
Quentin Schulz
1
-6
/
+7
2017-12-02
gpio: ftgpio010: Fix platform_get_irq's error checking
Arvind Yadav
1
-2
/
+2
2017-12-02
gpio: aspeed: Add support for reset tolerance
Andrew Jeffery
1
-2
/
+37
2017-12-02
gpio: gpiolib: Generalise state persistence beyond sleep
Andrew Jeffery
9
-18
/
+87
2017-12-02
gpio: gpio-stmpe: make various char arrays static const, shrinks object size
Colin Ian King
1
-9
/
+15
2017-12-02
gpio: it87: fix mojibake in module metadata
Adam Borowski
1
-1
/
+1
2017-12-02
MAINTAINERS: add myself as reviewer for gpio-mockup
Bartosz Golaszewski
1
-0
/
+1
2017-12-02
gpio: mockup: add helpers for accessing the gpio ranges
Bartosz Golaszewski
1
-4
/
+14
2017-12-02
gpio: mockup: rename gpio_mockup_params_nr to gpio_mockup_num_ranges
Bartosz Golaszewski
1
-6
/
+6
2017-12-02
gpio: mockup: modify the return value check for devm_irq_sim_init()
Bartosz Golaszewski
1
-1
/
+1
2017-12-02
gpio: mockup: implement gpio_mockup_set_multiple()
Bartosz Golaszewski
1
-0
/
+11
2017-12-02
gpio: mockup: tweak line breaks
Bartosz Golaszewski
1
-4
/
+4
2017-12-02
gpio: mockup: verify that ngpio > 0
Bartosz Golaszewski
1
-0
/
+9
2017-12-02
gpio: mockup: fix debugfs handling
Bartosz Golaszewski
1
-5
/
+5
2017-12-02
gpio: mockup: group code by logic
Bartosz Golaszewski
1
-23
/
+23
2017-12-02
gpio: mockup: change the type of value field in line state struct
Bartosz Golaszewski
1
-1
/
+1
2017-12-02
gpio: mockup: extend the debugfs layout
Bartosz Golaszewski
1
-2
/
+8
2017-12-02
gpio: mockup: pass the named_lines parameter over platform_data
Bartosz Golaszewski
1
-1
/
+3
2017-12-02
gpio: mockup: merge gpio_mockup_add() into gpio_mockup_probe()
Bartosz Golaszewski
1
-47
/
+31
2017-12-02
gpio: mockup: remove a stray tab
Bartosz Golaszewski
1
-1
/
+1
2017-12-02
gpio: mockup: implement gpio_mockup_err()
Bartosz Golaszewski
1
-6
/
+5
2017-12-02
gpio: mockup: rework device probing
Bartosz Golaszewski
1
-51
/
+71
2017-12-02
gpio: mockup: verify the number of GPIO chips requested
Bartosz Golaszewski
1
-1
/
+3
2017-12-02
gpio: mockup: parse the module params in init, not probe
Bartosz Golaszewski
1
-3
/
+3
[next]