summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.17-2' of git://git.lwn.net/linuxLinus Torvalds2022-01-221-2/+2
|\
| * Documentation: fix firewire.rst ABI file path errorRandy Dunlap2022-01-201-2/+2
* | Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-182-3/+37
|\ \
| * | Documentation: dmaengine: Correctly describe dmatest with channel unsetDaniel Thompson2021-11-221-3/+4
| * | Documentation: dmaengine: Add a description of what dmatest doesDaniel Thompson2021-11-221-0/+10
| * | dmaengine: Add documentation for new memcpy scatter-gather functionAdrian Larumbe2021-11-221-0/+23
| |/
* | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-144-22/+44
|\ \
| * | counter: Update documentation for new counter registration functionsUwe Kleine-König2021-12-301-5/+5
| * | fpga: region: Use standard dev_release for class driverRuss Weight2021-11-281-3/+9
| * | fpga: bridge: Use standard dev_release for class driverRuss Weight2021-11-281-5/+1
| * | fpga: mgr: Use standard dev_release for class driverRuss Weight2021-11-281-9/+29
| |/
* | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-1/+1
|\ \
| * | PCI/MSI: Move code into a separate directoryThomas Gleixner2021-12-091-1/+1
| |/
* | Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-121-15/+17
|\ \
| * | Docs: usb: update writesize, copy_from_user, usb_fill_bulk_urb, usb_submit_urbPhilipp Hortmann2021-11-171-11/+13
| * | Docs: usb: update comment and code near increment usage countPhilipp Hortmann2021-11-171-2/+2
| * | Docs: usb: update err() to pr_err() and replace __FILE__Philipp Hortmann2021-11-171-2/+2
| |/
* | Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-123-330/+7
|\ \
| * | docs/driver-api: Replace a comma in the n_gsm.rst with a double colonYanteng Si2021-12-211-1/+7
| * | tty: move tty_ldisc docs to new Documentation/tty/Jiri Slaby2021-11-262-88/+0
| * | tty: reformat tty_struct::flags into kernel-docJiri Slaby2021-11-261-22/+2
| * | tty: combine tty_ldisc_ops docs into kernel-docJiri Slaby2021-11-261-93/+2
| * | tty: combine tty_operations triple docs into kernel-docJiri Slaby2021-11-261-132/+2
| |/
* | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-121-211/+25
|\ \
| * | Documentation/auxiliary_bus: Move the text into the codeIra Weiny2021-12-031-281/+17
| * | Documentation/auxiliary_bus: Update Auxiliary device lifespanIra Weiny2021-12-031-11/+21
| * | Documentation/auxiliary_bus: Clarify match_nameIra Weiny2021-12-031-3/+30
| * | Documentation/auxiliary_bus: Clarify auxiliary_device creationIra Weiny2021-12-031-20/+61
| |/
* / media: drivers/index.rst: add missing rkisp1 entryHans Verkuil2021-11-151-0/+1
|/
* Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-11-081-0/+6
|\
| * Documentation/cxl: Add bus internal docsBen Widawsky2021-09-211-0/+3
| * cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the coreDan Williams2021-09-211-0/+3
* | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-042-10/+63
|\ \
| * | tty: make tty_ldisc_ops::hangup return voidJiri Slaby2021-09-221-1/+1
| * | tty: n_gsm: Add some instructions and code for requesterZhenguo Zhao2021-09-141-9/+62
| |/
* | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-042-77/+287
|\ \
| * \ Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2021-10-191-0/+1
| |\ \
| | * | iio: inkern: introduce devm_iio_map_array_register() short-hand functionAlexandru Ardelean2021-10-191-0/+1
| | |/
| * | docs: counter: Include counter-chrdev kernel-doc to generic-counter.rstWilliam Breathitt Gray2021-10-181-0/+3
| * | counter: fix docum. build problems after filename changeRandy Dunlap2021-10-181-1/+1
| * | docs: counter: Document character device interfaceWilliam Breathitt Gray2021-10-171-41/+136
| * | docs: counter: Update to reflect sysfs internalizationWilliam Breathitt Gray2021-10-171-66/+177
| |/
* | Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-041-5/+8
|\ \
| * | Documentation: USB: fix example bulk-message timeoutJohan Hovold2021-10-261-1/+1
| * | Docs: usb: remove :c:func: for usb_register and usb_deregisterPhilipp Hortmann2021-10-251-2/+2
| * | Docs: usb: update struct usb_driverPhilipp Hortmann2021-10-251-2/+5
| |/
* | Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-021-6/+0
|\ \
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-09-1416-184/+206
| |\|
| * | dma-buf: cleanup kerneldoc of removed componentChristian König2021-09-021-6/+0
* | | Merge tag 'thermal-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-021-222/+3
|\ \ \