aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-14ARM: davinci: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-13i2c: tegra: dynamically control fast clkLaxman Dewangan1-7/+28
2012-09-13i2c: tegra: I2_M_NOSTART functionality not supported in Tegra20Laxman Dewangan1-14/+47
2012-09-13i2c: tegra: pass proper name for getting clockLaxman Dewangan1-23/+23
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into next/fixes-non-criticalOlof Johansson2-7/+8
2012-09-12i2c: mxs: correctly setup speed for non devicetreeWolfram Sang1-7/+6
2012-09-12i2c: pnx: Fix read transactions of >= 2 bytesRoland Stigge1-20/+28
2012-09-12i2c: pnx: Fix bit definitionsRoland Stigge1-2/+3
2012-09-12omap-i2c: fix incorrect log message when using a device treeFlorian Vaussard1-3/+3
2012-09-12i2c: omap: sanitize exit pathFelipe Balbi1-13/+13
2012-09-12i2c: omap: switch over to autosuspend APIFelipe Balbi1-2/+10
2012-09-12i2c: omap: remove unnecessary pm_runtime_suspended checkFelipe Balbi1-3/+0
2012-09-12i2c: omap: switch to threaded IRQ supportFelipe Balbi1-6/+37
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