summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: pca-platform: use device managed allocationsChris Packham2017-06-271-47/+12
* i2c: pca-platform: add devicetree awarenessChris Packham2017-06-271-0/+25
* i2c: pca-platform: switch to struct gpio_descChris Packham2017-06-271-24/+19
* i2c: cadance: fix ctrl/addr reg write orderMatt Weber2017-06-231-3/+3
* i2c: zx2967: add i2c controller driver for ZTE's zx2967 familyBaoyou Xie2017-06-233-0/+619
* i2c: aspeed: added slave support for Aspeed I2C driverBrendan Higgins2017-06-231-0/+201
* i2c: aspeed: added driver for Aspeed I2CBrendan Higgins2017-06-233-0/+701
* i2c: rcar: document HW incapabilitiesWolfram Sang2017-06-231-1/+6
* i2c: emev2: Handle return value of clk_prepare_enableArvind Yadav2017-06-191-1/+3
* i2c: designware: introducing I2C_SLAVE definitionsLuis Oliveira2017-06-191-2/+31
* i2c: designware: MASTER mode as separated driverLuis Oliveira2017-06-196-368/+433
* i2c: designware: refactoring of the i2c-designwareLuis Oliveira2017-06-192-35/+52
* i2c: designware: Cleaning and comment style fixes.Luis Oliveira2017-06-193-61/+62
* i2c: at91: Fix compilation warning.Arvind Yadav2017-06-191-4/+4
* i2c: at91: Handle return value of clk_prepare_enableArvind Yadav2017-06-191-2/+6
* i2c: use proper name for the R-Car SoCWolfram Sang2017-06-191-1/+1
* i2c: xlp9xx: Enable HWMON class probing for xlp9xxGeorge Cherian2017-06-191-0/+1
* i2c: i801: Add support for Intel Cannon LakeSrinivas Pandruvada2017-06-192-0/+10
* i2c: xgene-slimpro: include linux/io.h for memremapArnd Bergmann2017-06-181-0/+1
* i2c: mxs: change error printing to debug for mxs_i2c_pio_wait_xfer_endMichael Thalmeier2017-06-021-3/+3
* i2c: sh_mobile: drop needless check for of_nodeWolfram Sang2017-06-021-12/+7
* i2c: sh_mobile: remove platform_dataWolfram Sang2017-06-021-8/+0
* i2c: xgene-slimpro: Add ACPI support by using PCC mailboxHoan Tran2017-06-021-13/+161
* i2c: xgene-slimpro: Use a single function to send command messageHoan Tran2017-06-021-41/+26
* i2c: rename core source file to allow refactorizationWolfram Sang2017-05-311-1/+1
* i2c: designware: Fix bogus sda_hold_time due to uninitialized varsJan Kiszka2017-05-221-1/+1
* i2c: i2c-tiny-usb: fix buffer not being DMA capableSebastian Reichel2017-05-221-4/+21
* i2c: designware: don't infer timings described by ACPI from clock rateArd Biesheuvel2017-05-191-8/+10
* i2c: xgene: Set ACPI_COMPANION_I2CTin Huynh2017-05-171-0/+1
* i2c: mv64xxx: don't override deferred probing when getting irqThomas Petazzoni2017-05-161-3/+3
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-118-12/+12
|\
| * Annotate hardware config module parameters in drivers/i2c/David Howells2017-04-208-12/+12
* | Merge tag 'acpi-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-101-0/+2
|\ \
| * | i2c: designware: Add ACPI HID for Hisilicon Hip07/08 I2C controllerHanjun Guo2017-04-271-0/+2
| |/
* | i2c: thunderx: Enable HWMON class probingJan Glauber2017-04-211-0/+1
* | i2c: rcar: clarify PM handling with more commentsWolfram Sang2017-04-211-1/+3
* | i2c: rcar: fix resume by always initializing registers before transferWolfram Sang2017-04-211-2/+2
* | i2c: tegra: fix spelling mistake: "contoller" -> "controller"Colin Ian King2017-04-211-1/+1
* | i2c: exynos5: use core helper to get driver dataAndrzej Hajda2017-04-211-12/+3
* | i2c: exynos5: de-duplicate error logs on clock setupAndrzej Hajda2017-04-211-17/+7
* | i2c: exynos5: simplify clock frequency handlingAndrzej Hajda2017-04-211-33/+12
* | i2c: exynos5: simplify timings calculationAndrzej Hajda2017-04-211-26/+14
* | i2c: designware-baytrail: fix potential null pointer dereference on devColin Ian King2017-04-191-1/+3
* | i2c: designware: Get selected speed mode sda-hold-time via ACPIchin.yew.tan@intel.com2017-04-191-9/+22
* | i2c: img-scb: use setup_timerGeliang Tang2017-04-161-3/+2
* | i2c: i2c-scmi: add a MS HIDEdgar Cherkasov2017-04-161-0/+4
* | i2c: meson: improve and simplify interrupt handlerHeiner Kallweit2017-03-301-30/+10
* | i2c: meson: remove meson_i2c_write_tokensHeiner Kallweit2017-03-301-10/+4
* | i2c: meson: don't create separate token chain just for the stop commandHeiner Kallweit2017-03-301-18/+5
* | i2c: meson: improve interrupt handler and detect spurious interruptsHeiner Kallweit2017-03-301-4/+7