summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-twl6040.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-20scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche16-791/+790
2020-05-20scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche8-32/+67
2020-05-20scsi: qla2xxx: Use register names instead of register offsetsBart Van Assche1-4/+4
2020-05-20scsi: qla2xxx: Change two hardcoded constants into offsetof() / sizeof() expr...Bart Van Assche2-3/+2
2020-05-20scsi: qla2xxx: Increase the size of struct qla_fcp_prio_cfg to FCP_PRIO_CFG_SIZEBart Van Assche2-1/+3
2020-05-20scsi: qla2xxx: Make a gap in struct qla2xxx_offld_chain explicitBart Van Assche1-0/+1
2020-05-20scsi: qla2xxx: Add more BUILD_BUG_ON() statementsBart Van Assche2-0/+72
2020-05-20scsi: qla2xxx: Sort BUILD_BUG_ON() statements alphabeticallyBart Van Assche1-2/+2
2020-05-20scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche11-156/+71
2020-05-20scsi: qla2xxx: Suppress two recently introduced compiler warningsBart Van Assche1-0/+7
2020-05-20scsi: qla2xxx: Fix spelling of a variable nameBart Van Assche2-3/+3
2020-05-20scsi: target: tcmu: Userspace must not complete queued commandsBodo Stroesser1-83/+71
2020-05-20scsi: target: core: Add initiatorname to NON_EXISTENT_LUN errorLance Digby1-4/+6
2020-05-20scsi: hisi_sas: Stop returning error code from slot_complete_vX_hw()John Garry3-28/+16
2020-05-20scsi: hisi_sas: Add SAS_RAS_INTR0 to debugfs register name listLuo Jiaxing1-0/+1
2020-05-20scsi: hisi_sas: Modify the commit information for DSM methodLuo Jiaxing1-2/+6
2020-05-20scsi: hisi_sas: Do not reset phy timer to wait for stray phy upLuo Jiaxing1-1/+4
2020-05-20scsi: sd: Add zoned capabilities device attributeDamien Le Moal1-0/+16
2020-05-20scsi: ufs: Make ufshcd_wait_for_register() sleep instead of busy-waitingBart Van Assche2-24/+29
2020-05-20scsi: cxlflash: Fix error return code in cxlflash_probe()Wei Yongjun1-0/+1
2020-05-15scsi: ufs-mediatek: Customize WriteBooster flush policyStanley Chu1-0/+1
2020-05-15scsi: ufs: Customize flush threshold for WriteBoosterStanley Chu3-7/+6
2020-05-15scsi: ufs: Introduce ufs_hba_variant_params to group customizable parametersStanley Chu3-26/+24
2020-05-15scsi: sd: Signal drive managed SMR disksDamien Le Moal1-0/+3
2020-05-15scsi: ufs-mediatek: Make ufs_mtk_fixup_dev_quirks staticChenTao1-1/+1
2020-05-15scsi: aacraid: Fix an oops in error handlingDan Carpenter1-0/+1
2020-05-13scsi: hisi_sas: Display proc_name in sysfsJason Yan3-0/+3
2020-05-12scsi: scsi_debug: Fix an error handling bug in sdeb_zbc_model_str()Dan Carpenter1-1/+1
2020-05-12scsi: zfcp: Move allocation of the shost object to after xconf- and xport-dataBenjamin Block6-16/+96
2020-05-12scsi: zfcp: Fence early sysfs interfaces for accesses of shost objectsBenjamin Block1-2/+14
2020-05-12scsi: zfcp: Fence adapter status propagation for common statusesBenjamin Block1-0/+14
2020-05-12scsi: zfcp: Move p-t-p port allocation to after xport dataBenjamin Block1-3/+9
2020-05-12scsi: zfcp: Fence fc_host updates during link-down handlingBenjamin Block1-5/+9
2020-05-12scsi: zfcp: Move fc_host updates during xport data handling into fenced functionBenjamin Block3-9/+25
2020-05-12scsi: zfcp: Move shost updates during xconfig data handling into fenced functionBenjamin Block3-43/+82
2020-05-12scsi: zfcp: Move shost modification after QDIO (re-)open into fenced functionBenjamin Block2-5/+16
2020-05-12scsi: mpt3sas: Remove unused including <linux/version.h>Samuel Zou1-1/+0
2020-05-12scsi: mpt3sas: Fix double free warningsSuganath Prabu S1-0/+2
2020-05-12scsi: megaraid_sas: Update driver version to 07.714.04.00-rc1Chandrakanth Patil1-2/+2
2020-05-12scsi: megaraid_sas: TM command refire leads to controller firmware crashSumit Saxena1-1/+6
2020-05-12scsi: megaraid_sas: Replace undefined MFI_BIG_ENDIAN macro with __BIG_ENDIAN_...Shivasharan S2-5/+5
2020-05-12scsi: megaraid_sas: Remove IO buffer hole detection logicSumit Saxena1-58/+0
2020-05-12scsi: megaraid_sas: Limit device queue depth to controller queue depthKashyap Desai1-3/+3
2020-05-12scsi: ufs: Cleanup WriteBooster featureStanley Chu1-13/+7
2020-05-12scsi: ufs-mediatek: Enable WriteBooster capabilityStanley Chu1-0/+3
2020-05-12scsi: ufs: Add LU Dedicated buffer mode support for WriteBoosterStanley Chu4-12/+66
2020-05-12scsi: ufs: Add "index" in parameter list of ufshcd_query_flag()Stanley Chu3-15/+17
2020-05-12scsi: ufs-mediatek: Add fixup_dev_quirks vopsStanley Chu1-3/+19
2020-05-12scsi: ufs: Export ufs_fixup_device_setup() functionStanley Chu2-3/+8
2020-05-12scsi: ufs: Introduce fixup_dev_quirks vopsStanley Chu2-2/+18