summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-1318-189/+190
|\
| * scsi: acornscsi: Fix an error handling path in acornscsi_probe()Christophe JAILLET2020-06-101-1/+3
| * scsi: storvsc: Remove memset before memory freeing in storvsc_suspend()Denis Efremov2020-06-101-3/+0
| * scsi: cxlflash: Remove an unnecessary NULL checkDan Carpenter2020-06-101-3/+0
| * scsi: ibmvscsi: Don't send host info in adapter info MAD after LPMTyrel Datwyler2020-06-101-0/+2
| * scsi: sr: Fix sr_probe() missing deallocate of device minorSimon Arlott2020-06-101-1/+5
| * scsi: sr: Fix sr_probe() missing mutex_destroySimon Arlott2020-06-101-0/+1
| * scsi: st: Convert convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-101-15/+5
| * scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()Sudhakar Panneerselvam2020-06-103-5/+5
| * scsi: target: Fix NULL pointer dereferenceSudhakar Panneerselvam2020-06-103-13/+39
| * scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam2020-06-106-28/+28
| * scsi: target: Factor out a new helper, target_cmd_init_cdb()Sudhakar Panneerselvam2020-06-101-4/+12
| * scsi: hpsa: hpsa_ioctl(): Tidy up a bitAl Viro2020-06-041-5/+2
| * scsi: hpsa: Get rid of compat_alloc_user_space()Al Viro2020-06-041-44/+36
| * scsi: hpsa: Don't bother with vmalloc for BIG_IOCTL_Command_structAl Viro2020-06-041-9/+5
| * scsi: hpsa: Lift {BIG_,}IOCTL_Command_struct copy{in,out} into hpsa_ioctl()Al Viro2020-06-041-60/+56
| * scsi: ufs: Remove redundant urgent_bkop_lvl initializationStanley Chu2020-06-031-4/+1
| * scsi: ufs: Don't update urgent bkops level when toggling auto bkopsCan Guo2020-06-031-1/+0
| * scsi: qedf: Remove redundant initialization of variable rcColin Ian King2020-06-031-1/+1
| * scsi: mpt3sas: Fix memset() in non-RDPQ modeSuganath Prabu S2020-06-031-4/+1
| * scsi: iscsi: Fix reference count leak in iscsi_boot_create_kobjQiushi Wu2020-06-031-1/+1
| * scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_rangeBodo Stroesser2020-06-031-2/+2
* | Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-06-1370-1233/+5496
|\ \
| * | i2c: Drop stray comma in MODULE_AUTHOR statementsJean Delvare2020-06-112-3/+3
| * | i2c: npcm7xx: npcm_i2caddr[] can be statickernel test robot2020-06-111-1/+1
| * | i2c: npcm7xx: Fix a couple of error codes in probeDan Carpenter2020-06-081-2/+2
| * | i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=nMax Staudt2020-06-071-0/+1
| * | i2c: npcm7xx: Remove unnecessary parenthesesGustavo A. R. Silva2020-06-071-1/+1
| * | i2c: npcm7xx: Add support for slave mode for NuvotonTali Perry2020-06-031-1/+607
| * | i2c: npcm7xx: Add Nuvoton NPCM I2C controller driverTali Perry2020-06-033-0/+1746
| * | i2c: pxa: don't error out if there's no pinctrlLubomir Rintel2020-06-031-0/+2
| * | i2c: designware: Add Baikal-T1 System I2C supportSerge Semin2020-05-303-3/+81
| * | i2c: designware: Move reg-space remapping into a dedicated functionSerge Semin2020-05-301-5/+13
| * | i2c: designware: Retrieve quirk flags as early as possibleSerge Semin2020-05-301-2/+2
| * | i2c: designware: Convert driver to using regmap APISerge Semin2020-05-305-156/+248
| * | i2c: designware: Discard Cherry Trail model flagSerge Semin2020-05-303-4/+2
| * | i2c: designware: Add Baytrail sem config DW I2C platform dependencySerge Semin2020-05-301-11/+12
| * | i2c: designware: slave: Set DW I2C core module dependencySerge Semin2020-05-301-0/+1
| * | i2c: designware: Use `-y` to build multi-object modulesSerge Semin2020-05-301-10/+8
| * | i2c: sh_mobile: simplify code and remove false compilation warningViresh Kumar2020-05-291-5/+2
| * | i2c: i801: Instantiate SPD EEPROMs automaticallyJean Delvare2020-05-291-0/+6
| * | i2c: smbus: Add a way to instantiate SPD EEPROMs automaticallyJean Delvare2020-05-291-1/+103
| * | i2c: slave-eeprom: update documentation to recent changesWolfram Sang2020-05-281-4/+3
| * | i2c: slave-eeprom: skip useless initializationWolfram Sang2020-05-281-1/+0
| * | i2c: acpi: Drop double check for ACPI companion deviceAndy Shevchenko2020-05-281-5/+1
| * | i2c: nvidia-gpu: Use PTR_ERR_OR_ZERO() to simplify codeAishwarya Ramakrishnan2020-05-271-4/+1
| * | i2c: save a variable in i2c_detect()Wolfram Sang2020-05-271-2/+1
| * | i2c: efm32: Avoid unnecessary check in efm32_i2c_probe()Tang Bin2020-05-221-3/+0
| * | i2c: efm32: Omit superfluous error message in efm32_i2c_probe()Tang Bin2020-05-221-1/+0
| * | Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang2020-05-221-84/+0