aboutsummaryrefslogtreecommitdiff
path: root/Documentation/driver-api/gpio
AgeCommit message (Expand)AuthorFilesLines
2023-10-04gpio: Further document optional GPIOLIBGravatar Linus Walleij 1-0/+4
2023-06-13gpiolib: remove unused gpio_cansleep()Gravatar Andy Shevchenko 1-11/+1
2023-06-01gpiolib: Kill unused GPIOF_OPEN_*Gravatar Andy Shevchenko 1-16/+0
2023-06-01gpiolib: Kill unused GPIOF_EXPORT and CoGravatar Andy Shevchenko 1-3/+0
2023-03-15Documentation: gpio: Input mode is not true Hi-ZGravatar Andy Shevchenko 1-4/+4
2023-03-06gpiolib: remove legacy gpio_export()Gravatar Arnd Bergmann 1-21/+0
2023-03-06gpiolib: remove gpio_set_debounce()Gravatar Arnd Bergmann 1-2/+0
2023-01-30gpio: Remove unused and obsoleted irq_to_gpio()Gravatar Andy Shevchenko 1-8/+0
2023-01-30gpio: Remove unused and obsoleted gpio_export_link()Gravatar Andy Shevchenko 1-9/+0
2022-10-17Documentation: gpio: Remove text about ARCH_NR_GPIOSGravatar Christophe Leroy 1-5/+0
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-5/+5
2022-06-24docs: driver-api: gpio: Fix some typosGravatar Tom Schwindl 3-5/+5
2022-06-13docs: driver-api: gpio: Fix filename mismatchGravatar Tom Schwindl 3-7/+7
2022-05-16Documentation: gpio: Advertise irqd_to_hwirq() helper in the examplesGravatar Andy Shevchenko 1-6/+12
2022-05-16Documentation: gpio: Fix IRQ mask and unmask examplesGravatar Andy Shevchenko 1-6/+6
2022-04-19Documentation: Update the recommended pattern for GPIO irqchipsGravatar Marc Zyngier 1-33/+142
2022-03-08ACPI: docs: gpio-properties: Unify ASL style for GPIO examplesGravatar Andy Shevchenko 1-12/+9
2021-07-21docs: gpio: explain GPIOD_OUT_* values and toggling active lowGravatar Hannu Hartikainen 1-1/+9
2021-07-21Documentation: gpio: driver.rst: Remove gpiochip_irqchip_add mentionGravatar Vincent Pelletier 1-7/+4
2021-06-17docs: driver-api: gpio: using-gpio.rst: avoid using ReST :doc:`foo` markupGravatar Mauro Carvalho Chehab 1-2/+2
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-1/+7
2021-04-30Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2021-03-26gpio: Mention GPIO MUX in docsGravatar Linus Walleij 1-0/+6
2021-03-26docs: driver-api: gpio: consumer: Mark another line of code as suchGravatar Jonathan Neuschäfer 1-1/+1
2021-03-25Documentation: gpio: chip should be pluralGravatar Bryan Brattlof 1-1/+1
2021-03-10Documentation: rename pinctl to pin-controlGravatar Drew Fustini 1-1/+1
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-2/+2
2021-02-15docs: gpio: intro: Improve HTML formattingGravatar Jonathan Neuschäfer 1-4/+4
2021-02-15docs: gpio: Fix formatting in description of gpiod_*_array_* functionsGravatar Jonathan Neuschäfer 1-2/+3
2021-01-11Documentation: Replace lkml.org links with loreGravatar Joe Perches 1-2/+2
2020-12-05Documentation: gpio: fix typo and unclear legacy API sectionGravatar Alexandre Courbot 1-8/+10
2020-10-28gpio: stmpe: Fix forgotten refactoringGravatar Linus Walleij 1-2/+2
2020-10-28gpio: Retire the explicit gpio irqchip codeGravatar Linus Walleij 1-21/+42
2020-10-12gpiolib: Update indentation in driver.rst for code excerptsGravatar Andy Shevchenko 1-6/+6
2020-07-07gpio: Add gpio-charger to the documentationGravatar Linus Walleij 1-0/+7
2020-05-18gpiolib: Add support for GPIO lookup by line nameGravatar Geert Uytterhoeven 1-5/+10
2020-03-25docs: gpio: driver.rst: don't mark literal blocks twiceGravatar Mauro Carvalho Chehab 1-2/+2
2020-01-29Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-5/+0
2020-01-23gpio: Drop the chained IRQ handler assign functionGravatar Linus Walleij 1-5/+0
2020-01-15gpio: Add use guidance documentationGravatar Linus Walleij 3-4/+55
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-11-22Documentation: gpio: driver.rst: Fix warningsGravatar Daniel W. S. Almeida 1-9/+12
2019-10-23Merge tag 'gpio-v5.5-updates-for-linus-part-1' of git://git.kernel.org/pub/sc...Gravatar Linus Walleij 1-0/+4
2019-10-10docs: fix some broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
2019-10-09docs: driver-api: bt8xxgpio: Revive dead linkGravatar Jonathan Neuschäfer 1-1/+1
2019-10-09docs: driver-api: Move bt8xxgpio to the gpio directoryGravatar Jonathan Neuschäfer 2-0/+63
2019-10-03Documentation: gpio: driver: Format code blocks properlyGravatar Jonathan Neuschäfer 1-0/+4
2019-09-03Merge tag 'gpio-v5.4-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Walleij 1-8/+8
2019-08-15gpio: Add support for hierarchical IRQ domainsGravatar Linus Walleij 1-14/+108
2019-07-30Documentation: gpio: fix function links in the HTML docsGravatar Jeremy Cline 1-8/+8