summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2019-06-12i2c: s3c2410: Convert to use GPIO descriptorsLinus Walleij1-38/+9
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-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-02i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev1-1/+2
2019-05-27i2c: jz4780: Drop dependency on MACH_JZ4780Paul Cercueil1-1/+1
2019-05-27i2c: meson: update with SPDX Licence identifierNeil Armstrong1-4/+1
2019-05-27i2c: Allow selecting BCM2835 I2C controllers on ARCH_BRCMSTBKamal Dasu1-1/+1
2019-05-27i2c: iproc: Add multi byte read-write support for slave modeRayagonda Kokatanur1-64/+53
2019-05-27i2c: imx: Use __maybe_unused instead of #if CONFIG_PMAnson Huang1-8/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114Thomas Gleixner1-13/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 75Thomas Gleixner1-5/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-14/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner1-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner5-0/+5
2019-05-17i2c: core: add device-managed version of i2c_new_dummyHeiner Kallweit1-0/+44
2019-05-17i2c: core: improve return value handling of i2c_new_device and i2c_new_dummyHeiner Kallweit1-13/+61
2019-05-10Merge branch 'i2c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds36-844/+3017
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+7
2019-05-03Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/lin...Linus Torvalds4-4/+9
2019-05-03Merge 5.1-rc7 into usb-nextGreg Kroah-Hartman1-1/+3
2019-05-03i2c: imx-lpi2c: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang1-8/+3
2019-05-03i2c-piix4: Add Hygon Dhyana SMBus supportPu Wen2-4/+12
2019-05-03i2c: core: apply 'is_suspended' check for SMBus, tooWolfram Sang3-5/+19
2019-05-03i2c: core: ratelimit 'transfer when suspended' errorsWolfram Sang1-1/+4
2019-05-03Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang5-36/+87
2019-05-02i2c: Prevent runtime suspend of adapter when Host Notify is requiredJarkko Nikula1-0/+4
2019-05-02i2c: synquacer: fix enumeration of slave devicesArd Biesheuvel1-0/+2
2019-05-02i2c: designware: ratelimit 'transfer when suspended' errorsWolfram Sang1-2/+1
2019-05-01gcc-9: don't warn about uninitialized variableLinus Torvalds1-1/+1
2019-04-25i2c: nvidia-gpu: Supply CCGx driver the fw build infoAjay Gupta1-0/+7
2019-04-24i2c: imx: correct the method of getting private data in notifier_callAnson Huang1-2/+2
2019-04-24i2c: iproc: Change driver to use 'BIT' macroRay Jui1-3/+3
2019-04-24i2c: riic: Add Runtime PM supportGeert Uytterhoeven1-19/+24
2019-04-22i2c: mux: demux-pinctrl: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+2
2019-04-22i2c: mux: pca954x: allow management of device idle state via sysfsRobert Shearman1-8/+77
2019-04-22i2c: mux: pca9541: remove support for unused platform dataRobert Shearman1-7/+1
2019-04-22i2c: mux: pca954x: remove support for unused platform dataRobert Shearman1-20/+3
2019-04-16i2c: axxia: use auto cmd for last messageAdamski, Krzysztof (Nokia - PL/Wroclaw)1-38/+19
2019-04-16i2c: gpio: flag atomic capability if possibleWolfram Sang1-0/+2
2019-04-16i2c: algo: bit: add flag to whitelist atomic transfersWolfram Sang1-2/+20
2019-04-16i2c: stu300: use xfer_atomic callback to bail out earlyWolfram Sang1-15/+10