summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Sang303-6061/+2499
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-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
2019-03-31Merge tag 'dmaengine-fix-5.1-rc3' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds1-3/+1
2019-03-30Merge tag 'led-fixes-for-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-11/+13
2019-03-30Merge tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds6-16/+25
2019-03-30leds: trigger: netdev: use memcpy in device_name_storeRasmus Villemoes1-1/+2
2019-03-30leds: pca9532: fix a potential NULL pointer dereferenceKangjie Lu1-2/+6
2019-03-30Merge tag 'staging-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds43-4587/+276
2019-03-30Merge tag 'tty-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-51/+74
2019-03-30Merge tag 'usb-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds23-37/+110
2019-03-30Merge tag 'acpi-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-3/+0
2019-03-30Merge tag 'pm-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-4/+12
2019-03-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-30/+21
2019-03-29Merge tag 'iommu-fixes-v5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-9/+17
2019-03-29Merge tag 'char-misc-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-179/+257
2019-03-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds13-31/+118
2019-03-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+5