aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-17i2c: sun6-p2wi: fix call to snprintfBoris BREZILLON1-1/+1
2014-06-12i2c: rk3x: add NULL entry to the end of_device_id arrayDan Carpenter1-0/+1
2014-06-12i2c: sun6i-p2wi: use proper return value in probeWolfram Sang1-1/+1
2014-06-12i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller supportBoris BREZILLON3-0/+359
2014-06-12i2c: rk3x: add driver for Rockchip RK3xxx SoC I2C adapterMax Schwarz3-0/+773
2014-06-06Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into nextLinus Torvalds32-1280/+447
2014-06-05i2c: pca954x: Fix compilation without CONFIG_GPIOLIBLaurent Pinchart1-2/+1
2014-06-03i2c: mux: pca954x: Use the descriptor-based GPIO APILaurent Pinchart1-16/+5
2014-06-03i2c: mpc: insert DR read in i2c_fixup()Valentin Longchamp1-1/+1
2014-06-03i2c: bfin: turn to Resource-managed API in probe functionSonic Zhang1-32/+12
2014-06-03i2c: ChromeOS EC tunnel driverDoug Anderson3-0/+328
2014-06-02i2c: Make of_device_id array constJingoo Han5-5/+5
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han15-44/+14
2014-06-02i2c: designware-pci: Add Haswell PCI IDsMika Westerberg1-0/+22
2014-06-02i2c: designware: Add runtime PM hooksMika Westerberg1-7/+5
2014-06-02i2c: designware: Disable device on system suspendMika Westerberg1-0/+1
2014-06-02i2c: nuc900: remove driverWolfram Sang3-717/+0
2014-06-02i2c: imx: update i2c clock divider for each transactionFugang Duan1-44/+49
2014-06-02i2c: imx: fix the i2c bus hang issue when do repeat restartFugang Duan1-11/+30
2014-06-01i2c: rcar: update copyright and license informationWolfram Sang1-8/+6
2014-06-01i2c: rcar: janitorial cleanup after refactoringWolfram Sang1-45/+5
2014-06-01i2c: rcar: reuse status bits as enable bitsWolfram Sang1-13/+4
2014-06-01i2c: rcar: remove spinlockWolfram Sang1-22/+0
2014-06-01i2c: rcar: refactor status bit handlingWolfram Sang1-13/+7
2014-06-01i2c: rcar: refactor setting up msgWolfram Sang1-25/+5
2014-06-01i2c: rcar: check bus free before first messageWolfram Sang1-11/+5
2014-06-01i2c: rcar: refactor irq state machineWolfram Sang1-32/+7
2014-06-01i2c: rcar: refactor bus state machineWolfram Sang1-27/+10
2014-06-01i2c: rcar: no need to store irq numberWolfram Sang1-5/+4
2014-06-01i2c: rcar: not everything needs to be a functionWolfram Sang1-11/+3
2014-06-01i2c: sh_mobile: add compatibles for additional SoCWolfram Sang1-0/+3
2014-06-01i2c: rcar: add compatibles for additional SoCWolfram Sang1-0/+3
2014-05-22i2c: gpio: Use devm_gpio_request()Jingoo Han1-18/+7
2014-05-22i2c: eg20t: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-22i2c: sh_mobile: fix clock calculation for newer SoCsWolfram Sang1-10/+38
2014-05-22i2c: sh_mobile: check timing parameters for valid rangeWolfram Sang1-4/+13
2014-05-22i2c: sh_mobile: bail out on errors when initializingWolfram Sang1-5/+7
2014-05-22i2c: sh_mobile: remove superfluous offset parameterWolfram Sang1-9/+6
2014-05-22i2c: sh_mobile: devm conversion, irq setupWolfram Sang1-41/+15
2014-05-22i2c: sh_mobile: devm conversion, low hanging fruitsWolfram Sang1-31/+10
2014-05-22i2c: sh_mobile: honor DT bus speed settingsWolfram Sang1-1/+4
2014-05-22i2c: sh_mobile: improve error handlingWolfram Sang1-16/+9
2014-05-22i2c: sh_mobile: replace magic hex values with constantsWolfram Sang1-5/+6
2014-05-22i2c: exynos5: add support for HSI2C on Exynos5260 SoCNaveen Krishna Ch1-12/+55
2014-05-22i2c: ali1563: fix checkpatch.pl issuesRichard Leitner1-37/+45
2014-05-22i2c: nomadik: Fixup system suspendUlf Hansson1-7/+7
2014-05-22i2c: imx: add SMBus block read supportKaushal Butala1-3/+28
2014-05-22i2c: mv64xxx: Change i2c compatibles for sunxiMaxime Ripard1-1/+1
2014-05-14i2c: rcar: bail out on zero length transfersWolfram Sang1-1/+8
2014-05-14i2c: qup: Fix pm_runtime_get_sync usageAndy Gross1-1/+1