summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-08-0931-811/+179Star
|\
| * i2c: mpc: delete unneeded test before of_node_putJulia Lawall2014-08-081-2/+1Star
| * i2c: rk3x: fix interrupt handling issueaddy ke2014-08-081-1/+1
| * i2c: imx: Fix format warning for dev_dbgXiubo Li2014-08-061-4/+1Star
| * i2c: qup: disable clks and return instead of just returning errorPramod Gurav2014-08-061-4/+8
| * i2c: exynos5: always enable HSI2CSachin Kamat2014-08-041-2/+2
| * i2c: designware: add new bindingsAlan Cox2014-08-022-0/+10
| * i2c: gpio: Drop dead code in i2c_gpio_removeJean Delvare2014-08-011-2/+0Star
| * i2c: st: Update i2c timingsMaxime COQUELIN2014-08-011-13/+19
| * drivers/i2c/busses: use correct type for dma_map/unmapWolfram Sang2014-08-011-2/+2
| * i2c: i2c-st: Use %pa to print 'resource_size_t' typeFabio Estevam2014-08-011-1/+1
| * i2c: s3c2410: resume the I2C controller earlierVincent Palatin2014-08-011-2/+6
| * i2c: i801: Add device ID for Intel Wildcat Point PCHJean Delvare2014-07-172-0/+4
| * i2c: i801: Fix the alignment of the device tableJean Delvare2014-07-171-68/+68
| * i2c: efm32: correct namespacing of location propertyUwe Kleine-König2014-07-171-1/+7
| * i2c: exynos5: remove extra line and fix an assignmentNaveen Krishna Ch2014-07-171-2/+1Star
| * i2c: exynos5: remove an unnecessary read of FIFO_STATUS registerNaveen Krishna Ch2014-07-171-1/+0Star
| * i2c: exynos5: Properly use the "noirq" variants of suspend/resumeDoug Anderson2014-07-161-2/+10
| * i2c: i2c-xiic: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-6/+6
| * i2c: i2c-tegra: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
| * i2c: i2c-stu300: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
| * i2c: i2c-sirf: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
| * i2c: i2c-s3c2410: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-4/+4
| * i2c: i2c-rcar: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-7/+7
| * i2c: i2c-omap: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
| * i2c: i2c-ocores: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-6/+6
| * i2c: i2c-nomadik: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-4/+4
| * i2c: i2c-mv64xxx: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
| * i2c: i2c-designware-platdrv: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
| * i2c: i2c-davinci: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
| * i2c: i2c-bfin-twi: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
| * i2c: i2c-bcm2835: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
| * i2c: i2c-at91: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
| * i2c: scx200: drop GPIO based i2c driverWolfram Sang2014-07-163-161/+0Star
| * i2c: s6000: remove duplicate driverWolfram Sang2014-07-164-494/+0Star
| * i2c: taos-evm: Use module_serio_driver()Christoph Jaeger2014-06-271-12/+1Star
* | Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-081-5/+12
|\ \
| * | mfd: cros_ec: ec_dev->cmd_xfer() returns number of bytes received from ECBill Richardson2014-07-091-1/+1
| * | mfd: cros_ec: cleanup: Remove EC wrapper functionsBill Richardson2014-07-091-4/+11
| |/
* / i2c: sun6i-p2wi: Remove duplicate inclusion of module.hSachin Kamat2014-06-271-1/+0Star
|/
* 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-0631-1262/+441Star
|\
| * 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/+12Star
| * i2c: Make of_device_id array constJingoo Han2014-06-025-5/+5
| * i2c: remove unnecessary OOM messagesJingoo Han2014-06-0215-44/+14Star