aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATAJeremy Compostella1-6/+7
2018-01-17i2c: core: decrease reference count of device node in i2c_unregister_deviceLixin Wang1-1/+5
2017-12-12i2c: piix4: Fix port number check on releaseJean Delvare1-1/+1
2017-12-12i2c: stm32: Fix copyrightsBenjamin Gaignard3-3/+6
2017-12-07i2c-cht-wc: constify platform_device_idArvind Yadav1-1/+1
2017-11-27i2c: i2c-boardinfo: fix memory leaks on devinfoColin Ian King1-0/+2
2017-11-27i2c: i801: Fix Failed to allocate irq -2147483648 errorHans de Goede1-0/+3
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-88/+180
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds24-377/+671
2017-11-06i2c: aspeed: Deassert reset in probeJoel Stanley1-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-11-02i2c: thunderx: Remove duplicate NULL checkAndy Shevchenko1-2/+1
2017-11-02i2c: taos-evm: Remove duplicate NULL checkAndy Shevchenko1-2/+1
2017-11-02i2c: Make i2c_unregister_device() NULL-awareAndy Shevchenko1-2/+3
2017-11-01i2c: xgene-slimpro: Support v2Hoan Tran1-4/+26
2017-11-01i2c: mpc: remove useless variable initializationWolfram Sang1-1/+1
2017-11-01Merge branch 'i2c/sbs-manager' into i2c/for-4.15Wolfram Sang7-127/+121
2017-11-01Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio into i2c/for-4.15Wolfram Sang1-108/+104
2017-10-30i2c: omap: Trigger bus recovery in lockup caseClaudio Foellmi1-2/+23
2017-10-30i2c: gpio: Add support for named gpios in DTLinus Walleij1-16/+43
2017-10-30i2c: gpio: Local vars in probeLinus Walleij1-13/+14
2017-10-30i2c: gpio: Enforce open drain through gpiolibLinus Walleij1-63/+39
2017-10-30i2c: gpio: Convert to use descriptorsLinus Walleij1-71/+63
2017-10-28i2c: mux: pca954x: Return error if irq_create_mapping failsPhil Reid1-0/+4
2017-10-28i2c: mux: pca954x: call request irq after adding mux segmentsPhil Reid1-63/+28
2017-10-28i2c: core: call of_i2c_setup_smbus_alert in i2c_register_adapterPhil Reid1-0/+9
2017-10-28i2c: i2c-smbus: add of_i2c_setup_smbus_alertPhil Reid2-1/+31
2017-10-28i2c: i2c-smbus: Move i2c_setup_smbus_alert from i2c-smbus to i2c-core-smbusPhil Reid2-32/+33
2017-10-28i2c: i2c-smbus: Use threaded irq for smbalertPhil Reid4-32/+17
2017-10-28i2c: generic recovery: check SCL before SDAClaudio Foellmi1-3/+7
2017-10-28i2c: img-scb: Add runtime PMEd Blake1-19/+78
2017-10-27i2c: mpc: use of_property_read_boolJulia Lawall1-1/+1
2017-10-27i2c: riic: remove clock and frequency restrictionsChris Brandt1-34/+81
2017-10-27Merge branch 'i2c/cht-wc-fusb302-immutable' into i2c/for-4.15Wolfram Sang7-22/+229
2017-10-27i2c/busses: Convert timers to use timer_setup()Kees Cook2-9/+6
2017-10-27i2c-cht-wc: Add device-properties for fusb302 integrationHans de Goede2-7/+49
2017-10-27i2c: Allow overriding dev_name through board_infoHans de Goede1-2/+8
2017-10-26Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.15Wolfram Sang6-17/+17
2017-10-26i2c: davinci: use correct format identifier for size_tWolfram Sang1-1/+1
2017-10-20i2c: mux: reg: use of_property_read_bool()Sergei Shtylyov1-6/+3
2017-10-18i2c: omap: Fix error handling for clk_get()Tony Lindgren1-0/+14
2017-10-17i2c: sh_mobile: Use of_device_get_match_data() helperGeert Uytterhoeven1-5/+3
2017-10-17i2c: xlp9xx: Handle I2C_M_RECV_LEN in msg->flagsKamlakant Patel1-3/+27
2017-10-17i2c: xlp9xx: Get clock frequency with clk APIJayachandran C1-1/+13
2017-10-17i2c: designware: make const array supported_speeds static to shink object code sizeColin Ian King1-1/+3
2017-10-17i2c: davinci: Add PM Runtime SupportFranklin S Cooper Jr1-12/+55
2017-10-13i2c: piix4: Disable completely the IMC during SMBUS_BLOCK_DATARicardo Ribalda Delgado1-6/+126
2017-10-13i2c: piix4: Fix SMBus port selection for AMD Family 17h chipsGuenter Roeck1-4/+26
2017-10-13i2c: imx: fix misleading bus recovery debug messageClemens Gruber1-1/+1
2017-10-13i2c: imx: use IRQF_SHARED mode to request IRQWei Jinhua1-1/+1