summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-5/+5
2022-12-13Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-2/+2
2022-12-13Merge tag 'regulator-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-0/+1
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+6
2022-12-12Merge tag 'docs-6.2' of git://git.lwn.net/linuxLinus Torvalds2-1/+9
2022-11-25Merge tag 'v6.1-rc4' into spi-6.2Mark Brown3-7/+16
2022-11-25Merge tag 'v6.1-rc4' into regulator-6.2Mark Brown3-7/+16
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie3-6/+3
2022-11-21Documentation: devres: add missing PWM helperYang Yingliang1-0/+1
2022-11-18Merge tag 'tty-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+2
2022-11-15Documentation: devres: add missing LED helpersYang Yingliang1-0/+3
2022-11-15Documentation: eisa: Fix typoAlbert Zhou1-1/+1
2022-11-09Documentation: devres: add missing IIO helpersYang Yingliang1-0/+4
2022-11-09docs/driver-api/miscellaneous: Remove kernel-doc of serial_core.cAkira Yokosawa1-3/+2
2022-11-09docs/pinctrl: fix runtime pinmuxing exampleSiarhei Volkau1-2/+2
2022-11-09docs/pinctrl: fix pinctrl_select_state examplesSiarhei Volkau1-3/+3
2022-11-02Documentation: devres: add missing I2C helperYang Yingliang1-0/+1
2022-11-02regulator: docs: add missing helperYang Yingliang1-0/+1
2022-11-01spi: Update reference to struct spi_controllerJonathan Neuschäfer1-2/+2
2022-10-27Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+0
2022-10-25overflow: Fix kern-doc markup for functionsKees Cook1-3/+0
2022-10-25Merge tag 'drm-misc-next-2022-10-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+6
2022-10-22Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-4/+15
2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard5-21/+32
2022-10-18dma-buf: Document dynamic locking conventionDmitry Osipenko1-0/+6
2022-10-12Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-14/+12
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2022-10-07Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+1
2022-10-04Merge tag 'regulator-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-0/+11
2022-10-04Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2-3/+1
2022-10-04vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig1-2/+2
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig1-1/+2
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig1-1/+1
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe1-1/+1
2022-10-04vfio/mdev: remove mdev_parent_devChristoph Hellwig1-3/+0
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig1-1/+1
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig1-6/+6
2022-09-29Documentation: devres: add missing IO helperYang Yingliang1-0/+1
2022-09-29Documentation: devres: update IRQ helperYang Yingliang1-1/+1
2022-09-27Documentation: devres: add missing SPI helperYang Yingliang1-0/+2
2022-09-27Documentation: devres: add missing PINCTRL helpersYang Yingliang1-0/+2
2022-09-27Remove duplicate words inside documentationAkhil Raj1-1/+1
2022-09-24media: mc: entity: Rewrite media_pipeline_start()Laurent Pinchart1-4/+3
2022-09-24media: Documentation: mc: add definitions for stream and pipelineTomi Valkeinen1-0/+12
2022-09-19pwm: core: Get rid of unused devm_of_pwm_get()Andy Shevchenko2-3/+1
2022-09-01devres: remove devm_ioremap_npChristoph Hellwig1-1/+0
2022-08-29media: avoid use of 'videobuf'Hans Verkuil1-1/+1
2022-08-23docs: devres: regulator: Add new get_enable functions to devres.rstMatti Vaittinen1-0/+4
2022-08-15regulator: Add missing devm_* functions to devres.rstMatti Vaittinen1-0/+7
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+8