summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-254-1/+168
|\
| * PCI/P2PDMA: Add P2P DMA driver writer's documentationLogan Gunthorpe2018-10-172-0/+146
| * docs-rst: Add a new directory for PCI documentationLogan Gunthorpe2018-10-173-1/+22
* | Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds2018-10-243-0/+52
|\ \
| * | docs: Introduce deprecated APIs listKees Cook2018-10-181-0/+3
| * | FireWire: add driver-api Introduction sectionTakashi Sakamoto2018-09-061-1/+16
| * | FireWire: add a Documentation driver-api chapterRandy Dunlap2018-09-062-0/+34
| |/
* | Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-234-24/+89
|\ \
| * | gpio: fix kernel-doc after devres.c file renameRandy Dunlap2018-10-101-1/+1
| * | gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven2018-10-011-8/+8
| * | Documentation: gpio: Fix return type of gpiod_set_raw_array_value*()Geert Uytterhoeven2018-10-011-8/+8
| * | gpiolib: Fix array members of same chip processed separatelyJanusz Krzysztofik2018-09-241-5/+14
| * | Merge branch 'ib-array-bitmaps' into develLinus Walleij2018-09-202-13/+48
| |\ \
| | * | gpiolib: Implement fast processing path in get/set arrayJanusz Krzysztofik2018-09-132-0/+23
| | * | gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik2018-09-131-2/+12
| | * | gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik2018-09-131-1/+3
| | * | gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik2018-09-131-11/+11
| | |/
| * | gpio/driver.rst: document gpiochip_disable/enable_irq()Hans Verkuil2018-09-101-1/+22
| |/
* | Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds2018-10-231-17/+17
|\ \
| * | mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-1/+1
| * | mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-031-2/+2
| * | mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon2018-10-031-12/+12
| * | mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2018-10-031-1/+1
| * | mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-1/+1
| |/
* | docs: fpga: document fpga manager flagsAlan Tull2018-09-301-0/+5
|/
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-08-241-2/+1
|\
| * libata: remove ata_sff_data_xfer_noirq()Sebastian Andrzej Siewior2018-07-111-2/+1
* | Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-181-1/+6
|\ \
| * | Documentation: update firmware loader fallback referenceLuis R. Rodriguez2018-07-071-1/+6
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-184-19/+24
|\ \ \
| * | | slimbus: stream: add stream supportSrinivas Kandagatla2018-07-071-0/+5
| * | | Documentation: fpga: cleanupAlan Tull2018-07-073-19/+19
| |/ /
* | | Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-08-181-0/+136
|\ \ \
| * | | usb: typec: Bus type for alternate modesHeikki Krogerus2018-07-021-0/+136
| |/ /
* | | Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-08-151-0/+6
|\ \ \
| * | | dma-fence: Polish kernel-doc for dma-fence.cDaniel Vetter2018-07-041-0/+6
| |/ /
* | | Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds2018-08-141-2/+2
|\ \ \
| * | | mtd: nand: correct documentation for NAND_ECC_HW8_512Marcel Ziswiler2018-07-231-2/+2
| |/ /
* | | driver core: Add flag to autoremove device link on supplier unbindVivek Gautam2018-07-091-0/+4
* | | driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMERVivek Gautam2018-07-091-4/+4
|/ /
* | Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-201-2/+2
|\ \ | |/ |/|
| * dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-141-2/+2
* | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-103-1/+66
|\
| * scsi: target: add driver-api documentRandy Dunlap2018-04-203-1/+66
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-06-091-1/+1
|\ \ | |/
* | Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-06-082-0/+20
|\ \
| * | gpiolib: add hogs support for machine codeBartosz Golaszewski2018-05-161-0/+16
| * | gpio: Add a reference to CEC on GPIOLinus Walleij2018-05-161-0/+4
| |/
* | Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-053-7/+16
|\ \
OpenPOWER on IntegriCloud