summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
AgeCommit message (Expand)AuthorLines
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-1/+1
2025-04-02Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2025-04-02Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-4/+6
2025-04-01Merge tag 'phy-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds-2/+1
2025-04-01Merge tag 'soundwire-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+405
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+25
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds-11/+14
2025-03-25Merge tag 'media/v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-10/+16
2025-03-24Merge tag 'docs-6.15' of git://git.lwn.net/linuxLinus Torvalds-17/+22
2025-03-20tty: tty_driver: document both {,__}tty_alloc_driver() properlyJiri Slaby (SUSE)-0/+2
2025-03-20tty: tty_driver: convert "TTY Driver Flags" to an enumJiri Slaby (SUSE)-1/+1
2025-03-20tty: convert "TTY Struct Flags" to an enumJiri Slaby (SUSE)-1/+1
2025-03-17docs: driver-api: firmware: clarify userspace requirementsJacek Lawrynowicz-0/+5
2025-03-16docs: thermal: sync hardware protection doc with codeAhmad Fatoum-11/+14
2025-03-14cxl/pmem: Export dirty shutdown count via sysfsDavidlohr Bueso-1/+1
2025-03-14cxl/pci: Support Global Persistent Flush (GPF)Davidlohr Bueso-1/+1
2025-03-10phy: core: Remove unused phy_pm_runtime_(allow|forbid)Dr. David Alan Gilbert-2/+1
2025-03-10soundwire: stream: extend sdw_alloc_stream() to take 'type' parameterPierre-Louis Bossart-1/+1
2025-03-10Documentation: driver: add SoundWire BRA descriptionPierre-Louis Bossart-8/+404
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman-0/+6
2025-03-04docs: driver-api/infiniband.rst: fix Kerneldoc markupMauro Carvalho Chehab-8/+8
2025-02-21Documentation: driver-api: pps: Add Intel Timed I/O PPS generatorSubramanian Mohan-0/+24
2025-02-21pps: generators: replace copy of pps-gen info struct with const pointerSubramanian Mohan-2/+1
2025-02-19serial: mctrl_gpio: split disable_ms into sync and no_sync APIsAlexis Lothoré-1/+1
2025-02-18docs: iio: Allow creating cross-references ABIMauro Carvalho Chehab-1/+1
2025-02-18docs: arm: generic-counter: Allow creating cross-references for ABIMauro Carvalho Chehab-2/+2
2025-02-17Merge 6.14-rc3 into usb-nextGreg Kroah-Hartman-0/+6
2025-02-17Merge 6.14-rc3 into tty-nextGreg Kroah-Hartman-0/+6
2025-02-15media: Documentation: Receiver drivers should call v4l2_get_link_freq()Sakari Ailus-0/+3
2025-02-15media: Documentation: tx-rx: Move transmitter control out of CSI-2 partSakari Ailus-10/+9
2025-02-15media: Documentation: Update link frequency driver documentationSakari Ailus-0/+4
2025-02-13Documentation/driver-api: fixed spelling mistakesAditya Dutt-6/+6
2025-02-13driver core: add a faux bus for use when a simple device/bus is neededGreg Kroah-Hartman-0/+6
2025-02-04serial: mctrl_gpio: Remove unused mctrl_gpio_freeDr. David Alan Gilbert-1/+1
2025-02-03usb: musb: Constify struct musb_fifo_cfgChristophe JAILLET-1/+1
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+296
2025-01-27Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+0
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3/+2
2025-01-25Merge tag 'media/v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-4/+5
2025-01-13usb: phy: Remove API devm_usb_put_phy()Zijun Hu-1/+0
2025-01-12Merge tag 'extcon-next-for-6.14' of ssh://gitolite.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman-0/+256
2025-01-10scsi: driver-api: documentation: Change what is added to docbookRandy Dunlap-3/+2
2025-01-08Documentation pps.rst: add PPS generators documentationRodolfo Giometti-0/+40
2024-12-28crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async'Kanchana P Sridhar-1/+8
2024-12-19media: Documentation: PHY information can be obtained from OF endpoint tooDavid Heidelberg-3/+4
2024-12-19media: Documentation: tx-rx: Fix formattingSakari Ailus-1/+1
2024-12-08Documentation: extcon: add documentation for Extcon subsystemanish kumar-0/+256
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2024-11-27Merge tag 'dmaengine-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+0
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+3