summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools: gpio: rename nlines to num_linesKent Gibson2020-09-303-26/+26
* tools: gpio: port gpio-watch to v2 uAPIKent Gibson2020-09-301-8/+8
* tools: gpio: port lsgpio to v2 uAPIKent Gibson2020-09-301-22/+38
* gpio: uapi: document uAPI v1 as deprecatedKent Gibson2020-09-301-0/+26
* gpiolib: cdev: support setting debounceKent Gibson2020-09-303-10/+244
* gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTLKent Gibson2020-09-301-0/+61
* gpiolib: cdev: support GPIO_V2_LINE_SET_CONFIG_IOCTLKent Gibson2020-09-301-0/+88
* gpiolib: cdev: support edge detection for uAPI v2Kent Gibson2020-09-303-0/+281
* gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WA...Kent Gibson2020-09-301-28/+168
* gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTLKent Gibson2020-09-301-0/+424
* gpiolib: add build option for CDEV v1 ABIKent Gibson2020-09-301-0/+12
* gpiolib: make cdev a build optionKent Gibson2020-09-303-3/+31
* gpio: uapi: define uAPI v2Kent Gibson2020-09-301-7/+284
* gpio: uapi: define GPIO_MAX_NAME_SIZE for array sizesKent Gibson2020-09-301-6/+11
* gpiolib: cdev: replace strncpy() with strscpy()Kent Gibson2020-09-301-16/+7
* gpiolib: cdev: gpio_desc_to_lineinfo() should set info offsetKent Gibson2020-09-301-1/+2
* gpio: mockup: refactor the module init functionBartosz Golaszewski2020-09-301-47/+49
* gpio: mockup: use the generic 'gpio-line-names' propertyBartosz Golaszewski2020-09-301-32/+38
* gpio: mockup: pass the chip label as device propertyBartosz Golaszewski2020-09-301-9/+8
* gpio: mockup: increase the number of supported device propertiesBartosz Golaszewski2020-09-301-2/+2
* gpio: mockup: remove unneeded return statementBartosz Golaszewski2020-09-301-2/+0
* gpio: mockup: use pr_fmt()Bartosz Golaszewski2020-09-301-4/+4
* gpio: mockup: use KBUILD_MODNAMEBartosz Golaszewski2020-09-301-4/+3
* gpio: mockup: drop unneeded includesBartosz Golaszewski2020-09-301-2/+0
* Documentation: gpio: add documentation for gpio-mockupBartosz Golaszewski2020-09-301-0/+50
* lib: string_helpers: provide kfree_strarray()Bartosz Golaszewski2020-09-302-0/+25
* gpio: mpc8xxx: simplify ls1028a/ls1088a supportMichael Walle2020-09-301-33/+12
* gpio: mockup: fix resource leak in error pathBartosz Golaszewski2020-09-301-0/+2
* gpio: mxc: Support module buildAnson Huang2020-09-292-1/+7
* pinctrl: bcm: fix kconfig dependency warning when !GPIOLIBNecip Fazil Yildiran2020-09-291-0/+1
* dt-bindings: gpio: convert bindings for Maxim MAX732x family to dtschemaKrzysztof Kozlowski2020-09-292-60/+68
* dt-bindings: gpio: convert bindings for NXP PCA953x family to dtschemaKrzysztof Kozlowski2020-09-293-94/+166
* dt-bindings: gpio: fsl-imx-gpio: add gpio-line-namesKrzysztof Kozlowski2020-09-291-1/+1
* dt-bindings: gpio: fsl-imx-gpio: add i.MX ARMv6 and ARMv7 compatiblesKrzysztof Kozlowski2020-09-291-0/+12
* dt-bindings: gpio: pl061: add gpio-line-namesKrzysztof Kozlowski2020-09-291-0/+3
* Merge tag 'gpio-updates-for-v5.10-part1' of git://git.kernel.org/pub/scm/linu...Linus Walleij2020-09-2118-164/+201
|\
| * gpiolib: check for parent device in devprop_gpiochip_set_names()Bartosz Golaszewski2020-09-171-0/+4
| * gpiolib: unexport devprop_gpiochip_set_names()Bartosz Golaszewski2020-09-144-66/+47
| * gpiolib: generalize devprop_gpiochip_set_names() for device propertiesBartosz Golaszewski2020-09-145-24/+15
| * device: property: add helpers to count items in string arraysBartosz Golaszewski2020-09-141-0/+13
| * gpiolib: switch to simpler IDA interfaceBartosz Golaszewski2020-09-141-3/+3
| * gpiolib: convert to use DEFINE_SEQ_ATTRIBUTE macroAndy Shevchenko2020-09-111-16/+3
| * gpio: tc35894: Disable Direct KBD interrupts to enable gpio irqdillon min2020-09-092-2/+22
| * gpio: zynq: Simplify with dev_err_probe()Krzysztof Kozlowski2020-08-281-5/+3
| * gpio: pisosr: Simplify with dev_err_probe()Krzysztof Kozlowski2020-08-281-6/+3
| * gpio: pca953x: Simplify with dev_err_probe()Krzysztof Kozlowski2020-08-281-6/+3
| * gpio: omap: Simplify with dev_err_probe()Krzysztof Kozlowski2020-08-281-4/+1
| * gpio: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski2020-08-281-6/+2
| * gpio: bcm-kona: Simplify with dev_err_probe()Krzysztof Kozlowski2020-08-281-4/+1
| * dt-bindings: gpio: renesas, rcar-gpio: Add r8a774e1 supportLad Prabhakar2020-08-281-0/+1