index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-24
i2c: designware: always clear interrupts before enabling them
Mika Westerberg
1
-1
/
+2
2013-05-07
i2c: xiic: must always write 16-bit words to TX_FIFO
Steven A. Falco
1
-4
/
+2
2012-09-14
i2c-i801: Add Device IDs for Intel Lynx Point-LP PCH
James Ralston
2
-0
/
+4
2012-09-14
i2c-designware: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG...
Axel Lin
3
-2
/
+19
2012-06-01
i2c: tegra: notify transfer-complete after clearing status.
Laxman Dewangan
1
-7
/
+6
2012-06-01
i2c: davinci: Free requested IRQ in remove
Marcus Folkesson
1
-1
/
+1
2012-04-27
i2c: mxs: disable QUEUE when sending is done
Wolfram Sang
1
-2
/
+3
2012-04-25
i2c: mxs: handle spurious interrupt
Wolfram Sang
1
-2
/
+1
2012-04-22
i2c-eg20t: Modify MODULE_AUTHOR's email address
Tomoya MORINAGA
1
-1
/
+1
2012-04-22
i2c-eg20t: change timeout value 50msec to 1000msec
Tomoya MORINAGA
1
-1
/
+1
2012-04-22
i2c: tegra: Add delay before resetting the controller after NACK
Alok Chauhan
1
-0
/
+8
2012-04-22
i2c: pnx: Disable clk in suspend
Roland Stigge
1
-2
/
+1
2012-04-10
i2c: prevent spurious interrupt on Designware controllers
Kristen Carlson Accardi
1
-1
/
+0
2012-03-28
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
1
-1
/
+0
2012-03-28
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
14
-51
/
+42
2012-03-28
Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-22
/
+76
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-27
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-21
/
+74
2012-03-27
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-2
/
+2
2012-03-26
i2c-algo-bit: Don't resched on clock stretching
Jean Delvare
1
-1
/
+1
2012-03-26
i2c: Update the FSF address
Jean Delvare
9
-9
/
+18
2012-03-26
i2c: Convert drivers/i2c/muxes/* to use module_i2c_driver()
Axel Lin
2
-24
/
+2
2012-03-26
i2c-i801: Use usleep_range to wait for command completion
Jean Delvare
1
-12
/
+12
2012-03-26
i2c-i801: Add device IDs for Intel Lynx Point
Seth Heasley
2
-0
/
+4
2012-03-26
i2c-isch: Decrease delay in command completion check loop
Olivier Sobrie
1
-5
/
+5
2012-03-26
i2c-gpio: Use linux/gpio.h rather than asm/gpio.h
Mark Brown
1
-2
/
+1
2012-03-23
Merge branch 'i2c-embedded/for-3.4' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
11
-60
/
+864
2012-03-22
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+2
2012-03-20
Merge tag 'drm-intel-next-2012-03-01' of git://people.freedesktop.org/~danvet...
Dave Airlie
1
-1
/
+2
2012-03-16
Merge branch 'at91-3.4-cleanup2-DT2' of git://github.com/at91linux/linux-at91...
Arnd Bergmann
1
-22
/
+76
2012-03-15
i2c-algo-bit: Fix spurious SCL timeouts under heavy load
Ville Syrjala
1
-1
/
+7
2012-03-15
i2c-core: Comment says "transmitted" but means "received"
Wolfram Sang
1
-4
/
+8
2012-03-15
i2c/gpio: add DT support
Jean-Christophe PLAGNIOL-VILLARD
1
-22
/
+76
2012-03-08
Merge branch 'regulator' of git://github.com/hzhuang1/linux into next/drivers
Olof Johansson
1
-3
/
+10
2012-03-07
i2c-eg20t: Remove write-only variables
Alexander Stein
1
-8
/
+0
2012-03-07
i2c-eg20t: Rework pch_i2c_wait_for_bus_idle to reduce wait time
Alexander Stein
1
-15
/
+21
2012-03-07
i2c-s3c2410: Add stub runtime power management
Mark Brown
1
-0
/
+10
2012-03-07
i2c-s3c2410: Convert to devm_kzalloc()
Mark Brown
1
-3
/
+1
2012-03-07
i2c: add CSR SiRFprimaII on-chip I2C controllers driver
Zhiwu Song
3
-0
/
+470
2012-03-07
i2c: tegra: Remove unnecessary write to INT_STATUS
Alok Chauhan
1
-1
/
+0
2012-03-07
i2c: pxa: add OF support
Haojian Zhuang
1
-21
/
+74
2012-02-29
i2c: export bit-banging algo functions
Daniel Vetter
1
-1
/
+2
2012-02-29
i2c: imx: fix imx driver to work though signal is pending
Oskar Schirmer
1
-5
/
+0
2012-02-29
i2c: designware: dw_i2c_init_driver as subsys initcall
Pratyush Anand
1
-1
/
+1
2012-02-24
i2c: mxs: only flag completion when queue is completely done
Wolfram Sang
1
-3
/
+10
2012-02-24
i2c: Move I2C_EG20T option to the right place.
Jayachandran C
2
-16
/
+16
2012-02-24
i2c: Support for Netlogic XLR/XLS I2C controller.
Ganesan Ramalingam
3
-0
/
+289
2012-02-24
i2c: mpc: Add support for SMBUS_READ_BLOCK_DATA
Tang Yuantian
1
-14
/
+49
2012-02-24
i2c: versatile: Add Device Tree support
Pawel Moll
1
-0
/
+10
2012-02-22
Merge branch 'lpc32xx/drivers' into next/drivers
Arnd Bergmann
2
-2
/
+2
[next]