summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
AgeCommit message (Expand)AuthorFilesLines
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+7
2021-04-30Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+40
2021-04-28Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-27/+30
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+76
2021-04-28Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds4-4/+211
2021-04-26Merge tag 'docs-5.13' of git://git.lwn.net/linuxLinus Torvalds4-157/+18
2021-04-26Merge tag 'arm-apple-m1-5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+357
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-29/+2
2021-04-26Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-7/+8
2021-04-26Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-197/+0
2021-04-26Merge tag 'staging-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+10
2021-04-24usb: Fix up movement of USB core kerneldoc locationFabio Estevam1-7/+8
2021-04-08docs: pin-control: Fix error path for control state exampleNiklas Söderlund1-1/+1
2021-04-08docs: driver-api: device-io: Document ioremap() variants & access funcsHector Martin1-0/+218
2021-04-08docs: driver-api: device-io: Document I/O access functionsArnd Bergmann1-0/+138
2021-04-08asm-generic/io.h: Add a non-posted variant of ioremap()Hector Martin1-0/+1
2021-04-07vfio/mdev: Simplify driver registrationJason Gunthorpe1-4/+1
2021-04-07vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe1-2/+2
2021-04-06vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe1-2/+1
2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe1-8/+10
2021-04-06vfio: Split creation of a vfio_device into init and register opsJason Gunthorpe1-13/+18
2021-04-06media: v4l: fwnode: Rename v4l2_async_register_subdev_sensor_commonSakari Ailus1-1/+1
2021-03-26gpio: Mention GPIO MUX in docsLinus Walleij1-0/+6
2021-03-26docs: driver-api: gpio: consumer: Mark another line of code as suchJonathan Neuschäfer1-1/+1
2021-03-25Documentation: gpio: chip should be pluralBryan Brattlof1-1/+1
2021-03-23media: camera-sensor.rst: fix c:function build warningMauro Carvalho Chehab1-3/+1
2021-03-22media: camera-sensor.rst: fix a doc build warningMauro Carvalho Chehab1-0/+1
2021-03-22media: add a subsystem profile documentationMauro Carvalho Chehab2-0/+208
2021-03-17docs: driver-api: Add Surface DTX driver documentationMaximilian Luz2-0/+719
2021-03-16Merge drm/drm-next into drm-misc-nextMaxime Ripard27-186/+1836
2021-03-12dma-fence: Document recoverable page fault implicationsDaniel Vetter1-0/+76
2021-03-11docs: iio: mark "repeat" sysfs attribute as optionalLuca Ceresoli1-1/+1
2021-03-11docs: iio: fix bullet list formattingLuca Ceresoli1-5/+5
2021-03-11docs: iio: document the 'index' attribute tooLuca Ceresoli1-0/+1
2021-03-11docs: iio: fix directory namingLuca Ceresoli1-1/+1
2021-03-11iio: buffer-dma,adi-axi-adc: introduce devm_iio_dmaengine_buffer_setup()Alexandru Ardelean1-0/+1
2021-03-11iio: kfifo: un-export devm_iio_kfifo_allocate() functionAlexandru Ardelean1-1/+0
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 f...Maximilian 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_ZYNQ...Nobuhiro Iwamatsu1-29/+2
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-109/+0
2021-02-24Merge tag 'cxl-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds3-0/+59