summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: piix4: Fix request_region sizeRicardo Ribalda2017-06-171-1/+1
* i2c: i2c-tiny-usb: fix buffer not being DMA capableSebastian Reichel2017-06-071-4/+21
* i2c: fix kernel memory disclosure in dev interfaceVlad Tsyrklevich2017-01-191-1/+1
* i2c: print correct device invalid addressJohn Garry2017-01-191-1/+1
* i2c: mux: fix up dependenciesLinus Walleij2016-11-262-1/+1
* i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy2016-11-101-1/+1
* i2c: xgene: Avoid dma_buffer overrunHoan Tran2016-11-101-1/+1
* i2c: qup: skip qup_i2c_suspend if the device is already runtime suspendedSudeep Holla2016-09-301-1/+2
* i2c-eg20t: fix race between i2c init and interrupt enableYadi.hu2016-09-301-7/+11
* i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer()Brian Norris2016-09-071-1/+1
* i2c: efm32: fix a failure path in efm32_i2c_probe()Alexey Khoroshilov2016-08-201-1/+1
* i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BARMika Westerberg2016-08-161-9/+94
* i2c: mux: reg: wrong condition checked for of_address_to_resource return valueLukasz Gemborowski2016-08-101-1/+1
* i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock preparedJavier Martinez Canillas2016-05-041-5/+19
* i2c: cpm: Fix build break due to incompatible pointer typesMichael Ellerman2016-05-041-2/+2
* i2c: brcmstb: allocate correct amount of memory for regmapWolfram Sang2016-03-091-2/+1
* i2c: i801: Adding Intel Lewisburg support for iTCOAlexandra Yates2016-03-031-0/+2
* i2c: rcar: disable runtime PM correctly in slave modeWolfram Sang2015-12-191-2/+2
* i2c: designware: Keep pm_runtime_enable/_disable calls in syncJarkko Nikula2015-12-121-5/+4
* i2c: designware: fix IO timeout issue for AMD controllerXiangliang Yu2015-12-123-1/+13
* i2c: imx: init bus recovery info before adding i2c adapterGao Pan2015-12-091-2/+2
* i2c: do not use 0x in front of %paDmitry V. Krivenok2015-12-011-1/+1
* i2c: davinci: Increase module clock frequencyAlexander Sverdlin2015-11-301-2/+9
* i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCsHans de Goede2015-11-301-9/+18
* i2c: rk3x: populate correct variable for sda_falling_timeWolfram Sang2015-11-301-1/+1
* i2c: i801: add Intel Lewisburg device IDsAlexandra Yates2015-11-202-0/+7
* i2c: fix wakeup irq parsingGrygorii Strashko2015-11-201-1/+1
* i2c: xiic: Prevent concurrent running of the IRQ handler and __xiic_start_xfer()Lars-Peter Clausen2015-11-201-2/+1
* i2c: Revert "i2c: xiic: Do not reset controller before every transfer"Lars-Peter Clausen2015-11-201-0/+3
* i2c: imx: fix a compiling errorHou Zhiqiang2015-11-201-0/+1
* Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-11-1030-358/+1547
|\
| * i2c: rcar: Revert the latest refactoring seriesWolfram Sang2015-10-301-71/+122
| * i2c: pnx: remove superfluous assignmentWolfram Sang2015-10-301-1/+1
| * i2c: cadence: enable driver for ARM64Michal Simek2015-10-261-1/+1
| * i2c: i801: Document Intel DNV and BroxtonJarkko Nikula2015-10-261-0/+2
| * i2c: at91: manage unexpected RXRDY flag when starting a transferLudovic Desroches2015-10-261-10/+26
| * i2c: pnx: Use setup_timer instead of open coding itMuhammad Falak R Wani2015-10-251-3/+2
| * i2c: add ACPI support for I2C mux portsDustin Byford2015-10-256-14/+18
| * i2c: pxa: Add support for pxa910/988 & new configuration featuresVaibhav Hiremath2015-10-251-1/+40
| * i2c: au1550: Convert to devm_kzalloc and devm_ioremap_resourceAxel Lin2015-10-231-39/+13
| * i2c-dev: Fix I2C_SLAVE ioctl commentJean Delvare2015-10-231-10/+7
| * i2c-dev: Fix typo in ioctl name referenceJean Delvare2015-10-231-3/+3
| * i2c: sirf: tune the divider to make i2c bus freq more accurateGuoying Zhang2015-10-231-4/+22
| * i2c: imx: Use -ENXIO as error in the NACK caseFabio Estevam2015-10-231-1/+1
| * i2c: i801: Add support for Intel BroxtonJarkko Nikula2015-10-231-0/+3
| * i2c: i801: Add support for Intel DNVMika Westerberg2015-10-231-0/+4
| * i2c: mediatek: add i2c resume supportLiguo Zhang2015-10-231-0/+16
| * i2c: imx: implement bus recoveryGao Pan2015-10-231-0/+71
| * i2c: uniphier_f: add UniPhier FIFO-builtin I2C driverMasahiro Yamada2015-10-233-0/+593
| * i2c: uniphier: add UniPhier FIFO-less I2C driverMasahiro Yamada2015-10-233-0/+450