summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: sun6-p2wi: fix call to snprintfBoris BREZILLON2014-06-171-1/+1
* i2c: rk3x: add NULL entry to the end of_device_id arrayDan Carpenter2014-06-121-0/+1
* i2c: sun6i-p2wi: use proper return value in probeWolfram Sang2014-06-121-1/+1
* i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller supportBoris BREZILLON2014-06-123-0/+359
* i2c: rk3x: add driver for Rockchip RK3xxx SoC I2C adapterMax Schwarz2014-06-123-0/+773
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-0632-1280/+447
|\
| * i2c: pca954x: Fix compilation without CONFIG_GPIOLIBLaurent Pinchart2014-06-051-2/+1
| * i2c: mux: pca954x: Use the descriptor-based GPIO APILaurent Pinchart2014-06-031-16/+5
| * i2c: mpc: insert DR read in i2c_fixup()Valentin Longchamp2014-06-031-1/+1
| * i2c: bfin: turn to Resource-managed API in probe functionSonic Zhang2014-06-031-32/+12
| * i2c: Make of_device_id array constJingoo Han2014-06-025-5/+5
| * i2c: remove unnecessary OOM messagesJingoo Han2014-06-0215-44/+14
| * i2c: designware-pci: Add Haswell PCI IDsMika Westerberg2014-06-021-0/+22
| * i2c: designware: Add runtime PM hooksMika Westerberg2014-06-021-7/+5
| * i2c: designware: Disable device on system suspendMika Westerberg2014-06-021-0/+1
| * i2c: nuc900: remove driverWolfram Sang2014-06-023-717/+0
| * i2c: imx: update i2c clock divider for each transactionFugang Duan2014-06-021-44/+49
| * i2c: imx: fix the i2c bus hang issue when do repeat restartFugang Duan2014-06-021-11/+30
| * i2c: rcar: update copyright and license informationWolfram Sang2014-06-011-8/+6
| * i2c: rcar: janitorial cleanup after refactoringWolfram Sang2014-06-011-45/+5
| * i2c: rcar: reuse status bits as enable bitsWolfram Sang2014-06-011-13/+4
| * i2c: rcar: remove spinlockWolfram Sang2014-06-011-22/+0
| * i2c: rcar: refactor status bit handlingWolfram Sang2014-06-011-13/+7
| * i2c: rcar: refactor setting up msgWolfram Sang2014-06-011-25/+5
| * i2c: rcar: check bus free before first messageWolfram Sang2014-06-011-11/+5
| * i2c: rcar: refactor irq state machineWolfram Sang2014-06-011-32/+7
| * i2c: rcar: refactor bus state machineWolfram Sang2014-06-011-27/+10
| * i2c: rcar: no need to store irq numberWolfram Sang2014-06-011-5/+4
| * i2c: rcar: not everything needs to be a functionWolfram Sang2014-06-011-11/+3
| * i2c: sh_mobile: add compatibles for additional SoCWolfram Sang2014-06-011-0/+3
| * i2c: rcar: add compatibles for additional SoCWolfram Sang2014-06-011-0/+3
| * i2c: gpio: Use devm_gpio_request()Jingoo Han2014-05-221-18/+7
| * i2c: eg20t: Fix Kconfig dependenciesJean Delvare2014-05-221-1/+1
| * i2c: sh_mobile: fix clock calculation for newer SoCsWolfram Sang2014-05-221-10/+38
| * i2c: sh_mobile: check timing parameters for valid rangeWolfram Sang2014-05-221-4/+13
| * i2c: sh_mobile: bail out on errors when initializingWolfram Sang2014-05-221-5/+7
| * i2c: sh_mobile: remove superfluous offset parameterWolfram Sang2014-05-221-9/+6
| * i2c: sh_mobile: devm conversion, irq setupWolfram Sang2014-05-221-41/+15
| * i2c: sh_mobile: devm conversion, low hanging fruitsWolfram Sang2014-05-221-31/+10
| * i2c: sh_mobile: honor DT bus speed settingsWolfram Sang2014-05-221-1/+4
| * i2c: sh_mobile: improve error handlingWolfram Sang2014-05-221-16/+9
| * i2c: sh_mobile: replace magic hex values with constantsWolfram Sang2014-05-221-5/+6
| * i2c: exynos5: add support for HSI2C on Exynos5260 SoCNaveen Krishna Ch2014-05-221-12/+55
| * i2c: ali1563: fix checkpatch.pl issuesRichard Leitner2014-05-221-37/+45
| * i2c: nomadik: Fixup system suspendUlf Hansson2014-05-221-7/+7
| * i2c: imx: add SMBus block read supportKaushal Butala2014-05-221-3/+28
| * i2c: mv64xxx: Change i2c compatibles for sunxiMaxime Ripard2014-05-221-1/+1
* | i2c: ChromeOS EC tunnel driverDoug Anderson2014-06-033-0/+328
|/
* i2c: rcar: bail out on zero length transfersWolfram Sang2014-05-141-1/+8
* i2c: qup: Fix pm_runtime_get_sync usageAndy Gross2014-05-141-1/+1