aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-mxs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2022-06-08i2c: mxs: Silence a clang warningFabio Estevam1-1/+1
2021-08-11i2c: mxs: : use proper DMAENGINE API for terminationWolfram Sang1-2/+2
2020-12-02i2c: mxs: Remove unneeded platform_device_idFabio Estevam1-19/+3
2020-09-18i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACKMatthias Schiffer1-3/+7
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko1-2/+2
2020-03-22i2c: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-3/+3
2019-08-01i2c: mxs: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2018-08-04i2c: mxs: use core to detect 'no zero length' quirkWolfram Sang1-3/+5
2018-05-30i2c: mxs: Switch to SPDX identifierFabio Estevam1-6/+1
2018-05-29i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin1-6/+3
2018-01-26i2c: mxs: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2017-06-02i2c: mxs: change error printing to debug for mxs_i2c_pio_wait_xfer_endMichael Thalmeier1-3/+3
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-1/+0
2015-05-12i2c: constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-04-23i2c: mxs: fix broken email addressWolfram Sang1-1/+1
2015-03-15i2c: mxs: match wait_for_completion_timeout return typeNicholas Mc Guire1-2/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-10i2c: imx+mxs: Use the preferred form for passing a size of a structFabio Estevam1-1/+1
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-03i2c: mxs: detect No Slave Ack on SELECT in PIO modeJanusz Użycki1-0/+3
2014-09-20i2c: mxs: fix error message in pio transferJanusz Użycki1-1/+1
2014-03-10i2c: mxs: Use devm_ioremap_resource()Jingoo Han1-12/+6
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-110/+230
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-10-10i2c: i2c-mxs: replace platform_driver_probe to support deferred probingWolfram Sang1-1/+2
2013-10-06i2c: mxs: Fix PIO mode on i.MX23Marek Vasut1-11/+29
2013-10-06i2c: mxs: Rework the PIO mode operationMarek Vasut1-102/+176
2013-10-06i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controllerJuergen Beisert1-6/+34
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-3/+0
2013-08-16i2c: mxs: fix broken timing calculationLothar Waßmann1-24/+63
2013-08-15i2c: mxs: Check the return value from stmp_reset_block()Fabio Estevam1-7/+19
2013-08-05i2c: i2c-mxs: Use DMA mode even for small transfersFabio Estevam1-1/+1
2013-06-12i2c: mxs: Let device core handle pinctrlFabio Estevam1-6/+0
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-37/+3
2013-04-15i2c: mxs: do error checking and handling in PIO modeLucas Stach1-5/+36
2013-04-15i2c: mxs: remove races in PIO codeLucas Stach1-13/+45
2013-04-04i2c: i2c-mxs: move to use generic DMA helperShawn Guo1-37/+3
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen1-4/+1
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-2/+0
2013-02-10i2c: mxs: Implement arbitrary clock speed derivation algorithmMarek Vasut1-39/+55
2013-01-28i2c: mxs: Add PIO and mixed-DMA supportMarek Vasut1-13/+163
2013-01-22i2c: mxs: Fix type of error codeFabio Estevam1-1/+1
2013-01-21i2c: mxs: Fix misuse init_completionMarek Vasut1-1/+3
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-3/+3
2012-11-22i2c: mxs: Do not disable the I2C SMBus quick modeMarek Vasut1-1/+1
2012-11-22i2c: mxs: Handle i2c DMA failure properlyMarek Vasut1-0/+2
2012-11-02i2c: mxs: remove broken PIOQUEUE supportWolfram Sang1-172/+14
2012-10-08MXS: Implement DMA support into mxs-i2cMarek Vasut1-22/+247
2012-09-12i2c: mxs: correctly setup speed for non devicetreeWolfram Sang1-7/+6