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.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-xiic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-06
i2c: xiic: Make the start and the byte count write atomic
Shubhrajyoti Datta
1
-0
/
+4
2018-05-29
i2c: busses: make use of i2c_8bit_addr_from_msg
Peter Rosin
1
-9
/
+2
2018-05-17
Merge branch 'i2c/platform_data-immutable' into i2c/for-4.18
Wolfram Sang
1
-1
/
+1
2018-05-17
i2c: xiic: move header to platform_data
Wolfram Sang
1
-1
/
+1
2018-05-17
i2c: xiic: fix spelling mistake: "unexpexted" -> "unexpected"
Colin Ian King
1
-2
/
+2
2018-03-17
i2c: xiic: Make suspend function names consistent
Moritz Fischer
1
-4
/
+4
2017-08-29
i2c: busses: make i2c_adapter const
Bhumika Goyal
1
-1
/
+1
2017-07-31
i2c: use dev_get_drvdata() to get private data in suspend/resume hooks
Masahiro Yamada
1
-4
/
+2
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-1
/
+0
2016-03-04
i2c: xiic: Implement power management
Shubhrajyoti Datta
1
-7
/
+81
2015-11-30
i2c: xiic: Replace spinlock with mutex
Lars-Peter Clausen
1
-6
/
+6
2015-11-20
i2c: xiic: Prevent concurrent running of the IRQ handler and __xiic_start_xfer()
Lars-Peter Clausen
1
-2
/
+1
2015-11-20
i2c: Revert "i2c: xiic: Do not reset controller before every transfer"
Lars-Peter Clausen
1
-0
/
+3
2015-08-10
i2c: xiic: Do not continue in case of errors in Rx
Shubhrajyoti Datta
1
-0
/
+2
2015-08-10
i2c: xiic: Service all interrupts in isr
Shubhrajyoti Datta
1
-14
/
+10
2015-08-10
i2c: xiic: Remove the Addressed as slave interrupt
Shubhrajyoti Datta
1
-1
/
+1
2015-08-10
i2c: xiic: Remove busy loop while waiting for bus busy
Shubhrajyoti Datta
1
-1
/
+1
2015-08-10
i2c: xiic: Remove the disabling of interrupts
Shubhrajyoti Datta
1
-7
/
+0
2015-08-10
i2c: xiic: Do not reset controller before every transfer
Shubhrajyoti Datta
1
-1
/
+0
2015-08-10
i2c: xiic: move the xiic_process to thread context
Shubhrajyoti Datta
1
-13
/
+20
2015-08-10
i2c: xiic: Remove the disabling of interrupts
Shubhrajyoti Datta
1
-3
/
+0
2015-05-12
i2c: xiic: Fix kerneldoc warnings
Shubhrajyoti Datta
1
-0
/
+1
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-17
i2c: xiic: Fix big-endian register access
Thomas Gessler
1
-5
/
+53
2014-11-07
i2c: remove FSF address
Wolfram Sang
1
-4
/
+0
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-07-17
i2c: i2c-xiic: Drop class based scanning to improve bootup time
Wolfram Sang
1
-6
/
+6
2014-03-28
i2c: i2c-xiic: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-01-24
i2c: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-05
i2c: xilinx: Use devm_* functions
Kedareswara rao Appana
1
-50
/
+15
2014-01-05
i2c: xilinx: Do not enable irq before irq handler
Michal Simek
1
-2
/
+2
2014-01-05
i2c: xilinx: Fix i2c checkpatch warnings
Kedareswara rao Appana
1
-9
/
+11
2013-10-30
i2c: Include linux/of.h header
Sachin Kamat
1
-0
/
+1
2013-09-30
i2c: xiic: Remove casting the return value which is a void pointer
Jingoo Han
1
-1
/
+1
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
1
-3
/
+0
2013-08-19
i2c: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-04-23
i2c: xiic: must always write 16-bit words to TX_FIFO
Steven A. Falco
1
-4
/
+2
2013-02-22
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
1
-2
/
+0
2012-12-22
i2c: remove __dev* attributes from subsystem
Bill Pemberton
1
-4
/
+4
2012-05-12
I2C: xiic: Add OF binding support
Lars-Peter Clausen
1
-5
/
+18
2012-01-12
i2c/busses: Use module_platform_driver()
Axel Lin
1
-16
/
+2
2012-01-02
misc latin1 to utf8 conversions
Al Viro
1
-1
/
+1
2011-05-26
mfd: Use mfd cell platform_data for timberdale cells platform bits
Samuel Ortiz
1
-2
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-23
mfd: mfd_cell is now implicitly available to timberdale drivers
Andres Salomon
1
-1
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-14
Add include to i2c-xii.c to fix build error
Randy Dunlap
1
-0
/
+1
2010-03-08
i2c: Add support for Xilinx XPS IIC Bus Interface
Richard Röjfors
1
-0
/
+824