summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-171-13/+3
|\
| * PCI/P2PDMA: Remove reference to pci_p2pdma_map_sg()Tadeusz Struk2023-11-201-13/+3
* | Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-121-4/+13
|\ \
| * | pwm: Make it possible to apply PWM changes in atomic contextSean Young2023-12-201-0/+9
| * | pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young2023-12-201-4/+4
| |/
* | Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2024-01-124-46/+101
|\ \
| * | media: Documentation: LP-11 and LP-111 are states, not modesSakari Ailus2023-12-131-6/+6
| * | media: Documentation: BT.601 is not a busSakari Ailus2023-12-132-8/+9
| * | media: ccs: Generate V4L2 CCI compliant register definitionsSakari Ailus2023-12-041-29/+75
| * | media: Documentation: Initialisation finishes before subdev registrationSakari Ailus2023-12-042-1/+9
| * | media: v4l2-subdev: Fix references to pad configLaurent Pinchart2023-11-231-2/+2
| |/
* | Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds2024-01-118-137/+78
|\ \
| * | Documentation: move driver-api/dcdbas to userspace-api/Vegard Nossum2024-01-032-100/+0
| * | Documentation: move driver-api/isapnp to userspace-api/Vegard Nossum2024-01-032-16/+0
| * | Documentation: Destage TEE subsystem documentationSumit Garg2023-12-082-0/+67
| * | docs: nvmem: remove function parameters (fixes hyperlink generation)Luca Ceresoli2023-12-081-1/+1
| * | docs: nvmem: generate kernel-doc API documentationLuca Ceresoli2023-12-081-0/+6
| * | Merge branch 'vegard' into docs-mwJonathan Corbet2023-11-174-20/+4
| |\ \ | | |/ | |/|
| | * docs: driver-api: properly format ToC headingsVegard Nossum2023-11-174-20/+4
* | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-4/+5
|\ \ \
| * | | arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He2023-11-231-4/+5
| |/ /
* | | Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-01-104-0/+865
|\ \ \
| * | | crypto: iaa - Add IAA Compression Accelerator DocumentationTom Zanussi2023-12-154-0/+865
| |/ /
* | | Merge tag 'platform-drivers-x86-v6.8-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-01-092-0/+79
|\ \ \
| * | | Documentation/driver-api: Add document about WBRF mechanismMa Jun2023-12-112-0/+79
| |/ /
* | | Merge tag 'mtd/for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2024-01-091-61/+201
|\ \ \
| * | | docs: mtd: spi-nor: drop obsolete infoTudor Ambarus2023-11-241-62/+0
| * | | docs: mtd: spi-nor: add sections about flash additions and testingTudor Ambarus2023-11-241-0/+202
| |/ /
* / / lib: crc_ccitt_false() is identical to crc_itu_t()Mathis Marion2023-12-291-1/+1
|/ /
* | Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-11-065-523/+91
|\ \
| * | media: Documentation: ccs: Fix spelling mistakeUmang Jain2023-10-121-1/+1
| * | media: Documentation: Split camera sensor documentationSakari Ailus2023-10-071-93/+38
| * | media: remove the old videobuf frameworkHans Verkuil2023-09-273-412/+0
| * | Documentation: media: camera-sensor: Improve power management documentationLaurent Pinchart2023-09-271-16/+42
| * | Documentation: media: camera-sensor: Move power management sectionLaurent Pinchart2023-09-271-35/+35
| * | Documentation: media: camera-sensor: Use link to upstream DT bindingsLaurent Pinchart2023-09-271-4/+5
| * | Documentation: media: camera-sensor: Fix typo and vocabulary selectionLaurent Pinchart2023-09-271-2/+2
| * | media: Documentation: Mention CCS toolsSakari Ailus2023-09-271-0/+8
| |/
* | Merge tag 'i3c/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2023-11-041-2/+2
|\ \
| * | i3c: Fix typo "Provisional ID" to "Provisioned ID"Matt Johnston2023-10-101-2/+2
| |/
* | Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-37/+11
|\ \
| * | docs: driver-api: usb: update dma infoRandy Li2023-10-051-37/+11
| |/
* | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-032-0/+11
|\ \
| * | tty: fix kernel-doc for functions in tty.hJiri Slaby (SUSE)2023-10-031-0/+3
| * | tty: fix up and plug in tty_ioctl kernel-docJiri Slaby (SUSE)2023-10-032-0/+8
| |/
* | Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds2023-11-013-12/+24
|\ \
| * | Documentation: driver-api: pps: Update PPS generator documentationPandith N2023-10-261-5/+11
| * | PCI: Update the devres documentation regarding to pcim_*()Andy Shevchenko2023-10-101-4/+10
| * | pwm: Adapt sysfs API documentation to realityUwe Kleine-König2023-10-101-3/+3
| |/
* | Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-11-011-8/+24
|\ \