Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
c4a2fed32fbe3cc8ffd33ff067be593a74322dbc
c4a2fed
Merge branch 'gpio-drivers-only-driver-h' into devel
by Linus Walleij
· 7 years ago
adbf029
gpio: Documentation update
by Linus Walleij
· 7 years ago
40a3c9d
gpiolib: remove redundant initialization of pointer desc
by Colin Ian King
· 7 years ago
605f2d3
gpio: of: Fix NPE from OF flags
by Linus Walleij
· 7 years ago
0f71923
gpio: stmpe: Delete an unnecessary variable initialisation in stmpe_gpio_probe()
by Markus Elfring
· 7 years ago
757ad05
gpio: stmpe: Move an assignment in stmpe_gpio_probe()
by Markus Elfring
· 7 years ago
64fec0b
gpio: stmpe: Improve a size determination in stmpe_gpio_probe()
by Markus Elfring
· 7 years ago
0d83a5e
gpio: stmpe: Use seq_putc() in stmpe_dbg_show()
by Markus Elfring
· 7 years ago
7d18f0a
gpio: No NULL owner
by Linus Walleij
· 7 years ago
b888fb6
gpio: stmpe: i2c transfer are forbiden in atomic context
by Patrice Chotard
· 7 years ago
7220c43
gpio: davinci: Include proper header
by Linus Walleij
· 7 years ago
45e8bd9
gpio: da905x: Include proper header
by Linus Walleij
· 7 years ago
326a292
gpio: cs5535: Include proper header
by Linus Walleij
· 7 years ago
6ba40f8
gpio: crystalcove: Include proper header
by Linus Walleij
· 7 years ago
e88a2ae
gpio: bt8xx: Include proper header
by Linus Walleij
· 7 years ago
14ec018
gpio: bcm-kona: Include proper header
by Linus Walleij
· 7 years ago
2e21ec4
gpio: arizona: Include proper header
by Linus Walleij
· 7 years ago
3708c66
gpio: amd8111: Include proper header
by Linus Walleij
· 7 years ago
40a1f9b
gpio: altera: Include GPIO driver header
by Linus Walleij
· 7 years ago
d543668
gpio: adp5588: Include proper header
by Linus Walleij
· 7 years ago
8a3b4f2
gpio: adp5520: Include proper header
by Linus Walleij
· 7 years ago
91f6a4a
gpio: 74x174: Include proper headers
by Linus Walleij
· 7 years ago
a603a2b
gpio: of: Add special quirk to parse regulator flags
by Linus Walleij
· 7 years ago
92542ed
gpio: Export devm_gpiod_get_from_of_node() for consumers
by Linus Walleij
· 7 years ago
6392cca
gpio: Break out code to get a descriptor from a DT node
by Linus Walleij
· 7 years ago
6a537d4
gpio: of: Support regulator nonstandard GPIO properties
by Linus Walleij
· 7 years ago
76e28f5
gpio: thunderx: fix error return code in thunderx_gpio_probe()
by Wei Yongjun
· 7 years ago
92a8046
gpio: winbond: fix ISA_BUS_API dependency
by Arnd Bergmann
· 7 years ago
5855620
gpio: Add GPIO support for the ACCES PCIe-IDIO-24 family
by William Breathitt Gray
· 7 years ago
64ff2c8
gpiolib: Export gpiochip_irqchip_irq_valid() to drivers
by Stephen Boyd
· 7 years ago
9961dbc
Documentation: gpio: correct return value of gpiod_get_direction
by Wolfram Sang
· 7 years ago
94fc730
gpio: correct docs about return value of gpiod_get_direction
by Wolfram Sang
· 7 years ago
a0d6500
gpio: winbond: Add driver
by Maciej S. Szmigiero
· 7 years ago
c858233
gpio: of: Support SPI nonstandard GPIO properties
by Linus Walleij
· 7 years ago
24e7807
gpio: label descriptors using the device name
by Linus Walleij
· 7 years ago
088413b
gpio: omap: Give unique labels to each GPIO bank/chip
by Linus Walleij
· 7 years ago
156dd39
gpiolib: add desc validation to gpiod_set_transitory()
by Vladimir Zapolskiy
· 7 years ago
dd3b9a4
gpiolib: remove a redundant check in gpiod_to_chip()
by Vladimir Zapolskiy
· 7 years ago
30322bc
gpiolib: don't dereference a desc before validation
by Vladimir Zapolskiy
· 7 years ago
fe13862
gpio: fix aspeed_gpio_banks array size check
by Vasyl Gomonovych
· 7 years ago
bd8ed93
Revert "pinctrl: qcom: disable GPIO groups with no pins"
by Linus Walleij
· 7 years ago
689fd02
gpiolib: Fix typo in comment ("piochip_add_data")
by Jonathan Neuschäfer
· 7 years ago
a746a23
gpio: reduce descriptor validation code size
by Rasmus Villemoes
· 7 years ago
1696784
tools/gpio: Fix build error with musl libc
by Joel Stanley
· 7 years ago
93ebe86
pinctrl: qcom: disable GPIO groups with no pins
by Timur Tabi
· 7 years ago
1ca2a92
Revert "gpio: set up initial state from .get_direction()"
by Timur Tabi
· 7 years ago
caa92ee
dt-bindings: gpio: rcar: Correct SoC family name for R8A7778
by Geert Uytterhoeven
· 7 years ago
76bc7f1
drivers: gpio: remove duplicate includes
by Pravin Shedge
· 7 years ago
92e70b8
tools/gpio: Don't use u_int32_t
by Jonathan Neuschäfer
· 7 years ago
1efba35a
gpio: sysfs: avoid using kstrtol() in 'value' attribute write
by Christophe Leroy
· 7 years ago
7a94b88
gpio: sysfs: don't use sprintf() for 'value' attribute
by Christophe Leroy
· 7 years ago
9295c01
gpio: sysfs: correct error handling on 'value' attribute read.
by Christophe Leroy
· 7 years ago
7fda910
gpio: sysfs: change 'value' attribute to prealloc
by Christophe Leroy
· 7 years ago
fcf273e5
gpiolib: use kstrdup_const() for gpio_device label
by Bartosz Golaszewski
· 7 years ago
3b469b0
gpiolib: constify label in gpio_device
by Bartosz Golaszewski
· 7 years ago
c4b54e1
gpio: mockup: fix a return value check
by Bartosz Golaszewski
· 7 years ago
e0fc62a
w1: w1-gpio: Convert to use GPIO descriptors
by Linus Walleij
· 7 years ago
110e2a3
Merge branch 'ib-move-axp209' into devel
by Linus Walleij
· 7 years ago
e119008
pinctrl: axp209: add support for AXP813 GPIOs
by Quentin Schulz
· 7 years ago
a0a4b4c
pinctrl: axp209: add programmable ADC muxing value
by Quentin Schulz
· 7 years ago
48e706f
pinctrl: axp209: add programmable gpio_status_offset
by Quentin Schulz
· 7 years ago
d242e60
pinctrl: axp209: rename everything from gpio to pctl
by Quentin Schulz
· 7 years ago
f17aea4
dt-bindings: gpio: gpio-axp209: add pinctrl features
by Quentin Schulz
· 7 years ago
23f75d7
pinctrl: axp209: add pinctrl features
by Quentin Schulz
· 7 years ago
449317a8
pinctrl: move gpio-axp209 to pinctrl
by Quentin Schulz
· 7 years ago
3cac991
gpio: axp209: switch unsigned variables to unsigned int
by Quentin Schulz
· 7 years ago
4070a53
gpio: ftgpio010: Fix platform_get_irq's error checking
by Arvind Yadav
· 7 years ago
1b43d26
gpio: aspeed: Add support for reset tolerance
by Andrew Jeffery
· 7 years ago
e10f72b
gpio: gpiolib: Generalise state persistence beyond sleep
by Andrew Jeffery
· 7 years ago
e2843cb
gpio: gpio-stmpe: make various char arrays static const, shrinks object size
by Colin Ian King
· 7 years ago
deb2e71
gpio: it87: fix mojibake in module metadata
by Adam Borowski
· 7 years ago
7965f5d
MAINTAINERS: add myself as reviewer for gpio-mockup
by Bartosz Golaszewski
· 7 years ago
cd9835f
gpio: mockup: add helpers for accessing the gpio ranges
by Bartosz Golaszewski
· 7 years ago
e63a006
gpio: mockup: rename gpio_mockup_params_nr to gpio_mockup_num_ranges
by Bartosz Golaszewski
· 7 years ago
1e0dca6
gpio: mockup: modify the return value check for devm_irq_sim_init()
by Bartosz Golaszewski
· 7 years ago
c47bee9
gpio: mockup: implement gpio_mockup_set_multiple()
by Bartosz Golaszewski
· 7 years ago
2a9d742
gpio: mockup: tweak line breaks
by Bartosz Golaszewski
· 7 years ago
fa86963
gpio: mockup: verify that ngpio > 0
by Bartosz Golaszewski
· 7 years ago
46526c1
gpio: mockup: fix debugfs handling
by Bartosz Golaszewski
· 7 years ago
1cea473
gpio: mockup: group code by logic
by Bartosz Golaszewski
· 7 years ago
5b7908c
gpio: mockup: change the type of value field in line state struct
by Bartosz Golaszewski
· 7 years ago
ca8792a
gpio: mockup: extend the debugfs layout
by Bartosz Golaszewski
· 7 years ago
c3196a7
gpio: mockup: pass the named_lines parameter over platform_data
by Bartosz Golaszewski
· 7 years ago
6d974d3
gpio: mockup: merge gpio_mockup_add() into gpio_mockup_probe()
by Bartosz Golaszewski
· 7 years ago
b9576d0
gpio: mockup: remove a stray tab
by Bartosz Golaszewski
· 7 years ago
f1bec99
gpio: mockup: implement gpio_mockup_err()
by Bartosz Golaszewski
· 7 years ago
8a39f59
gpio: mockup: rework device probing
by Bartosz Golaszewski
· 7 years ago
b447a75
gpio: mockup: verify the number of GPIO chips requested
by Bartosz Golaszewski
· 7 years ago
20c35ac
gpio: mockup: parse the module params in init, not probe
by Bartosz Golaszewski
· 7 years ago
f3b4717
gpio: mockup: add missing prefixes
by Bartosz Golaszewski
· 7 years ago
539340f
gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
by Jesse Chan
· 7 years ago
97b0313
gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
by Jesse Chan
· 7 years ago
56a46b6
gpio: Clarify that <linux/gpio.h> is legacy
by Linus Walleij
· 7 years ago
3554187
Merge branch 'ib-gpio-acpi-quirks' into devel
by Linus Walleij
· 7 years ago
8193032
gpio: omap: initialize gpioirq chip as part of gpiochip_add_data
by Grygorii Strashko
· 7 years ago
588fc3b
gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneously
by Bartosz Golaszewski
· 7 years ago
1b2ca32
gpiolib: acpi: Introduce NO_RESTRICTION quirk
by Andy Shevchenko
· 7 years ago
ce0929d
gpiolib: acpi: Add quirks field to struct acpi_gpio_mapping
by Andy Shevchenko
· 7 years ago
5c34b6c
gpiolib: acpi: Consolidate debug output in acpi_gpio_update_gpiod_flags()
by Andy Shevchenko
· 7 years ago
5870cff47
gpiolib: acpi: Move adev member to struct acpi_gpio_info
by Andy Shevchenko
· 7 years ago
Next »