summaryrefslogtreecommitdiff
path: root/drivers/scsi/esas2r
AgeCommit message (Expand)Author
2023-09-13scsi: esas2r: Use FIELD_GET() to extract PCIe capability fieldsIlpo Järvinen
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra
2023-03-24scsi: esas2r: Declare SCSI host template constBart Van Assche
2022-10-18scsi: esas2r: Introduce scsi_template_proc_dir()Bart Van Assche
2022-10-18scsi: esas2r: Initialize two host template members implicitlyBart Van Assche
2022-09-06scsi: esas2r: Use flex array destination for memcpy()Kees Cook
2022-05-23scsi: esas2r: Fix typo in commentJulia Lawall
2021-10-16scsi: esas2r: Call scsi_done() directlyBart Van Assche
2021-06-02Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen
2021-06-02scsi: esas2r: Switch to flexible array memberKees Cook
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig
2021-03-15scsi: esas2r: Supply __printf(x, y) formatting for esas2r_log_master()Lee Jones
2020-11-25scsi: esas2r: Use generic power managementVaibhav Gupta
2020-11-25scsi: esas2r: Drop PCI Wakeup calls from .resumeVaibhav Gupta
2020-11-10scsi: esas2r: esas2r_main: Demote non-conformant kernel-doc headerLee Jones
2020-11-10scsi: esas2r: esas2r_int: Add brackets around potentially empty if()sLee Jones
2020-11-10scsi: esas2r: esas2r_init: Place brackets around a potentially empty if()Lee Jones
2020-11-10scsi: esas2r: esas2r_disc: Place brackets around a potentially empty if()Lee Jones
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-08-24scsi: esas2r: Remove unnecessary castsAlex Dewar
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-24scsi: esas2r: Demote a few non-conformant kerneldoc headersLee Jones
2020-07-24scsi: esas2r: Add braces around the one-line if()Lee Jones
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-04-23esas2r: don't bother with __copy_to_user()Al Viro
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-10-24scsi: esas2r: unlock on error in esas2r_nvram_read_direct()Dan Carpenter
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-08-12scsi: esas2r: Prefer pcie_capability_read_word()Frederick Lawler
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor
2019-01-11scsi: esas2r: esas2r_init: mark expected switch fall-throughsGustavo A. R. Silva
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-11-15scsi: esas2r: use dma_set_mask_and_coherentChristoph Hellwig
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-14scsi: esas2r: fix spelling mistake: "requestss" -> "requests"Colin Ian King
2018-05-01scsi: esas2r: fix spelling mistake: "asynchromous" -> "asynchronous"Colin Ian King
2018-04-20scsi: esas2r: use ktime_get_real_seconds()Arnd Bergmann
2018-03-19scsi: esas2r: remove initialization / cleanup dead woodChristoph Hellwig
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-08-24scsi: esas2r: constify pci_device_id.Arvind Yadav
2017-06-12scsi: esas2r: Replace semaphore fs_api_semaphore with mutexBinoy Jayan
2017-06-12scsi: esas2r: Replace semaphore fm_api_semaphore with mutexBinoy Jayan
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds