aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09Merge branch 'i2c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds36-844/+3017
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+7
2019-05-03Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus 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/for-5.2Wolfram 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-23i2c: iproc: Change driver to use 'BIT' macroRay Jui1-3/+3
2019-04-23i2c: riic: Add Runtime PM supportGeert Uytterhoeven1-19/+24
2019-04-21i2c: mux: demux-pinctrl: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+2
2019-04-21i2c: mux: pca954x: allow management of device idle state via sysfsRobert Shearman1-8/+77
2019-04-21i2c: mux: pca9541: remove support for unused platform dataRobert Shearman1-7/+1
2019-04-21i2c: 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
2019-04-16i2c: ocores: enable atomic xfersWolfram Sang1-0/+1
2019-04-16i2c: ocores: refactor setup for pollingWolfram Sang1-11/+4
2019-04-16i2c: tegra-bpmp: convert to use new atomic callbacksWolfram Sang1-5/+20
2019-04-16i2c: omap: Add the master_xfer_atomic hookWolfram Sang1-13/+63
2019-04-16i2c: demux: handle the new atomic callbacksWolfram Sang1-0/+2
2019-04-16i2c: mux: populate the new *_atomic callbacksWolfram Sang1-0/+6
2019-04-16i2c: core: introduce callbacks for atomic transfersWolfram Sang3-7/+24
2019-04-16i2c: core: use I2C locking behaviour also for SMBUSWolfram Sang3-9/+21
2019-04-16i2c: core: remove use of in_atomic()Wolfram Sang2-1/+11
2019-04-15i2c: brcmstb: remove unused struct memberWolfram Sang1-1/+0
2019-04-15i2c: mediatek: Add i2c support for MediaTek MT8183Qii Wang1-2/+60
2019-04-15i2c: mediatek: Add i2c and apdma sync in i2c driverQii Wang1-0/+11
2019-04-15i2c: mediatek: Add arb clock in i2c driverQii Wang1-3/+22
2019-04-15i2c: mediatek: Add offsets array for new i2c registersQii Wang1-59/+104
2019-04-06i2c: imx: don't leak the i2c adapter on errorLaurentiu Tudor1-1/+3
2019-04-03i2c: isch: Remove unnecessary acpi.h includeBjorn Helgaas1-1/+0
2019-04-03i2c: nomadik: remove an unnecessary NULL check in nmk_i2c_remove()Dan Carpenter1-2/+1
2019-04-03i2c: iproc: add NIC I2C supportRayagonda Kokatanur1-5/+75
2019-04-03i2c: iproc: use wrapper for read/write accessRayagonda Kokatanur1-63/+77
2019-04-03i2c: iproc: add polling supportRayagonda Kokatanur1-117/+181
2019-04-03i2c: iproc: Add support for more master error statusMichael Cheng1-0/+10
2019-04-03i2c: iproc: Add slave mode supportShreesha Rajashekar2-6/+299
2019-04-03i2c: iproc: Extend I2C read up to 255 bytesShreesha Rajashekar1-22/+74