aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-14Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-1/+2
2019-03-11Merge tag 'pinctrl-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-9/+0
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds5-6/+13
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds3-6/+6
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-24/+60
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-0/+21
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-3/+286
2019-03-04docs: driver-api: iio: fix errors in documentationTomasz Duszynski4-6/+6
2019-02-20Documentation: gpio: legacy: Don't use POLLERR for poll(2)Uwe Kleine-König1-5/+4
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij1-1/+1
2019-02-14Documentation: gpio: driver: fix wire name for I2CWolfram Sang1-1/+1
2019-02-11Merge tag 'topic/component-typed-2019-02-11' of git://anongit.freedesktop.org/drm/drm-intel into driver-core-nextGreg Kroah-Hartman3-0/+21
2019-02-11doc:dmaengine: clarify DMA desc. pointer after submissionFederico Vaga1-0/+7
2019-02-11Documentation :dmaengine: clarify DMA desc. pointer after submissionFederico Vaga1-0/+7
2019-02-11Documentation: dmaengine: fix dmatest.rst warningRandy Dunlap1-0/+1
2019-02-11Documenation: driver-api: fix gpio/board.rst warningRandy Dunlap1-0/+1
2019-02-08component: Add documentationDaniel Vetter3-0/+21
2019-02-08driver core: Document limitation related to DL_FLAG_RPM_ACTIVERafael J. Wysocki1-3/+18
2019-02-01mac80211: fix missing/malformed documentationJohannes Berg1-0/+3
2019-02-01driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki1-0/+9
2019-02-01driver core: Make driver core own stateful device linksRafael J. Wysocki1-17/+25
2019-02-01driver core: Fix adding device links to probing suppliersRafael J. Wysocki1-3/+7
2019-01-28pinctrl.txt: Remove outdated informationRamon Fried1-9/+0
2019-01-17Documentation: driver-api: PM: Add cpuidle documentRafael J. Wysocki2-3/+286
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2019-01-01Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-6/+103
2018-12-29Merge tag 'docs-5.0' of git://git.lwn.net/linuxLinus Torvalds2-0/+6
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+30
2018-12-28Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds3-12/+14
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+3
2018-12-19usb: typec: Improve Alt Mode documentationHeikki Krogerus3-12/+14
2018-12-17dmaengine: Documentation: Add documentation for multi chan testingSeraj Alijan1-6/+103
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij1-1/+3
2018-12-11PCI/P2PDMA: Clean up documentation and kernel-docRandy Dunlap1-2/+2
2018-12-06doc:process: add links where missingFederico Vaga1-0/+2
2018-11-26Documentation: driver-api: add stratix10 service layerRichard Gong1-0/+30
2018-11-20dmaengine: Add mailing list address to the documentationAndy Shevchenko1-0/+4
2018-11-12docs: driver-api: Add I3C documentationBoris Brezillon5-0/+233
2018-10-26Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds8-190/+215
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-1/+168
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds3-0/+52
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds4-24/+89
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds1-17/+17
2018-10-18docs: Introduce deprecated APIs listKees Cook1-0/+3
2018-10-17PCI/P2PDMA: Add P2P DMA driver writer's documentationLogan Gunthorpe2-0/+146
2018-10-17docs-rst: Add a new directory for PCI documentationLogan Gunthorpe3-1/+22
2018-10-16docs/uio: fix a grammar nitpickWill Korteland1-2/+2
2018-10-16docs: fpga: document programming fpgas using regionsAlan Tull6-187/+171
2018-10-16fpga: add devm_fpga_region_createAlan Tull1-0/+3
2018-10-16fpga: bridge: add devm_fpga_bridge_createAlan Tull1-0/+3