Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2faf962d90ca4c5ee7ba026b7351b1f74500bcdf
/
drivers
/
i2c
/
busses
/
i2c-bfin-twi.c
e952849
i2c: Fix typo in i2c-bfin-twi.c
by Masanari Iida
· 9 years ago
1ecc433
i2c: busses: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
aa5b775
i2c: i2c-bfin-twi: Drop class based scanning to improve bootup time
by Wolfram Sang
· 10 years ago
0709dc9
i2c: bfin: turn to Resource-managed API in probe function
by Sonic Zhang
· 10 years ago
5029a22
i2c: bfin-twi: remove unnecessary Blackfin SSYNC from the driver
by Sonic Zhang
· 11 years ago
45126da
i2c: bfin-twi: move bits macros and structs in header from arch include to generic include
by Sonic Zhang
· 11 years ago
24ed93a
i2c: i2c-bfin-twi: deprecate class based instantiation
by Wolfram Sang
· 11 years ago
3c41aa7
i2c: bfin-twi: Remove casting the return value which is a void pointer
by Jingoo Han
· 11 years ago
6d4028c
i2c: use dev_get_platdata()
by Jingoo Han
· 11 years ago
2fb9ac0
i2c: i2c-bfin-twi: add CONFIG_PM_SLEEP to suspend/resume functions
by Jingoo Han
· 11 years ago
8419c8d
i2c: bfin-twi: Read and write the FIFO in loop
by Sonic Zhang
· 11 years ago
55827f4
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
by Doug Anderson
· 12 years ago
90c16bb
i2c: i2c-bfin-twi: Move blackfin TWI register access Macro to head file.
by Sonic Zhang
· 12 years ago
f88aafe
i2c: i2c-bfin-twi: Move TWI peripheral pin request array to platform data.
by Sonic Zhang
· 12 years ago
c9d87ed
i2c:i2c-bfin-twi: include twi head file
by Sonic Zhang
· 12 years ago
28a377c
i2c:i2c-bfin-twi: TWI fails to restart next transfer in high system load.
by Sonic Zhang
· 12 years ago
2ee74eb
i2c: i2c-bfin-twi: Tighten condition when failing I2C transfer if MEN bit is reset unexpectedly.
by Sonic Zhang
· 12 years ago
a25733d
i2c: i2c-bfin-twi: Break dead waiting loop if i2c device misbehaves.
by Sonic Zhang
· 12 years ago
a20a64d
i2c: i2c-bfin-twi: Improve the patch for bug "Illegal i2c bus lock upon certain transfer scenarios".
by Sonic Zhang
· 12 years ago
925594e
i2c: i2c-bfin-twi: Illegal i2c bus lock upon certain transfer scenarios.
by Michael Hennerich
· 12 years ago
85777ad
i2c-bfin-twi: Use struct dev_pm_ops for power management
by Rafael J. Wysocki
· 12 years ago
4311051
i2c: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
4a65163
i2c-bfin-twi: abort transfer is MEM bit is reset unexpectedly
by Sonic Zhang
· 13 years ago
74f56c4
i2c-bfin-twi: move setup to the earlier subsys initcall
by Michael Hennerich
· 14 years ago
540ac55
i2c-bfin-twi: handle faulty slave devices better
by Michael Hennerich
· 14 years ago
f0ac131
i2c-bfin-twi: return completion in interrupt for smbus quick transfers
by Sonic Zhang
· 15 years ago
be2f80f
i2c-bfin-twi: remove redundant retry
by Sonic Zhang
· 15 years ago
5481d07
i2c-bfin-twi: fix lost interrupts at high speeds
by Sonic Zhang
· 15 years ago
5cfafc1
i2c-bfin-twi: add debug output for error status
by Michael Hennerich
· 15 years ago
dd7319a
i2c-bfin-twi: integrate timeout timer with completion interface
by Sonic Zhang
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
ac07fb4
i2c-bfin-twi: fix CLKDIV calculation
by Sonic Zhang
· 15 years ago
c6ffdde
i2c: Use resource_size macro
by Linus Walleij
· 15 years ago
6df263c
i2c-bfin-twi: pull in io.h for ioremap()
by Mike Frysinger
· 15 years ago
e0cd2dd
i2c: Blackfin TWI: implement I2C_FUNC_SMBUS_I2C_BLOCK functionality
by Michael Hennerich
· 16 years ago
94327d0
i2c: Blackfin TWI: fix transfer errors with repeat start
by Frank Shew
· 16 years ago
57a8f32
i2c: Blackfin TWI: fix REPEAT START mode doesn't repeat
by Sonic Zhang
· 16 years ago
9528d1c
i2c: Blackfin TWI: make sure we don't end up with a CLKDIV=0
by Michael Hennerich
· 16 years ago
1745522
i2c: Delete many unused adapter IDs
by Jean Delvare
· 16 years ago
e1995f6
i2c: Drop I2C_CLASS_ALL
by Jean Delvare
· 16 years ago
958585f
i2c: Blackfin I2C Driver: Functional power management support
by Michael Hennerich
· 16 years ago
add8eda
i2c: Fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
afc13b7
i2c-bfin-twi: Fix mismatch in add timer and delete timer
by Hans Schillstrom
· 17 years ago
bd58499
i2c-bfin-twi: Use simpler comment headers and strip out information that is maintained in the scm's log
by Mike Frysinger
· 17 years ago
fa6ad22
i2c-bfin-twi: Cleanup driver descriptions, versions and some module useful information
by Bryan Wu
· 17 years ago
74d362e
i2c-bfin-twi: Add missing pin mux operation
by Bryan Wu
· 17 years ago
aa3d020
i2c-bfin-twi: Add platform_resource interface to support multi-port TWI controllers
by Bryan Wu
· 17 years ago
4dd39bb
i2c-bfin-twi: Add repeat start feature to avoid break of a bundle of i2c master xfer operation
by Sonic Zhang
· 17 years ago
991dee5
i2c-bfin-twi: Register adapter with a specific bus number
by Kalle Pokki
· 17 years ago
567a244
i2c-bfin-twi: Remove useless twi_lock mutex
by Francis Moreau
· 17 years ago
d24ecfc
i2c: Blackfin Two Wire Interface driver
by Bryan Wu
· 18 years ago