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-s3c2410.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-09
i2c: s3c2410: Add SMBus emulation for block read
Jaemin Yoo
1
-0
/
+9
2013-03-24
i2c: s3c2410: fixup the styling of the newly moved register definitions
Heiko Stübner
1
-27
/
+25
2013-03-24
i2c: s3c2410: move mach/regs-iic.h into i2c-s3c2410 device driver
Heiko Stübner
1
-1
/
+40
2013-02-26
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-39
/
+23
2013-01-28
i2c: s3c2410: Add quirk to exclude GPIO config for exynos5440
Giridhar Maruthy
1
-0
/
+2
2013-01-28
i2c: s3c2410: Remove err_cpufreq label
Tushar Behera
1
-5
/
+2
2013-01-28
i2c: s3c2410: Move location of clk_prepare_enable() call in probe function
Tushar Behera
1
-17
/
+12
2013-01-28
i2c: s3c2410: Convert to use devm_* APIs
Tushar Behera
1
-11
/
+5
2013-01-28
i2c: s3c2410: Remove unnecessary label err_noclk
Tushar Behera
1
-6
/
+3
2013-01-25
i2c: Convert to devm_ioremap_resource()
Thierry Reding
1
-4
/
+3
2012-12-19
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
1
-81
/
+130
2012-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2012-11-23
i2c: s3c2410: Remove recently introduced performance overheads
Mark Brown
1
-4
/
+16
2012-11-19
Fix misspellings of "whether" in comments.
Adam Buchbinder
1
-2
/
+2
2012-11-19
i2c: s3c2410: Fix code to free gpios
Abhilash Kesavan
1
-0
/
+1
2012-11-19
i2c: s3c2410: Add fix for i2c suspend/resume
Abhilash Kesavan
1
-7
/
+9
2012-11-19
i2c: s3c2410: Fix code to free gpios
Abhilash Kesavan
1
-0
/
+1
2012-11-16
i2c: s3c2410: do not special case HDMIPHY stuck bus detection
Daniel Kurtz
1
-16
/
+0
2012-11-16
i2c: s3c2410: use exponential back off while polling for bus idle
Daniel Kurtz
1
-20
/
+47
2012-11-16
i2c: s3c2410: do not generate STOP for QUIRK_HDMIPHY
Daniel Kurtz
1
-2
/
+45
2012-11-16
i2c: s3c2410: grab adapter lock while changing i2c clock
Daniel Kurtz
1
-8
/
+2
2012-11-16
i2c: s3c2410: Add support for pinctrl
Tomasz Figa
1
-4
/
+8
2012-11-16
i2c: s3c2410: Convert to devm_request_and_ioremap()
Mark Brown
1
-28
/
+7
2012-11-16
i2c: s3c2410: Refactor ifdefs for PM_SLEEP
Mark Brown
1
-1
/
+5
2012-10-11
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
1
-9
/
+9
2012-10-06
i2c: s3c2410: use clk_prepare_enable and clk_disable_unprepare
Thomas Abraham
1
-9
/
+9
2012-09-19
ARM: samsung: move platform_data definitions
Arnd Bergmann
1
-1
/
+1
2012-07-13
i2c-s3c2410: Use plain pm_runtime_put()
Mark Brown
1
-2
/
+2
2012-07-13
i2c: s3c2410: Fix pointer type passed to of_match_node()
Karol Lewandowski
1
-1
/
+1
2012-05-30
i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING
Mark Brown
1
-1
/
+2
2012-05-12
i2c-s3c2410: Add HDMIPHY quirk for S3C2440
Karol Lewandowski
1
-0
/
+30
2012-05-12
i2c-s3c2410: Rework device type handling
Karol Lewandowski
1
-41
/
+34
2012-05-12
i2c-s3c2410: Drop unused define
Karol Lewandowski
1
-3
/
+1
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
2011-12-18
i2c-s3c2410: Fix return code of s3c24xx_i2c_parse_dt_gpio
Tushar Behera
1
-1
/
+1
2011-12-18
i2c: i2c-s3c2410: Add a cpu_relax() to busy wait for bus idle
Mark Brown
1
-0
/
+1
2011-11-01
Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/...
Ben Dooks
1
-8
/
+120
2011-10-29
i2c-s3c2410: Add device tree support
Thomas Abraham
1
-4
/
+106
2011-10-29
i2c-s3c2410: Keep a copy of platform data and use it
Thomas Abraham
1
-4
/
+14
2011-10-29
i2c: irq: Remove IRQF_DISABLED
Yong Zhang
1
-1
/
+1
2011-06-28
i2c-s3c2410: Remove useless break code
Jonghwan Choi
1
-1
/
+0
2011-06-28
i2c-s3c2410: Fix typo 'i2s' -> 'i2c'
Huisung Kang
1
-3
/
+3
2010-10-28
Merge branch 'for-2637/i2c/samsung' into next-i2c
Ben Dooks
1
-1
/
+9
2010-10-24
i2c: Remove unneeded inclusions of <linux/i2c-id.h>
Jean Delvare
1
-1
/
+0
2010-10-22
i2c-s3c2410: Enable i2c clock only when doing some transfert
Arnaud Patard (Rtp)
1
-1
/
+9
2010-10-01
i2c-s3c2410: fix calculation of SDA line delay
MyungJoo Ham
1
-2
/
+2
2010-05-21
i2c: Use <linux/io.h> instead of <asm/io.h>
H Hartley Sweeten
1
-1
/
+1
2010-05-20
i2c-s3c2410: Remove unconditional 1ms delay on each transfer
Mark Brown
1
-2
/
+17
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
[next]