summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-12-136-75/+61
|\
| * ASoC/tda998x: Fix reporting of nonexistent capture streamsMark Brown2022-12-04176-580/+1349
| |\
| | * drm: tda99x: Don't advertise non-existent capture supportMark Brown2022-12-021-0/+2
| * | ASoC: adau1372: fixes after debugging custom boardMark Brown2022-11-25212-785/+1623
| |\ \
| * \ \ firmware: cs_dsp: Switch to using namespaced exportsMark Brown2022-11-253-33/+33
| |\ \ \
| | * | | firmware: cs_dsp: Make the exports namespacedRichard Fitzgerald2022-11-251-31/+31
| | * | | firmware: cs_dsp: Rename KConfig symbol CS_DSP -> FW_CS_DSPRichard Fitzgerald2022-11-252-2/+2
| * | | | ASoC/soundwire: revisit interrupt and lcount handlingMark Brown2022-11-251-37/+0
| |\ \ \ \
| | * | | | soundwire: intel_init: remove check on number of linksPierre-Louis Bossart2022-11-231-12/+0
| | * | | | soundwire: intel_init: remove sdw_intel_enable_irq()Pierre-Louis Bossart2022-11-231-24/+0
| | * | | | soundwire: intel_init: remove useless interrupt enablement in interrupt threadPierre-Louis Bossart2022-11-231-1/+0
| | |/ / /
| * | | | ASoC: wm_adsp: Report when a control write changes the valueMark Brown2022-11-251-5/+12
| |\ \ \ \
| | * | | | firmware: cs_dsp: cs_dsp_coeff_write_ctrl() should report changedSimon Trimmer2022-11-231-5/+12
| * | | | | Merge branch 'i2c/client_device_id_helper-immutable' of https://git.kernel.or...Mark Brown2022-11-241-0/+14
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias2022-11-141-0/+14
| | |/ / /
* | | | | Merge tag 'for-6.2/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-138-28/+146
|\ \ \ \ \
| * | | | | dm thin: Use last transaction's pmd->root when commit failedZhihao Cheng2022-12-081-0/+9
| * | | | | dm init: add dm-mod.waitfor to wait for asynchronously probed block devicesPeter Korsgaard2022-12-021-1/+21
| * | | | | dm ioctl: fix a couple ioctl codesMikulas Patocka2022-12-011-2/+2
| * | | | | dm ioctl: a small code cleanup in list_version_get_infoMikulas Patocka2022-12-011-1/+1
| * | | | | dm thin: resume even if in FAIL modeLuo Meng2022-12-011-4/+12
| * | | | | dm cache: set needs_check flag after aborting metadataMike Snitzer2022-12-011-5/+5
| * | | | | dm cache: Fix ABBA deadlock between shrink_slab and dm_cache_metadata_abortMike Snitzer2022-12-011-7/+47
| * | | | | dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadataZhihao Cheng2022-12-011-8/+43
| * | | | | dm integrity: Fix UAF in dm_integrity_dtr()Luo Meng2022-11-301-0/+2
| * | | | | dm cache: Fix UAF in destroy()Luo Meng2022-11-301-0/+1
| * | | | | dm clone: Fix UAF in clone_dtr()Luo Meng2022-11-301-0/+1
| * | | | | dm thin: Fix UAF in run_timer_softirq()Luo Meng2022-11-301-0/+2
* | | | | | Merge tag 'ata-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2022-12-1322-623/+242
|\ \ \ \ \ \
| * | | | | | ata: ahci: fix enum constants for gcc-13Arnd Bergmann2022-12-061-122/+123
| * | | | | | ata: libata: fix commands incorrectly not getting retried during NCQ errorNiklas Cassel2022-11-192-0/+28
| * | | | | | ata: ahci: Remove linux/msi.h includeThomas Gleixner2022-11-141-1/+0
| * | | | | | ata: sata_dwc_460ex: Check !irq instead of irq == NO_IRQChristophe Leroy2022-11-121-6/+2
| * | | | | | ata: pata_ep93xx: use devm_platform_get_and_ioremap_resource()Minghao Chi2022-11-121-2/+1
| * | | | | | ata: libata-sff: kill unused ata_sff_busy_sleep()Sergey Shtylyov2022-11-111-56/+0
| * | | | | | ata: sata_dwc_460ex: remove variable num_processedColin Ian King2022-10-271-3/+1
| * | | | | | ata: remove palmchip pata_bk3710 driverArnd Bergmann2022-10-213-391/+0
| * | | | | | ata: libata-core: do not retry reading the log on timeoutNiklas Cassel2022-10-191-1/+2
| * | | | | | scsi: libsas: make use of ata_port_is_frozen() helperNiklas Cassel2022-10-191-1/+1
| * | | | | | ata: make use of ata_port_is_frozen() helperNiklas Cassel2022-10-189-23/+22
| * | | | | | ata: pata_ftide010: Remove build dependency on OFDamien Le Moal2022-10-182-2/+1
| * | | | | | ata: sata_gemini: Remove dependency on OF for compile testsDamien Le Moal2022-10-182-2/+2
| * | | | | | ata: pata_mpc52xx: Replace NO_IRQ with 0Christophe Leroy2022-10-171-1/+1
| * | | | | | ata: libahci: read correct status and error field for NCQ commandsNiklas Cassel2022-10-171-0/+14
| * | | | | | ata: libata: fetch sense data for ATA devices supporting sense reportingNiklas Cassel2022-10-172-4/+2
| * | | | | | ata: libata: only set sense valid flag if sense data is validNiklas Cassel2022-10-174-6/+28
| * | | | | | ata: libata: clarify when ata_eh_request_sense() will be calledNiklas Cassel2022-10-171-1/+8
| * | | | | | ata: libata: fix NCQ autosense logicNiklas Cassel2022-10-171-3/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-1369-4283/+1841
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'nvme-6.2-2022-12-07' of git://git.infradead.org/nvme into for-6.2/...Jens Axboe2022-12-0712-238/+214
| |\ \ \ \ \ \