summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2014-06-07i2c: i801: enable Intel BayTrail SMBUSChew, Kean ho2-0/+4
2014-06-07i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCHJames Ralston2-0/+4
2014-02-13i2c: i801: SMBus patch for Intel Coleto Creek DeviceIDsSeth Heasley2-0/+4
2013-11-04i2c: ismt: initialize DMA bufferJames Ralston1-0/+3
2013-10-18i2c: omap: Clear ARDY bit twiceTaras Kondratiuk1-0/+3
2013-08-14i2c: i2c-mxs: Use DMA mode even for small transfersFabio Estevam1-1/+1
2013-07-25i2c-piix4: Add AMD CZ SMBus device IDShane Huang2-1/+3
2013-05-21Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-7/+24
2013-05-18drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang3-16/+0
2013-05-17i2c: mv64xxx: work around signals causing I2C transactions to be abortedRussell King1-4/+4
2013-05-17i2c: i801: Document feature bits in modinfoJean Delvare1-1/+5
2013-05-17i2c: designware: add Intel BayTrail ACPI IDMika Westerberg1-0/+1
2013-05-17i2c: designware: always clear interrupts before enabling themMika Westerberg1-1/+2
2013-05-17i2c: designware: fix RX FIFO overrunJosef Ahmad2-1/+12
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-37/+3
2013-05-06Merge branch 'late/dt' into next/dt2Arnd Bergmann1-1/+0
2013-05-02Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds21-333/+337
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-04-23i2c: xiic: must always write 16-bit words to TX_FIFOSteven A. Falco1-4/+2
2013-04-23i2c: octeon: use HZ in timeout value송은봉1-1/+1
2013-04-19i2c: octeon: Fix i2c fail problem when a process is terminated by a signal송은봉1-4/+4
2013-04-19i2c: designware-pci: drop superfluous {get|put}_deviceWolfram Sang1-4/+0
2013-04-19i2c: designware-plat: drop superfluous {get|put}_deviceWolfram Sang1-4/+0
2013-04-19i2c: davinci: drop superfluous {get|put}_deviceWolfram Sang1-13/+6
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-2/+2
2013-04-16i2c: at91: convert to dma_request_slave_channel_compat()Ludovic Desroches1-24/+25
2013-04-15i2c: mxs: do error checking and handling in PIO modeLucas Stach1-5/+36
2013-04-15i2c: mxs: remove races in PIO codeLucas Stach1-13/+45
2013-04-15i2c-designware: switch to use runtime PM autosuspendMika Westerberg3-3/+6
2013-04-15i2c-designware: use usleep_range() in the busy-loopMika Westerberg1-1/+1
2013-04-15i2c-designware: enable/disable the controller properlyMika Westerberg1-6/+28
2013-04-15i2c-designware: use dynamic adapter numbering on LynxpointMika Westerberg1-9/+0
2013-04-15i2c-designware-pci: use managed functions pcim_* and devm_*Andy Shevchenko1-51/+17
2013-04-15i2c-designware-pci: use dev_err() instead of printk()Andy Shevchenko1-2/+2
2013-04-15i2c-designware: move to managed functions (devm_*)Andy Shevchenko1-54/+19
2013-04-09i2c: s3c2410: Add SMBus emulation for block readJaemin Yoo1-0/+9
2013-04-04i2c: i2c-mxs: move to use generic DMA helperShawn Guo1-37/+3
2013-04-02ACPI / I2C: Use parent's ACPI_HANDLE() in acpi_i2c_register_devices()Rafael J. Wysocki1-1/+0
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen10-42/+17
2013-03-29i2c: at91: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-03-29i2c: davinci: update to devm_* APIVishwanathrao Badarkhe, Manish1-34/+14
2013-03-29i2c: davinci: rename recover bus functionsWolfram Sang1-5/+5
2013-03-27i2c: gpio: Add support for deferred probingJean Delvare1-25/+50
2013-03-24i2c: s3c2410: fixup the styling of the newly moved register definitionsHeiko Stübner1-27/+25
2013-03-24i2c: s3c2410: move mach/regs-iic.h into i2c-s3c2410 device driverHeiko Stübner1-1/+40
2013-03-24i2c: ismt: remove duplicate constWolfram Sang1-1/+1
2013-03-24i2c: tegra: assume CONFIG_OF, remove platform dataStephen Warren1-19/+7
2013-03-24i2c: pxa: Use i2c-core to get bus number nowDoug Anderson1-11/+9
2013-03-23Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+13