aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/gpio
AgeCommit message (Expand)AuthorFilesLines
2025-11-19Documentation: gpio: Add a compatibility and feature list for PCA953xLevente Révész2-0/+553
2025-08-26Documentation: gpio: add documentation about using software nodesDmitry Torokhov3-0/+364
2025-06-21Documentation: treewide: Replace remaining spinics links with loreBagas Sanjaya1-1/+1
2025-05-21gpiolib-acpi: Update file references in the Documentation and MAINTAINERSAndy Shevchenko1-1/+1
2024-07-15Merge tag 'gpio-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-704/+3
2024-07-10pwm: Add GPIO PWM driverVincent Whitchurch1-1/+6
2024-06-11gpiolib: Remove data-less gpiochip_add() functionAndrew Davis1-3/+2
2024-05-27gpio: Remove legacy API documentationAndy Shevchenko5-701/+1
2024-04-12Documentation: gpio: Replace leading TABs by spaces in code blocksAndy Shevchenko1-14/+14
2024-04-03gpiolib: legacy: Remove unused gpio_request_array() and gpio_free_array()Andy Shevchenko1-16/+0
2024-02-14Documentation: gpio: consistently use logical line value terminologyKent Gibson1-5/+5
2023-10-04gpio: Further document optional GPIOLIBLinus Walleij1-0/+4
2023-06-13gpiolib: remove unused gpio_cansleep()Andy Shevchenko1-11/+1
2023-06-01gpiolib: Kill unused GPIOF_OPEN_*Andy Shevchenko1-16/+0
2023-06-01gpiolib: Kill unused GPIOF_EXPORT and CoAndy Shevchenko1-3/+0
2023-03-15Documentation: gpio: Input mode is not true Hi-ZAndy Shevchenko1-4/+4
2023-03-06gpiolib: remove legacy gpio_export()Arnd Bergmann1-21/+0
2023-03-06gpiolib: remove gpio_set_debounce()Arnd Bergmann1-2/+0
2023-01-30gpio: Remove unused and obsoleted irq_to_gpio()Andy Shevchenko1-8/+0
2023-01-30gpio: Remove unused and obsoleted gpio_export_link()Andy Shevchenko1-9/+0
2022-10-17Documentation: gpio: Remove text about ARCH_NR_GPIOSChristophe Leroy1-5/+0
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds3-5/+5
2022-06-24docs: driver-api: gpio: Fix some typosTom Schwindl3-5/+5
2022-06-13docs: driver-api: gpio: Fix filename mismatchTom Schwindl3-7/+7
2022-05-16Documentation: gpio: Advertise irqd_to_hwirq() helper in the examplesAndy Shevchenko1-6/+12
2022-05-16Documentation: gpio: Fix IRQ mask and unmask examplesAndy Shevchenko1-6/+6
2022-04-19Documentation: Update the recommended pattern for GPIO irqchipsMarc Zyngier1-33/+142
2022-03-08ACPI: docs: gpio-properties: Unify ASL style for GPIO examplesAndy Shevchenko1-12/+9
2021-07-21docs: gpio: explain GPIOD_OUT_* values and toggling active lowHannu Hartikainen1-1/+9
2021-07-21Documentation: gpio: driver.rst: Remove gpiochip_irqchip_add mentionVincent Pelletier1-7/+4
2021-06-17docs: driver-api: gpio: using-gpio.rst: avoid using ReST :doc:`foo` markupMauro Carvalho Chehab1-2/+2
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+7
2021-04-30Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2021-03-26gpio: Mention GPIO MUX in docsLinus Walleij1-0/+6
2021-03-26docs: driver-api: gpio: consumer: Mark another line of code as suchJonathan Neuschäfer1-1/+1
2021-03-25Documentation: gpio: chip should be pluralBryan Brattlof1-1/+1
2021-03-10Documentation: rename pinctl to pin-controlDrew Fustini1-1/+1
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2021-02-15docs: gpio: intro: Improve HTML formattingJonathan Neuschäfer1-4/+4
2021-02-15docs: gpio: Fix formatting in description of gpiod_*_array_* functionsJonathan Neuschäfer1-2/+3
2021-01-11Documentation: Replace lkml.org links with loreJoe Perches1-2/+2
2020-12-05Documentation: gpio: fix typo and unclear legacy API sectionAlexandre Courbot1-8/+10
2020-10-28gpio: stmpe: Fix forgotten refactoringLinus Walleij1-2/+2
2020-10-28gpio: Retire the explicit gpio irqchip codeLinus Walleij1-21/+42
2020-10-12gpiolib: Update indentation in driver.rst for code excerptsAndy Shevchenko1-6/+6
2020-07-07gpio: Add gpio-charger to the documentationLinus Walleij1-0/+7
2020-05-18gpiolib: Add support for GPIO lookup by line nameGeert Uytterhoeven1-5/+10
2020-03-25docs: gpio: driver.rst: don't mark literal blocks twiceMauro Carvalho Chehab1-2/+2
2020-01-29Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-5/+0
2020-01-23gpio: Drop the chained IRQ handler assign functionLinus Walleij1-5/+0
2020-01-15gpio: Add use guidance documentationLinus Walleij3-4/+55
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-11-22Documentation: gpio: driver.rst: Fix warningsDaniel W. S. Almeida1-9/+12
2019-10-23Merge tag 'gpio-v5.5-updates-for-linus-part-1' of git://git.kernel.org/pub/sc...Linus Walleij1-0/+4
2019-10-10docs: fix some broken referencesMauro Carvalho Chehab1-1/+1
2019-10-09docs: driver-api: bt8xxgpio: Revive dead linkJonathan Neuschäfer1-1/+1
2019-10-09docs: driver-api: Move bt8xxgpio to the gpio directoryJonathan Neuschäfer2-0/+63
2019-10-03Documentation: gpio: driver: Format code blocks properlyJonathan Neuschäfer1-0/+4
2019-09-03Merge tag 'gpio-v5.4-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij1-8/+8
2019-08-15gpio: Add support for hierarchical IRQ domainsLinus Walleij1-14/+108
2019-07-30Documentation: gpio: fix function links in the HTML docsJeremy Cline1-8/+8
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2019-07-04Documentation: gpio: Fix reference to gpiod_get_array()Geert Uytterhoeven1-1/+1
2019-06-21docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab2-2/+2
2019-06-07docs: gpio: driver.rst: fix a bad tagMauro Carvalho Chehab1-1/+1
2019-05-28Documentation: gpio: remove duplicated linesLuca Ceresoli1-2/+0
2019-05-28gpio: Fix minor grammar errors in documentationLinus Walleij1-7/+7
2019-05-07gpio: Update documentationLinus Walleij1-132/+229
2019-02-20Documentation: gpio: legacy: Don't use POLLERR for poll(2)Uwe Kleine-König1-5/+4
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij1-1/+1
2019-02-14Documentation: gpio: driver: fix wire name for I2CWolfram Sang1-1/+1
2019-02-11Documenation: driver-api: fix gpio/board.rst warningRandy Dunlap1-0/+1
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij1-1/+3
2018-10-10gpio: fix kernel-doc after devres.c file renameRandy Dunlap1-1/+1
2018-10-01gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven1-8/+8
2018-10-01Documentation: gpio: Fix return type of gpiod_set_raw_array_value*()Geert Uytterhoeven1-8/+8
2018-09-24gpiolib: Fix array members of same chip processed separatelyJanusz Krzysztofik1-5/+14
2018-09-20Merge branch 'ib-array-bitmaps' into develLinus Walleij2-13/+48
2018-09-13gpiolib: Implement fast processing path in get/set arrayJanusz Krzysztofik2-0/+23
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik1-2/+12
2018-09-13gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik1-1/+3
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik1-11/+11
2018-09-10gpio/driver.rst: document gpiochip_disable/enable_irq()Hans Verkuil1-1/+22
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-08Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2-0/+20
2018-05-16Documentation: gpio: driver: Fix a typo and some odd grammarJonathan Neuschäfer1-3/+3
2018-05-16gpiolib: add hogs support for machine codeBartosz Golaszewski1-0/+16
2018-05-16gpio: Add a reference to CEC on GPIOLinus Walleij1-0/+4
2018-04-06Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds1-2/+2
2018-03-23Documentation: gpio: Move drivers-on-gpio.txt to driver-apiJonathan Neuschäfer2-0/+98
2018-03-23Documentation: gpio: Move GPIO mapping documentation to driver-apiJonathan Neuschäfer2-0/+180
2018-03-23Documentation: gpio: Move gpiod_* consumer documentation to driver-apiJonathan Neuschäfer2-0/+440
2018-03-23Documentation: gpio: Move legacy documentation to driver-apiJonathan Neuschäfer2-9/+771
2018-03-23Documentation: gpio: Move driver documentation to driver-apiJonathan Neuschäfer2-0/+430
2018-03-23Documentation: gpio: Move introduction to driver-apiJonathan Neuschäfer2-0/+131
2018-03-23Documentation: driver-api: Move gpio.rst to gpio/index.rstJonathan Neuschäfer1-0/+45