summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-05-091-0/+14
|\
| * dmaengine: idma64: Move driver name to the headerAndy Shevchenko2019-04-261-0/+14
* | Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-05-092-3/+9
|\ \
| * | dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presenceChristoph Hellwig2019-05-061-0/+6
| * | dma-mapping: remove leftover NULL device supportChristoph Hellwig2019-04-081-3/+3
* | | Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-05-0925-89/+2258
|\ \ \
| * \ \ Merge tag 'asoc-v5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-05-06111-365/+2923
| |\ \ \
| | * \ \ Merge branch 'asoc-5.2' into asoc-nextMark Brown2019-05-0623-82/+2243
| | |\ \ \
| | | * | | ASoC: SOF: Add xtensa supportPierre-Louis Bossart2019-04-271-0/+44
| | | * | | ASoC: SOF: Add Nocodec machine driver supportLiam Girdwood2019-04-271-0/+6
| | | * | | ASoC: SOF: Add userspace ABI supportLiam Girdwood2019-04-278-0/+721
| | | * | | ASoC: SOF: Add support for loading topologiesLiam Girdwood2019-04-271-0/+256
| | | * | | ASoC: SOF: Add support for IPC IO between DSP and HostLiam Girdwood2019-04-278-0/+950
| | | * | | ASoC: SOF: Add Sound Open Firmware driver coreLiam Girdwood2019-04-271-0/+94
| | | * | | Merge branch 'asoc-5.1' into asoc-5.2Mark Brown2019-04-261-2/+7
| | | |\ \ \
| | | * | | | ASoC: simple-card-utils: add asoc_simple_parse_pin_switches()Paul Cercueil2019-04-261-0/+2
| | | * | | | Merge branch 'acpi-utils' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Mark Brown2019-04-0239-135/+355
| | | |\ \ \ \
| | | * | | | | ASoC: simple-card-utils: rename asoc_simple_card_xxx() to asoc_simple_()Kuninori Morimoto2019-03-211-45/+45
| | | * | | | | ASoC: simple-card-utils: separate asoc_simple_card_parse_dai()Kuninori Morimoto2019-03-211-31/+8
| | | * | | | | ASoC: simple-card-utils: share asoc_simple_card_init_priv()Kuninori Morimoto2019-03-211-1/+9
| | | * | | | | ASoC: simple-card-utils: share asoc_simple_be_hw_params_fixup()Kuninori Morimoto2019-03-211-0/+2
| | | * | | | | ASoC: simple-card-utils: share asoc_simple_dai_init()Kuninori Morimoto2019-03-211-3/+1
| | | * | | | | ASoC: simple-card-utils: share asoc_simple_hw_param()Kuninori Morimoto2019-03-211-0/+2
| | | * | | | | ASoC: simple-card-utils: share asoc_simple_shutdown()Kuninori Morimoto2019-03-211-1/+1
| | | * | | | | ASoC: simple-card-utils: share asoc_simple_startup()Kuninori Morimoto2019-03-211-1/+1
| | | * | | | | ASoC: simple_card_utils: share common priv for simple-card/audio-graphKuninori Morimoto2019-03-211-0/+23
| | | * | | | | ASoC: simple-card-utils: add asoc_simple_debug_info()Kuninori Morimoto2019-03-211-0/+72
| | | * | | | | ASoC: da7219: Expose BCLK and WCLK control through CCFAdam Thomson2019-03-211-1/+7
| | | * | | | | ASoC: dpcm: prevent snd_soc_dpcm use after freeKaiChieh Chuang2019-03-181-0/+2
| | | | |_|_|/ | | | |/| | |
| * | | | | | ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai2019-04-171-2/+14
| * | | | | | ALSA: hda: Initialize ext-bus-specific fields in snd_hdac_bus_init(), tooTakashi Iwai2019-04-131-4/+3
| * | | | | | Merge branch 'for-linus' into for-nextTakashi Iwai2019-04-132-2/+10
| |\ \ \ \ \ \
| * | | | | | | ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai2019-04-121-1/+2
| * | | | | | | ALSA: timer: Revert active callback sync check at closeTakashi Iwai2019-04-091-0/+1
| * | | | | | | Merge branch 'topic/timer-fixes' into for-nextTakashi Iwai2019-03-281-1/+0
| |\ \ \ \ \ \ \
| | * | | | | | | ALSA: timer: Check ack_list emptiness instead of bit flagTakashi Iwai2019-03-271-1/+0
| | | |_|/ / / / | | |/| | | | |
| * / | | | | | ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...Takashi Iwai2019-03-271-4/+0
| |/ / / / / /
* | | | | | | Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-0949-362/+1540
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie2019-05-091-0/+6
| |\ \ \ \ \ \ \
| | * | | | | | | drm: Add drm_atomic_get_old/new_private_obj_statejames qian wang (Arm Technology China)2019-04-291-0/+6
| * | | | | | | | drm: introduce a capability flag for syncobj timeline supportLionel Landwerlin2019-05-022-0/+8
| * | | | | | | | Merge tag 'drm-misc-next-fixes-2019-05-01' of git://anongit.freedesktop.org/d...Dave Airlie2019-05-021-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | drm: increase drm mmap_range size to 1TBPhilip Yang2019-04-241-1/+1
| * | | | | | | | Merge branch 'drm-legacy-cleanup' of git://people.freedesktop.org/~airlied/li...Daniel Vetter2019-04-244-5/+8
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | drm/legacy: remove some legacy lock struct membersDave Airlie2019-04-242-2/+6
| | * | | | | | | drm/legacy: place all drm legacy members under DRM_LEGACY.Dave Airlie2019-04-241-1/+2
| | * | | | | | | drm/legacy: move drm_legacy_master_rmmaps to non-driver legacy header.Dave Airlie2019-04-241-2/+0
| * | | | | | | | Merge tag 'drm-msm-next-2019-04-21' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2019-04-241-0/+14
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/msm/gpu: Add submit queue queriesJordan Crouse2019-04-191-0/+12
| | * | | | | | | | drm/msm: add param to retrieve # of GPU faults (global)Rob Clark2019-04-191-0/+1