summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
| * i2c: quirks: add zero length checksWolfram Sang2018-08-041-0/+6
| * i2c: aspeed: Add an explicit type casting for *get_clk_reg_valJae Hyun Yoo2018-08-041-1/+1
| * Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2018-08-041-13/+11
| |\
| | * i2c: mux: pca954x: use helper variable in probeLinus Walleij2018-07-301-13/+11
| * | i2c: Add Actions Semiconductor Owl family S900 I2C driverManivannan Sadhasivam2018-08-043-0/+503
| * | i2c: i2c-qcom-geni: Add bus driver for the Qualcomm GENI I2C controllerKarthikeyan Ramasubramanian2018-07-313-0/+687
| * | i2c: rcar: handle RXDMA HW behaviour on Gen3Wolfram Sang2018-07-231-3/+51
| * | i2c: aspeed: Adjust spinlock scope in the irq handlerJae Hyun Yoo2018-07-211-6/+10
| * | i2c: aspeed: Fix initial values of master and slave stateJae Hyun Yoo2018-07-211-2/+2
| * | i2c: aspeed: Add newline characters into message printings.Jae Hyun Yoo2018-07-211-9/+9
| * | i2c: exynos5: Describe the hardware variant for readabilityKrzysztof Kozlowski2018-07-211-8/+14
| * | i2c: recovery: make pin init look like STOPWolfram Sang2018-07-211-9/+10
| * | i2c: fsi: Add bus recoveryEddie James2018-07-211-0/+132
| * | i2c: fsi: Add I2C master lockingEddie James2018-07-211-4/+12
| * | i2c: fsi: Add transfer implementationEddie James2018-07-211-2/+193
| * | i2c: fsi: Add abort and hardware reset proceduresEddie James2018-07-211-0/+91
| * | i2c: fsi: Add port structuresEddie James2018-07-211-0/+91
| * | i2c: Add FSI-attached I2C master algorithmEddie James2018-07-213-0/+251
| * | i2c: recovery: rename variable for easier understandingWolfram Sang2018-07-171-7/+7
| * | i2c: rcar: use the new get_bus_free callbackWolfram Sang2018-07-171-10/+11
| * | i2c: recovery: add get_bus_free callbackWolfram Sang2018-07-171-4/+23
| * | i2c: recovery: refactor recovery functionWolfram Sang2018-07-171-18/+6
| * | i2c: recovery: require either get_sda or set_sdaWolfram Sang2018-07-171-1/+6
| * | Merge tag 'v4.18-rc5' into i2c/for-4.19Wolfram Sang2018-07-174-12/+21
| |\|
| * | Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19Wolfram Sang2018-07-137-39/+39
| |\ \
| | * | i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin2018-07-136-36/+36
| | * | i2c: mux: pca9541: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-3/+3
| * | | i2c: i801: Add support for Intel Ice LakeMika Westerberg2018-07-032-0/+5
| * | | i2c: i801: Consolidate chipset names in documentation and KconfigJarkko Nikula2018-07-031-7/+3
| * | | i2c: tegra: Add support for Tegra194Thierry Reding2018-07-031-14/+76
| * | | i2c: gpio: fault-injector: add incomplete_write_byteWolfram Sang2018-07-031-0/+21
| * | | i2c: gpio: fault-injector: refactor incomplete transferWolfram Sang2018-07-031-14/+22
| * | | i2c: designware: Add debug print for bus speedJarkko Nikula2018-07-031-2/+19
| * | | i2c: designware: Add debug print for SDA hold time valueJarkko Nikula2018-07-031-0/+4
| * | | i2c: designware: Separate timing parameter setting from HW initalizationJarkko Nikula2018-07-031-50/+80
| * | | i2c: designware: Move SDA hold time configuration to common codeJarkko Nikula2018-07-034-42/+56
| * | | i2c: designware: Call i2c_dw_clk_rate() only once in i2c_dw_init_master()Jarkko Nikula2018-07-031-4/+5
| * | | i2c: designware: Don't use internal ___constant_swab32Jarkko Nikula2018-07-031-1/+2
| * | | i2c: designware: Move register access detection to common codeJarkko Nikula2018-07-034-28/+43
| * | | i2c: designware: Remove needless variable from i2c_dw_init_slave()Jarkko Nikula2018-07-031-3/+1
| * | | i2c: mux: make use of __i2c_smbus_xferPeter Rosin2018-07-031-2/+2
| * | | i2c: mux: pca954x: make use of __i2c_smbus_xferPeter Rosin2018-07-031-23/+4
| * | | i2c: mux: pca9541: make use of __i2c_smbus_xferPeter Rosin2018-07-031-58/+11
| * | | i2c: mux: mlxcpld: make use of __i2c_smbus_xferPeter Rosin2018-07-031-24/+4
| * | | i2c: smbus: add unlocked __i2c_smbus_xfer variantPeter Rosin2018-07-031-8/+20
| |/ /
* | | Merge tag 'regmap-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2018-08-141-8/+20
|\ \ \
| * \ \ Merge branch 'regmap-4.19' into regmap-nextMark Brown2018-08-091-8/+20
| |\ \ \
| | * | | i2c: smbus: add unlocked __i2c_smbus_xfer variantPeter Rosin2018-07-201-8/+20
| | |/ /
* | / / i2c: xlp9xx: Fix case where SSIF read transaction completes earlyGeorge Cherian2018-08-091-13/+28
|/ / /
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-07-302-3/+3
|\ \ \