aboutsummaryrefslogtreecommitdiff
path: root/Documentation/driver-api
AgeCommit message (Expand)AuthorFilesLines
2020-07-07Documentation/driver-api: iio/buffers: drop doubled wordGravatar Randy Dunlap 1-1/+1
2020-07-07Documentation/driver-api: generic-counter: drop doubled wordGravatar Randy Dunlap 1-1/+1
2020-07-07gpio: Add gpio-charger to the documentationGravatar Linus Walleij 1-0/+7
2020-07-04media: samsung: Rename Samsung and Exynos to lowercaseGravatar Krzysztof Kozlowski 1-1/+1
2020-06-30of: mdio: provide devm_of_mdiobus_register()Gravatar Bartosz Golaszewski 1-0/+1
2020-06-30net: phy: don't abuse devres in devm_mdiobus_register()Gravatar Bartosz Golaszewski 1-1/+0
2020-06-30Documentation: devres: add missing mdio helperGravatar Bartosz Golaszewski 1-0/+1
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextGravatar Maarten Lankhorst 70-119/+10987
2020-06-26Merge branch 'mauro' into docs-nextGravatar Jonathan Corbet 4-5/+133
2020-06-26docs: move mailbox.txt to driver-api and rename itGravatar Mauro Carvalho Chehab 2-0/+130
2020-06-26Replace HTTP links with HTTPS ones: Documentation/driver-apiGravatar Alexander A. Klimov 8-16/+16
2020-06-26docs: fix references for DMA*.txt filesGravatar Mauro Carvalho Chehab 1-3/+3
2020-06-26docs: driver-model: remove a duplicated markup at driver.rstGravatar Mauro Carvalho Chehab 1-2/+0
2020-06-24dma-buf: minor doc touch-upsGravatar Daniel Vetter 1-3/+3
2020-06-24Doc: driver-api: ipmi: Add description of alerts_broken module paramGravatar Misono Tomohiro 1-0/+4
2020-06-19docs: crypto: convert async-tx-api.txt to ReST formatGravatar Mauro Carvalho Chehab 2-2/+2
2020-06-19docs: thermal: convert cpu-idle-cooling.rst to ReSTGravatar Mauro Carvalho Chehab 1-6/+8
2020-06-19Documentation: media: convert to use i2c_new_client_device()Gravatar Wolfram Sang 1-1/+1
2020-06-17dmaengine: cookie bypass for out of order completionGravatar Dave Jiang 1-0/+19
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-2/+1
2020-06-11media: v4l2-subdev.rst: correct information about v4l2 eventsGravatar Michael Rodin 1-2/+1
2020-06-10Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 4-8/+9
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Gravatar Linus Torvalds 1-2/+4
2020-06-08Documentation: devres: add missing entry for devm_platform_get_and_ioremap_re...Gravatar Dejin Zheng 1-0/+1
2020-06-08Replace HTTP links with HTTPS ones: documentationGravatar Alexander A. Klimov 3-8/+8
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-6/+90
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+27
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-10/+0
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-3/+0
2020-06-05Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-5/+10
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 51-0/+9958
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-0/+5
2020-06-02RDMA/core: Remove FMR pool APIGravatar Max Gurtovoy 1-3/+0
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 2-75/+129
2020-06-01Merge branch 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-3/+2
2020-05-31mtd: rawnand: Stop using nand_release()Gravatar Miquel Raynal 1-2/+4
2020-05-25media: Documentation: media: Refer to mbus format documentation from CSI-2 docsGravatar Sakari Ailus 1-0/+6
2020-05-23net: devres: provide devm_register_netdev()Gravatar Bartosz Golaszewski 1-0/+1
2020-05-23Documentation: devres: add a missing section for networking helpersGravatar Bartosz Golaszewski 1-0/+4
2020-05-19Documentation: cpuidle: update the documentGravatar Hanjun Guo 1-3/+2
2020-05-19soundwire: bus: rename sdw_bus_master_add/delete, add argumentsGravatar Pierre-Louis Bossart 1-3/+4
2020-05-18gpiolib: Add support for GPIO lookup by line nameGravatar Geert Uytterhoeven 1-5/+10
2020-05-15docs: move IPMI.txt to the driver API bookGravatar Mauro Carvalho Chehab 2-0/+747
2020-05-12media: Documentation: media: Document read-only subdeviceGravatar Jacopo Mondi 1-0/+44
2020-05-12media: Documentation: media: Update sub-device API introGravatar Jacopo Mondi 1-2/+7
2020-05-05doc: thermal: add cpu-idle-cooling to index treeGravatar Wang Wenhu 2-0/+4
2020-05-05Documentation: SoundWire: clarify TDM mode supportGravatar Pierre-Louis Bossart 1-3/+86
2020-04-28doc: nvdimm: remove reference to non-existent CONFIG_NFIT_TESTGravatar Michal Suchanek 1-2/+2
2020-04-26PM: sleep: Helpful edits for devices.rst documentationGravatar Alan Stern 1-42/+52
2020-04-24Documentation: PM: sleep: Update driver flags documentationGravatar Rafael J. Wysocki 1-47/+92