summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2017-12-16i2c: riic: fix restart conditionChris Brandt1-1/+5
2017-11-08i2c: riic: correctly finish transfersChris Brandt1-7/+23
2017-10-27i2c: ismt: Separate I2C block read from SMBus block readPontus Andersson1-1/+4
2017-10-21i2c: at91: ensure state is restored after suspendingAlexandre Belloni1-0/+3
2017-10-08i2c: meson: fix wrong variable usage in meson_i2c_put_dataHeiner Kallweit1-1/+1
2017-09-07i2c: ismt: Return EMSGSIZE for block reads with bogus lengthStephen Douthit1-1/+3
2017-09-07i2c: ismt: Don't duplicate the receive length for block readsStephen Douthit1-2/+2
2017-09-02i2c: jz4780: drop superfluous initWolfram Sang1-4/+0
2017-08-30i2c: designware: Fix system suspendUlf Hansson1-2/+12
2017-06-17i2c: piix4: Fix request_region sizeRicardo Ribalda1-1/+1
2017-06-07i2c: i2c-tiny-usb: fix buffer not being DMA capableSebastian Reichel1-4/+21
2017-01-19i2c: fix kernel memory disclosure in dev interfaceVlad Tsyrklevich1-1/+1
2017-01-19i2c: print correct device invalid addressJohn Garry1-1/+1
2016-11-26i2c: mux: fix up dependenciesLinus Walleij2-1/+1
2016-11-10i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy1-1/+1
2016-11-10i2c: xgene: Avoid dma_buffer overrunHoan Tran1-1/+1
2016-09-30i2c: qup: skip qup_i2c_suspend if the device is already runtime suspendedSudeep Holla1-1/+2
2016-09-30i2c-eg20t: fix race between i2c init and interrupt enableYadi.hu1-7/+11
2016-09-07i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()Brian Norris1-1/+1
2016-08-20i2c: efm32: fix a failure path in efm32_i2c_probe()Alexey Khoroshilov1-1/+1
2016-08-16i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BARMika Westerberg1-9/+94
2016-08-10i2c: mux: reg: wrong condition checked for of_address_to_resource return valueLukasz Gemborowski1-1/+1
2016-05-05i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock preparedJavier Martinez Canillas1-5/+19
2016-05-05i2c: cpm: Fix build break due to incompatible pointer typesMichael Ellerman1-2/+2
2016-03-10i2c: brcmstb: allocate correct amount of memory for regmapWolfram Sang1-2/+1
2016-03-04i2c: i801: Adding Intel Lewisburg support for iTCOAlexandra Yates1-0/+2
2015-12-19i2c: rcar: disable runtime PM correctly in slave modeWolfram Sang1-2/+2
2015-12-12i2c: designware: Keep pm_runtime_enable/_disable calls in syncJarkko Nikula1-5/+4
2015-12-12i2c: designware: fix IO timeout issue for AMD controllerXiangliang Yu3-1/+13
2015-12-09i2c: imx: init bus recovery info before adding i2c adapterGao Pan1-2/+2
2015-12-01i2c: do not use 0x in front of %paDmitry V. Krivenok1-1/+1
2015-11-30i2c: davinci: Increase module clock frequencyAlexander Sverdlin1-2/+9
2015-11-30i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCsHans de Goede1-9/+18
2015-11-30i2c: rk3x: populate correct variable for sda_falling_timeWolfram Sang1-1/+1
2015-11-20i2c: i801: add Intel Lewisburg device IDsAlexandra Yates2-0/+7
2015-11-20i2c: fix wakeup irq parsingGrygorii Strashko1-1/+1
2015-11-20i2c: xiic: Prevent concurrent running of the IRQ handler and __xiic_start_xfer()Lars-Peter Clausen1-2/+1
2015-11-20i2c: Revert "i2c: xiic: Do not reset controller before every transfer"Lars-Peter Clausen1-0/+3
2015-11-20i2c: imx: fix a compiling errorHou Zhiqiang1-0/+1
2015-11-10Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds30-358/+1547
2015-11-07Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-10-30i2c: rcar: Revert the latest refactoring seriesWolfram Sang1-71/+122
2015-10-30i2c: pnx: remove superfluous assignmentWolfram Sang1-1/+1
2015-10-26i2c: cadence: enable driver for ARM64Michal Simek1-1/+1
2015-10-26i2c: i801: Document Intel DNV and BroxtonJarkko Nikula1-0/+2
2015-10-26i2c: at91: manage unexpected RXRDY flag when starting a transferLudovic Desroches1-10/+26
2015-10-25i2c: pnx: Use setup_timer instead of open coding itMuhammad Falak R Wani1-3/+2
2015-10-25i2c: add ACPI support for I2C mux portsDustin Byford6-14/+18
2015-10-25i2c: pxa: Add support for pxa910/988 & new configuration featuresVaibhav Hiremath1-1/+40
2015-10-24i2c: au1550: Convert to devm_kzalloc and devm_ioremap_resourceAxel Lin1-39/+13