summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorSlawomir Blauciak <slawomir.blauciak@linux.intel.com>2019-06-03 11:20:32 -0500
committerMark Brown <broonie@kernel.org>2019-06-03 17:42:50 +0100
commit347d1c4b0779cbeabaebb9b8e9967afe28db22f1 (patch)
tree5ade08993252379907be43b8a92646ee2cb744ab /scripts/patch-kernel
parentf86588302360e01fd0e0a4fc1a8d1b05e85e5173 (diff)
downloadkernel-347d1c4b0779cbeabaebb9b8e9967afe28db22f1.tar.gz
ASoC: SOF: ipc: replace fw ready bitfield with explicit bit ordering
Previously the structure used bitfields, which do not guarantee bit ordering. This change makes sure the order is clearly defined. It also renames and repurposes the field for general use. Signed-off-by: Slawomir Blauciak <slawomir.blauciak@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
1 -0600'>2012-02-19[SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams 2012-02-19[SCSI] libsas: use libata-eh-reset for sata rediscovery fis transmit failuresDan Williams 2012-02-19[SCSI] libsas: defer SAS_TASK_NEED_DEV_RESET commands to libataDan Williams 2012-02-19[SCSI] libsas: fix timeout vs completion raceDan Williams 2012-02-19[SCSI] libsas: close error handling vs sas_ata_task_done() raceDan Williams 2012-02-19[SCSI] libsas: kill invocation of scsi_eh_finish_cmd from sas_ata_task_doneDan Williams 2012-02-19[SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parametersDan Williams 2012-02-19[SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams 2012-02-19[SCSI] libsas: convert dev->gone to flagsDan Williams 2012-02-19[SCSI] libsas: remove ata_port.lock management duties from llddsDan Williams 2012-02-19[SCSI] libsas: remove unused ata_task_resp fieldsDan Williams 2011-05-26[SCSI] libsas: Add option for SATA soft resetDave Jiang 2011-05-24[SCSI] libsas: fix SATA NCQ errorXiangliang Yu 2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds 2011-03-14[SCSI] libsas: fix ata list corruption issueJames Bottomley 2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov 2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov 2011-03-02libata: remove ATA_FLAG_{SRST|SATA_RESET}Sergei Shtylyov 2011-03-02ipr/sas_ata: use mode mask macros from <linux/ata.h>Sergei Shtylyov 2011-03-02libsas: convert to libata new error handlerJames Bottomley 2011-02-13[SCSI] libsas: convert to libata new error handlerJames Bottomley 2011-01-24[SCSI] libsas: remove spurious sata control register read/writeJames Bottomley 2011-01-24[SCSI] libsas: fix ATAPI check condition terminationJames Bottomley 2010-10-08[SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong 2010-10-07[SCSI] libsas: fix NCQ mixing with non-NCQDavid Milburn 2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley 2010-05-16[SCSI] libsas: fix deref before check in commit 70b25f890ceJames Bottomley 2010-05-01[SCSI] fix locking around blk_abort_request()Tejun Heo 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo