summaryrefslogtreecommitdiff
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
| * | i2c: nomadik: remove an unnecessary NULL check in nmk_i2c_remove()Dan Carpenter2019-04-031-2/+1
| * | i2c: iproc: add NIC I2C supportRayagonda Kokatanur2019-04-031-5/+75
| * | i2c: iproc: use wrapper for read/write accessRayagonda Kokatanur2019-04-031-63/+77
| * | i2c: iproc: add polling supportRayagonda Kokatanur2019-04-031-117/+181
| * | i2c: iproc: Add support for more master error statusMichael Cheng2019-04-031-0/+10
| * | i2c: iproc: Add slave mode supportShreesha Rajashekar2019-04-032-6/+299
| * | i2c: iproc: Extend I2C read up to 255 bytesShreesha Rajashekar2019-04-031-22/+74
| * | i2c: at91: Convert to use struct i2c_timingsAndy Shevchenko2019-03-272-16/+8
| * | i2c: Add drivers for the AMD PCIe MP2 I2C controllerElie Morisse2019-03-255-0/+1080
| * | i2c: at91: added slave mode supportJuergen Fitschen2019-03-245-4/+198
| * | i2c: at91: split driver into core and master fileJuergen Fitschen2019-03-244-468/+522
| * | i2c: at91: segregate master mode specific code from probe and init funcJuergen Fitschen2019-03-241-35/+55
| * | i2c: rcar: wait for data empty before starting DMAWolfram Sang2019-03-201-7/+4
| * | i2c: rcar: let DMA enable routine return success statusWolfram Sang2019-03-201-5/+6
| * | i2c: rcar: sanity check for minimal DMA lengthWolfram Sang2019-03-201-2/+6
| * | i2c: i2c-stm32f7: improve loopback in timing algorithmNicolas Le Bayon2019-03-201-0/+4
| * | i2c: designware: Add support for an interface clockPhil Edworthy2019-03-203-2/+23
* | | Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-081-0/+7
|\ \ \
| * \ \ Merge 5.1-rc7 into usb-nextGreg Kroah-Hartman2019-05-031-1/+3
| |\ \ \
| * | | | i2c: nvidia-gpu: Supply CCGx driver the fw build infoAjay Gupta2019-04-251-0/+7
| | |_|/ | |/| |
* | | | Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/lin...Linus Torvalds2019-05-034-4/+9
|\ \ \ \
| * | | | i2c: Prevent runtime suspend of adapter when Host Notify is requiredJarkko Nikula2019-05-021-0/+4
| * | | | i2c: synquacer: fix enumeration of slave devicesArd Biesheuvel2019-05-021-0/+2
| * | | | i2c: designware: ratelimit 'transfer when suspended' errorsWolfram Sang2019-05-021-2/+1
| * | | | i2c: imx: correct the method of getting private data in notifier_callAnson Huang2019-04-241-2/+2
| | |/ / | |/| |
* | | | gcc-9: don't warn about uninitialized variableLinus Torvalds2019-05-011-1/+1
|/ / /
* | | i2c: imx: don't leak the i2c adapter on errorLaurentiu Tudor2019-04-061-1/+3
|/ /
* | i2c: i801: Add support for Intel Comet LakeJarkko Nikula2019-03-202-0/+5
|/
* i2c: i2c-designware-platdrv: Always use a dynamic adapter numberHans de Goede2019-03-131-4/+1
* i2c: i2c-designware-platdrv: Cleanup setting of the adapter numberHans de Goede2019-03-131-4/+6
* i2c: add extra check to safe DMA buffer helperWolfram Sang2019-03-131-2/+7
* i2c: i2c-stm32f7: Fix SDADEL minimum formulaNicolas Le Bayon2019-03-121-1/+1
* i2c: rcar: explain the lockless designWolfram Sang2019-03-121-0/+9
* i2c: rcar: fix concurrency issue related to ICDMAERHiromitsu Yamasaki2019-03-121-3/+3
* i2c: sis630: correct format stringsLouis Taylor2019-03-121-2/+2
* i2c: mediatek: modify threshold passed to i2c_get_dma_safe_msg_buf()Hsin-Yi Wang2019-03-121-4/+4
* Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-091-1/+0
|\
| * PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2019-02-011-1/+0
* | Merge branch 'i2c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-03-0825-431/+1324
|\ \
| * | i2c: Allow recovery of the initial IRQ by an I2C client device.Jim Broadus2019-02-241-4/+5
| * | i2c: ocores: turn incomplete kdoc into a commentWolfram Sang2019-02-241-3/+3
| * | i2c: designware: Do not allow i2c_dw_xfer() calls while suspendedHans de Goede2019-02-234-1/+17
| * | i2c: tegra: Only display error messages if DMA setup failsJonathan Hunter2019-02-231-4/+6
| * | i2c: gpio: fault-injector: add 'inject_panic' injectorWolfram Sang2019-02-231-1/+30
| * | i2c: gpio: fault-injector: add 'lose_arbitration' injectorWolfram Sang2019-02-231-0/+74
| * | i2c: tegra: remove multi-master supportSowjanya Komatineni2019-02-231-2/+2
| * | i2c: tegra: remove master fifo support on tegra186Sowjanya Komatineni2019-02-231-1/+1
| * | i2c: tegra: change phrasing, "fallbacking" to "falling back"Colin Ian King2019-02-151-2/+2
| * | i2c: expand minor range when registering chrdev regionChengguang Xu2019-02-151-1/+1
| * | i2c: aspeed: Add multi-master use case supportJae Hyun Yoo2019-02-151-26/+93