aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-22Merge tag 'docs-5.17-2' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2022-01-20Documentation: fix firewire.rst ABI file path errorRandy Dunlap1-2/+2
2022-01-18Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds2-3/+37
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-22/+44
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-01-12Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-15/+17
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-330/+7
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-211/+25
2021-12-30counter: Update documentation for new counter registration functionsUwe Kleine-König1-5/+5
2021-12-21docs/driver-api: Replace a comma in the n_gsm.rst with a double colonYanteng Si1-1/+7
2021-12-09PCI/MSI: Move code into a separate directoryThomas Gleixner1-1/+1
2021-12-03Documentation/auxiliary_bus: Move the text into the codeIra Weiny1-281/+17
2021-12-03Documentation/auxiliary_bus: Update Auxiliary device lifespanIra Weiny1-11/+21
2021-12-03Documentation/auxiliary_bus: Clarify match_nameIra Weiny1-3/+30
2021-12-03Documentation/auxiliary_bus: Clarify auxiliary_device creationIra Weiny1-20/+61
2021-11-28fpga: region: Use standard dev_release for class driverRuss Weight1-3/+9
2021-11-28fpga: bridge: Use standard dev_release for class driverRuss Weight1-5/+1
2021-11-28fpga: mgr: Use standard dev_release for class driverRuss Weight1-9/+29
2021-11-26tty: move tty_ldisc docs to new Documentation/tty/Jiri Slaby2-88/+0
2021-11-26tty: reformat tty_struct::flags into kernel-docJiri Slaby1-22/+2
2021-11-26tty: combine tty_ldisc_ops docs into kernel-docJiri Slaby1-93/+2
2021-11-26tty: combine tty_operations triple docs into kernel-docJiri Slaby1-132/+2
2021-11-22Documentation: dmaengine: Correctly describe dmatest with channel unsetDaniel Thompson1-3/+4
2021-11-22Documentation: dmaengine: Add a description of what dmatest doesDaniel Thompson1-0/+10
2021-11-22dmaengine: Add documentation for new memcpy scatter-gather functionAdrian Larumbe1-0/+23
2021-11-17Docs: usb: update writesize, copy_from_user, usb_fill_bulk_urb, usb_submit_urbPhilipp Hortmann1-11/+13
2021-11-17Docs: usb: update comment and code near increment usage countPhilipp Hortmann1-2/+2
2021-11-17Docs: usb: update err() to pr_err() and replace __FILE__Philipp Hortmann1-2/+2
2021-11-15media: drivers/index.rst: add missing rkisp1 entryHans Verkuil1-0/+1
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+6
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-10/+63
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-77/+287
2021-11-04Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-5/+8
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+0
2021-11-02Merge tag 'thermal-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-222/+3
2021-11-01Merge tag 'mmc-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-2/+2
2021-11-01Merge tag 'for-linus-5.16-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds1-2/+62
2021-10-28docs: mmc: update maintainer name and URLAndy Isaacson1-2/+2
2021-10-26Documentation: USB: fix example bulk-message timeoutJohan Hovold1-1/+1
2021-10-25Docs: usb: remove :c:func: for usb_register and usb_deregisterPhilipp Hortmann1-2/+2
2021-10-25Docs: usb: update struct usb_driverPhilipp Hortmann1-2/+5
2021-10-19Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman1-0/+1
2021-10-19iio: inkern: introduce devm_iio_map_array_register() short-hand functionAlexandru Ardelean1-0/+1
2021-10-18docs: counter: Include counter-chrdev kernel-doc to generic-counter.rstWilliam Breathitt Gray1-0/+3
2021-10-18counter: fix docum. build problems after filename changeRandy Dunlap1-1/+1
2021-10-17docs: counter: Document character device interfaceWilliam Breathitt Gray1-41/+136
2021-10-17docs: counter: Update to reflect sysfs internalizationWilliam Breathitt Gray1-66/+177
2021-10-08media: remove myself from dvb media maintainersSean Young1-1/+1
2021-10-07thermal: Move ABI documentation to Documentation/ABIMauro Carvalho Chehab1-222/+3
2021-10-05ipmi: Add docs for the IPMI IPMB driverCorey Minyard1-0/+39