aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+8
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-469/+51
2022-08-06Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-8/+8
2022-08-05Documentation: cxl: remove dangling kernel-doc referenceBagas Sanjaya1-3/+0
2022-08-04Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds1-10/+0
2022-08-04Merge tag 'gpio-updates-for-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-1/+0
2022-08-04Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-1/+5
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-3/+1
2022-08-04Merge tag 'staging-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+2
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-0/+45
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-6/+21
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+14
2022-08-03Merge tag 'media/v5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-2/+9
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds4-8/+7
2022-07-28docs: driver-api: firmware: add driver firmware guidelines. (v3)Dave Airlie2-0/+45
2022-07-28tty: serial: document uart_get_console()Jiri Slaby1-1/+1
2022-07-28tty: serial: serial_core, reformat kernel-doc for functionsJiri Slaby1-4/+7
2022-07-28Documentation: serial: link uart_ops properlyJiri Slaby1-1/+1
2022-07-28Documentation: serial: move GPIO kernel-doc to the functionsJiri Slaby1-28/+4
2022-07-28Documentation: serial: dedup kernel-doc for uart functionsJiri Slaby1-79/+5
2022-07-28Documentation: serial: move uart_ops documentation to the structJiri Slaby1-356/+2
2022-07-27media: Documentation: mc-core: Fix typoLaurent Pinchart1-1/+1
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen1-1/+1
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen1-2/+2
2022-07-23vfio: Make vfio_unpin_pages() return voidNicolin Chen1-1/+1
2022-07-21cxl/region: Add region creation supportBen Widawsky1-0/+11
2022-07-19gpiolib: devres: Get rid of unused devm_gpio_free()Andy Shevchenko1-1/+0
2022-07-17media: mc-entity: Add a new helper function to get a remote pad for a padLaurent Pinchart1-2/+3
2022-07-17media: mc-entity: Add a new helper function to get a remote padLaurent Pinchart1-1/+2
2022-07-17media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_first()Laurent Pinchart1-2/+1
2022-07-17media: v4l2-async: Add notifier operation to destroy asd instancesLaurent Pinchart1-0/+6
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie3-7/+7
2022-07-11Merge tag 'fpga-late-for-5.20-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga into char-misc-nextGreg Kroah-Hartman1-6/+21
2022-07-11Merge 5.19-rc6 into staging-nextGreg Kroah-Hartman4-7/+13
2022-07-07tegra194-hte.rst: fix reference to its bindingMauro Carvalho Chehab1-1/+1
2022-07-07docs: tegra194-hte.rst: don't include gpiolib.c twiceMauro Carvalho Chehab1-2/+1
2022-07-01Merge tag 'drm-misc-fixes-2022-06-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-0/+6
2022-06-29firmware: sysfb: Add sysfb_disable() helper functionJavier Martinez Canillas1-0/+6
2022-06-27vfio: de-extern-ify function prototypesAlex Williamson1-5/+5
2022-06-27serial: Support for RS-485 multipoint addressesIlpo Järvinen2-1/+27
2022-06-27serial: Drop timeout from uart_portIlpo Järvinen1-2/+3
2022-06-27drm: Implement DRM aperture helpers under video/Thomas Zimmermann2-0/+14
2022-06-27dmaengine: remove DMA_MEMCPY_SG once againChristoph Hellwig1-10/+0
2022-06-24docs: driver-api: gpio: Fix some typosTom Schwindl3-5/+5
2022-06-24docs: fpga: mgr: document parse_header() callbackIvan Bornyakov1-6/+21
2022-06-20Merge drm/drm-next into drm-misc-nextThomas Zimmermann29-237/+1230
2022-06-20Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman4-0/+151
2022-06-20Merge 5.19-rc3 into staging-nextGreg Kroah-Hartman4-0/+151
2022-06-13docs: driver-api: gpio: Fix filename mismatchTom Schwindl3-7/+7
2022-06-13platform/surface: aggregator: Allow notifiers to avoid communication on unregisteringMaximilian Luz1-1/+5