summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
AgeCommit message (Expand)AuthorLines
2020-04-24PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDEDRafael J. Wysocki-2/+2
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki-3/+3
2020-04-23Add documentation on meaning of -EPROBE_DEFERGrant Likely-5/+27
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman-10/+0
2020-04-21dma-buf: Couple of documentation typo fixesGal Pressman-2/+2
2020-04-20dma-buf: Couple of documentation typo fixesGal Pressman-2/+2
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab-3/+3
2020-04-19iio: buffer: drop devm_iio_kfifo_free() API callAlexandru Ardelean-1/+0
2020-04-19iio: inkern: drop devm_iio_channel_release{_all} API callsAlexandru Ardelean-2/+0
2020-04-19iio: core: drop devm_iio_trigger_free() API callAlexandru Ardelean-2/+0
2020-04-19iio: core: drop devm_iio_trigger_unregister() API callAlexandru Ardelean-2/+0
2020-04-19iio: core: drop devm_iio_device_free() API callAlexandru Ardelean-1/+0
2020-04-19iio: core: drop devm_iio_triggered_buffer_cleanup() API callAlexandru Ardelean-1/+0
2020-04-19iio: core: drop devm_iio_device_unregister() API callAlexandru Ardelean-1/+0
2020-04-16media: media/test_drivers: rename to test-driversHans Verkuil-2/+2
2020-04-16media: Documentation/media: drop/fix vivi referencesHans Verkuil-4/+1
2020-04-15media: docs: add cros-references to the other media guidesMauro Carvalho Chehab-0/+8
2020-04-15media: docs: move copyrights to the end and update themMauro Carvalho Chehab-10/+16
2020-04-15media: docs: cleanup bttv-devel.rst fileMauro Carvalho Chehab-30/+23
2020-04-15media: docs: Add a master topic for the index fileMauro Carvalho Chehab-30/+7
2020-04-14media: docs: fix some broken referencesMauro Carvalho Chehab-2/+2
2020-04-14media: docs: get rid of Documentation/media/Mauro Carvalho Chehab-0/+1
2020-04-14media: docs: move driver-specific info to driver-apiMauro Carvalho Chehab-0/+5553
2020-04-14media: docs: kAPI docs: move them to driver-apiMauro Carvalho Chehab-0/+4368
2020-04-10Merge tag 'docs-5.7-2' of git://git.lwn.net/linuxLinus Torvalds-8/+2
2020-04-07Merge tag 'thermal-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2020-04-07Documentation: driver-api/usb/writing_usb_driver.rst Updates documentation linksJoakim Lönnegren-5/+2
2020-04-07docs: driver-api: address duplicate label warningLukas Bulwahn-3/+0
2020-04-07Documentation: cpu-idle-cooling: Fix diagram for 33% duty cycleSergey Vidishev-2/+2
2020-04-04Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-2/+2
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-17/+44
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+12
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+110
2020-03-30Merge tag 'usb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-21/+1
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds-66/+411
2020-03-27Merge tag 'v5.6-rc7' into develLinus Walleij-4/+14
2020-03-25docs: gpio: driver.rst: don't mark literal blocks twiceMauro Carvalho Chehab-2/+2
2020-03-24Merge tag 'dmaengine-fix-5.6' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-2/+10
2020-03-23Merge tag 'soundwire-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman-17/+44
2020-03-20docs: prevent warnings due to autosectionlabelMauro Carvalho Chehab-6/+6
2020-03-20firmware: Add new platform fallback mechanism and firmware_request_platform()Hans de Goede-0/+110
2020-03-11scsi: docs: convert scsi_eh.txt to ReSTMauro Carvalho Chehab-1/+1
2020-03-10docs: driver.rst: supress two ReSt warningsMauro Carvalho Chehab-1/+1
2020-03-10Documentation: Add io_ordering.rst to driver-api manualPragat Pandya-0/+52
2020-03-10Documentation: Add io-mapping.rst to driver-api manualPragat Pandya-0/+98
2020-03-10docs: move core-api/ioctl.rst to driver-api/Jonathan Corbet-0/+254
2020-03-10Merge 5.6-rc5 into usb-nextGreg Kroah-Hartman-4/+10
2020-03-08efi/libstub: Add libstub/mem.c to the documentation treeHeinrich Schuchardt-0/+12
2020-03-06docs: dmaengine: provider.rst: get rid of some warningsMauro Carvalho Chehab-2/+10