summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2019-06-22i2c: mux/i801: Switch to use descriptor passingLinus Walleij2-93/+60
2019-06-21i2c: tegra: remove BUG() macroBitan Biswas1-8/+39
2019-06-21i2c: i801: Add support for Intel Elkhart LakeJarkko Nikula2-0/+5
2019-06-21i2c: i801: Add Block Write-Block Read Process Call supportAlexander Sverdlin1-6/+37
2019-06-21i2c: stm32f7: fix the get_irq error casesFabrice Gasnier1-12/+14
2019-06-21i2c: i801: Use match_string() helper to simplify the codeAndy Shevchenko1-7/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner18-71/+18
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 462Thomas Gleixner1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner1-9/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner1-4/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-86/+23
2019-06-14i2c: qcom-geni: Provide support for ACPILee Jones1-1/+14
2019-06-14i2c: qcom-geni: Signify successful driver probeLee Jones1-0/+2
2019-06-14i2c: tegra: Add suspend-resume supportBitan Biswas1-0/+24
2019-06-14i2c: core: always have a named variable in argumentsWolfram Sang1-2/+2
2019-06-14i2c: ocores: add polling mode workaround for Sifive FU540-C000 SoCSagar Shrikant Kadam1-2/+22
2019-06-14i2c: ocores: add support for i2c device on Sifive FU540-c000 SoCSagar Shrikant Kadam1-0/+9
2019-06-14i2c: tegra: Avoid error message on deferred probeThierry Reding1-1/+3
2019-06-14i2c: i801: Fix kernel crash in is_dell_system_with_lis3lv02d()Andy Shevchenko1-1/+1
2019-06-12i2c: iop: Use GPIO descriptorsLinus Walleij2-11/+23
2019-06-12i2c: s3c2410: Convert to use GPIO descriptorsLinus Walleij1-38/+9
2019-06-12i2c: pca-platform: Fix GPIO lookup codeLinus Walleij1-2/+1
2019-06-12i2c: bcm2835: Model Divider in CCFAnnaliese McDermond1-31/+114
2019-06-12i2c: tegra: fix msleep warningBitan Biswas1-1/+1
2019-06-12i2c: tegra: add spinlock definition commentBitan Biswas1-0/+1
2019-06-12i2c: tegra: fix alignment and spacing violationsBitan Biswas1-16/+19
2019-06-12i2c: tegra: remove unnecessary variable initBitan Biswas1-3/+3
2019-06-12i2c: tegra: clean up macrosBitan Biswas1-14/+3
2019-06-12i2c: acorn: fix i2c warningRussell King1-0/+1
2019-06-10i2c: mux: pinctrl: use flexible-array member and struct_size() helperGustavo A. R. Silva1-3/+2
2019-06-10i2c: mux: arb-gpio: Rewrite to use GPIO descriptorsLinus Walleij1-52/+27
2019-06-10i2c: mux: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds15-84/+16
2019-06-08i2c: xiic: Add max_read_len quirkRobert Hancock1-0/+5
2019-06-08i2c: fsi: Create busses for all portsOliver O'Halloran1-5/+27
2019-06-08i2c: i801: Register optional lis3lv02d I2C device on Dell machinesPali Rohár1-0/+117
2019-06-08i2c: nvidia-gpu: resume ccgx i2c clientAjay Gupta1-4/+10
2019-06-08i2c: nvidia-gpu: add runtime pm supportAjay Gupta1-1/+21
2019-06-08i2c: nvidia-gpu: refactor master_xferAjay Gupta1-12/+16
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller63-518/+66
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2-8/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner7-29/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 294Thomas Gleixner1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-8/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2-18/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-06-02i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev1-1/+2
2019-06-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+3
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-18/+2