summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2017-06-18i2c: xgene-slimpro: include linux/io.h for memremapArnd Bergmann1-0/+1
2017-06-16i2c: stub: fix build warning regressionWolfram Sang1-1/+1
2017-06-15i2c: ismt: fix wrong device address when unmap the data bufferLiwei Song1-1/+1
2017-06-15i2c: rcar: use correct length when unmapping DMAWolfram Sang1-1/+1
2017-06-12Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman2-5/+22
2017-06-03i2c: i2c-mux-gpmux: new driverPeter Rosin3-0/+187
2017-06-02i2c: mxs: change error printing to debug for mxs_i2c_pio_wait_xfer_endMichael Thalmeier1-3/+3
2017-06-02i2c: sh_mobile: drop needless check for of_nodeWolfram Sang1-12/+7
2017-06-02i2c: sh_mobile: remove platform_dataWolfram Sang1-8/+0
2017-06-02i2c: stub: use pr_fmtWolfram Sang1-8/+8
2017-06-02i2c: xgene-slimpro: Add ACPI support by using PCC mailboxHoan Tran1-13/+161
2017-06-02i2c: xgene-slimpro: Use a single function to send command messageHoan Tran1-41/+26
2017-05-31i2c: reformat core-base file headerWolfram Sang1-21/+22
2017-05-31i2c: remove unneeded includes from coreWolfram Sang1-2/+0
2017-05-31i2c: break out ACPI support into separate fileWolfram Sang4-648/+669
2017-05-31i2c: break out OF support into separate fileWolfram Sang4-264/+286
2017-05-31i2c: break out smbus support into separate fileWolfram Sang3-575/+595
2017-05-31i2c: break out slave support into separate fileWolfram Sang4-101/+118
2017-05-31i2c: rename core source file to allow refactorizationWolfram Sang3-2/+4
2017-05-22i2c: designware: Fix bogus sda_hold_time due to uninitialized varsJan Kiszka1-1/+1
2017-05-22i2c: i2c-tiny-usb: fix buffer not being DMA capableSebastian Reichel1-4/+21
2017-05-19i2c: designware: don't infer timings described by ACPI from clock rateArd Biesheuvel1-8/+10
2017-05-17i2c: xgene: Set ACPI_COMPANION_I2CTin Huynh1-0/+1
2017-05-17i2c: mv64xxx: don't override deferred probing when getting irqThomas Petazzoni1-3/+3
2017-05-15i2c: mux: only print failure message on errorPeter Rosin1-10/+16
2017-05-15i2c: mux: reg: rename label to indicate what it doesPeter Rosin1-2/+2
2017-05-15i2c: mux: reg: put away the parent i2c adapter on probe failurePeter Rosin1-5/+12
2017-05-11Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-12/+12
2017-05-10Merge tag 'acpi-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-2/+56
2017-05-03Merge branch 'i2c/for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds25-248/+588
2017-04-27i2c: designware: Add ACPI HID for Hisilicon Hip07/08 I2C controllerHanjun Guo1-0/+2
2017-04-21i2c: thunderx: Enable HWMON class probingJan Glauber1-0/+1
2017-04-21i2c: rcar: clarify PM handling with more commentsWolfram Sang1-1/+3
2017-04-21i2c: rcar: fix resume by always initializing registers before transferWolfram Sang1-2/+2
2017-04-21i2c: tegra: fix spelling mistake: "contoller" -> "controller"Colin Ian King1-1/+1
2017-04-21i2c: exynos5: use core helper to get driver dataAndrzej Hajda1-12/+3
2017-04-21i2c: exynos5: de-duplicate error logs on clock setupAndrzej Hajda1-17/+7
2017-04-21i2c: exynos5: simplify clock frequency handlingAndrzej Hajda1-33/+12
2017-04-21i2c: exynos5: simplify timings calculationAndrzej Hajda1-26/+14
2017-04-20Annotate hardware config module parameters in drivers/i2c/David Howells8-12/+12
2017-04-19i2c: designware-baytrail: fix potential null pointer dereference on devColin Ian King1-1/+3
2017-04-19i2c: designware: Get selected speed mode sda-hold-time via ACPIchin.yew.tan@intel.com1-9/+22
2017-04-16Merge branch 'i2c/for-INT33FE' into i2c/for-4.12Wolfram Sang1-3/+59
2017-04-16i2c: core: Allow drivers to disable i2c-core irq mappingHans de Goede1-3/+3
2017-04-16i2c: core: Add new i2c_acpi_new_device helper functionHans de Goede1-0/+49
2017-04-16i2c: core: Allow getting ACPI info by indexHans de Goede1-0/+7
2017-04-16i2c: img-scb: use setup_timerGeliang Tang1-3/+2
2017-04-16i2c: i2c-scmi: add a MS HIDEdgar Cherkasov1-0/+4
2017-04-16Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang10-30/+352