summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-88/+180
|\
| * i2c compat ioctls: move to ->compat_ioctl()Al Viro2017-09-201-88/+180
* | Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-1424-377/+671
|\ \
| * | i2c: aspeed: Deassert reset in probeJoel Stanley2017-11-061-0/+12
| * | i2c: thunderx: Remove duplicate NULL checkAndy Shevchenko2017-11-021-2/+1
| * | i2c: taos-evm: Remove duplicate NULL checkAndy Shevchenko2017-11-021-2/+1
| * | i2c: Make i2c_unregister_device() NULL-awareAndy Shevchenko2017-11-021-2/+3
| * | i2c: xgene-slimpro: Support v2Hoan Tran2017-11-011-4/+26
| * | i2c: mpc: remove useless variable initializationWolfram Sang2017-11-011-1/+1
| * | Merge branch 'i2c/sbs-manager' into i2c/for-4.15Wolfram Sang2017-11-017-127/+121
| |\ \
| | * | i2c: mux: pca954x: Return error if irq_create_mapping failsPhil Reid2017-10-281-0/+4
| | * | i2c: mux: pca954x: call request irq after adding mux segmentsPhil Reid2017-10-281-63/+28
| | * | i2c: core: call of_i2c_setup_smbus_alert in i2c_register_adapterPhil Reid2017-10-281-0/+9
| | * | i2c: i2c-smbus: add of_i2c_setup_smbus_alertPhil Reid2017-10-282-1/+31
| | * | i2c: i2c-smbus: Move i2c_setup_smbus_alert from i2c-smbus to i2c-core-smbusPhil Reid2017-10-282-32/+33
| | * | i2c: i2c-smbus: Use threaded irq for smbalertPhil Reid2017-10-284-32/+17
| * | | Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Wolfram Sang2017-11-011-108/+104
| |\ \ \
| | * | | i2c: gpio: Add support for named gpios in DTLinus Walleij2017-10-301-16/+43
| | * | | i2c: gpio: Local vars in probeLinus Walleij2017-10-301-13/+14
| | * | | i2c: gpio: Enforce open drain through gpiolibLinus Walleij2017-10-301-63/+39
| | * | | i2c: gpio: Convert to use descriptorsLinus Walleij2017-10-301-71/+63
| | | |/ | | |/|
| * | | i2c: omap: Trigger bus recovery in lockup caseClaudio Foellmi2017-10-301-2/+23
| * | | i2c: generic recovery: check SCL before SDAClaudio Foellmi2017-10-281-3/+7
| * | | i2c: img-scb: Add runtime PMEd Blake2017-10-281-19/+78
| * | | i2c: mpc: use of_property_read_boolJulia Lawall2017-10-271-1/+1
| * | | i2c: riic: remove clock and frequency restrictionsChris Brandt2017-10-271-34/+81
| * | | Merge branch 'i2c/cht-wc-fusb302-immutable' into i2c/for-4.15Wolfram Sang2017-10-277-22/+229
| |\ \ \
| | * | | i2c-cht-wc: Add device-properties for fusb302 integrationHans de Goede2017-10-272-7/+49
| | * | | i2c: Allow overriding dev_name through board_infoHans de Goede2017-10-271-2/+8
| | | |/ | | |/|
| * | | i2c/busses: Convert timers to use timer_setup()Kees Cook2017-10-272-9/+6
| * | | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2017-10-266-17/+17
| |\ \ \
| | * | | i2c: mux: reg: use of_property_read_bool()Sergei Shtylyov2017-10-201-6/+3
| * | | | i2c: davinci: use correct format identifier for size_tWolfram Sang2017-10-261-1/+1
| * | | | i2c: sh_mobile: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-171-5/+3
| * | | | i2c: xlp9xx: Handle I2C_M_RECV_LEN in msg->flagsKamlakant Patel2017-10-171-3/+27
| * | | | i2c: xlp9xx: Get clock frequency with clk APIJayachandran C2017-10-171-1/+13
| * | | | i2c: designware: make const array supported_speeds static to shink object cod...Colin Ian King2017-10-171-1/+3
| * | | | i2c: davinci: Add PM Runtime SupportFranklin S Cooper Jr2017-10-171-12/+55
| * | | | PM: i2c-designware-platdrv: Suspend/resume at the late/early stagesRafael J. Wysocki2017-10-052-13/+22
| * | | | PM: i2c-designware-platdrv: Clean up PM handling in probeRafael J. Wysocki2017-10-051-12/+22
| | |_|/ | |/| |
* | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
| |_|/ |/| |
* | | i2c: omap: Fix error handling for clk_get()Tony Lindgren2017-10-181-0/+14
* | | i2c: piix4: Disable completely the IMC during SMBUS_BLOCK_DATARicardo Ribalda Delgado2017-10-131-6/+126
* | | i2c: piix4: Fix SMBus port selection for AMD Family 17h chipsGuenter Roeck2017-10-131-4/+26
* | | i2c: imx: fix misleading bus recovery debug messageClemens Gruber2017-10-131-1/+1
* | | i2c: imx: use IRQF_SHARED mode to request IRQWei Jinhua2017-10-131-1/+1
* | | i2c: ismt: Separate I2C block read from SMBus block readPontus Andersson2017-10-131-1/+4
| |/ |/|
* | Merge branch 'i2c/for-current-4.14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-074-10/+13
|\ \
| * | i2c: i2c-stm32f7: make structure stm32f7_setup static constColin Ian King2017-10-051-1/+1
| * | i2c: ensure termination of *_device_id tablesThomas Meyer2017-10-051-0/+1
OpenPOWER on IntegriCloud