aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/driver-api (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-0/+46
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+4
2024-03-15Merge tag 'soundwire-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwireLinus Torvalds1-2/+2
2024-03-15Merge tag 'media/v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-49/+6
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds2-3/+6
2024-03-13Merge tag 'gpio-updates-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-5/+5
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+1
2024-03-13Merge tag 'pwm/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linuxLinus Torvalds2-5/+7
2024-03-12Merge tag 'docs-6.9' of git://git.lwn.net/linuxLinus Torvalds1-69/+100
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski1-1/+1
2024-03-02USB: document some API requirements on disconnectionMichal Pecio1-2/+4
2024-02-16docs: media: fix typo in docsVincenzo Mezzela1-1/+1
2024-02-15pwm: Provide pwmchip_alloc() function and a devm variant of itUwe Kleine-König2-5/+7
2024-02-14Documentation: gpio: consistently use logical line value terminologyKent Gibson1-5/+5
2024-02-12PCI: Move PCI-specific devres code to drivers/pci/Philipp Stanner1-0/+3
2024-02-12PCI: Move pci_iomap.c to drivers/pci/Philipp Stanner2-3/+3
2024-02-08spi: Drop compat layer from renaming "master" to "controller"Uwe Kleine-König1-1/+1
2024-02-01media: Documentation: Rework CCS driver documentationSakari Ailus1-48/+5
2024-01-30docs: rework the driver-api top-level pageJonathan Corbet1-69/+100
2024-01-27Documentation: add console.rstJiri Slaby (SUSE)2-0/+46
2024-01-22soundwire: stream: add missing const to DocumentationKrzysztof Kozlowski1-2/+2
2024-01-17Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-13/+3
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-4/+13
2024-01-12Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds4-46/+101
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds8-137/+78
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-4/+5
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-0/+865
2024-01-09Merge tag 'platform-drivers-x86-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds2-0/+79
2024-01-09Merge tag 'mtd/for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-61/+201
2024-01-03Documentation: move driver-api/dcdbas to userspace-api/Vegard Nossum2-100/+0
2024-01-03Documentation: move driver-api/isapnp to userspace-api/Vegard Nossum2-16/+0
2023-12-29lib: crc_ccitt_false() is identical to crc_itu_t()Mathis Marion1-1/+1
2023-12-20pwm: Make it possible to apply PWM changes in atomic contextSean Young1-0/+9
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young1-4/+4
2023-12-15crypto: iaa - Add IAA Compression Accelerator DocumentationTom Zanussi4-0/+865
2023-12-13media: Documentation: LP-11 and LP-111 are states, not modesSakari Ailus1-6/+6
2023-12-13media: Documentation: BT.601 is not a busSakari Ailus2-8/+9
2023-12-11Documentation/driver-api: Add document about WBRF mechanismMa Jun2-0/+79
2023-12-08Documentation: Destage TEE subsystem documentationSumit Garg2-0/+67
2023-12-08docs: nvmem: remove function parameters (fixes hyperlink generation)Luca Ceresoli1-1/+1
2023-12-08docs: nvmem: generate kernel-doc API documentationLuca Ceresoli1-0/+6
2023-12-04media: ccs: Generate V4L2 CCI compliant register definitionsSakari Ailus1-29/+75
2023-12-04media: Documentation: Initialisation finishes before subdev registrationSakari Ailus2-1/+9
2023-11-24docs: mtd: spi-nor: drop obsolete infoTudor Ambarus1-62/+0
2023-11-24docs: mtd: spi-nor: add sections about flash additions and testingTudor Ambarus1-0/+202
2023-11-23media: v4l2-subdev: Fix references to pad configLaurent Pinchart1-2/+2
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He1-4/+5
2023-11-20PCI/P2PDMA: Remove reference to pci_p2pdma_map_sg()Tadeusz Struk1-13/+3
2023-11-17Merge branch 'vegard' into docs-mwJonathan Corbet4-20/+4
2023-11-17docs: driver-api: properly format ToC headingsVegard Nossum4-20/+4