summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-imx.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: imx: propagate irq error code in probeWolfram Sang2014-01-031-1/+1
* i2c: imx: Check the return value from clk_prepare_enable()Fabio Estevam2013-12-121-1/+3
* i2c: i2c-imx: replace platform_driver_probe to support deferred probingWolfram Sang2013-10-101-5/+6
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0Star
* i2c: use dev_get_platdata()Jingoo Han2013-08-191-1/+1
* i2c: imx: Add Vybrid VF610 I2C controller supportJingchang Lu2013-08-151-0/+32
* i2c: imx: add struct to hold more configurable quirksJingchang Lu2013-08-151-25/+52
* i2c: imx: add INT flag and IEN bit operatation codesJingchang Lu2013-08-151-5/+22
* i2c: imx: change register offset representationJingchang Lu2013-08-151-7/+16
* i2c: imx: wrap registers read/write to inline functionJingchang Lu2013-08-151-34/+46
* i2c: imx: don't change platform device id_entry directlyJingchang Lu2013-08-151-2/+6
* i2c: imx: enable clk before write to registersJingchang Lu2013-08-151-0/+6
* i2c: imx: use struct representing i2c clk{div, val} pairJingchang Lu2013-08-151-7/+13
* i2c: imx: allow autoloading on dt idsArnaud Patard \(Rtp\)2013-06-251-0/+1
* drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang2013-06-121-5/+1Star
* i2c: imx: Let device core handle pinctrlFabio Estevam2013-06-121-8/+0Star
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-261-1/+0Star
|\
| * i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-1/+0Star
* | i2c: Convert to devm_ioremap_resource()Thierry Reding2013-01-241-3/+3
|/
* i2c: imx: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-151-5/+35
* Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-10-111-3/+3
|\
| * i2c: imx: Use dev_dbg logging styleFabio Estevam2012-09-111-2/+2
| * i2c: imx: Use dev_info to indicate that i2c driver was succesfully registeredFabio Estevam2012-09-111-1/+1
* | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
|/
* Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-07-281-55/+20Star
|\
| * i2c: imx: make bitrate an u32 typeWolfram Sang2012-07-101-2/+2
| * i2c: i2c-imx: Adapt the clock name to the new clock frameworkFabio Estevam2012-07-091-1/+1
| * i2c: imx: convert to use managed functionsRichard Zhao2012-07-081-53/+18Star
* | i2c: imx: remove unneeded mach/irqs.h inclusionShawn Guo2012-07-011-1/+0Star
|/
* 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-281-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/+0Star
|/
* 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/+3Star
* i2c-imx: do not allow interruptions when waiting for I2C to completeMarc Kleine-Budde2010-10-181-9/+3Star
* 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/+0Star
* 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-031-6/+6
* i2c: imx: only imx1 needs disable delayRichard Zhao2009-11-031-5/+7
* i2c: imx: check busy bit when START/STOPRichard Zhao2009-11-031-18/+44
* [PATCH] i2c-imx: make bus available earlyWolfram Sang2009-09-201-2/+1Star
* i2c: imx: Make disable_delay a per-device variableWolfram Sang2009-04-071-4/+3Star
* i2c: imx: Add missing request_mem_region in probe()Darius Augulis2009-04-071-5/+13
* i2c: iMX/MXC supportDarius Augulis2009-04-071-0/+617