summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2017-06-22i2c: imx: Use correct function to write to registerMichail Georgios Etairidis-4/+4
2017-06-15i2c: ismt: fix wrong device address when unmap the data bufferLiwei Song-1/+1
2017-06-15i2c: rcar: use correct length when unmapping DMAWolfram Sang-1/+1
2017-05-22i2c: designware: Fix bogus sda_hold_time due to uninitialized varsJan Kiszka-1/+1
2017-05-22i2c: i2c-tiny-usb: fix buffer not being DMA capableSebastian Reichel-4/+21
2017-05-19i2c: designware: don't infer timings described by ACPI from clock rateArd Biesheuvel-8/+10
2017-05-17i2c: xgene: Set ACPI_COMPANION_I2CTin Huynh-0/+1
2017-05-16i2c: mv64xxx: don't override deferred probing when getting irqThomas Petazzoni-3/+3
2017-05-15i2c: mux: only print failure message on errorPeter Rosin-10/+16
2017-05-15i2c: mux: reg: rename label to indicate what it doesPeter Rosin-2/+2
2017-05-15i2c: mux: reg: put away the parent i2c adapter on probe failurePeter Rosin-5/+12
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-12/+12
2017-05-10Merge tag 'acpi-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+2
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-2/+56
2017-05-03Merge branch 'i2c/for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-248/+588
2017-04-27i2c: designware: Add ACPI HID for Hisilicon Hip07/08 I2C controllerHanjun Guo-0/+2
2017-04-21i2c: thunderx: Enable HWMON class probingJan Glauber-0/+1
2017-04-21i2c: rcar: clarify PM handling with more commentsWolfram Sang-1/+3
2017-04-21i2c: rcar: fix resume by always initializing registers before transferWolfram Sang-2/+2
2017-04-21i2c: tegra: fix spelling mistake: "contoller" -> "controller"Colin Ian King-1/+1
2017-04-21i2c: exynos5: use core helper to get driver dataAndrzej Hajda-12/+3
2017-04-21i2c: exynos5: de-duplicate error logs on clock setupAndrzej Hajda-17/+7
2017-04-21i2c: exynos5: simplify clock frequency handlingAndrzej Hajda-33/+12
2017-04-21i2c: exynos5: simplify timings calculationAndrzej Hajda-26/+14
2017-04-20Annotate hardware config module parameters in drivers/i2c/David Howells-12/+12
2017-04-19i2c: designware-baytrail: fix potential null pointer dereference on devColin Ian King-1/+3
2017-04-19i2c: designware: Get selected speed mode sda-hold-time via ACPIchin.yew.tan@intel.com-9/+22
2017-04-16Merge branch 'i2c/for-INT33FE' into i2c/for-4.12Wolfram Sang-3/+59
2017-04-16i2c: core: Allow drivers to disable i2c-core irq mappingHans de Goede-3/+3
2017-04-16i2c: core: Add new i2c_acpi_new_device helper functionHans de Goede-0/+49
2017-04-16i2c: core: Allow getting ACPI info by indexHans de Goede-0/+7
2017-04-16i2c: img-scb: use setup_timerGeliang Tang-3/+2
2017-04-16i2c: i2c-scmi: add a MS HIDEdgar Cherkasov-0/+4
2017-04-16Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang-30/+352
2017-04-12i2c: mux: ltc4306: LTC4306 and LTC4305 I2C multiplexer/switchMichael Hennerich-0/+334
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie-28/+6
2017-04-03Merge branch 'ib/4.11-rc3-i2c-irq-resources' into nextDmitry Torokhov-2/+56
2017-04-03i2c: mux: reg: stop double error reportingPeter Rosin-3/+1
2017-04-03i2c: mux: pinctrl: stop double error reportingPeter Rosin-3/+1
2017-04-03i2c: mux: pca954x: stop double error reportingPeter Rosin-6/+1
2017-04-03i2c: mux: pca9541: stop double error reportingPeter Rosin-3/+1
2017-04-03i2c: mux: gpio: stop double error reportingPeter Rosin-3/+1
2017-04-03i2c: arb: gpio-challenge: stop double error reportingPeter Rosin-3/+1
2017-04-03i2c: mux: provide more info on failure in i2c_mux_add_adapterPeter Rosin-3/+6
2017-04-01i2c: allow attaching IRQ resources to i2c_board_infoDmitry Torokhov-0/+42
2017-04-01i2c: copy device properties when using i2c_register_board_info()Dmitry Torokhov-0/+12
2017-04-01i2c: export i2c_client_type structureDmitry Torokhov-2/+2
2017-03-30i2c: meson: improve and simplify interrupt handlerHeiner Kallweit-30/+10
2017-03-30i2c: meson: remove meson_i2c_write_tokensHeiner Kallweit-10/+4
2017-03-30i2c: meson: don't create separate token chain just for the stop commandHeiner Kallweit-18/+5