summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: virtio: add a virtio i2c frontend driverJie Deng2021-08-193-0/+302
* i2c: hix5hd2: fix IRQ checkSergey Shtylyov2021-08-191-1/+1
* i2c: s3c2410: fix IRQ checkSergey Shtylyov2021-08-191-1/+1
* i2c: iop3xx: fix deferred probingSergey Shtylyov2021-08-191-4/+2
* i2c: synquacer: fix deferred probingSergey Shtylyov2021-08-171-1/+1
* i2c: sun6i-pw2i: Prefer strscpy over strlcpyLen Baker2021-08-171-1/+1
* i2c: remove dead PMC MSP TWI/SMBus/I2C driverLukas Bulwahn2021-08-173-610/+0
* i2c: dev: Use sysfs_emit() in "show" functionsAndy Shevchenko2021-08-111-1/+1
* i2c: dev: Define pr_fmt() and drop duplication substringsAndy Shevchenko2021-08-111-11/+9
* i2c: designware: Fix indentation in the headerAndy Shevchenko2021-08-111-2/+2
* i2c: designware: Use DIV_ROUND_CLOSEST() macroAndy Shevchenko2021-08-112-6/+7
* i2c: at91: mark PM ops as __maybe unusedWolfram Sang2021-08-111-1/+1
* i2c: sh_mobile: : use proper DMAENGINE API for terminationWolfram Sang2021-08-111-2/+2
* i2c: qup: : use proper DMAENGINE API for terminationWolfram Sang2021-08-111-1/+1
* i2c: mxs: : use proper DMAENGINE API for terminationWolfram Sang2021-08-111-2/+2
* i2c: imx: : use proper DMAENGINE API for terminationWolfram Sang2021-08-111-3/+3
* i2c: at91-master: : use proper DMAENGINE API for terminationWolfram Sang2021-08-111-2/+2
* i2c: at91: remove #define CONFIG_PMClaudiu Beznea2021-08-101-12/+5
* i2c: parport: Switch to use module_parport_driver()Andy Shevchenko2021-08-101-25/+11
* i2c: i801: Remove not needed debug messageHeiner Kallweit2021-08-101-4/+0
* i2c: i801: make p2sb_spinlock a mutexHeiner Kallweit2021-08-101-4/+4
* i2c: i801: Improve disabling runtime pmHeiner Kallweit2021-08-101-6/+1
* i2c: highlander: add IRQ checkSergey Shtylyov2021-08-031-1/+1
* i2c: i801: Fix handling SMBHSTCNT_PEC_ENHeiner Kallweit2021-07-281-16/+11
* Merge tag 'efi-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-07-254-7/+23
|\
| * Merge tag 'efi-urgent-for-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2021-07-204-7/+23
| |\
| | * efi/mokvar: Reserve the table only if it is in boot services dataBorislav Petkov2021-07-201-1/+4
| | * efi/libstub: Fix the efi_load_initrd function descriptionAtish Patra2021-07-161-2/+2
| | * firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier2021-07-161-1/+12
| | * efi/tpm: Differentiate missing and invalid final event log table.Michal Suchanek2021-07-161-3/+5
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-07-246-92/+78
|\ \ \
| * | | scsi: target: Fix NULL dereference on XCOPY completionDavid Disseldorp2021-07-211-1/+1
| * | | scsi: mpt3sas: Transition IOC to Ready state during shutdownSreekanth Reddy2021-07-203-17/+26
| * | | scsi: target: Fix protect handling in WRITE SAME(32)Dmitry Bogdanov2021-07-191-18/+17
| * | | scsi: iscsi: Fix iface sysfs attr detectionMike Christie2021-07-191-56/+34
* | | | Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-245-18/+31
|\ \ \ \
| * | | | nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig2021-07-211-1/+4
| * | | | nvme: fix nvme_setup_command metadata trace eventKeith Busch2021-07-211-3/+3
| * | | | nvme: fix refcounting imbalance when all paths are downHannes Reinecke2021-07-213-13/+21
| * | | | nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng2021-07-211-1/+3
* | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-242-12/+9
|\ \ \ \ \
| * | | | | i2c: mpc: Poll for MCFChris Packham2021-07-201-2/+2
| * | | | | Merge tag 'at24-fixes-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Wolfram Sang2021-07-201-10/+7
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | misc: eeprom: at24: Always append device id even if label property is set.Jérôme Glisse2021-07-011-10/+7
* | | | | | Merge tag 'ceph-for-5.14-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2021-07-231-20/+13
|\ \ \ \ \ \
| * | | | | | rbd: resurrect setting of disk->private_data in rbd_init_disk()Ilya Dryomov2021-07-211-0/+1
| * | | | | | rbd: don't hold lock_rwsem while running_list is being drainedIlya Dryomov2021-07-201-7/+5
| * | | | | | rbd: always kick acquire on "acquired" and "released" notificationsIlya Dryomov2021-07-201-13/+7
| |/ / / / /
* | | | | | Merge tag 'acpi-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-07-234-10/+6
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'acpi-utils'Rafael J. Wysocki2021-07-233-9/+5
| |\ \ \ \ \ \