summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-145-6/+5
|\
| * ocxl: remove redundant rc variableMinghao Chi2021-12-201-3/+1
| * macintosh: Add const to of_device_idXiang wangx2021-12-091-1/+1
| * powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-1/+1
| * powerpc/64s: Make hash MMU support configurableNicholas Piggin2021-12-092-1/+2
* | Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-01-1412-317/+140
|\ \
| * | PCI: brcmstb: Augment driver for MIPs SOCsJim Quinlan2022-01-112-5/+79
| * | MIPS: Loongson64: Add missing of_node_put() in ls2k_reset_init()Yang Yingliang2022-01-051-1/+1
| * | MIPS: Loongson64: Add Loongson-2K1000 reset platform driverQing Zhang2022-01-023-0/+60
| * | MIPS: TXX9: Remove TX4939 SoC supportThomas Bogendoerfer2022-01-024-172/+1
| * | MIPS: TXX9: Remove rbtx4939 board supportThomas Bogendoerfer2022-01-023-140/+0
* | | Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-01-1419-277/+354
|\ \ \
| * | | 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 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-1487-1593/+3693
|\ \ \ \
| * | | | scsi: mpi3mr: Bump driver version to 8.0.0.61.0Sreekanth Reddy2021-12-231-2/+2
| * | | | scsi: mpi3mr: Fixes around reply request queuesSreekanth Reddy2021-12-232-2/+5
| * | | | scsi: mpi3mr: Enhanced Task Management Support Reply handlingSreekanth Reddy2021-12-232-38/+185
| * | | | scsi: mpi3mr: Use TM response codes from MPI3 headersSreekanth Reddy2021-12-232-34/+27
| * | | | scsi: mpi3mr: Add io_uring interface support in I/O-polled modeSreekanth Reddy2021-12-233-38/+210
| * | | | scsi: mpi3mr: Print cable mngnt and temp threshold eventsSreekanth Reddy2021-12-232-3/+73
| * | | | scsi: mpi3mr: Support Prepare for Reset eventSreekanth Reddy2021-12-233-33/+96
| * | | | scsi: mpi3mr: Add Event acknowledgment logicSreekanth Reddy2021-12-233-12/+224
| * | | | scsi: mpi3mr: Gracefully handle online FW update operationSreekanth Reddy2021-12-232-18/+92