aboutsummaryrefslogtreecommitdiff
path: root/Documentation/driver-api
AgeCommit message (Expand)AuthorFilesLines
2020-05-12media: Documentation: media: Update sub-device API introJacopo Mondi1-2/+7
2020-05-05doc: thermal: add cpu-idle-cooling to index treeWang Wenhu2-0/+4
2020-05-05Documentation: SoundWire: clarify TDM mode supportPierre-Louis Bossart1-3/+86
2020-04-28doc: nvdimm: remove reference to non-existent CONFIG_NFIT_TESTMichal Suchanek1-2/+2
2020-04-26PM: sleep: Helpful edits for devices.rst documentationAlan Stern1-42/+52
2020-04-24Documentation: PM: sleep: Update driver flags documentationRafael J. Wysocki1-47/+92
2020-04-24PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDEDRafael J. Wysocki1-2/+2
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki1-3/+3
2020-04-23Add documentation on meaning of -EPROBE_DEFERGrant Likely1-5/+27
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2-10/+0
2020-04-21dma-buf: Couple of documentation typo fixesGal Pressman1-2/+2
2020-04-20dma-buf: Couple of documentation typo fixesGal Pressman1-2/+2
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab2-3/+3
2020-04-19iio: buffer: drop devm_iio_kfifo_free() API callAlexandru Ardelean1-1/+0
2020-04-19iio: inkern: drop devm_iio_channel_release{_all} API callsAlexandru Ardelean1-2/+0
2020-04-19iio: core: drop devm_iio_trigger_free() API callAlexandru Ardelean2-2/+0
2020-04-19iio: core: drop devm_iio_trigger_unregister() API callAlexandru Ardelean2-2/+0
2020-04-19iio: core: drop devm_iio_device_free() API callAlexandru Ardelean1-1/+0
2020-04-19iio: core: drop devm_iio_triggered_buffer_cleanup() API callAlexandru Ardelean1-1/+0
2020-04-19iio: core: drop devm_iio_device_unregister() API callAlexandru Ardelean1-1/+0
2020-04-16media: media/test_drivers: rename to test-driversHans Verkuil1-2/+2
2020-04-16media: Documentation/media: drop/fix vivi referencesHans Verkuil1-4/+1
2020-04-15media: docs: add cros-references to the other media guidesMauro Carvalho Chehab1-0/+8
2020-04-15media: docs: move copyrights to the end and update themMauro Carvalho Chehab1-10/+16
2020-04-15media: docs: cleanup bttv-devel.rst fileMauro Carvalho Chehab1-30/+23
2020-04-15media: docs: Add a master topic for the index fileMauro Carvalho Chehab1-30/+7
2020-04-14media: docs: fix some broken referencesMauro Carvalho Chehab1-2/+2
2020-04-14media: docs: get rid of Documentation/media/Mauro Carvalho Chehab1-0/+1
2020-04-14media: docs: move driver-specific info to driver-apiMauro Carvalho Chehab18-0/+5553
2020-04-14media: docs: kAPI docs: move them to driver-apiMauro Carvalho Chehab33-0/+4368
2020-04-10Merge tag 'docs-5.7-2' of git://git.lwn.net/linuxLinus Torvalds2-8/+2
2020-04-07Merge tag 'thermal-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-04-07Documentation: driver-api/usb/writing_usb_driver.rst Updates documentation linksJoakim Lönnegren1-5/+2
2020-04-07docs: driver-api: address duplicate label warningLukas Bulwahn1-3/+0
2020-04-07Documentation: cpu-idle-cooling: Fix diagram for 33% duty cycleSergey Vidishev1-2/+2
2020-04-04Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-2/+2
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+44
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+12
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+110
2020-03-30Merge tag 'usb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-21/+1
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds8-66/+411
2020-03-27Merge tag 'v5.6-rc7' into develLinus Walleij2-4/+14
2020-03-25docs: gpio: driver.rst: don't mark literal blocks twiceMauro Carvalho Chehab1-2/+2
2020-03-24Merge tag 'dmaengine-fix-5.6' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+10
2020-03-23Merge tag 'soundwire-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-17/+44
2020-03-20docs: prevent warnings due to autosectionlabelMauro Carvalho Chehab2-6/+6
2020-03-20firmware: Add new platform fallback mechanism and firmware_request_platform()Hans de Goede3-0/+110
2020-03-11scsi: docs: convert scsi_eh.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-10docs: driver.rst: supress two ReSt warningsMauro Carvalho Chehab1-1/+1