index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()
Dmitry Osipenko
2020-10-05
1
-40
/
+55
*
i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
Dmitry Osipenko
2020-10-05
1
-16
/
+30
*
i2c: tegra: Rename wait/poll functions
Dmitry Osipenko
2020-10-05
1
-18
/
+14
*
i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
Dmitry Osipenko
2020-10-05
1
-9
/
+8
*
i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
Dmitry Osipenko
2020-10-05
1
-5
/
+4
*
i2c: tegra: Remove likely/unlikely from the code
Dmitry Osipenko
2020-10-05
1
-2
/
+2
*
i2c: tegra: Remove outdated barrier()
Dmitry Osipenko
2020-10-05
1
-8
/
+5
*
i2c: tegra: Clean up variable types
Dmitry Osipenko
2020-10-05
1
-19
/
+19
*
i2c: tegra: Reorder location of functions in the code
Dmitry Osipenko
2020-10-05
1
-244
/
+242
*
i2c: tegra: Clean up probe function
Dmitry Osipenko
2020-10-05
1
-51
/
+49
*
i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
Dmitry Osipenko
2020-10-05
1
-4
/
+6
*
i2c: tegra: Use clk-bulk helpers
Dmitry Osipenko
2020-10-05
1
-120
/
+68
*
i2c: tegra: Use platform_get_irq()
Dmitry Osipenko
2020-10-05
1
-6
/
+3
*
i2c: tegra: Use devm_platform_get_and_ioremap_resource()
Dmitry Osipenko
2020-10-05
1
-3
/
+3
*
i2c: tegra: Use reset_control_reset()
Dmitry Osipenko
2020-10-05
1
-3
/
+10
*
i2c: tegra: Remove error message used for devm_request_irq() failure
Dmitry Osipenko
2020-10-05
1
-3
/
+1
*
i2c: tegra: Runtime PM always available on Tegra
Dmitry Osipenko
2020-10-05
1
-23
/
+6
*
i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
Dmitry Osipenko
2020-10-05
1
-25
/
+21
*
i2c: tegra: Initialize div-clk rate unconditionally
Dmitry Osipenko
2020-10-05
1
-18
/
+16
*
i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
Dmitry Osipenko
2020-10-05
1
-0
/
+2
*
i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
Dmitry Osipenko
2020-10-05
1
-1
/
+3
*
i2c: tegra: Add missing pm_runtime_put()
Dmitry Osipenko
2020-10-05
1
-2
/
+2
*
i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
Dmitry Osipenko
2020-10-05
1
-9
/
+16
*
i2c: testunit: improve documentation
Wolfram Sang
2020-10-05
1
-5
/
+8
*
i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQ
Barry Song
2020-09-29
3
-9
/
+6
*
i2c: efm32: Use devm_platform_get_and_ioremap_resource()
Wang ShaoBo
2020-09-29
1
-9
/
+3
*
i2c: i801: Add support for Intel Alder Lake PCH-S
Jarkko Nikula
2020-09-29
3
-0
/
+6
*
dt-bindings: i2c: imx: Fix i.MX 7 compatible matching
Krzysztof Kozlowski
2020-09-27
1
-0
/
+3
*
dt-bindings: i2c: imx: Add properties and use unevaluatedProperties
Krzysztof Kozlowski
2020-09-27
1
-1
/
+4
*
dt-bindings: i2c: imx-lpi2c: Fix i.MX 8QXP compatible matching
Krzysztof Kozlowski
2020-09-27
1
-4
/
+7
*
dt-bindings: i2c: imx-lpi2c: Add properties and use unevaluatedProperties
Krzysztof Kozlowski
2020-09-27
1
-2
/
+16
*
i2c: imx: Fix external abort on interrupt in exit paths
Krzysztof Kozlowski
2020-09-27
1
-11
/
+13
*
i2c: rk3x: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-27
1
-12
/
+7
*
i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoC
Khalil Blaiech
2020-09-27
4
-0
/
+2526
*
dt-bindings: i2c: I2C binding for Mellanox BlueField SoC
Khalil Blaiech
2020-09-27
1
-0
/
+42
*
Merge tag 'at24-updates-for-v5.10' of git://git.kernel.org/pub/scm/linux/kern...
Wolfram Sang
2020-09-27
2
-7
/
+67
|
\
|
*
eeprom: at24: Support custom device names for AT24 EEPROMs
Jon Hunter
2020-09-25
1
-1
/
+21
|
*
dt-bindings: eeprom: at24: Add label property for AT24
Jon Hunter
2020-09-24
1
-0
/
+3
|
*
eeprom: at24: Initialise AT24 NVMEM ID field
Jon Hunter
2020-09-24
1
-0
/
+1
|
*
eeprom: at24: set type id as EEPROM
Vadym Kochan
2020-09-17
1
-0
/
+1
|
*
eeprom: at24: Tidy at24_read()
Jean Delvare
2020-08-25
1
-10
/
+4
|
*
eeprom: at24: Add support for the Sony VAIO EEPROMs
Jean Delvare
2020-08-18
1
-0
/
+41
*
|
i2c: nvidia-gpu: Use put_unaligned_be24()
Andy Shevchenko
2020-09-21
1
-2
/
+1
*
|
i2c: ismt: Add support for Intel Emmitsburg PCH
Andy Shevchenko
2020-09-21
1
-0
/
+2
*
|
i2c: ismt: Describe parameters in kernel doc
Andy Shevchenko
2020-09-21
1
-8
/
+2
*
|
i2c: jz4780: Remove of_match_ptr()
Paul Cercueil
2020-09-21
1
-1
/
+1
*
|
i2c: jz4780: Add compatible string for JZ4770 SoC
Paul Cercueil
2020-09-21
1
-0
/
+1
*
|
dt-bindings: i2c: ingenic: Add compatible string for the JZ4770
Paul Cercueil
2020-09-21
1
-4
/
+8
*
|
i2c: amd_mp2: handle num is 0 input for i2c_amd_xfer
Tom Rix
2020-09-21
1
-1
/
+1
*
|
i2c: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-21
3
-17
/
+13
[next]