aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-09Revert "i2c: copy device properties when using i2c_register_board_info()"Wolfram Sang1-10/+0
2017-03-09Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into i2c/for-currentWolfram Sang1-0/+2
2017-03-09Revert "i2c: add missing of_node_put in i2c_mux_del_adapters"Wolfram Sang1-2/+0
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: copy device properties when using i2c_register_board_info()Dmitry Torokhov1-0/+10
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: add missing of_node_put in i2c_mux_del_adaptersQi Hou1-0/+2
2017-03-08i2c: riic: fix restart conditionChris Brandt1-1/+5
2017-03-03i2c: add missing of_node_put in i2c_mux_del_adaptersQi Hou1-0/+2
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 Torvalds31-41/+1555
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-20Merge tag 'device-properties-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+15
2017-02-20Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+2
2017-02-20i2c: at91: ensure state is restored after suspendingAlexandre Belloni1-0/+3
2017-02-20i2c: bcm2835: Avoid possible NULL ptr dereferenceStefan Wahren1-1/+3
2017-02-20i2c: Add Tegra BPMP I2C proxy driverShardar Shariff Md3-0/+358
2017-02-20Merge branches 'acpi-bus', 'acpi-sleep' and 'acpi-processor'Rafael J. Wysocki1-1/+2
2017-02-14Revert "i2c: designware: detect when dynamic tar update is possible"Jarkko Nikula2-35/+11
2017-02-10Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.11Wolfram Sang1-4/+146
2017-02-10i2c: mux: pca954x: Add interrupt controller supportPhil Reid1-2/+139
2017-02-10i2c: mux: pca954x: Add missing pca9542 definition to chip_descPhil Reid1-2/+7
2017-02-09i2c: riic: correctly finish transfersChris Brandt1-7/+23
2017-02-09i2c: i801: Add support for Intel Gemini LakeMika Westerberg2-0/+4
2017-02-09i2c: mux: pca9541: Export OF device ID table as module aliasesJavier Martinez Canillas1-0/+1
2017-02-09i2c: mux: pca954x: Export OF device ID table as module aliasesJavier Martinez Canillas1-0/+1
2017-02-09i2c: mux: mlxcpld: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2017-02-09i2c: piix4: Request the SMBUS semaphore inside the mutexRicardo Ribalda1-5/+7
2017-02-09i2c: piix4: Fix request_region sizeRicardo Ribalda1-1/+1
2017-02-09i2c: busses: constify i2c_algorithm structuresBhumika Goyal14-14/+14
2017-02-08i2c: allow specify device properties in i2c_board_infoDmitry Torokhov1-1/+15
2017-02-07i2c: acpi: Initialize info.type from of_compatibleDan O'Donovan1-1/+2
2017-01-28i2c: i2c-cros-ec-tunnel: Reduce logging noiseGuenter Roeck1-4/+4
2017-01-28i2c: core: helper function to detect slave modeLuis Oliveira1-0/+33
2017-01-26i2c: imx-lpi2c: add VLLS mode supportGao Pan1-0/+20
2017-01-25i2c: omap: constify dev_pm_ops structuresBhumika Goyal1-1/+1
2017-01-25i2c: mv64xxx: add suspend/resume supportGrzegorz Jaszczyk1-0/+21
2017-01-25i2c: stm32f4: add driverM'boumba Cedric Madianga3-0/+908
2017-01-25i2c: i2c-cadence: Initialize configuration before probing devicesMike Looijmans1-4/+4
2017-01-12i2c: piix4: Avoid race conditions with IMCRicardo Ribalda1-0/+22
2017-01-12i2c: fix spelling mistake: "insufficent" -> "insufficient"Colin Ian King1-1/+1
2017-01-12i2c: print correct device invalid addressJohn Garry1-1/+1
2017-01-12i2c: do not enable fall back to Host Notify by defaultDmitry Torokhov1-9/+8
2017-01-12i2c: fix kernel memory disclosure in dev interfaceVlad Tsyrklevich1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1