index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-06
i2c: mux: pca954x: verify the device id of the pca984x chips
Peter Rosin
1
-6
/
+49
2018-03-06
i2c: add i2c_get_device_id() to get the standard i2c device id
Peter Rosin
1
-0
/
+33
2018-03-05
i2c: img-scb: Drop METAG dependency
James Hogan
1
-1
/
+1
2018-03-05
i2c: core: report OF style module alias for devices registered via OF
Javier Martinez Canillas
1
-0
/
+8
2018-03-02
i2c: scmi: Use standard device message logging functions
Jean Delvare
1
-16
/
+19
2018-03-02
i2c: piix4: Use request_muxed_region
Guenter Roeck
1
-30
/
+25
2018-03-02
i2c: piix4: Use usleep_range()
Guenter Roeck
1
-3
/
+3
2018-03-02
i2c: octeon: Prevent error message on bus error
Jan Glauber
2
-1
/
+2
2018-02-27
i2c: reformat comments around i2c_smbus_xfer_emulated()
Wolfram Sang
1
-6
/
+10
2018-02-27
i2c-stm32f4: remove redundant initialization of pointer reg
Colin Ian King
1
-1
/
+1
2018-02-27
i2c: exynos5: rework HSI2C_MASTER_ST_LOSE state handling
Andrzej Hajda
1
-6
/
+57
2018-02-26
i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly
George Cherian
1
-9
/
+26
2018-02-26
i2c: xlp9xx: return ENXIO on slave address NACK
Dmitry Bazhenov
1
-1
/
+2
2018-02-26
i2c: of: simplify reading the "reg" property
Wolfram Sang
1
-7
/
+5
2018-02-26
i2c: of: remove duplicated check for valid address
Wolfram Sang
1
-6
/
+0
2018-02-26
i2c: of: rename variable to meet expectations
Wolfram Sang
1
-4
/
+4
2018-02-26
i2c: of: make ref counting more visible
Wolfram Sang
1
-1
/
+1
2018-02-26
i2c: of: change log level of failed device creation
Wolfram Sang
1
-1
/
+1
2018-02-22
i2c: designware: Consider SCL GPIO optional
Andy Shevchenko
1
-1
/
+1
2018-02-22
i2c: busses: i2c-sirf: Fix spelling: "formular" -> "formula".
Patryk Kocielnik
1
-2
/
+2
2018-02-22
i2c: bcm2835: Set up the rising/falling edge delays
Eric Anholt
1
-1
/
+20
2018-02-21
i2c: i801: Add missing documentation entries for Braswell and Kaby Lake
Jarkko Nikula
2
-0
/
+3
2018-02-21
i2c: designware: must wait for enable
Ben Gardner
1
-1
/
+1
2018-02-04
Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
28
-454
/
+761
2018-02-01
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2
-2
/
+2
2018-01-29
Merge tag 'pm-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-21
/
+20
2018-01-26
i2c: mv64xxx: Fix clock resource by adding an optional bus clock
Gregory CLEMENT
1
-1
/
+11
2018-01-26
i2c: mv64xxx: Remove useless test before clk_disable_unprepare
Gregory CLEMENT
1
-6
/
+2
2018-01-26
i2c: mxs: use true and false for boolean values
Gustavo A. R. Silva
1
-2
/
+2
2018-01-26
i2c: meson: update doc description to fix build warnings
Yixun Lan
1
-1
/
+1
2018-01-24
i2c: meson: add configurable divider factors
Jian Hu
1
-4
/
+28
2018-01-24
i2c: imx-lpi2c: add runtime pm support
Fugang Duan
1
-17
/
+51
2018-01-24
i2c: rcar: fix some trivial typos in comments
Wolfram Sang
1
-3
/
+3
2018-01-24
i2c: davinci: fix the cpufreq transition
Bartosz Golaszewski
1
-8
/
+4
2018-01-18
Merge branch 'pm-core'
Rafael J. Wysocki
2
-21
/
+20
2018-01-18
i2c: rk3x: add proper kerneldoc header
Wolfram Sang
1
-0
/
+1
2018-01-18
i2c: rk3x: account for const type of of_device_id.data
Julia Lawall
1
-8
/
+8
2018-01-18
i2c: acorn: remove outdated path from file header
Wolfram Sang
1
-3
/
+1
2018-01-18
i2c: acorn: add MODULE_LICENSE tag
Arnd Bergmann
1
-0
/
+4
2018-01-17
i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATA
Jeremy Compostella
1
-6
/
+7
2018-01-17
i2c: core: decrease reference count of device node in i2c_unregister_device
Lixin Wang
1
-1
/
+5
2018-01-16
i2c: rcar: implement bus recovery
Wolfram Sang
1
-2
/
+52
2018-01-16
i2c: send STOP after successful bus recovery
Wolfram Sang
1
-0
/
+12
2018-01-16
i2c: ensure SDA is released in recovery if SDA is controllable
Wolfram Sang
1
-0
/
+2
2018-01-16
i2c: add 'set_sda' to bus_recovery_info
Wolfram Sang
1
-1
/
+10
2018-01-15
i2c: exynos5: change internal transmission timeout to 100ms
Andrzej Hajda
1
-1
/
+1
2018-01-15
i2c: ismt: 16-byte align the DMA buffer address
Radu Rendec
1
-18
/
+19
2018-01-15
i2c: mpc: always determine I2C clock prescaler at runtime
Arseny Solokha
1
-22
/
+15
2018-01-15
i2c: mpc: fix PORDEVSR2 mask for MPC8533/44
Arseny Solokha
1
-2
/
+6
2018-01-15
i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxx
Arseny Solokha
1
-3
/
+9
[prev]
[next]