aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-032-2/+56
|\
| * Merge branch 'ib/4.11-rc3-i2c-irq-resources' into nextDmitry Torokhov2017-04-032-2/+56
| |\
| | * i2c: allow attaching IRQ resources to i2c_board_infoDmitry Torokhov2017-04-012-0/+42
| | * i2c: copy device properties when using i2c_register_board_info()Dmitry Torokhov2017-04-011-0/+12
| | * i2c: export i2c_client_type structureDmitry Torokhov2017-04-011-2/+2
* | | Merge branch 'i2c/for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-0325-248/+588
|\ \ \
| * | | 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
| * | | Merge branch 'i2c/for-INT33FE' into i2c/for-4.12Wolfram Sang2017-04-161-3/+59
| |\ \ \
| | * | | i2c: core: Allow drivers to disable i2c-core irq mappingHans de Goede2017-04-161-3/+3
| | * | | i2c: core: Add new i2c_acpi_new_device helper functionHans de Goede2017-04-161-0/+49
| | * | | i2c: core: Allow getting ACPI info by indexHans de Goede2017-04-161-0/+7
| | | |/ | | |/|
| * | | i2c: img-scb: use setup_timerGeliang Tang2017-04-161-3/+2
| * | | i2c: i2c-scmi: add a MS HIDEdgar Cherkasov2017-04-161-0/+4
| * | | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2017-04-1610-30/+352
| |\ \ \
| | * | | i2c: mux: ltc4306: LTC4306 and LTC4305 I2C multiplexer/switchMichael Hennerich2017-04-123-0/+334
| | * | | i2c: mux: reg: stop double error reportingPeter Rosin2017-04-031-3/+1
| | * | | i2c: mux: pinctrl: stop double error reportingPeter Rosin2017-04-031-3/+1
| | * | | i2c: mux: pca954x: stop double error reportingPeter Rosin2017-04-031-6/+1
| | * | | i2c: mux: pca9541: stop double error reportingPeter Rosin2017-04-031-3/+1
| | * | | i2c: mux: gpio: stop double error reportingPeter Rosin2017-04-031-3/+1
| | * | | i2c: arb: gpio-challenge: stop double error reportingPeter Rosin2017-04-031-3/+1
| | * | | i2c: mux: provide more info on failure in i2c_mux_add_adapterPeter Rosin2017-04-031-3/+6
| | * | | i2c: mux: pca954x: make use of raw_spinlock variantsJulia Cartwright2017-03-151-6/+6
| | |/ /
| * | | 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
| * | | i2c: meson: remove variable count from meson_i2c_xferHeiner Kallweit2017-03-301-3/+2
| * | | i2c: meson: use full 12 bits for clock dividerHeiner Kallweit2017-03-301-2/+14
| * | | i2c: meson: use i2c core for DT clock-frequency parsingHeiner Kallweit2017-03-301-5/+3
| * | | i2c: meson: set clock divider in probe instead of setting it for each transferHeiner Kallweit2017-03-301-9/+8
| * | | i2c: meson: remove member irq from struct meson_i2cHeiner Kallweit2017-03-301-7/+5
| * | | i2c: meson: use min instead of min_t where min_t isn't neededHeiner Kallweit2017-03-301-5/+5
| * | | i2c: thunderx: ACPI support for clock settingsJan Glauber2017-03-231-9/+15
| * | | i2c: xlp9xx: update for ARCH_THUNDER2Jayachandran C2017-03-232-1/+2
| * | | i2c: mv64xxx: simplify optional reset handlingPhilipp Zabel2017-03-231-10/+5
| * | | i2c: tegra-bpmp: Enable Tegra BPMP I2C adapterJon Hunter2017-03-231-0/+1
| * | | i2c: designware: Disable pm for PMIC i2c-bus even if there is no _SEM methodHans de Goede2017-03-221-0/+15
| * | | i2c: designware: Never suspend i2c-busses used for accessing the system PMICHans de Goede2017-03-224-11/+16
| * | | i2c-designware: increase timeout of semaphore transferOliver Neukum2017-03-221-1/+1
| * | | Merge tag 'topic/designware-baytrail-2017-03-02' of git://anongit.freedesktop...Wolfram Sang2017-03-225-45/+99
| |\ \ \ | | |/ / | |/| |