aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-imx.c
Commit message (Expand)AuthorAgeFilesLines
* i2c-imx: do not allow interruptions when waiting for I2C to completeMarc Kleine-Budde2010-10-181-9/+3
* i2c-imx: fix error handlingArnaud Patard2010-04-201-2/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* i2c/imx: don't add probe function to the driver structUwe Kleine-König2010-03-071-1/+0
* i2c: imx: call ioremap only after request_mem_regionUwe Kleine-König2010-01-241-10/+11
* i2c: mxc: let time to generate stop bitValentin Longchamp2010-01-241-2/+3
* i2c: imx: disable clock when it's possible to save power.Richard Zhao2009-11-021-6/+6
* i2c: imx: only imx1 needs disable delayRichard Zhao2009-11-021-5/+7
* i2c: imx: check busy bit when START/STOPRichard Zhao2009-11-021-18/+44
* [PATCH] i2c-imx: make bus available earlyWolfram Sang2009-09-191-2/+1
* i2c: imx: Make disable_delay a per-device variableWolfram Sang2009-04-071-4/+3
* i2c: imx: Add missing request_mem_region in probe()Darius Augulis2009-04-071-5/+13
* i2c: iMX/MXC supportDarius Augulis2009-04-071-0/+617