aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-12i2c: omap: remove redundant status readShubhrajyoti D1-2/+0
2012-09-12i2c: omap: get rid of the "complete" labelFelipe Balbi1-3/+13
2012-09-12i2c: omap: resize fifos before each messageFelipe Balbi1-32/+51
2012-09-12i2c: omap: simplify IRQ exit pathFelipe Balbi1-12/+8
2012-09-12i2c: omap: always return IRQ_HANDLEDFelipe Balbi1-1/+1
2012-09-12i2c: omap: simplify errata checkFelipe Balbi1-3/+1
2012-09-12i2c: omap: bus: add a receiver flagFelipe Balbi1-0/+8
2012-09-12i2c: omap: switch to platform_get_irq()Felipe Balbi1-5/+7
2012-09-12i2c: omap: ack IRQ in partsFelipe Balbi1-12/+16
2012-09-12i2c: omap: switch over to do {} while loopFelipe Balbi1-6/+14
2012-09-12i2c: omap: re-factor receive/transmit data loopFelipe Balbi1-122/+82
2012-09-12i2c: omap: improve i462 errata handlingFelipe Balbi1-13/+30
2012-09-12i2c: omap: split out [XR]DR and [XR]RDYFelipe Balbi1-34/+92
2012-09-12i2c: omap: simplify omap_i2c_ack_stat()Felipe Balbi1-9/+10
2012-09-12i2c: omap: add blank linesFelipe Balbi1-0/+5
2012-09-12i2c: omap: decrease indentation level on data handlingFelipe Balbi1-32/+31
2012-09-12i2c: omap: simplify num_bytes handlingFelipe Balbi1-4/+2
2012-09-12i2c: omap: switch to devm_* APIFelipe Balbi1-29/+12
2012-09-12i2c: at91: add dt support to i2c-at91Ludovic Desroches1-0/+49
2012-09-12i2c: at91: add new driverNikolaus Voss3-7/+516
2012-09-12i2c: at91: remove old polling driverNikolaus Voss2-316/+0
2012-09-12i2c: nomadik: stop fetching the regulatorLinus Walleij1-17/+0
2012-09-12i2c: davinci: add OF supportHeiko Schocher1-11/+37
2012-09-11i2c: imx: Use dev_dbg logging styleFabio Estevam1-2/+2
2012-09-11i2c: imx: Use dev_info to indicate that i2c driver was succesfully registeredFabio Estevam1-1/+1
2012-09-11i2c/mpc: make data used as *of_device_id.data constArnd Bergmann1-5/+5
2012-09-11i2c/mpc: add a const qualifierUwe Kleine-König1-1/+1
2012-09-11i2c/i2c-omap: add a const qualifierUwe Kleine-König1-1/+2
2012-09-10i2c-core: Fix for lockdep validatorJean Delvare1-2/+20
2012-09-10i2c-designware: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG_I2C_DESIGNWARE_PCI=yAxel Lin3-2/+19
2012-09-10i2c-i801: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston2-0/+4
2012-09-05Merge branch 'pnx4008-removal' of git://git.antcom.de/linux-2.6 into next/cleanupOlof Johansson1-1/+1
2012-09-04Merge commit 'a849088aa1' from rmk/fixes into cleanup/io-pciArnd Bergmann40-992/+1310
2012-08-26ARM: mach-pnx4008: Remove architectureRoland Stigge1-1/+1
2012-08-18i2c: tegra: protect suspend/resume callbacks with CONFIG_PM_SLEEPLaxman Dewangan1-1/+1
2012-08-18i2c: diolan-u2c: Fix master_xfer return codeGuenter Roeck1-0/+1
2012-08-18I2C: OMAP: xfer: fix runtime PM get/put balance on errorKevin Hilman1-1/+1
2012-08-18i2c: nomadik: Add default configuration into the Nomadik I2C driverLee Jones1-10/+18
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-2/+1
2012-07-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-11/+33
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-7/+0
2012-07-30i2c/i2c-pxa: remove conditional compilation of clk codeViresh Kumar1-7/+0
2012-07-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-43/+49
2012-07-28Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds14-541/+623
2012-07-25i2c: iop3xx: use standard gpiolib functionsRob Herring1-4/+5
2012-07-25i2c: iop3xx: clean-up trailing whitespaceRob Herring1-56/+56
2012-07-24Revert "i2c: tegra: convert normal suspend/resume to *_noirq"Wolfram Sang1-6/+3
2012-07-24i2c-omap: Add support for I2C_M_STOP message flagLaurent Pinchart1-1/+4
2012-07-24i2c: Fall back to emulated SMBus if the operation isn't supported nativelyLaurent Pinchart1-4/+10
2012-07-24i2c: Add SCCB supportLaurent Pinchart1-1/+1