summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
| * | i2c: i801: Add Block Write-Block Read Process Call supportAlexander Sverdlin2019-06-211-6/+37
| * | i2c: stm32f7: fix the get_irq error casesFabrice Gasnier2019-06-211-12/+14
| * | i2c: i801: Use match_string() helper to simplify the codeAndy Shevchenko2019-06-211-7/+6
| * | i2c: qcom-geni: Provide support for ACPILee Jones2019-06-141-1/+14
| * | i2c: qcom-geni: Signify successful driver probeLee Jones2019-06-141-0/+2
| * | i2c: tegra: Add suspend-resume supportBitan Biswas2019-06-141-0/+24
| * | i2c: core: always have a named variable in argumentsWolfram Sang2019-06-141-2/+2
| * | i2c: ocores: add polling mode workaround for Sifive FU540-C000 SoCSagar Shrikant Kadam2019-06-141-2/+22
| * | i2c: ocores: add support for i2c device on Sifive FU540-c000 SoCSagar Shrikant Kadam2019-06-141-0/+9
| * | i2c: tegra: Avoid error message on deferred probeThierry Reding2019-06-141-1/+3
| * | i2c: i801: Fix kernel crash in is_dell_system_with_lis3lv02d()Andy Shevchenko2019-06-141-1/+1
| * | i2c: iop: Use GPIO descriptorsLinus Walleij2019-06-122-11/+23
| * | i2c: s3c2410: Convert to use GPIO descriptorsLinus Walleij2019-06-121-38/+9
| * | i2c: bcm2835: Model Divider in CCFAnnaliese McDermond2019-06-121-31/+114
| * | i2c: tegra: fix msleep warningBitan Biswas2019-06-121-1/+1
| * | i2c: tegra: add spinlock definition commentBitan Biswas2019-06-121-0/+1
| * | i2c: tegra: fix alignment and spacing violationsBitan Biswas2019-06-121-16/+19
| * | i2c: tegra: remove unnecessary variable initBitan Biswas2019-06-121-3/+3
| * | i2c: tegra: clean up macrosBitan Biswas2019-06-121-14/+3
| * | i2c: fsi: Create busses for all portsOliver O'Halloran2019-06-081-5/+27
| * | i2c: i801: Register optional lis3lv02d I2C device on Dell machinesPali Rohár2019-06-081-0/+117
| * | i2c: nvidia-gpu: resume ccgx i2c clientAjay Gupta2019-06-081-4/+10
| * | i2c: nvidia-gpu: add runtime pm supportAjay Gupta2019-06-081-1/+21
| * | i2c: nvidia-gpu: refactor master_xferAjay Gupta2019-06-081-12/+16
| * | i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev2019-06-021-1/+2
| * | i2c: jz4780: Drop dependency on MACH_JZ4780Paul Cercueil2019-05-271-1/+1
| * | i2c: meson: update with SPDX Licence identifierNeil Armstrong2019-05-271-4/+1
| * | i2c: Allow selecting BCM2835 I2C controllers on ARCH_BRCMSTBKamal Dasu2019-05-271-1/+1
| * | i2c: iproc: Add multi byte read-write support for slave modeRayagonda Kokatanur2019-05-271-64/+53
| * | i2c: imx: Use __maybe_unused instead of #if CONFIG_PMAnson Huang2019-05-271-8/+3
| |/
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-123-5/+5
|\ \
| * | driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose2019-06-241-1/+1
| * | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-242-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-1/+2
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2221-85/+21
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1718-86/+23
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0763-518/+66
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-312-18/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev2019-05-301-1/+2
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-2/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | i2c: acpi: permit bus speed to be discovered after enumerationArd Biesheuvel2019-05-301-2/+4
* | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1918-71/+18
* | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 462Thomas Gleixner2019-06-191-1/+1
* | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner2019-06-191-9/+1
* | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner2019-06-191-4/+1
| |_|_|_|/ |/| | | |
* | | | | i2c: pca-platform: Fix GPIO lookup codeLinus Walleij2019-06-121-2/+1
* | | | | i2c: acorn: fix i2c warningRussell King2019-06-121-0/+1
* | | | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-0815-84/+16
|\ \ \ \ \
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-052-8/+2
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1