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.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-bfin-twi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-27
blackfin: merge the two TWI header files
Wolfram Sang
1
-1
/
+0
2017-02-09
i2c: busses: constify i2c_algorithm structures
Bhumika Goyal
1
-1
/
+1
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-3
/
+1
2015-07-31
i2c: Fix typo in i2c-bfin-twi.c
Masanari Iida
1
-2
/
+2
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-07-17
i2c: i2c-bfin-twi: Drop class based scanning to improve bootup time
Wolfram Sang
1
-1
/
+1
2014-06-03
i2c: bfin: turn to Resource-managed API in probe function
Sonic Zhang
1
-32
/
+12
2014-03-09
i2c: bfin-twi: remove unnecessary Blackfin SSYNC from the driver
Sonic Zhang
1
-14
/
+0
2014-03-09
i2c: bfin-twi: move bits macros and structs in header from arch include to ge...
Sonic Zhang
1
-2
/
+2
2014-03-05
i2c: i2c-bfin-twi: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2013-09-30
i2c: bfin-twi: Remove casting the return value which is a void pointer
Jingoo Han
1
-3
/
+3
2013-08-19
i2c: use dev_get_platdata()
Jingoo Han
1
-4
/
+5
2013-08-15
i2c: i2c-bfin-twi: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-1
/
+6
2013-06-12
i2c: bfin-twi: Read and write the FIFO in loop
Sonic Zhang
1
-20
/
+27
2013-02-22
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
1
-2
/
+0
2012-07-13
i2c: i2c-bfin-twi: Move blackfin TWI register access Macro to head file.
Sonic Zhang
1
-45
/
+0
2012-07-13
i2c: i2c-bfin-twi: Move TWI peripheral pin request array to platform data.
Sonic Zhang
1
-8
/
+4
2012-07-13
i2c:i2c-bfin-twi: include twi head file
Sonic Zhang
1
-0
/
+1
2012-07-13
i2c:i2c-bfin-twi: TWI fails to restart next transfer in high system load.
Sonic Zhang
1
-11
/
+14
2012-07-13
i2c: i2c-bfin-twi: Tighten condition when failing I2C transfer if MEN bit is ...
Sonic Zhang
1
-1
/
+2
2012-07-13
i2c: i2c-bfin-twi: Break dead waiting loop if i2c device misbehaves.
Sonic Zhang
1
-4
/
+4
2012-07-13
i2c: i2c-bfin-twi: Improve the patch for bug "Illegal i2c bus lock upon certa...
Sonic Zhang
1
-19
/
+24
2012-07-13
i2c: i2c-bfin-twi: Illegal i2c bus lock upon certain transfer scenarios.
Michael Hennerich
1
-0
/
+4
2012-07-12
i2c-bfin-twi: Use struct dev_pm_ops for power management
Rafael J. Wysocki
1
-8
/
+10
2011-10-29
i2c: irq: Remove IRQF_DISABLED
Yong Zhang
1
-2
/
+2
2011-06-28
i2c-bfin-twi: abort transfer is MEM bit is reset unexpectedly
Sonic Zhang
1
-1
/
+7
2011-01-13
i2c-bfin-twi: move setup to the earlier subsys initcall
Michael Hennerich
1
-1
/
+1
2011-01-13
i2c-bfin-twi: handle faulty slave devices better
Michael Hennerich
1
-0
/
+22
2010-05-20
i2c-bfin-twi: return completion in interrupt for smbus quick transfers
Sonic Zhang
1
-11
/
+7
2010-05-20
i2c-bfin-twi: remove redundant retry
Sonic Zhang
1
-18
/
+2
2010-05-20
i2c-bfin-twi: fix lost interrupts at high speeds
Sonic Zhang
1
-24
/
+13
2010-05-20
i2c-bfin-twi: add debug output for error status
Michael Hennerich
1
-0
/
+12
2010-05-20
i2c-bfin-twi: integrate timeout timer with completion interface
Sonic Zhang
1
-59
/
+66
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-24
i2c-bfin-twi: fix CLKDIV calculation
Sonic Zhang
1
-3
/
+3
2009-06-17
i2c: Use resource_size macro
Linus Walleij
1
-1
/
+1
2009-06-17
i2c-bfin-twi: pull in io.h for ioremap()
Mike Frysinger
1
-0
/
+1
2009-06-13
i2c: Blackfin TWI: implement I2C_FUNC_SMBUS_I2C_BLOCK functionality
Michael Hennerich
1
-1
/
+11
2009-06-13
i2c: Blackfin TWI: fix transfer errors with repeat start
Frank Shew
1
-6
/
+15
2009-06-13
i2c: Blackfin TWI: fix REPEAT START mode doesn't repeat
Sonic Zhang
1
-8
/
+7
2009-06-13
i2c: Blackfin TWI: make sure we don't end up with a CLKDIV=0
Michael Hennerich
1
-3
/
+8
2009-01-26
i2c: Delete many unused adapter IDs
Jean Delvare
1
-1
/
+0
2009-01-07
i2c: Drop I2C_CLASS_ALL
Jean Delvare
1
-1
/
+1
2008-07-28
i2c: Blackfin I2C Driver: Functional power management support
Michael Hennerich
1
-11
/
+24
2008-04-23
i2c: Fix platform driver hotplug/coldplug
Kay Sievers
1
-0
/
+1
2008-04-23
i2c-bfin-twi: Fix mismatch in add timer and delete timer
Hans Schillstrom
1
-1
/
+2
2008-04-23
i2c-bfin-twi: Use simpler comment headers and strip out information that is m...
Mike Frysinger
1
-18
/
+4
2008-04-23
i2c-bfin-twi: Cleanup driver descriptions, versions and some module useful in...
Bryan Wu
1
-6
/
+6
2008-04-23
i2c-bfin-twi: Add missing pin mux operation
Bryan Wu
1
-0
/
+15
2008-04-23
i2c-bfin-twi: Add platform_resource interface to support multi-port TWI contr...
Bryan Wu
1
-107
/
+176
[next]