summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-0/+8
|\
| * i2c-cpm: Fix to takeback i2c bus master-ship after a collisionSachin Surendran2013-06-251-0/+8
* | Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-032-1/+3
|\ \
| * | i2c-piix4: Add AMD CZ SMBus device IDShane Huang2013-06-032-1/+3
* | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-1/+1
|\ \ \
| * | | PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-1/+1
| | |/ | |/|
* | | Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-031-80/+10
|\ \ \
| * | | i2c: nomadik: use pinctrl PM helpersLinus Walleij2013-06-161-80/+10
| |/ /
* | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-021-3/+13
|\ \ \
| * \ \ Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2013-06-201-3/+13
| |\ \ \ | | |/ / | |/| |
| | * | i2c: stu300: do not request a specific clock nameLinus Walleij2013-06-171-3/+1
| | * | i2c: stu300: device tree supportLinus Walleij2013-05-311-0/+12
| | |/
* | | ARM: sirf: use CONFIG_SIRF rather than CONFIG_PRIMA2 where necessaryArnd Bergmann2013-06-201-1/+1
|/ /
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-216-8/+26
|\ \
| * | i2c: suppress lockdep warning on delete_deviceAlexander Sverdlin2013-05-171-1/+2
| * | i2c: mv64xxx: work around signals causing I2C transactions to be abortedRussell King2013-05-171-4/+4
| * | i2c: i801: Document feature bits in modinfoJean Delvare2013-05-171-1/+5
| * | i2c: designware: add Intel BayTrail ACPI IDMika Westerberg2013-05-171-0/+1
| * | i2c: designware: always clear interrupts before enabling themMika Westerberg2013-05-171-1/+2
| * | i2c: designware: fix RX FIFO overrunJosef Ahmad2013-05-172-1/+12
| |/
* | drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-183-16/+0
|/
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-092-4/+4
|\
| * Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-04-162-3/+3
* | Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-05-071-37/+3
|\ \
| * \ Merge branch 'late/dt' into next/dt2Arnd Bergmann2013-05-061-1/+0
| |\ \
| * | | i2c: i2c-mxs: move to use generic DMA helperShawn Guo2013-04-041-37/+3
* | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-0228-389/+824
|\ \ \ \
| * | | | i2c: xiic: must always write 16-bit words to TX_FIFOSteven A. Falco2013-04-231-4/+2
| * | | | i2c: octeon: use HZ in timeout value송은봉2013-04-231-1/+1
| * | | | i2c: octeon: Fix i2c fail problem when a process is terminated by a signal송은봉2013-04-191-4/+4
| * | | | i2c: designware-pci: drop superfluous {get|put}_deviceWolfram Sang2013-04-191-4/+0
| * | | | i2c: designware-plat: drop superfluous {get|put}_deviceWolfram Sang2013-04-191-4/+0
| * | | | i2c: davinci: drop superfluous {get|put}_deviceWolfram Sang2013-04-191-13/+6
| * | | | i2c: mux: Add i2c-arb-gpio-challenge 'mux' driverDoug Anderson2013-04-173-0/+265
| * | | | i2c: at91: convert to dma_request_slave_channel_compat()Ludovic Desroches2013-04-161-24/+25
| * | | | i2c: mxs: do error checking and handling in PIO modeLucas Stach2013-04-151-5/+36
| * | | | i2c: mxs: remove races in PIO codeLucas Stach2013-04-151-13/+45
| * | | | i2c-designware: switch to use runtime PM autosuspendMika Westerberg2013-04-153-3/+6
| * | | | i2c-designware: use usleep_range() in the busy-loopMika Westerberg2013-04-151-1/+1
| * | | | i2c-designware: enable/disable the controller properlyMika Westerberg2013-04-151-6/+28
| * | | | i2c-designware: use dynamic adapter numbering on LynxpointMika Westerberg2013-04-151-9/+0
| * | | | i2c-designware-pci: use managed functions pcim_* and devm_*Andy Shevchenko2013-04-151-51/+17
| * | | | i2c-designware-pci: use dev_err() instead of printk()Andy Shevchenko2013-04-151-2/+2
| * | | | i2c-designware: move to managed functions (devm_*)Andy Shevchenko2013-04-151-54/+19
| * | | | i2c: remove CONFIG_HOTPLUG ifdefsYijing Wang2013-04-091-5/+0
| * | | | i2c: s3c2410: Add SMBus emulation for block readJaemin Yoo2013-04-091-0/+9
| * | | | i2c: Make the return type of i2c_del_mux_adapter() voidLars-Peter Clausen2013-04-021-3/+1
| * | | | i2c: Ignore the return value of i2c_del_mux_adapter()Lars-Peter Clausen2013-04-021-4/+2
| * | | | i2c: Make return type of i2c_del_adapter() voidLars-Peter Clausen2013-04-021-4/+2
| * | | | i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen2013-04-0211-46/+18
OpenPOWER on IntegriCloud