index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-30
i2c: bfin-twi: Remove casting the return value which is a void pointer
Jingoo Han
1
-3
/
+3
2013-09-30
i2c: xiic: Remove casting the return value which is a void pointer
Jingoo Han
1
-1
/
+1
2013-09-30
i2c: rcar: use per-device clock
Guennadi Liakhovetski
1
-1
/
+1
2013-09-30
i2c: rcar: fix clk_get() error handling
Guennadi Liakhovetski
1
-3
/
+3
2013-09-30
i2c: rcar: add Device Tree support
Guennadi Liakhovetski
1
-2
/
+19
2013-09-30
i2c: rcar: get clock rate only once and simplify calculation
Guennadi Liakhovetski
1
-7
/
+13
2013-09-30
i2c: rcar: (cosmetic) remove superfluous parenthesis
Guennadi Liakhovetski
1
-1
/
+1
2013-09-30
i2c: i2c-dev: Create 'name' attribute automatically
Guenter Roeck
1
-9
/
+10
2013-09-28
i2c: ismt: initialize DMA buffer
James Ralston
1
-0
/
+3
2013-09-27
i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...
Chew, Chiau Ee
1
-6
/
+20
2013-09-27
i2c: mv64xxx: Do not use writel_relaxed()
Thierry Reding
1
-2
/
+2
2013-09-27
i2c: mv64xxx: Fix some build warnings
Thierry Reding
1
-5
/
+7
2013-09-27
i2c: s3c2410: fix clk_disable/clk_unprepare WARNings
Kim Phillips
1
-2
/
+0
2013-09-13
Remove GENERIC_HARDIRQ config option
Martin Schwidefsky
2
-5
/
+2
2013-09-10
i2c: davinci: Fix bad dev_get_platdata() conversion
Olof Johansson
1
-1
/
+1
2013-09-04
i2c: rcar: add rcar-H2 support
Nguyen Viet Dung
1
-2
/
+33
2013-08-28
i2c: sirf: retry 3 times as sometimes we get random noack and timeout
Zhiwu Song
1
-1
/
+2
2013-08-28
i2c: sirf: support reverse direction of address
Zhiwu Song
1
-0
/
+4
2013-08-28
i2c: sirf: fix the typo for setting bitrate to less than 100k
Zhiwu Song
1
-1
/
+1
2013-08-28
i2c: sirf: we need to wait I2C_RESET status in resume
Zhiwu Song
1
-0
/
+2
2013-08-28
i2c: sirf: reset i2c controller early after we get a noack
Zhiwu Song
1
-9
/
+18
2013-08-28
i2c: designware: get SDA hold time, HCNT and LCNT configuration from ACPI
Mika Westerberg
1
-0
/
+34
2013-08-28
i2c: designware: make HCNT/LCNT values configurable
Mika Westerberg
2
-0
/
+23
2013-08-28
i2c: mpc: cleanup clock API use
Gerhard Sittig
1
-0
/
+24
2013-08-28
i2c: pnx: fix error return code in i2c_pnx_probe()
Wei Yongjun
1
-1
/
+2
2013-08-28
i2c: ismt: add error return code in probe()
Wolfram Sang
1
-0
/
+1
2013-08-23
i2c: move ACPI helpers into the core
Mika Westerberg
2
-1
/
+91
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
31
-82
/
+112
2013-08-23
i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889)
Gregory CLEMENT
1
-2
/
+13
2013-08-23
i2c: mv64xxx: Add I2C Transaction Generator support
Gregory CLEMENT
1
-11
/
+182
2013-08-21
i2c: powermac: fix return path on error
Wolfram Sang
1
-1
/
+2
2013-08-19
i2c: tiny-usb: do not use stack as URB transfer_buffer
Jussi Kivilinna
1
-15
/
+34
2013-08-19
i2c: use dev_get_platdata()
Jingoo Han
25
-35
/
+40
2013-08-19
i2c: omap: query STP always when NACK is received
Grygorii Strashko
1
-5
/
+4
2013-08-16
i2c: mxs: fix broken timing calculation
Lothar Waßmann
1
-24
/
+63
2013-08-15
drivers/i2c/busses/i2c-ocores.c: simplify use of devm_ioremap_resource
Julia Lawall
1
-4
/
+1
2013-08-15
i2c: imx: Add Vybrid VF610 I2C controller support
Jingchang Lu
1
-0
/
+32
2013-08-15
i2c: imx: add struct to hold more configurable quirks
Jingchang Lu
1
-25
/
+52
2013-08-15
i2c: imx: add INT flag and IEN bit operatation codes
Jingchang Lu
1
-5
/
+22
2013-08-15
i2c: imx: change register offset representation
Jingchang Lu
1
-7
/
+16
2013-08-15
i2c: imx: wrap registers read/write to inline function
Jingchang Lu
1
-34
/
+46
2013-08-15
i2c: imx: don't change platform device id_entry directly
Jingchang Lu
1
-2
/
+6
2013-08-15
i2c: imx: enable clk before write to registers
Jingchang Lu
1
-0
/
+6
2013-08-15
i2c: imx: use struct representing i2c clk{div, val} pair
Jingchang Lu
1
-7
/
+13
2013-08-15
i2c: piix4: Add support for secondary SMBus on AMD SB800 and AMD FCH chipsets
Rudolf Marek
1
-10
/
+31
2013-08-15
i2c: Improve logging on failure to probe for ->class devices
Andy Lutomirski
1
-1
/
+2
2013-08-15
i2c: davinci: Allow i2c driver available for keystone platforms
Santosh Shilimkar
1
-1
/
+1
2013-08-15
i2c: davinci: remove useless mach/hardware include
Santosh Shilimkar
1
-2
/
+0
2013-08-15
i2c: i2c-bfin-twi: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-1
/
+6
2013-08-15
i2c: puv3: add CONFIG_PM_SLEEP to suspend function
Jingoo Han
1
-1
/
+1
[prev]
[next]