Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
e4fdf7625b68f32681240b3a43cb82b9f3555bf6
/
drivers
/
i2c
/
busses
/
i2c-s3c2410.c
90224e6
i2c: drivers: Use generic definitions for bus frequencies
by Andy Shevchenko
· 5 years ago
8eb9a2d
i2c: s3c2410: Mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
273cbf61
Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 6 years ago
ed7357c
i2c: s3c2410: Convert to use GPIO descriptors
by Linus Walleij
· 6 years ago
c942fdd
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
by Thomas Gleixner
· 6 years ago
2088716
i2c: s3c2410: use core helper to mark adapter suspended
by Wolfram Sang
· 6 years ago
3f3a89e
i2c: remove i2c_lock_adapter and use i2c_lock_bus directly
by Peter Rosin
· 7 years ago
952cfd1
i2c: s3c2410: Remove support for Exynos5440
by Krzysztof Kozlowski
· 7 years ago
9242e72
i2c: use dev_get_drvdata() to get private data in suspend/resume hooks
by Masahiro Yamada
· 8 years ago
ea73440
i2c: don't print error when adding adapter fails
by Wolfram Sang
· 9 years ago
d16415b
i2c: s3c2410: Check clk_prepare_enable() return value
by Javier Martinez Canillas
· 9 years ago
8f8edd4
i2c: s3c2410: Print errno code in error logs
by Javier Martinez Canillas
· 9 years ago
0915833
i2c: s3c2410: Cleanup indentation and comment style
by Krzysztof Kozlowski
· 9 years ago
ec7c34a
i2c: s3c2410: Minor function-level comment cleanup
by Krzysztof Kozlowski
· 9 years ago
b1b3df2
i2c: s3c2410: Add missing clock unprepare on probe() error path
by Krzysztof Kozlowski
· 9 years ago
f690378
i2c: s3c2410: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS instead of open-coded
by Axel Lin
· 9 years ago
2fe3e51
i2c: s3c2410: remove superfluous runtime PM calls
by Wolfram Sang
· 9 years ago
eadd709
i2c: s3c2410: enable RuntimePM before registering to the core
by Wolfram Sang
· 9 years ago
2486748
Merge branch 'i2c/for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 10 years ago
e9a02a3
i2c: constify platform_device_id
by Krzysztof Kozlowski
· 10 years ago
8d487a4
i2c: s3c2410: fix oops in suspend callback for non-dt platforms
by Vasily Khoruzhick
· 10 years ago
34e81ad
i2c: s3c2410: fix ABBA deadlock by keeping clock prepared
by Paul Osmialowski
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
a7750c3
i2c: s3c2410: Handle i2c sys_cfg register in i2c driver
by Pankaj Dubey
· 10 years ago
ca1f8da
i2c: remove FSF address
by Wolfram Sang
· 10 years ago
1ecc433
i2c: busses: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
28596c97
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
9b13494
treewide: Fix typo in printk
by Masanari Iida
· 11 years ago
b19c195
i2c: s3c2410: resume the I2C controller earlier
by Vincent Palatin
· 11 years ago
6031d3d
i2c: i2c-s3c2410: Drop class based scanning to improve bootup time
by Wolfram Sang
· 11 years ago
46797a2
i2c: remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
ce78cc0
i2c: s3c2410: resume race fix
by Olof Johansson
· 11 years ago
069a950
i2c: s3c2410: Leave the bus disabled unless it is in use
by Simon Glass
· 11 years ago
5304032
i2c: i2c-s3c2410: deprecate class based instantiation
by Wolfram Sang
· 11 years ago
5f1b115
i2c: s3c2410: fix quirk usage for 64-bit
by Pankaj Dubey
· 11 years ago
61f4d6b
i2c: s3c2410: dont need CPU_FREQ transitions for exynos series
by Naveen Krishna Ch
· 11 years ago
117053f
i2c: s3c2410: Add polling mode support
by Vasanth Ananthan
· 11 years ago
4edd65e
i2c: Include linux/of.h header
by Sachin Kamat
· 11 years ago
1533691
i2c: s3c2410: fix clk_disable/clk_unprepare WARNings
by Kim Phillips
· 11 years ago
687b81d
i2c: move OF helpers into the core
by Wolfram Sang
· 12 years ago
6d4028c
i2c: use dev_get_platdata()
by Jingoo Han
· 12 years ago
00d083f
drivers/i2c/busses: don't check resource with devm_ioremap_resource
by Wolfram Sang
· 12 years ago
85747311
i2c: s3c2410: Add SMBus emulation for block read
by Jaemin Yoo
· 12 years ago
7a6674d
i2c: s3c2410: fixup the styling of the newly moved register definitions
by Heiko Stübner
· 12 years ago
e636602
i2c: s3c2410: move mach/regs-iic.h into i2c-s3c2410 device driver
by Heiko Stübner
· 12 years ago
52caa59
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 12 years ago
faf93ff
i2c: s3c2410: Add quirk to exclude GPIO config for exynos5440
by Giridhar Maruthy
· 12 years ago
dc6fea4
i2c: s3c2410: Remove err_cpufreq label
by Tushar Behera
· 12 years ago
d16933b
i2c: s3c2410: Move location of clk_prepare_enable() call in probe function
by Tushar Behera
· 12 years ago
2b255b9
i2c: s3c2410: Convert to use devm_* APIs
by Tushar Behera
· 12 years ago
669da30
i2c: s3c2410: Remove unnecessary label err_noclk
by Tushar Behera
· 12 years ago
84dbf80
i2c: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
752451f
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
by Linus Torvalds
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
31f313d
i2c: s3c2410: Remove recently introduced performance overheads
by Mark Brown
· 12 years ago
48fc7f7
Fix misspellings of "whether" in comments.
by Adam Buchbinder
· 12 years ago
963f207
i2c: s3c2410: Fix code to free gpios
by Abhilash Kesavan
· 12 years ago
658122f
i2c: s3c2410: Add fix for i2c suspend/resume
by Abhilash Kesavan
· 12 years ago
3b2f3ce
i2c: s3c2410: Fix code to free gpios
by Abhilash Kesavan
· 12 years ago
79f678e
i2c: s3c2410: do not special case HDMIPHY stuck bus detection
by Daniel Kurtz
· 12 years ago
fe724bf
i2c: s3c2410: use exponential back off while polling for bus idle
by Daniel Kurtz
· 12 years ago
0da2e77
i2c: s3c2410: do not generate STOP for QUIRK_HDMIPHY
by Daniel Kurtz
· 12 years ago
9bcd04b
i2c: s3c2410: grab adapter lock while changing i2c clock
by Daniel Kurtz
· 12 years ago
2693ac6
i2c: s3c2410: Add support for pinctrl
by Tomasz Figa
· 12 years ago
a72ad456
i2c: s3c2410: Convert to devm_request_and_ioremap()
by Mark Brown
· 12 years ago
2935e0e
i2c: s3c2410: Refactor ifdefs for PM_SLEEP
by Mark Brown
· 12 years ago
12250d8
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
by Linus Torvalds
· 12 years ago
d3b64c5
i2c: s3c2410: use clk_prepare_enable and clk_disable_unprepare
by Thomas Abraham
· 12 years ago
436d42c
ARM: samsung: move platform_data definitions
by Arnd Bergmann
· 13 years ago
a86ae9f
i2c-s3c2410: Use plain pm_runtime_put()
by Mark Brown
· 13 years ago
b900ba4
i2c: s3c2410: Fix pointer type passed to of_match_node()
by Karol Lewandowski
· 13 years ago
14674e7
i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING
by Mark Brown
· 13 years ago
ec39ef8
i2c-s3c2410: Add HDMIPHY quirk for S3C2440
by Karol Lewandowski
· 13 years ago
2745249
i2c-s3c2410: Rework device type handling
by Karol Lewandowski
· 13 years ago
9df7ead
i2c-s3c2410: Drop unused define
by Karol Lewandowski
· 13 years ago
c62c3ca
i2c-s3c2410: Add stub runtime power management
by Mark Brown
· 13 years ago
4ea1557
i2c-s3c2410: Convert to devm_kzalloc()
by Mark Brown
· 13 years ago
8ebe661
i2c-s3c2410: Fix return code of s3c24xx_i2c_parse_dt_gpio
by Tushar Behera
· 13 years ago
37de03e
i2c: i2c-s3c2410: Add a cpu_relax() to busy wait for bus idle
by Mark Brown
· 13 years ago
3945fe9
Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/tegra-iomem' into for-linus/i2c-3.2
by Ben Dooks
· 13 years ago
5a5f508
i2c-s3c2410: Add device tree support
by Thomas Abraham
· 14 years ago
4fd81eb
i2c-s3c2410: Keep a copy of platform data and use it
by Thomas Abraham
· 14 years ago
4311051
i2c: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
b90ea76
i2c-s3c2410: Remove useless break code
by Jonghwan Choi
· 14 years ago
1982051
i2c-s3c2410: Fix typo 'i2s' -> 'i2c'
by Huisung Kang
· 14 years ago
e0b11c3
Merge branch 'for-2637/i2c/samsung' into next-i2c
by Ben Dooks
· 14 years ago
a8d7be8
i2c: Remove unneeded inclusions of <linux/i2c-id.h>
by Jean Delvare
· 14 years ago
d2360b8
i2c-s3c2410: Enable i2c clock only when doing some transfert
by Arnaud Patard (Rtp)
· 15 years ago
7031307a
i2c-s3c2410: fix calculation of SDA line delay
by MyungJoo Ham
· 14 years ago
2178218
i2c: Use <linux/io.h> instead of <asm/io.h>
by H Hartley Sweeten
· 15 years ago
1bc2962
i2c-s3c2410: Remove unconditional 1ms delay on each transfer
by Mark Brown
· 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
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
2e6713c
Merge branch 'master' into for-linus
by Rafael J. Wysocki
· 16 years ago
0e014e9
i2c-s3c2410: s3c24xx_i2c_init: don't clobber IICLC value
by Peter Korsgaard
· 16 years ago
6a6c6189
I2C: Rework i2c-s3c2410 suspend_late()/resume() V2
by Magnus Damm
· 16 years ago
933a2ae
i2c-s3c2410: use resource_size()
by Ben Dooks
· 16 years ago
7d85ccd
i2c-s3c2410: move to using platform idtable to match devices
by Ben Dooks
· 16 years ago
18dc83a
i2c: i2c-s3c2410: Initialise Samsung I2C controller early
by Mark Brown
· 16 years ago
c564e6a
i2c-s3c2410: Simplify bus frequency calculation
by Daniel Silverstone
· 16 years ago
Next »