aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-10Revert "firmware: add sanity check on shutdown/suspend"Linus Torvalds1-11/+0
2017-09-09Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds1-4/+4
2017-09-05Merge tag 'gpio-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-0/+46
2017-08-14docs: driver-api: Add GPIO sectionThierry Reding2-0/+46
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-4/+4
2017-08-07docs: driver-api: Remove trailing blank lineThierry Reding1-1/+0
2017-07-17docs: Do not include from drivers/scsi/constants.cJonathan Corbet1-8/+0
2017-07-17docs: Get the struct cmbdata kernel doc from the right fileJonathan Corbet1-1/+1
2017-07-17docs: Do not include from .../seqno-fence.cJonathan Corbet1-3/+0
2017-07-17docs: Do not include kerneldoc comments from kernel/sys.cJonathan Corbet1-3/+0
2017-07-17docs: Get module_init() docs from module.hJonathan Corbet1-1/+1
2017-07-13Merge tag '4.13-fixes' of git://git.lwn.net/linuxLinus Torvalds1-3/+0
2017-07-12Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+4
2017-07-06Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds2-0/+1440
2017-07-04docs: Do not include from kernel/rcu/srcu.cJonathan Corbet1-3/+0
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds8-5/+2680
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+11
2017-06-20pinctrl.txt: move it to the driver-api bookMauro Carvalho Chehab2-0/+1440
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testingGreg Kroah-Hartman4-0/+997
2017-06-05docs: driver-api: i2c: remove some outdated informationWolfram Sang1-5/+4
2017-06-03firmware: add sanity check on shutdown/suspendLuis R. Rodriguez1-0/+11
2017-06-02usb: move ReST documentation to Documentation/driver-api/usb/Felipe Balbi3-0/+286
2017-06-02usb: dwc3: add ReST documentationFelipe Balbi2-0/+713
2017-05-31i2c: break out smbus support into separate fileWolfram Sang1-0/+3
2017-05-31i2c: rename core source file to allow refactorizationWolfram Sang1-1/+1
2017-05-16mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warningsMauro Carvalho Chehab1-3/+0
2017-05-16mtdnand.rst: group the "::" with previous lineMauro Carvalho Chehab1-17/+7
2017-05-16docs-rst: convert mtdnand book to ReSTMauro Carvalho Chehab2-0/+1021
2017-05-16docs-rst: convert rapidio book to ReSTMauro Carvalho Chehab2-0/+108
2017-05-16docs-rst: convert w1 book to ReSTMauro Carvalho Chehab2-0/+71
2017-05-16docs-rst: convert scsi DocBook to ReSTMauro Carvalho Chehab2-0/+345
2017-05-16docs-rst: convert s390-drivers DocBook to ReSTMauro Carvalho Chehab2-0/+112
2017-05-16libata.rst: add c function and struct cross-referencesMauro Carvalho Chehab1-120/+124
2017-05-16docs-rst: convert libata book to ReSTMauro Carvalho Chehab2-0/+1028
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-270/+93
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+9
2017-04-20usb.rst: move documentation from proc_usb_info.txt to USB ReST bookMauro Carvalho Chehab1-34/+405
2017-04-20docs-rst: usb: update old usbfs-related documentationMauro Carvalho Chehab1-120/+60
2017-04-11docs-rst: fix usb cross-referencesMauro Carvalho Chehab6-5/+11
2017-04-11usb.rst: get rid of some Sphinx errorsMauro Carvalho Chehab1-3/+3
2017-04-11usb/URB.txt: convert to ReST and update itMauro Carvalho Chehab3-0/+291
2017-04-11usb/persist.txt: convert to ReST and add to driver-api bookMauro Carvalho Chehab2-0/+170
2017-04-11usb/hotplug.txt: convert to ReST and add to driver-api bookMauro Carvalho Chehab2-0/+155
2017-04-11error-codes.rst: convert to ReST and add to driver-api bookMauro Carvalho Chehab2-0/+206
2017-04-11usb/dma.txt: convert to ReST and add to driver-api bookMauro Carvalho Chehab2-0/+137
2017-04-11usb/power-management.txt: convert to ReST and add to driver-api bookMauro Carvalho Chehab2-0/+795
2017-04-11usb/callbacks.txt: convert to ReST and add to driver-api bookMauro Carvalho Chehab2-0/+158
2017-04-11usb/bulk-streams.txt: convert to ReST and add to driver-api bookMauro Carvalho Chehab2-0/+84
2017-04-11usb/anchors.txt: convert to ReST and add to driver-api bookMauro Carvalho Chehab2-0/+84
2017-04-11writing_musb_glue_layer.rst: Enrich its ReST representationMauro Carvalho Chehab1-315/+301