summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114Thomas Gleixner2019-05-241-13/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 75Thomas Gleixner2019-05-241-5/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-14/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner2019-05-211-2/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-215-0/+5
* i2c: core: add device-managed version of i2c_new_dummyHeiner Kallweit2019-05-171-0/+44
* i2c: core: improve return value handling of i2c_new_device and i2c_new_dummyHeiner Kallweit2019-05-171-13/+61
* Merge branch 'i2c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-05-0936-844/+3017
|\
| * i2c: imx-lpi2c: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang2019-05-031-8/+3
| * i2c-piix4: Add Hygon Dhyana SMBus supportPu Wen2019-05-032-4/+12
| * i2c: core: apply 'is_suspended' check for SMBus, tooWolfram Sang2019-05-033-5/+19
| * i2c: core: ratelimit 'transfer when suspended' errorsWolfram Sang2019-05-031-1/+4
| * Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2019-05-035-36/+87
| |\
| | * i2c: mux: demux-pinctrl: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-04-211-2/+2
| | * i2c: mux: pca954x: allow management of device idle state via sysfsRobert Shearman2019-04-211-8/+77
| | * i2c: mux: pca9541: remove support for unused platform dataRobert Shearman2019-04-211-7/+1
| | * i2c: mux: pca954x: remove support for unused platform dataRobert Shearman2019-04-211-20/+3
| * | i2c: iproc: Change driver to use 'BIT' macroRay Jui2019-04-231-3/+3
| * | i2c: riic: Add Runtime PM supportGeert Uytterhoeven2019-04-231-19/+24
| * | i2c: axxia: use auto cmd for last messageAdamski, Krzysztof (Nokia - PL/Wroclaw)2019-04-161-38/+19
| * | i2c: gpio: flag atomic capability if possibleWolfram Sang2019-04-161-0/+2
| * | i2c: algo: bit: add flag to whitelist atomic transfersWolfram Sang2019-04-161-2/+20
| * | i2c: stu300: use xfer_atomic callback to bail out earlyWolfram Sang2019-04-161-15/+10
| * | i2c: ocores: enable atomic xfersWolfram Sang2019-04-161-0/+1
| * | i2c: ocores: refactor setup for pollingWolfram Sang2019-04-161-11/+4
| * | i2c: tegra-bpmp: convert to use new atomic callbacksWolfram Sang2019-04-161-5/+20