summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-imx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-05-261-1/+1
|\
| * i2c: imx: don't use strcpy but strlcpyWolfram Sang2012-05-121-1/+1
* | i2c: imx: adopt pinctrl supportShawn Guo2012-05-121-0/+8
|/
* Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-2/+2
|\
| * i2c: imx: add clk_prepare/clk_unprepareRichard Zhao2012-02-011-2/+2
* | i2c: imx: fix imx driver to work though signal is pendingOskar Schirmer2012-02-291-5/+0
|/
* i2c-imx: add device tree probe supportShawn Guo2011-09-141-6/+19
* i2c-imx: remove init/exit hooks from platform dataShawn Guo2011-09-141-18/+3
* 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