aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-mxs.c
AgeCommit message (Expand)Author
2 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-16i2c: mxs: ensure that DMA buffers are safe for DMAMatthias Schiffer
2023-01-09i2c: mxs: suppress probe-deferral error messageStefan Wahren
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang
2022-06-08i2c: mxs: Silence a clang warningFabio Estevam
2021-08-11i2c: mxs: : use proper DMAENGINE API for terminationWolfram Sang
2020-12-02i2c: mxs: Remove unneeded platform_device_idFabio Estevam
2020-09-18i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACKMatthias Schiffer
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko
2020-03-22i2c: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-08-01i2c: mxs: use devm_platform_ioremap_resource() to simplify codeAnson Huang
2018-08-04i2c: mxs: use core to detect 'no zero length' quirkWolfram Sang
2018-05-30i2c: mxs: Switch to SPDX identifierFabio Estevam
2018-05-29i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin
2018-01-26i2c: mxs: use true and false for boolean valuesGustavo A. R. Silva
2017-06-02i2c: mxs: change error printing to debug for mxs_i2c_pio_wait_xfer_endMichael Thalmeier
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2015-05-12i2c: constify platform_device_idKrzysztof Kozlowski
2015-04-23i2c: mxs: fix broken email addressWolfram Sang
2015-03-15i2c: mxs: match wait_for_completion_timeout return typeNicholas Mc Guire
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-10i2c: imx+mxs: Use the preferred form for passing a size of a structFabio Estevam
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang
2014-10-03i2c: mxs: detect No Slave Ack on SELECT in PIO modeJanusz Użycki
2014-09-20i2c: mxs: fix error message in pio transferJanusz Użycki
2014-03-10i2c: mxs: Use devm_ioremap_resource()Jingoo Han
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-10-10i2c: i2c-mxs: replace platform_driver_probe to support deferred probingWolfram Sang
2013-10-06i2c: mxs: Fix PIO mode on i.MX23Marek Vasut
2013-10-06i2c: mxs: Rework the PIO mode operationMarek Vasut
2013-10-06i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controllerJuergen Beisert
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-16i2c: mxs: fix broken timing calculationLothar Waßmann
2013-08-15i2c: mxs: Check the return value from stmp_reset_block()Fabio Estevam
2013-08-05i2c: i2c-mxs: Use DMA mode even for small transfersFabio Estevam
2013-06-12i2c: mxs: Let device core handle pinctrlFabio Estevam
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2013-04-15i2c: mxs: do error checking and handling in PIO modeLucas Stach
2013-04-15i2c: mxs: remove races in PIO codeLucas Stach
2013-04-04i2c: i2c-mxs: move to use generic DMA helperShawn Guo
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson
2013-02-10i2c: mxs: Implement arbitrary clock speed derivation algorithmMarek Vasut
2013-01-28i2c: mxs: Add PIO and mixed-DMA supportMarek Vasut
2013-01-22i2c: mxs: Fix type of error codeFabio Estevam
2013-01-21i2c: mxs: Fix misuse init_completionMarek Vasut
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton
2012-11-22i2c: mxs: Do not disable the I2C SMBus quick modeMarek Vasut