summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Revert "ASoC: mediatek: Check for error clk pointer"Guenter Roeck2022-02-081-11/+4
* Input: wm97xx: Simplify resource managementChristophe JAILLET2022-01-311-9/+3
* firmware: cs_dsp: Clear core reset for cacheCharles Keepax2022-01-051-4/+10
* ASoC/SoundWire: improve suspend flows and use set_stream() instead of set_tdm...Mark Brown2021-12-245-179/+136
|\
| * soundwire: intel: remove PDM supportPierre-Louis Bossart2021-12-243-140/+31
| * soundwire: intel: remove unnecessary initPierre-Louis Bossart2021-12-241-1/+1
| * ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWirePierre-Louis Bossart2021-12-243-10/+10
| * soundwire: intel: improve suspend flowsRanjani Sridharan2021-12-242-23/+89
| * ASoC/soundwire: intel: simplify callbacks for params/hw_freePierre-Louis Bossart2021-12-241-7/+7
* | ASoC: mediatek: Check for error clk pointerJiasheng Jiang2021-12-241-4/+11
|/
* Merge tag 'dmaengine_topic_slave_id_removal_5.17' of git://git.kernel.org/pub...Mark Brown2021-12-1712-53/+92
|\
| * dmaengine: xilinx_dpdma: stop using slave_id fieldArnd Bergmann2021-12-172-8/+18
| * dmaengine: qcom-adm: stop abusing slave_id configArnd Bergmann2021-12-173-11/+74
| * dmaengine: sprd: stop referencing config->slave_idArnd Bergmann2021-12-171-3/+0
| * dmaengine: pxa/mmp: stop referencing config->slave_idArnd Bergmann2021-12-172-13/+0
| * dmaengine: shdma: remove legacy slave_id parsingArnd Bergmann2021-12-171-8/+0
| * mmc: bcm2835: stop setting chan_config->slave_idArnd Bergmann2021-12-171-2/+0
| * spi: pic32: stop setting dma_config->slave_idArnd Bergmann2021-12-171-2/+0
| * dmaengine: tegra20-apb: stop checking config->slave_idArnd Bergmann2021-12-171-6/+0
* | firmware: cs_dsp: Move lockdep asserts to avoid potential null pointerCharles Keepax2021-11-301-4/+4
* | firmware: cs_dsp: Allow creation of event controlsCharles Keepax2021-11-171-0/+1
* | firmware: cs_dsp: Add offset to cs_dsp read/writeCharles Keepax2021-11-171-16/+28
* | firmware: cs_dsp: Clarify some kernel doc commentsCharles Keepax2021-11-171-2/+2
* | firmware: cs_dsp: Perform NULL check in cs_dsp_coeff_write/read_ctrlCharles Keepax2021-11-171-0/+6
* | firmware: cs_dsp: Add support for rev 2 coefficient filesCharles Keepax2021-11-171-0/+1
* | firmware: cs_dsp: Print messages from bin filesCharles Keepax2021-11-171-0/+11
* | firmware: cs_dsp: Add pre_run callbackCharles Keepax2021-11-171-0/+6
* | firmware: cs_dsp: Add version checks on coefficient loadingCharles Keepax2021-11-171-13/+36
* | firmware: cs_dsp: Add lockdep asserts to interface functionsCharles Keepax2021-11-171-0/+14
* | firmware: cs_dsp: tidy includes in cs_dsp.c and cs_dsp.hSimon Trimmer2021-11-151-6/+0
|/
* Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shLinus Torvalds2021-11-141-1/+4
|\
| * maple: fix wrong return value of maple_bus_init().Lu Wei2021-09-171-1/+4
* | Merge tag 'devicetree-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-11-149-11/+19
|\ \
| * | clk: versatile: clk-icst: Ensure clock names are uniqueRob Herring2021-11-111-2/+4
| * | of: Support using 'mask' in making device bus idRob Herring2021-11-111-2/+8
| * | dt-bindings: Rename Ingenic CGU headers to ingenic,*.hPaul Cercueil2021-11-117-7/+7
* | | Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-145-25/+55
|\ \ \
| * \ \ Merge tag 'irqchip-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-11-143-8/+27
| |\ \ \
| | * | | of/irq: Don't ignore interrupt-controller when interrupt-map failedMarc Zyngier2021-11-121-3/+16
| | * | | irqchip/sifive-plic: Fixup EOI failed when maskedGuo Ren2021-11-121-1/+7
| | * | | irqchip/csky-mpintc: Fixup mask/unmask implementationGuo Ren2021-11-121-4/+4
| * | | | PCI/MSI: Destroy sysfs before freeing entriesThomas Gleixner2021-11-111-5/+5
| * | | | PCI: Add MSI masking quirk for Nvidia ION AHCIMarc Zyngier2021-11-111-0/+6
| * | | | PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier2021-11-111-0/+3
| * | | | PCI/MSI: Move non-mask check back into low level accessorsThomas Gleixner2021-11-111-12/+14
| |/ / /
* | | | Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-141-0/+2
|\ \ \ \
| * | | | arch_topology: Fix missing clear cluster_cpumask in remove_cpu_topology()Wang ShaoBo2021-11-111-0/+2
| |/ / /
* | | | Merge tag 'virtio-mem-for-5.16' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-11-131-0/+1
|\ \ \ \
| * | | | virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand2021-11-101-0/+1
* | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-11-1316-47/+94
|\ \ \ \ \