summaryrefslogtreecommitdiff
path: root/Documentation/driver-api
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-12-151-1/+11
|\
| *-. Merge branches 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki2020-12-151-1/+11
| |\ \
| | | * PM: EM: Clarify abstract scale usage for power values in Energy ModelLukasz Luba2020-11-101-1/+11
| | |/
* | | Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-2/+1
|\ \ \
| * | | docs: thermal: time_in_state is displayed in msec and not usertimeViresh Kumar2020-11-121-2/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-12-151-9/+0
|\ \ \
| * | | Input: remove input_polled_dev implementationDmitry Torokhov2020-12-021-9/+0
* | | | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-152-0/+235
|\ \ \ \
| * \ \ \ Merge tag 'auxbus-5.11-rc1' of https://git.kernel.org/pub/scm/linux/kernel/gi...Leon Romanovsky2020-12-042-0/+235
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | driver core: auxiliary bus: make remove function return voidGreg Kroah-Hartman2020-12-041-1/+1
| | * | | Add auxiliary bus supportDave Ertman2020-12-042-0/+235
| | | |/ | | |/|
* | | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-141-51/+45
|\ \ \ \
| * | | | io-mapping: Provide iomap_local variantThomas Gleixner2020-11-241-29/+45
| * | | | Documentation/io-mapping: Remove outdated blurbThomas Gleixner2020-11-061-22/+0
| | |/ / | |/| |
* | | | Merge tag 'docs-5.11' of git://git.lwn.net/linuxLinus Torvalds2020-12-144-4/+228
|\ \ \ \
| * | | | docs: add a reset controller chapter to the driver API docsPhilipp Zabel2020-12-082-0/+222
| * | | | docs: mtd: spi-nor: Fix formatting of text vs. diagramsJonathan Neuschäfer2020-11-131-2/+4
| * | | | docs: driver-api: mtd: intel-spi: Improve formatting of shell commandsJonathan Neuschäfer2020-11-131-2/+2
| |/ / /
* | | | Merge tag 'media/v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2020-12-1410-12/+1581
|\ \ \ \
| * | | | media: Documentation: ccs: Reorder SPDX and copyright notice linesSakari Ailus2020-12-031-1/+1
| * | | | media: Documentation: ccs: Rename ccs-regs.txt as ccs-regs.ascSakari Ailus2020-12-033-4/+4
| * | | | media: Documentation: ccs: Add CCS driver documentationSakari Ailus2020-12-022-0/+83
| * | | | media: ccs: Add the generator for CCS register definitions and limitsSakari Ailus2020-12-022-0/+1474
| * | | | Merge tag 'v5.10-rc6' into patchworkMauro Carvalho Chehab2020-12-011-16/+104
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | media: Documentation/driver-api: media/dtv-frontend: drop doubled wordRandy Dunlap2020-11-271-3/+3
| * | | | media: Documentation/driver-api: media/v4l2-dev: drop doubled wordRandy Dunlap2020-11-271-1/+1
| * | | | media: Documentation/driver-api: media/v4l2-controls: drop doubled wordsRandy Dunlap2020-11-271-2/+2
| * | | | media: Documentation/driver-api: media/cec-core: drop doubled wordRandy Dunlap2020-11-271-1/+1
| * | | | media: Documentation: v4l: Document required controls on camera sensorsSakari Ailus2020-11-161-0/+13
| * | | | media: Documentation: v4l: Fix languageSakari Ailus2020-11-161-4/+3
| * | | | media: cec-core.rst/cec-ioc-g-mode.rst: fix typos in monitor-all descriptionHans Verkuil2020-11-161-1/+1
| | |/ / | |/| |
* | | | Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-141-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-11-041-0/+9
| |\ \ \ | | |/ / | |/| |
| | * | dma-buf: Document struct dma_buf_mapThomas Zimmermann2020-09-291-0/+9
* | | | media: vidtv.rst: add kernel-doc markupsMauro Carvalho Chehab2020-11-261-0/+27
* | | | media: vidtv.rst: update vidtv documentationMauro Carvalho Chehab2020-11-261-13/+72
* | | | media: vidtv: psi: Implement an Event Information Table (EIT)Daniel W. S. Almeida2020-11-261-3/+5
* | | | media: vidtv: psi: add a Network Information Table (NIT)Daniel W. S. Almeida2020-11-261-3/+3
|/ / /
* | | Merge tag 'docs-5.10-2' of git://git.lwn.net/linuxLinus Torvalds2020-10-231-1/+0
|\ \ \
| * | | docs: driver-api: remove a duplicated index entryMauro Carvalho Chehab2020-10-211-1/+0
* | | | Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-10-1633-212/+120
|\ \ \ \
| * | | | usb: docs: document altmode register/unregister functionsMauro Carvalho Chehab2020-10-151-1/+7
| * | | | docs: infrastructure.rst: exclude device_link_state from device.hMauro Carvalho Chehab2020-10-151-0/+1
| * | | | docs: basics.rst: avoid duplicated C function declarationMauro Carvalho Chehab2020-10-151-0/+4
| * | | | docs: mei.rst: fix a C expression markupMauro Carvalho Chehab2020-10-151-1/+1
| * | | | docs: devices.rst: fix a C reference markupMauro Carvalho Chehab2020-10-151-1/+1
| * | | | docs: infrastructure.rst: don't include firmware kernel-docMauro Carvalho Chehab2020-10-151-3/+0
| * | | | docs: libata.rst: fix a wrong usage of :c:type: tagMauro Carvalho Chehab2020-10-151-1/+1
| * | | | docs: fpga: replace :c:member: macrosMauro Carvalho Chehab2020-10-153-4/+4
| * | | | docs: devices.rst: get rid of :c:type macrosMauro Carvalho Chehab2020-10-151-16/+8