summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-mxs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | i2c: imx+mxs: Use the preferred form for passing a size of a structFabio Estevam2014-11-101-1/+1
|/
* i2c: mxs: detect No Slave Ack on SELECT in PIO modeJanusz Użycki2014-10-031-0/+3
* i2c: mxs: fix error message in pio transferJanusz Użycki2014-09-201-1/+1
* i2c: mxs: Use devm_ioremap_resource()Jingoo Han2014-03-101-12/+6
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-181-110/+230
|\
| * i2c: mxs: Fix PIO mode on i.MX23Marek Vasut2013-10-061-11/+29
| * i2c: mxs: Rework the PIO mode operationMarek Vasut2013-10-061-102/+176
| * i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controllerJuergen Beisert2013-10-061-6/+34
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* | i2c: i2c-mxs: replace platform_driver_probe to support deferred probingWolfram Sang2013-10-101-1/+2
|/
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0
* i2c: mxs: fix broken timing calculationLothar Waßmann2013-08-161-24/+63
* i2c: mxs: Check the return value from stmp_reset_block()Fabio Estevam2013-08-151-7/+19
* i2c: i2c-mxs: Use DMA mode even for small transfersFabio Estevam2013-08-051-1/+1
* i2c: mxs: Let device core handle pinctrlFabio Estevam2013-06-121-6/+0
* Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-05-071-37/+3
|\
| * i2c: i2c-mxs: move to use generic DMA helperShawn Guo2013-04-041-37/+3
* | i2c: mxs: do error checking and handling in PIO modeLucas Stach2013-04-151-5/+36
* | i2c: mxs: remove races in PIO codeLucas Stach2013-04-151-13/+45
* | i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen2013-04-021-4/+1
|/
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-2/+0
* i2c: mxs: Implement arbitrary clock speed derivation algorithmMarek Vasut2013-02-101-39/+55
* i2c: mxs: Add PIO and mixed-DMA supportMarek Vasut2013-01-281-13/+163
* i2c: mxs: Fix type of error codeFabio Estevam2013-01-221-1/+1
* i2c: mxs: Fix misuse init_completionMarek Vasut2013-01-211-1/+3
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-3/+3
* i2c: mxs: Do not disable the I2C SMBus quick modeMarek Vasut2012-11-221-1/+1
* i2c: mxs: Handle i2c DMA failure properlyMarek Vasut2012-11-221-0/+2
* i2c: mxs: remove broken PIOQUEUE supportWolfram Sang2012-11-021-172/+14
* MXS: Implement DMA support into mxs-i2cMarek Vasut2012-10-081-22/+247
* i2c: mxs: correctly setup speed for non devicetreeWolfram Sang2012-09-121-7/+6
* i2c: mxs: Set I2C timing registers for mxs-i2cMarek Vasut2012-07-131-0/+66
* i2c: mxs: mxs_i2c_finish_read: mute flase positive uninitialized varMarc Kleine-Budde2012-07-091-1/+1
* Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-0/+13
|\
| * i2c: mxs: add device tree probe supportShawn Guo2012-05-131-0/+13
| * Merge branches 'clk/mxs' and 'imx/pinctrl/for-3.5' into mxs/dt/for-3.5Shawn Guo2012-05-121-0/+6
| |\
* | \ Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-05-261-7/+2
|\ \ \
| * | | i2c: mxs: use global reset functionWolfram Sang2012-04-201-7/+2
* | | | Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-221-0/+6
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | i2c: mxs: adopt pinctrl supportShawn Guo2012-05-121-0/+6
| |/
* | i2c: mxs: disable QUEUE when sending is doneWolfram Sang2012-04-271-2/+3
* | i2c: mxs: handle spurious interruptWolfram Sang2012-04-251-2/+1
|/
* i2c: mxs: only flag completion when queue is completely doneWolfram Sang2012-02-241-3/+10
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* i2c-mxs: set controller to pio queue mode after resetSascha Hauer2011-03-201-2/+2
* i2c: add driver for Freescale i.MX28Wolfram Sang2011-02-231-0/+412
OpenPOWER on IntegriCloud