index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-mxs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-17
i2c: mxs: Silence a clang warning
Fabio Estevam
1
-1
/
+1
2021-08-11
i2c: mxs: : use proper DMAENGINE API for termination
Wolfram Sang
1
-2
/
+2
2020-12-02
i2c: mxs: Remove unneeded platform_device_id
Fabio Estevam
1
-19
/
+3
2020-09-19
i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACK
Matthias Schiffer
1
-3
/
+7
2020-03-25
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
1
-2
/
+2
2020-03-22
i2c: mxs: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-3
/
+3
2019-08-01
i2c: mxs: use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2018-08-05
i2c: mxs: use core to detect 'no zero length' quirk
Wolfram Sang
1
-3
/
+5
2018-05-30
i2c: mxs: Switch to SPDX identifier
Fabio Estevam
1
-6
/
+1
2018-05-29
i2c: busses: make use of i2c_8bit_addr_from_msg
Peter Rosin
1
-6
/
+3
2018-01-26
i2c: mxs: use true and false for boolean values
Gustavo A. R. Silva
1
-2
/
+2
2017-06-02
i2c: mxs: change error printing to debug for mxs_i2c_pio_wait_xfer_end
Michael Thalmeier
1
-3
/
+3
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-1
/
+0
2015-05-12
i2c: constify platform_device_id
Krzysztof Kozlowski
1
-1
/
+1
2015-04-23
i2c: mxs: fix broken email address
Wolfram Sang
1
-1
/
+1
2015-03-15
i2c: mxs: match wait_for_completion_timeout return type
Nicholas Mc Guire
1
-2
/
+3
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-10
i2c: imx+mxs: Use the preferred form for passing a size of a struct
Fabio Estevam
1
-1
/
+1
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-03
i2c: mxs: detect No Slave Ack on SELECT in PIO mode
Janusz Użycki
1
-0
/
+3
2014-09-20
i2c: mxs: fix error message in pio transfer
Janusz Użycki
1
-1
/
+1
2014-03-10
i2c: mxs: Use devm_ioremap_resource()
Jingoo Han
1
-12
/
+6
2013-11-19
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-110
/
+230
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
1
-1
/
+1
2013-10-10
i2c: i2c-mxs: replace platform_driver_probe to support deferred probing
Wolfram Sang
1
-1
/
+2
2013-10-06
i2c: mxs: Fix PIO mode on i.MX23
Marek Vasut
1
-11
/
+29
2013-10-06
i2c: mxs: Rework the PIO mode operation
Marek Vasut
1
-102
/
+176
2013-10-06
i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controller
Juergen Beisert
1
-6
/
+34
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
[next]