summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2020-12-201-0/+6
|\
| * rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-0/+1
| * rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski2020-11-191-0/+1
| * Documentation: list RTC devres helpers in devres.rstBartosz Golaszewski2020-11-191-0/+4
* | Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-181-1/+1
|\ \
| * \ Merge tag 'drm-misc-next-fixes-2020-12-15' of git://anongit.freedesktop.org/d...Daniel Vetter2020-12-151-1/+1
| |\ \
| | * | dma-buf: Fix kerneldoc formattingDaniel Vetter2020-12-151-1/+1
| | * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-0249-842/+1586
| | |\|
* | | | Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-12-172-31/+54
|\ \ \ \
| * | | | Documentation: gpio: fix typo and unclear legacy API sectionAlexandre Courbot2020-12-051-8/+10
| * | | | gpio: stmpe: Fix forgotten refactoringLinus Walleij2020-10-281-2/+2
| * | | | gpio: Retire the explicit gpio irqchip codeLinus Walleij2020-10-281-21/+42
| | |_|/ | |/| |
* | | | Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-12-171-1/+1
|\ \ \ \
| * | | | net/connector: Add const qualifier to cb_idGeoff Levand2020-12-161-1/+1
* | | | | Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-171-1/+3
|\ \ \ \ \
| * | | | | dmaengine: doc: client: Update for dmaengine_get_dma_device() usagePeter Ujfalusi2020-12-111-1/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'mtd/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2020-12-162-4/+1
|\ \ \ \ \
| * | | | | docs: mtd: Avoid htmldocs warningsMiquel Raynal2020-12-102-4/+1
* | | | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |