index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2018-01-18
i2c: rk3x: account for const type of of_device_id.data
Julia Lawall
-8
/
+8
2018-01-18
i2c: acorn: remove outdated path from file header
Wolfram Sang
-3
/
+1
2018-01-18
i2c: acorn: add MODULE_LICENSE tag
Arnd Bergmann
-0
/
+4
2018-01-16
i2c: rcar: implement bus recovery
Wolfram Sang
-2
/
+52
2018-01-16
i2c: send STOP after successful bus recovery
Wolfram Sang
-0
/
+12
2018-01-16
i2c: ensure SDA is released in recovery if SDA is controllable
Wolfram Sang
-0
/
+2
2018-01-16
i2c: add 'set_sda' to bus_recovery_info
Wolfram Sang
-1
/
+14
2018-01-16
i2c: add identifier in declarations for i2c_bus_recovery
Wolfram Sang
-6
/
+6
2018-01-16
i2c: make kerneldoc about bus recovery more precise
Wolfram Sang
-5
/
+5
2018-01-15
i2c: exynos5: change internal transmission timeout to 100ms
Andrzej Hajda
-1
/
+1
2018-01-15
i2c: ismt: 16-byte align the DMA buffer address
Radu Rendec
-18
/
+19
2018-01-15
i2c: mpc: always determine I2C clock prescaler at runtime
Arseny Solokha
-22
/
+15
2018-01-15
i2c: mpc: fix PORDEVSR2 mask for MPC8533/44
Arseny Solokha
-2
/
+6
2018-01-15
i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxx
Arseny Solokha
-3
/
+9
2018-01-15
i2c: mpc: get MPC8xxx I2C clock prescaler before using it in calculations
Arseny Solokha
-6
/
+6
2018-01-15
i2c: ismt: dump registers at the end of transactions
Radu Rendec
-0
/
+2
2018-01-15
i2c: sh_mobile: let r8a7790 (R-Car H2) use the new formula
Wolfram Sang
-1
/
+1
2018-01-15
i2c: sh_mobile: add new frequency calculation for later SoC
Wolfram Sang
-1
/
+18
2018-01-15
i2c: sh_mobile: add helper to check frequency calculations
Wolfram Sang
-22
/
+27
2018-01-15
i2c: sh_mobile: let RuntimePM do the clock handling
Wolfram Sang
-18
/
+17
2018-01-15
i2c: sh_mobile: require setup callback
Wolfram Sang
-9
/
+6
2018-01-15
i2c: sh_mobile: allow setup callback to return errno
Wolfram Sang
-4
/
+9
2018-01-15
i2c: sh_mobile: move type detection upwards
Wolfram Sang
-6
/
+4
2018-01-04
i2c: gpio: Enable working over slow can_sleep GPIOs
Jan Kundrát
-4
/
+7
2018-01-04
i2c: mediatek: Enable i2c module clock before i2c registers access.
Jun Gao
-0
/
+9
2018-01-04
i2c: mediatek: Add i2c compatible for MediaTek MT2712
Jun Gao
-4
/
+27
2018-01-04
dt-bindings: i2c: Add MediaTek MT2712 i2c binding
Jun Gao
-0
/
+1
2018-01-03
Merge tag 'at24-4.16-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...
Wolfram Sang
-11313
/
+18207
2018-01-02
eeprom: at24: extend the list of chips supported in DT
Bartosz Golaszewski
-0
/
+9
2018-01-02
dt-bindings: at24: extend the list of supported chips
Bartosz Golaszewski
-0
/
+9
2018-01-02
dt-bindings: at24: fix formatting and style
Bartosz Golaszewski
-11
/
+11
2018-01-02
dt-bindings: at24: consistently document the compatible property
Bartosz Golaszewski
-22
/
+36
2018-01-01
eeprom: at24: fix a whitespace error in platform data
Bartosz Golaszewski
-1
/
+1
2018-01-01
eeprom: at24: add support for the write-protect pin
Bartosz Golaszewski
-0
/
+11
2018-01-01
dt-bindings: at24: new optional property - wp-gpios
Bartosz Golaszewski
-0
/
+3
2018-01-01
eeprom: at24: remove temporary fix for at24mac402 size
Sven Van Asbroeck
-10
/
+0
2018-01-01
eeprom: at24: convert magic numbers to structs
Sven Van Asbroeck
-121
/
+100
2018-01-01
eeprom: at24: code shrink
Bartosz Golaszewski
-17
/
+6
2018-01-01
eeprom: at24: use a common prefix for all symbols in at24.c
Bartosz Golaszewski
-16
/
+18
2018-01-01
eeprom: at24: fix coding style issues
Bartosz Golaszewski
-9
/
+9
2018-01-01
MAINTAINERS: add git URL for at24
Bartosz Golaszewski
-0
/
+1
2018-01-01
eeprom: at24: support eeproms that do not auto-rollover reads
Sven Van Asbroeck
-12
/
+29
2018-01-01
dt-bindings: add eeprom "no-read-rollover" property
Sven Van Asbroeck
-0
/
+5
2018-01-01
MAINTAINERS: add DT binding docs for AT24
Wolfram Sang
-0
/
+1
2018-01-01
dt-bindings: eeprom: rename to at24.txt
Wolfram Sang
-0
/
+0
2018-01-01
eeprom: at24: remove now unneeded smbus-related code
Heiner Kallweit
-48
/
+8
2018-01-01
eeprom: at24: remove old read functions
Heiner Kallweit
-186
/
+0
2018-01-01
eeprom: at24: add regmap-based read function
Heiner Kallweit
-1
/
+56
2018-01-01
eeprom: at24: remove old write functions
Heiner Kallweit
-117
/
+0
2018-01-01
eeprom: at24: add regmap-based write function
Heiner Kallweit
-1
/
+26
[next]