Age | Commit message (Expand) | Author | Files | Lines |
2013-10-10 | i2c: i2c-mxs: replace platform_driver_probe to support deferred probing | Wolfram Sang | 1 | -1/+2 |
2013-08-23 | i2c: move OF helpers into the core | Wolfram Sang | 1 | -3/+0 |
2013-08-16 | i2c: mxs: fix broken timing calculation | Lothar Waßmann | 1 | -24/+63 |
2013-08-15 | i2c: mxs: Check the return value from stmp_reset_block() | Fabio Estevam | 1 | -7/+19 |
2013-08-05 | i2c: i2c-mxs: Use DMA mode even for small transfers | Fabio Estevam | 1 | -1/+1 |
2013-06-12 | i2c: mxs: Let device core handle pinctrl | Fabio Estevam | 1 | -6/+0 |
2013-05-07 | Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -37/+3 |
2013-04-15 | i2c: mxs: do error checking and handling in PIO mode | Lucas Stach | 1 | -5/+36 |
2013-04-15 | i2c: mxs: remove races in PIO code | Lucas Stach | 1 | -13/+45 |
2013-04-04 | i2c: i2c-mxs: move to use generic DMA helper | Shawn Guo | 1 | -37/+3 |
2013-04-02 | i2c: Ignore return value of i2c_del_adapter() | Lars-Peter Clausen | 1 | -4/+1 |
2013-02-22 | i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls | Doug Anderson | 1 | -2/+0 |
2013-02-10 | i2c: mxs: Implement arbitrary clock speed derivation algorithm | Marek Vasut | 1 | -39/+55 |
2013-01-28 | i2c: mxs: Add PIO and mixed-DMA support | Marek Vasut | 1 | -13/+163 |
2013-01-22 | i2c: mxs: Fix type of error code | Fabio Estevam | 1 | -1/+1 |
2013-01-21 | i2c: mxs: Fix misuse init_completion | Marek Vasut | 1 | -1/+3 |
2012-12-22 | i2c: remove __dev* attributes from subsystem | Bill Pemberton | 1 | -3/+3 |
2012-11-23 | i2c: mxs: Do not disable the I2C SMBus quick mode | Marek Vasut | 1 | -1/+1 |
2012-11-23 | i2c: mxs: Handle i2c DMA failure properly | Marek Vasut | 1 | -0/+2 |
2012-11-02 | i2c: mxs: remove broken PIOQUEUE support | Wolfram Sang | 1 | -172/+14 |
2012-10-08 | MXS: Implement DMA support into mxs-i2c | Marek Vasut | 1 | -22/+247 |
2012-09-12 | i2c: mxs: correctly setup speed for non devicetree | Wolfram Sang | 1 | -7/+6 |
2012-07-13 | i2c: mxs: Set I2C timing registers for mxs-i2c | Marek Vasut | 1 | -0/+66 |
2012-07-09 | i2c: mxs: mxs_i2c_finish_read: mute flase positive uninitialized var | Marc Kleine-Budde | 1 | -1/+1 |
2012-05-26 | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -0/+13 |
2012-05-26 | Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 1 | -7/+2 |
2012-05-22 | Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -0/+6 |
2012-05-13 | i2c: mxs: add device tree probe support | Shawn Guo | 1 | -0/+13 |
2012-05-12 | Merge branches 'clk/mxs' and 'imx/pinctrl/for-3.5' into mxs/dt/for-3.5 | Shawn Guo | 1 | -0/+6 |
2012-05-12 | i2c: mxs: adopt pinctrl support | Shawn Guo | 1 | -0/+6 |
2012-04-27 | i2c: mxs: disable QUEUE when sending is done | Wolfram Sang | 1 | -2/+3 |
2012-04-26 | i2c: mxs: handle spurious interrupt | Wolfram Sang | 1 | -2/+1 |
2012-04-21 | i2c: mxs: use global reset function | Wolfram Sang | 1 | -7/+2 |
2012-02-25 | i2c: mxs: only flag completion when queue is completely done | Wolfram Sang | 1 | -3/+10 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-21 | i2c-mxs: set controller to pio queue mode after reset | Sascha Hauer | 1 | -2/+2 |
2011-02-23 | i2c: add driver for Freescale i.MX28 | Wolfram Sang | 1 | -0/+412 |