summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
| * | i2c: synquacer: fix fence-post error in retry loopPeter Rosin2018-05-171-1/+1
| * | i2c: core: smbus: fix a potential missing-check bugWenwen Wang2018-05-171-0/+2
| * | i2c: hix5hd2: remove some dead codePeter Rosin2018-05-151-11/+1
| * | i2c: exynos5: simplify transfer functionAndrzej Hajda2018-05-151-22/+7
| * | i2c: Get rid of i2c_board_info->archdataBoris Brezillon2018-05-152-6/+0
| * | i2c: designware: refactor low-level enable/disableAlexander Monakov2018-05-154-20/+28
| * | Merge branch 'i2c/for-current-fixed' into i2c/for-4.18Wolfram Sang2018-05-154-7/+17
| |\ \
| * | | i2c: busses: remove superfluous ignoring of children for RPMWolfram Sang2018-05-083-14/+0
| * | | i2c: axxia: enable clock before calling clk_get_rate()Tobias Jordan2018-05-081-12/+14
| * | | i2c: rcar: enhance comment to avoid regressionsWolfram Sang2018-04-301-0/+2
| * | | i2c: mlxcpld: Allow configurable adapter id for mlxcpldMichael Shych2018-04-301-0/+2
| * | | i2c: mlxcpld: Fix adapter functionality support callbackMichael Shych2018-04-301-1/+8
| * | | i2c: mlxcpld: Add support for smbus block read transactionMichael Shych2018-04-301-6/+32
| * | | i2c: mlxcpld: Add support for extended transaction length for i2c-mlxcpldMichael Shych2018-04-301-2/+17
| * | | i2c: mediatek: use of_device_get_match_data()Ryder Lee2018-04-301-6/+2
| * | | i2c: s3c2410: Remove support for Exynos5440Krzysztof Kozlowski2018-04-301-2/+0
| * | | i2c: i801: Don't restore config registers on runtime PMJean Delvare2018-04-301-2/+1
| * | | i2c: at91: Read all available bytes at onceDavid Engraf2018-04-301-2/+10
| * | | i2c: i2c-stm32f7: Implement I2C release mechanismPierre-Yves MORDRET2018-04-301-3/+24
| * | | i2c: i2c-stm32f7: Add DMA supportPierre-Yves MORDRET2018-04-302-21/+196
| * | | i2c: i2c-stm32: Add generic DMA APIPierre-Yves MORDRET2018-04-302-0/+190
| * | | i2c: i2c-stm32f7: Add initial SMBus protocols supportPierre-Yves MORDRET2018-04-301-9/+368
| * | | i2c: i2c-stm32f7: Add slave supportPierre-Yves MORDRET2018-04-302-6/+429
| * | | i2c: i2c-stm32f7: Add 10-bit address supportPierre-Yves MORDRET2018-04-301-5/+17
| | |/ | |/|
* | | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-123-10/+11
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-124-7/+8
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* | | Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-06-051-2/+1
|\ \ \
| * | | platform: x86: intel_cht_int33fe: Fix dependenciesHeikki Krogerus2018-05-241-2/+1
| | |/ | |/|
* | | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-051-1/+1
|\ \ \
| * \ \ Merge branch 'pm-domains'Rafael J. Wysocki2018-06-041-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | i2c: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-1/+1
| | |/
* | / i2c: ocores: update HDL sources URLFederico Vaga2018-05-291-1/+1
|/ /
* | i2c: viperboard: return message count on master_xfer successPeter Rosin2018-05-151-1/+1
* | i2c: pmcmsp: fix error return from master_xferPeter Rosin2018-05-151-1/+1
* | i2c: pmcmsp: return message count on master_xfer successPeter Rosin2018-05-151-1/+1
* | i2c: designware: fix poll-after-enable regressionAlexander Monakov2018-05-101-1/+4
* | i2c: core: ACPI: Log device not acking errors at dbg loglevelHans de Goede2018-04-301-4/+10
* | i2c: core: ACPI: Improve OpRegion read errorsHans de Goede2018-04-301-1/+2
|/
* i2c: sprd: Fix the i2c count issueBaolin Wang2018-04-271-4/+2
* i2c: sprd: Prevent i2c accesses after suspend is calledBaolin Wang2018-04-271-0/+16
* i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()Alexander Popov2018-04-271-1/+1
* i2c: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-181-3/+0
* i2c: add param sanity check to i2c_transfer()Ard Biesheuvel2018-04-111-0/+3
* i2c: i801: Restore configuration at shutdownJean Delvare2018-04-111-0/+10
* i2c: i801: Save register SMBSLVCMD value only onceJean Delvare2018-04-111-2/+4
* Merge branch 'i2c/for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-0720-760/+1880
|\
| * i2c: add support for Socionext SynQuacer I2C controllerArd Biesheuvel2018-04-043-0/+678
| * i2c: Update i2c_trace_msg static key to modern apiDavidlohr Bueso2018-04-031-6/+7
| * i2c: fix parameter of trace_i2c_resultAhbong Chang2018-04-031-1/+1