summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2018-03-172-6/+82
| |\ \
| | * | i2c: mux: pca954x: verify the device id of the pca984x chipsPeter Rosin2018-03-061-6/+49
| | * | i2c: add i2c_get_device_id() to get the standard i2c device idPeter Rosin2018-03-061-0/+33
| * | | i2c: core: report OF style module alias for devices registered via OFJavier Martinez Canillas2018-03-051-0/+8
| * | | i2c: scmi: Use standard device message logging functionsJean Delvare2018-03-021-16/+19
| * | | i2c: piix4: Use request_muxed_regionGuenter Roeck2018-03-021-30/+25
| * | | i2c: piix4: Use usleep_range()Guenter Roeck2018-03-021-3/+3
| * | | i2c: reformat comments around i2c_smbus_xfer_emulated()Wolfram Sang2018-02-271-6/+10
| * | | i2c-stm32f4: remove redundant initialization of pointer regColin Ian King2018-02-271-1/+1
| * | | i2c: exynos5: rework HSI2C_MASTER_ST_LOSE state handlingAndrzej Hajda2018-02-271-6/+57
| * | | i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properlyGeorge Cherian2018-02-261-9/+26
| * | | i2c: xlp9xx: return ENXIO on slave address NACKDmitry Bazhenov2018-02-261-1/+2
| * | | i2c: of: simplify reading the "reg" propertyWolfram Sang2018-02-261-7/+5
| * | | i2c: of: remove duplicated check for valid addressWolfram Sang2018-02-261-6/+0
| * | | i2c: of: rename variable to meet expectationsWolfram Sang2018-02-261-4/+4
| * | | i2c: of: make ref counting more visibleWolfram Sang2018-02-261-1/+1
| * | | i2c: of: change log level of failed device creationWolfram Sang2018-02-261-1/+1
| |/ /
* | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-023-757/+1
|\ \ \
| * | | i2c: remove bfin-twi driverArnd Bergmann2018-03-263-756/+0
| * | | Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2018-03-071-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | i2c: img-scb: Drop METAG dependencyJames Hogan2018-03-051-1/+1
* | | | i2c: i2c-stm32f7: fix no check on returned setupPierre-Yves MORDRET2018-03-241-0/+5
|/ / /
* | / i2c: octeon: Prevent error message on bus errorJan Glauber2018-03-022-1/+2
| |/ |/|
* | i2c: designware: Consider SCL GPIO optionalAndy Shevchenko2018-02-221-1/+1
* | i2c: busses: i2c-sirf: Fix spelling: "formular" -> "formula".Patryk Kocielnik2018-02-221-2/+2
* | i2c: bcm2835: Set up the rising/falling edge delaysEric Anholt2018-02-221-1/+20
* | i2c: i801: Add missing documentation entries for Braswell and Kaby LakeJarkko Nikula2018-02-212-0/+3
* | i2c: designware: must wait for enableBen Gardner2018-02-211-1/+1
|/
* Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-0428-454/+761
|\
| * i2c: mv64xxx: Fix clock resource by adding an optional bus clockGregory CLEMENT2018-01-261-1/+11
| * i2c: mv64xxx: Remove useless test before clk_disable_unprepareGregory CLEMENT2018-01-261-6/+2
| * i2c: mxs: use true and false for boolean valuesGustavo A. R. Silva2018-01-261-2/+2
| * i2c: meson: update doc description to fix build warningsYixun Lan2018-01-261-1/+1
| * i2c: meson: add configurable divider factorsJian Hu2018-01-241-4/+28
| * i2c: imx-lpi2c: add runtime pm supportFugang Duan2018-01-241-17/+51
| * i2c: rcar: fix some trivial typos in commentsWolfram Sang2018-01-241-3/+3
| * i2c: davinci: fix the cpufreq transitionBartosz Golaszewski2018-01-241-8/+4
| * i2c: rk3x: add proper kerneldoc headerWolfram Sang2018-01-181-0/+1
| * i2c: rk3x: account for const type of of_device_id.dataJulia Lawall2018-01-181-8/+8
| * i2c: acorn: remove outdated path from file headerWolfram Sang2018-01-181-3/+1
| * i2c: acorn: add MODULE_LICENSE tagArnd Bergmann2018-01-181-0/+4
| * i2c: rcar: implement bus recoveryWolfram Sang2018-01-161-2/+52
| * i2c: send STOP after successful bus recoveryWolfram Sang2018-01-161-0/+12
| * i2c: ensure SDA is released in recovery if SDA is controllableWolfram Sang2018-01-161-0/+2
| * i2c: add 'set_sda' to bus_recovery_infoWolfram Sang2018-01-161-1/+10
| * i2c: exynos5: change internal transmission timeout to 100msAndrzej Hajda2018-01-151-1/+1
| * i2c: ismt: 16-byte align the DMA buffer addressRadu Rendec2018-01-151-18/+19
| * i2c: mpc: always determine I2C clock prescaler at runtimeArseny Solokha2018-01-151-22/+15
| * i2c: mpc: fix PORDEVSR2 mask for MPC8533/44Arseny Solokha2018-01-151-2/+6
| * i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxxArseny Solokha2018-01-151-3/+9