aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-11iio: kfifo: add devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean1-0/+1
2021-03-11media: v4l2-subdev.rst: typo fixTomi Valkeinen1-1/+1
2021-03-10docs/pinctrl: document debugfs filesDrew Fustini1-0/+37
2021-03-10Documentation: rename pinctl to pin-controlDrew Fustini3-2/+2
2021-03-10tty: rocket, remove the driverJiri Slaby1-185/+0
2021-03-10tty: cyclades, remove this orphanJiri Slaby2-12/+0
2021-03-08docs: driver-model: device: Add ATTRIBUTE_GROUPS() exampleGeert Uytterhoeven1-4/+9
2021-03-08docs: driver-model: device: Add DEVICE_ATTR_{RO,RW} examplesGeert Uytterhoeven1-2/+8
2021-03-08platform/surface: aggregator: Make SSAM_DEFINE_SYNC_REQUEST_x define static functionsMaximilian Luz1-2/+2
2021-03-06docs: driver-model: Remove obsolete device class documentationGeert Uytterhoeven2-150/+0
2021-03-01firmware: xilinx: Remove zynqmp_pm_get_eemi_ops() in IS_REACHABLE(CONFIG_ZYNQMP_FIRMWARE)Nobuhiro Iwamatsu1-29/+2
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-109/+0
2021-02-24Merge tag 'cxl-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-0/+59
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds3-5/+17
2021-02-22Merge tag 'gpio-updates-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds2-6/+7
2021-02-22Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds1-13/+0
2021-02-22Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds11-0/+1670
2021-02-21Merge tag 'media/v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds7-53/+81
2021-02-16cxl/mem: Add basic IOCTL interfaceBen Widawsky1-0/+12
2021-02-16cxl/mem: Register CXL memX devicesDan Williams1-0/+5
2021-02-16cxl/mem: Find device capabilitiesBen Widawsky1-0/+14
2021-02-16cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpointsDan Williams3-0/+28
2021-02-15docs: gpio: intro: Improve HTML formattingJonathan Neuschäfer1-4/+4
2021-02-15docs: gpio: Fix formatting in description of gpiod_*_array_* functionsJonathan Neuschäfer1-2/+3
2021-02-06media: Remove the legacy v4l2-clk APIEzequiel Garcia2-32/+0
2021-02-06media: Clarify v4l2-async subdevice addition APIEzequiel Garcia1-9/+39
2021-02-04docs: thermal: fix spelling mistakesFlavio Suligoi1-3/+3
2021-01-29misc: pti: Remove a leftover in documentationAndy Shevchenko1-1/+0
2021-01-27media: hdmi: cec: replace broken link to HDMI specsivan tkachenko1-1/+1
2021-01-27misc: pti: Remove driver for deprecated platformAndy Shevchenko1-108/+0
2021-01-26media: Documentation: media: Fix recently introduced build warning in subdev docsSakari Ailus1-1/+1
2021-01-22devlink: Extend devlink port documentation for subfunctionsParav Pandit1-0/+2
2021-01-19thermal/core: Remove the 'forced_passive' optionDaniel Lezcano1-13/+0
2021-01-12media: Documentation: Include CCS PLL calculator to CCS driver documentationSakari Ailus1-0/+13
2021-01-12media: Documentation: media: Document clock handling in camera sensor driversSakari Ailus1-1/+19
2021-01-12media: Documentation: media: Update pixel rate formula for C-PHYSakari Ailus1-1/+3
2021-01-12media: Documentation: v4l: Document that link_validate op is valid for sink onlySakari Ailus1-5/+6
2021-01-12media: Documentation: v4l: Remove reference to video opsSakari Ailus1-4/+0
2021-01-11Documentation: document dma device use for mcbJohannes Thumshirn1-0/+12
2021-01-11Documentation: Replace lkml.org links with loreJoe Perches1-2/+2
2021-01-07platform/surface: Add Surface ACPI Notify driverMaximilian Luz2-0/+45
2021-01-07platform/surface: Add Surface Aggregator user-space interfaceMaximilian Luz2-1/+98
2021-01-07docs: driver-api: Add Surface Aggregator subsystem documentationMaximilian Luz9-0/+1528
2020-12-20Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-0/+6
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2020-12-17Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-31/+54
2020-12-17Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-12-17Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds1-1/+3
2020-12-16Merge tag 'mtd/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds2-4/+1
2020-12-16net/connector: Add const qualifier to cb_idGeoff Levand1-1/+1