summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'topic/synopsys-media-formats-2017-04-03' of git://anongit.freedesk...Sean Paul2017-04-041-28/+6Star
|\
| * i2c: mux: pca954x: Add missing pca9546 definition to chip_descMike Looijmans2017-03-241-1/+5
| * Revert "i2c: mux: pca954x: Add ACPI support for pca954x"Andy Shevchenko2017-03-231-27/+1Star
* | BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie2017-03-238-22/+56
|\|
| * Revert "i2c: copy device properties when using i2c_register_board_info()"Wolfram Sang2017-03-091-10/+0Star
| * Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into ...Wolfram Sang2017-03-091-0/+2
| |\
| | * i2c: add missing of_node_put in i2c_mux_del_adaptersQi Hou2017-03-031-0/+2
| * | Revert "i2c: add missing of_node_put in i2c_mux_del_adapters"Wolfram Sang2017-03-091-2/+0Star
| * | i2c: exynos5: Avoid transaction timeouts due TRANSFER_DONE_AUTO not setJavier Martinez Canillas2017-03-091-1/+2
| * | i2c: designware: add reset interfaceZhangfei Gao2017-03-082-4/+25
| * | i2c: meson: fix wrong variable usage in meson_i2c_put_dataHeiner Kallweit2017-03-081-1/+1
| * | i2c: copy device properties when using i2c_register_board_info()Dmitry Torokhov2017-03-081-0/+10
| * | i2c: m65xx: drop superfluous quirk structureWolfram Sang2017-03-081-9/+0Star
| * | i2c: brcmstb: Fix START and STOP conditionsJaedon Shin2017-03-081-6/+21
| * | i2c: add missing of_node_put in i2c_mux_del_adaptersQi Hou2017-03-081-0/+2
| * | i2c: riic: fix restart conditionChris Brandt2017-03-081-1/+5
* | | Merge tag 'topic/designware-baytrail-2017-03-02' of git://anongit.freedesktop...Daniel Vetter2017-03-135-45/+99
|\ \ \ | |/ / |/| |
| * | i2c: designware-baytrail: Call pmic_bus_access_notifier_chainHans de Goede2017-03-021-0/+4
| * | i2c: designware-baytrail: Acquire P-Unit access on bus acquireHans de Goede2017-03-021-0/+4
| * | i2c: designware-baytrail: Add support for cherrytrailHans de Goede2017-03-024-12/+37
| * | i2c: designware-baytrail: Fix race when resetting the semaphoreHans de Goede2017-03-021-9/+2Star
| * | i2c: designware-baytrail: Disallow the CPU to enter C6 or C7 while holding th...Hans de Goede2017-03-023-5/+32
| * | i2c: designware-baytrail: Only check iosf_mbi_available() for shared hostsHans de Goede2017-03-021-6/+7
| * | i2c: designware-baytrail: Pass dw_i2c_dev into helper functionsHans de Goede2017-03-021-8/+8
| * | i2c: designware: Rename accessor_flags to flagsHans de Goede2017-03-023-9/+9
* | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-1/+3
* | | Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-2531-41/+1555
|\ \ \
| * | | i2c: thunderx: Replace pci_enable_msix()Jan Glauber2017-02-232-7/+3Star
| * | | i2c: exynos5: fix arbitration lost handlingAndrzej Hajda2017-02-231-1/+26
| * | | i2c: exynos5: disable fifo-almost-empty irq signal when necessaryAndrzej Hajda2017-02-231-1/+6
| * | | i2c: at91: ensure state is restored after suspendingAlexandre Belloni2017-02-201-0/+3
| * | | i2c: bcm2835: Avoid possible NULL ptr dereferenceStefan Wahren2017-02-201-1/+3
| * | | i2c: Add Tegra BPMP I2C proxy driverShardar Shariff Md2017-02-203-0/+358
| * | | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2017-02-101-4/+146
| |\ \ \
| | * | | i2c: mux: pca954x: Add interrupt controller supportPhil Reid2017-02-101-2/+139
| | * | | i2c: mux: pca954x: Add missing pca9542 definition to chip_descPhil Reid2017-02-101-2/+7
| * | | | i2c: riic: correctly finish transfersChris Brandt2017-02-091-7/+23
| * | | | i2c: i801: Add support for Intel Gemini LakeMika Westerberg2017-02-092-0/+4
| * | | | i2c: mux: pca9541: Export OF device ID table as module aliasesJavier Martinez Canillas2017-02-091-0/+1
| * | | | i2c: mux: pca954x: Export OF device ID table as module aliasesJavier Martinez Canillas2017-02-091-0/+1
| * | | | i2c: mux: mlxcpld: remove unused including <linux/version.h>Wei Yongjun2017-02-091-1/+0Star
| * | | | i2c: busses: constify i2c_algorithm structuresBhumika Goyal2017-02-0914-14/+14
| * | | | i2c: i2c-cros-ec-tunnel: Reduce logging noiseGuenter Roeck2017-01-281-4/+4
| * | | | i2c: core: helper function to detect slave modeLuis Oliveira2017-01-281-0/+33
| * | | | i2c: omap: constify dev_pm_ops structuresBhumika Goyal2017-01-251-1/+1
| * | | | i2c: mv64xxx: add suspend/resume supportGrzegorz Jaszczyk2017-01-251-0/+21
| * | | | i2c: stm32f4: add driverM'boumba Cedric Madianga2017-01-253-0/+908
| |/ / /
* | | | Merge tag 'device-properties-4.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-02-211-1/+15
|\ \ \ \
| * | | | i2c: allow specify device properties in i2c_board_infoDmitry Torokhov2017-02-081-1/+15
* | | | | Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-02-211-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |