aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-24i2c: qup: remove redundant variables for BAM SG countAbhishek Sahu1-24/+18
2018-03-24i2c: qup: minor code reorganization for use_dmaAbhishek Sahu1-8/+11
2018-03-24i2c: qup: fixed releasing dma without flush operation completionAbhishek Sahu1-0/+2
2018-03-24i2c: qup: fix copyrights and update to SPDX identifierAbhishek Sahu1-11/+2
2018-03-17i2c: xlp9xx: Handle NACK on DATA properlyGeorge Cherian1-6/+8
2018-03-17i2c: xlp9xx: Check for Bus state before every transferGeorge Cherian1-0/+32
2018-03-17i2c: designware: suppress unneeded SDA hold time warningsAlexander Monakov1-1/+1
2018-03-17i2c: mv64xxx: Apply errata delay only in standard modeGregory CLEMENT1-2/+6
2018-03-17i2c: xiic: Make suspend function names consistentMoritz Fischer1-4/+4
2018-03-17Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.17Wolfram Sang2-6/+82
2018-03-06i2c: mux: pca954x: verify the device id of the pca984x chipsPeter Rosin1-6/+49
2018-03-06i2c: add i2c_get_device_id() to get the standard i2c device idPeter Rosin1-0/+33
2018-03-05i2c: core: report OF style module alias for devices registered via OFJavier Martinez Canillas1-0/+8
2018-03-02i2c: scmi: Use standard device message logging functionsJean Delvare1-16/+19
2018-03-02i2c: piix4: Use request_muxed_regionGuenter Roeck1-30/+25
2018-03-02i2c: piix4: Use usleep_range()Guenter Roeck1-3/+3
2018-02-27i2c: reformat comments around i2c_smbus_xfer_emulated()Wolfram Sang1-6/+10
2018-02-27i2c-stm32f4: remove redundant initialization of pointer regColin Ian King1-1/+1
2018-02-27i2c: exynos5: rework HSI2C_MASTER_ST_LOSE state handlingAndrzej Hajda1-6/+57
2018-02-26i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properlyGeorge Cherian1-9/+26
2018-02-26i2c: xlp9xx: return ENXIO on slave address NACKDmitry Bazhenov1-1/+2
2018-02-26i2c: of: simplify reading the "reg" propertyWolfram Sang1-7/+5
2018-02-26i2c: of: remove duplicated check for valid addressWolfram Sang1-6/+0
2018-02-26i2c: of: rename variable to meet expectationsWolfram Sang1-4/+4
2018-02-26i2c: of: make ref counting more visibleWolfram Sang1-1/+1
2018-02-26i2c: of: change log level of failed device creationWolfram Sang1-1/+1
2018-02-22i2c: designware: Consider SCL GPIO optionalAndy Shevchenko1-1/+1
2018-02-22i2c: busses: i2c-sirf: Fix spelling: "formular" -> "formula".Patryk Kocielnik1-2/+2
2018-02-22i2c: bcm2835: Set up the rising/falling edge delaysEric Anholt1-1/+20
2018-02-21i2c: i801: Add missing documentation entries for Braswell and Kaby LakeJarkko Nikula2-0/+3
2018-02-21i2c: designware: must wait for enableBen Gardner1-1/+1
2018-02-04Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds28-454/+761
2018-02-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+2
2018-01-29Merge tag 'pm-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-21/+20
2018-01-26i2c: mv64xxx: Fix clock resource by adding an optional bus clockGregory CLEMENT1-1/+11
2018-01-26i2c: mv64xxx: Remove useless test before clk_disable_unprepareGregory CLEMENT1-6/+2
2018-01-26i2c: mxs: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-01-26i2c: meson: update doc description to fix build warningsYixun Lan1-1/+1
2018-01-24i2c: meson: add configurable divider factorsJian Hu1-4/+28
2018-01-24i2c: imx-lpi2c: add runtime pm supportFugang Duan1-17/+51
2018-01-24i2c: rcar: fix some trivial typos in commentsWolfram Sang1-3/+3
2018-01-24i2c: davinci: fix the cpufreq transitionBartosz Golaszewski1-8/+4
2018-01-18Merge branch 'pm-core'Rafael J. Wysocki2-21/+20
2018-01-18i2c: rk3x: add proper kerneldoc headerWolfram Sang1-0/+1
2018-01-18i2c: rk3x: account for const type of of_device_id.dataJulia Lawall1-8/+8
2018-01-18i2c: acorn: remove outdated path from file headerWolfram Sang1-3/+1
2018-01-18i2c: acorn: add MODULE_LICENSE tagArnd Bergmann1-0/+4
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
2018-01-16i2c: rcar: implement bus recoveryWolfram Sang1-2/+52