index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-12
i2c: pnx: Fix read transactions of >= 2 bytes
Roland Stigge
1
-20
/
+28
2012-09-12
i2c: pnx: Fix bit definitions
Roland Stigge
1
-2
/
+3
2012-09-12
omap-i2c: fix incorrect log message when using a device tree
Florian Vaussard
1
-3
/
+3
2012-09-12
i2c: omap: sanitize exit path
Felipe Balbi
1
-13
/
+13
2012-09-12
i2c: omap: switch over to autosuspend API
Felipe Balbi
1
-2
/
+10
2012-09-12
i2c: omap: remove unnecessary pm_runtime_suspended check
Felipe Balbi
1
-3
/
+0
2012-09-12
i2c: omap: switch to threaded IRQ support
Felipe Balbi
1
-6
/
+37
2012-09-12
i2c: omap: remove redundant status read
Shubhrajyoti D
1
-2
/
+0
2012-09-12
i2c: omap: get rid of the "complete" label
Felipe Balbi
1
-3
/
+13
2012-09-12
i2c: omap: resize fifos before each message
Felipe Balbi
1
-32
/
+51
2012-09-12
i2c: omap: simplify IRQ exit path
Felipe Balbi
1
-12
/
+8
2012-09-12
i2c: omap: always return IRQ_HANDLED
Felipe Balbi
1
-1
/
+1
2012-09-12
i2c: omap: simplify errata check
Felipe Balbi
1
-3
/
+1
2012-09-12
i2c: omap: bus: add a receiver flag
Felipe Balbi
1
-0
/
+8
2012-09-12
i2c: omap: switch to platform_get_irq()
Felipe Balbi
1
-5
/
+7
2012-09-12
i2c: omap: ack IRQ in parts
Felipe Balbi
1
-12
/
+16
2012-09-12
i2c: omap: switch over to do {} while loop
Felipe Balbi
1
-6
/
+14
2012-09-12
i2c: omap: re-factor receive/transmit data loop
Felipe Balbi
1
-122
/
+82
2012-09-12
i2c: omap: improve i462 errata handling
Felipe Balbi
1
-13
/
+30
2012-09-12
i2c: omap: split out [XR]DR and [XR]RDY
Felipe Balbi
1
-34
/
+92
2012-09-12
i2c: omap: simplify omap_i2c_ack_stat()
Felipe Balbi
1
-9
/
+10
2012-09-12
i2c: omap: add blank lines
Felipe Balbi
1
-0
/
+5
2012-09-12
i2c: omap: decrease indentation level on data handling
Felipe Balbi
1
-32
/
+31
2012-09-12
i2c: omap: simplify num_bytes handling
Felipe Balbi
1
-4
/
+2
2012-09-12
i2c: omap: switch to devm_* API
Felipe Balbi
1
-29
/
+12
2012-09-12
i2c: at91: add dt support to i2c-at91
Ludovic Desroches
1
-0
/
+49
2012-09-12
i2c: at91: add new driver
Nikolaus Voss
3
-7
/
+516
2012-09-12
i2c: at91: remove old polling driver
Nikolaus Voss
2
-316
/
+0
2012-09-12
i2c: nomadik: stop fetching the regulator
Linus Walleij
1
-17
/
+0
2012-09-12
i2c: davinci: add OF support
Heiko Schocher
1
-11
/
+37
2012-09-11
i2c: imx: Use dev_dbg logging style
Fabio Estevam
1
-2
/
+2
2012-09-11
i2c: imx: Use dev_info to indicate that i2c driver was succesfully registered
Fabio Estevam
1
-1
/
+1
2012-09-11
i2c/mpc: make data used as *of_device_id.data const
Arnd Bergmann
1
-5
/
+5
2012-09-11
i2c/mpc: add a const qualifier
Uwe Kleine-König
1
-1
/
+1
2012-09-11
i2c/i2c-omap: add a const qualifier
Uwe Kleine-König
1
-1
/
+2
2012-09-10
i2c-core: Fix for lockdep validator
Jean Delvare
1
-2
/
+20
2012-09-10
i2c-designware: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG...
Axel Lin
3
-2
/
+19
2012-09-10
i2c-i801: Add Device IDs for Intel Lynx Point-LP PCH
James Ralston
2
-0
/
+4
2012-09-05
Merge branch 'pnx4008-removal' of git://git.antcom.de/linux-2.6 into next/cle...
Olof Johansson
1
-1
/
+1
2012-09-04
Merge commit 'a849088aa1' from rmk/fixes into cleanup/io-pci
Arnd Bergmann
40
-992
/
+1310
2012-08-26
ARM: mach-pnx4008: Remove architecture
Roland Stigge
1
-1
/
+1
2012-08-18
i2c: tegra: protect suspend/resume callbacks with CONFIG_PM_SLEEP
Laxman Dewangan
1
-1
/
+1
2012-08-18
i2c: diolan-u2c: Fix master_xfer return code
Guenter Roeck
1
-0
/
+1
2012-08-18
I2C: OMAP: xfer: fix runtime PM get/put balance on error
Kevin Hilman
1
-1
/
+1
2012-08-18
i2c: nomadik: Add default configuration into the Nomadik I2C driver
Lee Jones
1
-10
/
+18
2012-07-31
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2012-07-30
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-11
/
+33
2012-07-30
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-7
/
+0
2012-07-30
i2c/i2c-pxa: remove conditional compilation of clk code
Viresh Kumar
1
-7
/
+0
2012-07-30
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-43
/
+49
[prev]
[next]