summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
Commit message (Expand)AuthorAgeFilesLines
* Documentation: devres: add missing I2C helperYang Yingliang2022-11-021-0/+1
* Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-271-3/+0
|\
| * overflow: Fix kern-doc markup for functionsKees Cook2022-10-251-3/+0
* | Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-10-221-4/+15
|\ \ | |/ |/|
| * media: mc: entity: Rewrite media_pipeline_start()Laurent Pinchart2022-09-241-4/+3
| * media: Documentation: mc: add definitions for stream and pipelineTomi Valkeinen2022-09-241-0/+12
* | Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-10-121-14/+12
|\ \
| * | vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig2022-10-041-2/+2
| * | vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-041-1/+2
| * | vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-041-1/+1
| * | vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-041-1/+1
| * | vfio/mdev: remove mdev_parent_devChristoph Hellwig2022-10-041-3/+0
| * | vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-041-1/+1
| * | vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-041-6/+6
* | | Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-071-1/+0
|\ \ \
| * | | devres: remove devm_ioremap_npChristoph Hellwig2022-09-011-1/+0
| |/ /
* | | Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-10-071-1/+1
|\ \ \ | | |/ | |/|
| * | media: avoid use of 'videobuf'Hans Verkuil2022-08-291-1/+1
| |/
* | Merge tag 'regulator-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-10-041-0/+11
|\ \
| * | docs: devres: regulator: Add new get_enable functions to devres.rstMatti Vaittinen2022-08-231-0/+4
| * | regulator: Add missing devm_* functions to devres.rstMatti Vaittinen2022-08-151-0/+7
| |/
* | Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2022-10-042-3/+1
|\ \
| * | pwm: core: Get rid of unused devm_of_pwm_get()Andy Shevchenko2022-09-192-3/+1
| |/
* | Documentation: devres: add missing IO helperYang Yingliang2022-09-291-0/+1
* | Documentation: devres: update IRQ helperYang Yingliang2022-09-291-1/+1
* | Documentation: devres: add missing SPI helperYang Yingliang2022-09-271-0/+2
* | Documentation: devres: add missing PINCTRL helpersYang Yingliang2022-09-271-0/+2
* | Remove duplicate words inside documentationAkhil Raj2022-09-271-1/+1
|/
* Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-08-101-0/+8
|\
| * Documentation: cxl: remove dangling kernel-doc referenceBagas Sanjaya2022-08-051-3/+0
| * cxl/region: Add region creation supportBen Widawsky2022-07-211-0/+11
* | Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-082-469/+51
|\ \
| * | tty: serial: document uart_get_console()Jiri Slaby2022-07-281-1/+1
| * | tty: serial: serial_core, reformat kernel-doc for functionsJiri Slaby2022-07-281-4/+7
| * | Documentation: serial: link uart_ops properlyJiri Slaby2022-07-281-1/+1
| * | Documentation: serial: move GPIO kernel-doc to the functionsJiri Slaby2022-07-281-28/+4
| * | Documentation: serial: dedup kernel-doc for uart functionsJiri Slaby2022-07-281-79/+5
| * | Documentation: serial: move uart_ops documentation to the structJiri Slaby2022-07-281-356/+2
| * | serial: Support for RS-485 multipoint addressesIlpo Järvinen2022-06-272-1/+27
| * | serial: Drop timeout from uart_portIlpo Järvinen2022-06-271-2/+3
| * | Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman2022-06-204-0/+151
| |\|
| * | serial: Sanitize rs485_structIlpo Järvinen2022-06-101-4/+8
* | | Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-08-061-8/+8
|\ \ \
| * | | vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen2022-07-251-1/+1
| * | | vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen2022-07-251-2/+2
| * | | vfio: Make vfio_unpin_pages() return voidNicolin Chen2022-07-231-1/+1
| * | | vfio: de-extern-ify function prototypesAlex Williamson2022-06-271-5/+5
* | | | Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-10/+0
|\ \ \ \
| * | | | dmaengine: remove DMA_MEMCPY_SG once againChristoph Hellwig2022-06-271-10/+0
| | |/ / | |/| |
* | | | Merge tag 'gpio-updates-for-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-08-041-1/+0
|\ \ \ \