index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-07
Merge remote-tracking branch 'grant/devicetree/next' into for-next
Rob Herring
6
-15
/
+20
2013-11-01
i2c: exynos5: add High Speed I2C controller driver
Naveen Krishna Ch
3
-0
/
+782
2013-11-01
i2c: rcar: fixup rcar type naming
Kuninori Morimoto
1
-11
/
+11
2013-11-01
i2c: scmi: remove some bogus NULL checks
Dan Carpenter
1
-3
/
+3
2013-10-31
i2c: sh_mobile & rcar: Enable the driver on all ARM platforms
Laurent Pinchart
1
-2
/
+2
2013-10-31
i2c: sh_mobile: Convert to clk_prepare/unprepare
Laurent Pinchart
1
-4
/
+4
2013-10-30
i2c: Include linux/of.h header
Sachin Kamat
4
-0
/
+4
2013-10-24
of/irq: Use irq_of_parse_and_map()
Thierry Reding
1
-1
/
+1
2013-10-10
i2c: omap: Clear ARDY bit twice
Taras Kondratiuk
1
-0
/
+3
2013-10-10
i2c: i2c-stu300: replace platform_driver_probe to support deferred probing
Wolfram Sang
1
-6
/
+5
2013-10-10
i2c: i2c-mxs: replace platform_driver_probe to support deferred probing
Wolfram Sang
1
-1
/
+2
2013-10-10
i2c: i2c-imx: replace platform_driver_probe to support deferred probing
Wolfram Sang
1
-5
/
+6
2013-10-10
i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferre...
Wolfram Sang
1
-2
/
+3
2013-10-09
drivers: clean-up prom.h implicit includes
Rob Herring
3
-0
/
+5
2013-10-06
i2c: mxs: Fix PIO mode on i.MX23
Marek Vasut
1
-11
/
+29
2013-10-06
i2c: mxs: Rework the PIO mode operation
Marek Vasut
1
-102
/
+176
2013-10-06
i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controller
Juergen Beisert
1
-6
/
+34
2013-10-03
i2c: remove redundant of_match_ptr
Sachin Kamat
2
-2
/
+2
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-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
1
-4
/
+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
1
-1
/
+0
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
26
-74
/
+5
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
19
-27
/
+30
[prev]
[next]