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
2011-10-29
i2c-eg20t: Fix bus-idle waiting issue
Tomoya MORINAGA
1
-9
/
+9
2011-10-29
i2c-designware: Fix PCI core warning on suspend/resume
Octavian Purdila
1
-21
/
+8
2011-10-29
i2c-designware: Add runtime power management support
Dirk Brandewie
3
-2
/
+98
2011-10-29
i2c-designware: Add support for Designware core behind PCI devices.
Dirk Brandewie
4
-0
/
+329
2011-10-29
i2c-designware: Push all register reads/writes into the core code.
Dirk Brandewie
3
-102
/
+143
2011-10-29
i2c-designware: Support multiple cores using same ISR
Dirk Brandewie
1
-2
/
+8
2011-10-29
i2c-designware: move controller config to bus specific portion of driver
Dirk Brandewie
3
-4
/
+5
2011-10-29
i2c-designware: move i2c functionality bit field to be adapter specific
Dirk Brandewie
3
-6
/
+11
2011-10-29
i2c-designware: Move retriveving the clock speed out of core code.
Dirk Brandewie
3
-1
/
+10
2011-10-29
i2c-designware: split of i2c-designware.c into core and bus specific parts
Dirk Brandewie
5
-343
/
+412
2011-10-29
i2c-designware: Move checking of IP core version to i2c_dw_init()
Dirk Brandewie
1
-11
/
+19
2011-10-29
i2c-designware: Allow mixed endianness accesses
Jean-Hugues Deschenes
1
-2
/
+15
2011-10-29
i2c-designware: Check component type register
Jean-Hugues Deschenes
1
-4
/
+13
2011-10-29
i2c-designware: Use local version of readl & writel
Jean-Hugues Deschenes
1
-39
/
+49
2011-10-29
i2c: irq: Remove IRQF_DISABLED
Yong Zhang
10
-11
/
+11
2011-10-29
I2C: OMAP: remove dev->idle, use usage counting provided by runtime PM
Kevin Hilman
1
-20
/
+39
2011-10-29
I2C: OMAP: remove unneccesary use of pdev
Kevin Hilman
1
-15
/
+7
2011-10-29
OMAP4: I2C: Enable the wakeup in I2C_WE
Shubhrajyoti D
1
-3
/
+2
2011-10-29
I2C: OMAP1/OMAP2+: prepend I2C IP version to probed version shown in dev_info
Andy Green
1
-2
/
+2
2011-10-29
I2C: OMAP2+: Convert omap I2C driver to use feature implementation flags from...
Andy Green
1
-17
/
+23
2011-10-29
I2C: OMAP2+: address confused probed version naming
Andy Green
1
-9
/
+12
2011-10-29
I2C: OMAP2+: Solve array bounds overflow error on i2c idle
Andy Green
1
-1
/
+1
2011-10-29
I2C: OMAP2+: use platform_data ip revision to select register map
Andy Green
1
-5
/
+5
2011-10-29
I2C: OMAP2+: Name registers in I2C IP V2 only accordingly
Andy Green
1
-11
/
+12
2011-10-27
Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...
Linus Torvalds
1
-1
/
+1
2011-10-24
MIPS: Alchemy: remove all CONFIG_SOC_AU1??? defines
Manuel Lauss
1
-1
/
+1
2011-10-24
MIPS: Alchemy: kill au1xxx.h header
Manuel Lauss
1
-1
/
+1
2011-10-24
mfd: remove CONFIG_MFD_SUPPORT
Arnd Bergmann
1
-1
/
+0
2011-09-15
Merge branch 'master' into for-next
Jiri Kosina
5
-70
/
+91
2011-09-15
treewide: remove extra semicolons from various parts of the kernel
Justin P. Mattock
1
-1
/
+1
2011-09-14
i2c-imx: add device tree probe support
Shawn Guo
1
-6
/
+19
2011-09-14
i2c-imx: remove init/exit hooks from platform data
Shawn Guo
1
-18
/
+3
2011-09-07
i2c-tegra: fix possible race condition after tx
Doug Anderson
1
-14
/
+32
2011-09-07
i2c-tegra: add I2C_FUNC_SMBUS_EMUL
Mike Rapoport
1
-1
/
+1
2011-09-07
i2c-tegra: Add of_match_table
John Bonesio
1
-0
/
+12
2011-09-07
i2c-pxa2xx: return proper error code in ce4100_i2c_probe error paths
Axel Lin
1
-1
/
+4
2011-08-24
i2c-nomadik: fix kerneldoc warning
Linus Walleij
1
-1
/
+2
2011-08-23
Revert "i2c-omap: fix static suspend vs. runtime suspend"
Kevin Hilman
1
-29
/
+0
2011-08-23
i2c-nomadik: Do not use _interruptible_ variant call
srinidhi kasagar
1
-4
/
+4
2011-08-22
ARM: 7043/1: mach-ixp2000: rename GPIO header
Linus Walleij
1
-1
/
+1
2011-08-08
ARM: gpio: ixp2000: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
1
-1
/
+1
2011-07-27
i2c-eg20t : Fix the issue of Combined R/W transfer mode
Tomoya MORINAGA
1
-2
/
+2
2011-07-27
i2c-eg20t : Support Combined R/W transfer mode
Tomoya MORINAGA
1
-19
/
+20
2011-07-27
i2c: Tegra: Add DeviceTree support
John Bonesio
1
-1
/
+16
2011-07-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-4
/
+4
2011-07-25
i2c: Allow i2c_add_numbered_adapter() to assign a bus id
Grant Likely
4
-14
/
+10
2011-07-25
i2c-ali1535: Fix style issues
LABBE Corentin
1
-31
/
+30
2011-07-11
doc: Kconfig: Typo: square -> squared
Michael Witten
1
-1
/
+1
2011-07-11
Merge branch 'master' into for-next
Jiri Kosina
5
-13
/
+25
2011-07-11
drivers/i2c: static should be at beginning of declaration
Jesper Juhl
1
-2
/
+2
[prev]
[next]