summaryrefslogtreecommitdiff
path: root/Documentation/driver-api
AgeCommit message (Expand)AuthorFilesLines
2023-05-03Merge tag 'pwm/for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+5
2023-05-03Merge tag 'for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pate...Linus Torvalds2-18/+17
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+15
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+4
2023-04-27Merge tag 'tty-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+20
2023-04-27hte: Re-phrase tegra API documentDipen Patel2-18/+17
2023-04-26Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-42/+44
2023-04-26Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-3/+0
2023-04-26Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-27/+4
2023-04-26Merge tag 'media/v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+22
2023-04-26Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+14
2023-04-21docs: clk: add documentation to log which clocks have been disabledBrian Masney1-0/+5
2023-04-18thermal: intel: int340x: Add DLVR support for RFIM controlSrinivas Pandruvada1-2/+44
2023-04-13pwm: Delete deprecated functions pwm_request() and pwm_free()Uwe Kleine-König1-8/+5
2023-04-12Documentation: firmware: Clarify firmware path usageFlorian Fainelli1-2/+7
2023-04-11media: ccs: Document CCS static data file namesSakari Ailus1-0/+22
2023-04-07thermal/core: Remove thermal_bind_params structureZhang Rui1-40/+0
2023-04-05nvmem: core: introduce NVMEM layoutsMichael Walle1-0/+15
2023-04-04mtd: spi-nor: Stop exporting spi_nor_restore()Tudor Ambarus1-3/+0
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+1
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet1-1/+1
2023-03-29docs: driver-api: firmware_loader: fix missing argument in usage exampleConor Dooley1-1/+2
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter1-1/+1
2023-03-29tty: n_gsm: add ioctl for DLC config via ldisc handleDaniel Starke1-0/+16
2023-03-29tty: n_gsm: add ioctl for DLC specific parameter configurationDaniel Starke1-0/+4
2023-03-28dma-buf/sync_file: Surface sync-file uABIRob Clark1-2/+8
2023-03-25dma-buf/dma-fence: Add deadline awarenessRob Clark1-0/+6
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-2/+2
2023-03-15Documentation: gpio: Input mode is not true Hi-ZAndy Shevchenko1-4/+4
2023-03-14docs: vfio: fix header pathJiri Pirko1-1/+1
2023-03-06gpiolib: remove legacy gpio_export()Arnd Bergmann1-21/+0
2023-03-06gpiolib: remove gpio_set_debounce()Arnd Bergmann1-2/+0
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds4-63/+12
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2-129/+61
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-0/+354
2023-02-25Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds1-10/+14
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+19
2023-02-22Merge tag 'docs-6.3' of git://git.lwn.net/linuxLinus Torvalds21-28/+30
2023-02-22Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-255/+243
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-17/+0
2023-02-22Merge tag 'platform-drivers-x86-v6.3-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-23/+25
2023-02-21Merge tag 'thermal-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-321/+3
2023-02-21docs: driver-api: virtio: commentize spec version checkingBagas Sanjaya1-1/+1
2023-02-21docs: driver-api: virtio: slightly reword virtqueues allocation paragraphBagas Sanjaya1-4/+4
2023-02-21docs: driver-api: virtio: parenthesize external reference targetsBagas Sanjaya1-4/+5
2023-02-16tty: n_gsm: add keep alive supportDaniel Starke1-0/+19
2023-02-15docs: driver-api: virtio: virtio on LinuxRicardo Cañuelo4-0/+353
2023-02-09Documentation: admin-guide: Move intel_powerclamp documentationSrinivas Pandruvada2-321/+0
2023-02-09docs: vfio: Update vfio.rst per latest interfacesYi Liu1-22/+60
2023-02-06media: mc: entity: Fix minor issues in comments and documentationLaurent Pinchart1-6/+4