aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-16i2c: img-scb: use setup_timerGeliang Tang1-3/+2
2017-04-16i2c: i2c-scmi: add a MS HIDEdgar Cherkasov1-0/+4
2017-03-30i2c: meson: improve and simplify interrupt handlerHeiner Kallweit1-30/+10
2017-03-30i2c: meson: remove meson_i2c_write_tokensHeiner Kallweit1-10/+4
2017-03-30i2c: meson: don't create separate token chain just for the stop commandHeiner Kallweit1-18/+5
2017-03-30i2c: meson: improve interrupt handler and detect spurious interruptsHeiner Kallweit1-4/+7
2017-03-30i2c: meson: remove variable count from meson_i2c_xferHeiner Kallweit1-3/+2
2017-03-30i2c: meson: use full 12 bits for clock dividerHeiner Kallweit1-2/+14
2017-03-30i2c: meson: use i2c core for DT clock-frequency parsingHeiner Kallweit1-5/+3
2017-03-30i2c: meson: set clock divider in probe instead of setting it for each transferHeiner Kallweit1-9/+8
2017-03-30i2c: meson: remove member irq from struct meson_i2cHeiner Kallweit1-7/+5
2017-03-30i2c: meson: use min instead of min_t where min_t isn't neededHeiner Kallweit1-5/+5
2017-03-23i2c: thunderx: ACPI support for clock settingsJan Glauber1-9/+15
2017-03-23i2c: xlp9xx: update for ARCH_THUNDER2Jayachandran C2-1/+2
2017-03-23i2c: mv64xxx: simplify optional reset handlingPhilipp Zabel1-10/+5
2017-03-23i2c: tegra-bpmp: Enable Tegra BPMP I2C adapterJon Hunter1-0/+1
2017-03-22i2c: designware: Disable pm for PMIC i2c-bus even if there is no _SEM methodHans de Goede1-0/+15
2017-03-22i2c: designware: Never suspend i2c-busses used for accessing the system PMICHans de Goede4-11/+16
2017-03-22i2c-designware: increase timeout of semaphore transferOliver Neukum1-1/+1
2017-03-22Merge tag 'topic/designware-baytrail-2017-03-02' of git://anongit.freedesktop.org/git/drm-intel into i2c/for-nextWolfram Sang5-45/+99
2017-03-09i2c: exynos5: Avoid transaction timeouts due TRANSFER_DONE_AUTO not setJavier Martinez Canillas1-1/+2
2017-03-08i2c: designware: add reset interfaceZhangfei Gao2-4/+25
2017-03-08i2c: meson: fix wrong variable usage in meson_i2c_put_dataHeiner Kallweit1-1/+1
2017-03-08i2c: m65xx: drop superfluous quirk structureWolfram Sang1-9/+0
2017-03-08i2c: brcmstb: Fix START and STOP conditionsJaedon Shin1-6/+21
2017-03-08i2c: riic: fix restart conditionChris Brandt1-1/+5
2017-03-02i2c: designware-baytrail: Call pmic_bus_access_notifier_chainHans de Goede1-0/+4
2017-03-02i2c: designware-baytrail: Acquire P-Unit access on bus acquireHans de Goede1-0/+4
2017-03-02i2c: designware-baytrail: Add support for cherrytrailHans de Goede4-12/+37
2017-03-02i2c: designware-baytrail: Fix race when resetting the semaphoreHans de Goede1-9/+2
2017-03-02i2c: designware-baytrail: Disallow the CPU to enter C6 or C7 while holding the punit semaphoreHans de Goede3-5/+32
2017-03-02i2c: designware-baytrail: Only check iosf_mbi_available() for shared hostsHans de Goede1-6/+7
2017-03-02i2c: designware-baytrail: Pass dw_i2c_dev into helper functionsHans de Goede1-8/+8
2017-03-02i2c: designware: Rename accessor_flags to flagsHans de Goede3-9/+9
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar2-1/+3
2017-02-25Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds27-36/+1374
2017-02-23i2c: thunderx: Replace pci_enable_msix()Jan Glauber2-7/+3
2017-02-23i2c: exynos5: fix arbitration lost handlingAndrzej Hajda1-1/+26
2017-02-23i2c: exynos5: disable fifo-almost-empty irq signal when necessaryAndrzej Hajda1-1/+6
2017-02-20i2c: at91: ensure state is restored after suspendingAlexandre Belloni1-0/+3