summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-0717-582/+181
|\
| * media: v4l2: Correct kernel-doc inconsistencyColton Lewis2020-08-061-2/+2
| * media: v4l2: Correct kernel-doc inconsistencyColton Lewis2020-08-061-4/+4
| * media: dvbdev.h: keep * together with the typeHans Verkuil2020-07-191-2/+2
| * media: v4l2-subdev.h: keep * together with the typeHans Verkuil2020-07-191-12/+13
| * media: device property: Add a function to test is a fwnode is a graph endpointLaurent Pinchart2020-07-191-0/+5
| * media: v4l2-subdev.h: drop duplicated word in commentRandy Dunlap2020-07-191-4/+4
| * media: media-entity.h: drop duplicated word in commentRandy Dunlap2020-07-191-1/+1
| * media: dvbdev.h: fix duplicated word in commentRandy Dunlap2020-07-191-1/+1
| * media: media-devnode.h: drop duplicated word in commentRandy Dunlap2020-07-191-1/+1
| * media: media-device.h: drop duplicated word in commentRandy Dunlap2020-07-191-1/+1
| * media: tpg: Add function to return colors' order of test imageKaaira Gupta2020-07-191-0/+1
| * media: tpg: change char argument to const charKaaira Gupta2020-07-191-1/+1
| * media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia2020-07-191-0/+2
| * media: davinci: replace http references with httpsAlexander A. Klimov2020-07-191-1/+1
| * include/media/v4l2-subdev.h: fix typoHans Verkuil2020-07-191-1/+1
| * media: vb2: Print the queue pointer in debug messagesLaurent Pinchart2020-07-042-0/+17
| * media: v4l2-rect.h: add enclosed rectangle helperBenoit Parrot2020-07-041-0/+20
| * media: soc_camera.h: remove this unused headerHans Verkuil2020-07-041-397/+0
| * media: staging/media/soc_camera: remove this driverHans Verkuil2020-07-041-107/+0
| * media: mach-omap1: board-ams-delta.c: remove soc_camera dependenciesHans Verkuil2020-07-041-32/+0
| * media: cec: add adap_controls_phys_addr optionJeff Chase2020-07-041-0/+6
| * media: media/cec.h: document cec_adapter fieldsHans Verkuil2020-06-231-0/+49
| * media: cec: remove unused waitq and phys_addrs fieldsHans Verkuil2020-06-231-2/+0
| * media: videodev2.h: add V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL flagHans Verkuil2020-06-231-0/+1
| * media: videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2020-06-231-2/+9
| * media: videobuf2: add queue memory consistency parameterSergey Senozhatsky2020-06-231-2/+6
| * media: videobuf2: add V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2020-06-231-0/+3
| * media: videobuf2: handle V4L2 buffer cache flagsSergey Senozhatsky2020-06-231-0/+11
| * media: videobuf2: add cache management membersSergey Senozhatsky2020-06-231-0/+10
| * media: videobuf2: use explicit unsigned int in vb2_queueSergey Senozhatsky2020-06-231-9/+9
* | Merge tag 'mailbox-v5.9' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds2020-08-072-0/+224
|\ \
| * | mailbox: cmdq: variablize address shift in platformDennis YC Hsieh2020-08-041-0/+2
| * | dt-binding: gce: add gce header file for mt6779Dennis YC Hsieh2020-08-041-0/+222
* | | Merge tag 'dmaengine-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-073-2/+34
|\ \ \
| * \ \ Merge branch 'topic/xilinx' into fixesVinod Koul2020-08-072-0/+33
| |\ \ \
| * \ \ \ Merge branch 'for-linus' into fixesVinod Koul2020-08-053-2/+34
| |\ \ \ \
| | * | | | dmaengine: dw: Don't include unneeded header to platform data headerAndy Shevchenko2020-07-271-1/+4
| | * | | | dmaengine: idxd: add missing invalid flags field to completionDave Jiang2020-07-271-0/+6
| | * | | | dmaengine: dw: Introduce max burst length hw configSerge Semin2020-07-271-0/+3
| | * | | | dmaengine: dw: Initialize min and max burst DMA device capabilitySerge Semin2020-07-271-0/+2
| | * | | | dmaengine: Introduce DMA-device device_caps callbackSerge Semin2020-07-271-0/+4
| | * | | | dmaengine: Introduce max SG burst capabilitySerge Semin2020-07-271-0/+8
| | * | | | dmaengine: Introduce min burst length capabilitySerge Semin2020-07-271-0/+4
| | * | | | dmaengine: linux/dmaengine.h: drop duplicated word in a commentRandy Dunlap2020-07-181-1/+1
| | * | | | dmaengine: cookie bypass for out of order completionDave Jiang2020-06-171-0/+2
| | | |_|/ | | |/| |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-0728-170/+419
|\ \ \ \ \
| * | | | | mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim2020-08-071-7/+1
| * | | | | mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_m...Wei Yang2020-08-072-7/+4
| * | | | | mm/page_alloc.c: simplify pageblock bitmap accessWei Yang2020-08-071-15/+7