index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
mpi
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-30
i2c: add 'single-master' property to generic bindings
Wolfram Sang
1
-1
/
+6
2020-05-30
i2c: designware: Add Baikal-T1 System I2C support
Serge Semin
3
-3
/
+81
2020-05-30
i2c: designware: Move reg-space remapping into a dedicated function
Serge Semin
1
-5
/
+13
2020-05-30
i2c: designware: Retrieve quirk flags as early as possible
Serge Semin
1
-2
/
+2
2020-05-30
i2c: designware: Convert driver to using regmap API
Serge Semin
5
-156
/
+248
2020-05-30
i2c: designware: Discard Cherry Trail model flag
Serge Semin
3
-4
/
+2
2020-05-30
i2c: designware: Add Baytrail sem config DW I2C platform dependency
Serge Semin
1
-11
/
+12
2020-05-30
i2c: designware: slave: Set DW I2C core module dependency
Serge Semin
1
-0
/
+1
2020-05-30
i2c: designware: Use `-y` to build multi-object modules
Serge Semin
1
-10
/
+8
2020-05-30
dt-bindings: i2c: dw: Add Baikal-T1 SoC I2C controller
Serge Semin
1
-0
/
+2
2020-05-30
dt-bindings: i2c: Convert DW I2C slave to the DW I2C master example
Serge Semin
1
-2
/
+2
2020-05-30
dt-bindings: i2c: Convert DW I2C binding to DT schema
Serge Semin
2
-73
/
+154
2020-05-29
i2c: sh_mobile: simplify code and remove false compilation warning
Viresh Kumar
1
-5
/
+2
2020-05-29
i2c: i801: Instantiate SPD EEPROMs automatically
Jean Delvare
1
-0
/
+6
2020-05-29
i2c: smbus: Add a way to instantiate SPD EEPROMs automatically
Jean Delvare
2
-2
/
+110
2020-05-28
i2c: avoid confusing naming in header
Wolfram Sang
1
-4
/
+4
2020-05-28
i2c: slave-eeprom: update documentation to recent changes
Wolfram Sang
1
-4
/
+3
2020-05-28
i2c: slave-eeprom: skip useless initialization
Wolfram Sang
1
-1
/
+0
2020-05-28
i2c: acpi: Drop double check for ACPI companion device
Andy Shevchenko
1
-5
/
+1
2020-05-27
i2c: nvidia-gpu: Use PTR_ERR_OR_ZERO() to simplify code
Aishwarya Ramakrishnan
1
-4
/
+1
2020-05-27
i2c: save a variable in i2c_detect()
Wolfram Sang
1
-2
/
+1
2020-05-22
i2c: efm32: Avoid unnecessary check in efm32_i2c_probe()
Tang Bin
1
-3
/
+0
2020-05-22
i2c: efm32: Omit superfluous error message in efm32_i2c_probe()
Tang Bin
1
-1
/
+0
2020-05-22
Revert "dt-binding: i2c: add bus-supply property"
Wolfram Sang
1
-3
/
+0
2020-05-22
Revert "i2c: core: support bus regulator controlling in adapter"
Wolfram Sang
2
-86
/
+0
2020-05-22
i2c: designware: Drop hard coded FIFO depth assignment
Andy Shevchenko
2
-20
/
+0
2020-05-22
i2c: designware: Read counters from ACPI for PCI driver
Andy Shevchenko
1
-0
/
+11
2020-05-22
i2c: designware: Move ACPI parts into common module
Andy Shevchenko
3
-119
/
+142
2020-05-22
i2c: designware: Drop unneeded condition in i2c_dw_validate_speed()
Andy Shevchenko
1
-8
/
+6
2020-05-22
i2c: designware: Move i2c_dw_validate_speed() helper to a common code
Andy Shevchenko
3
-24
/
+38
2020-05-22
i2c: designware: Include proper headers in i2c-desingware-core.h
Andy Shevchenko
1
-0
/
+9
2020-05-22
i2c: designware: Get rid of PCI driver specifics in common code
Andy Shevchenko
2
-11
/
+14
2020-05-20
i2c: pxa: implement generic i2c bus recovery
Russell King
1
-17
/
+159
2020-05-20
i2c: altera: cleanup spinlock
Atsushi Nemoto
1
-8
/
+4
2020-05-20
i2c: core: support bus regulator controlling in adapter
Bibby Hsieh
2
-0
/
+86
2020-05-20
dt-binding: i2c: add bus-supply property
Bibby Hsieh
1
-0
/
+3
2020-05-20
i2c: reword explanation about atomic transfers
Wolfram Sang
1
-3
/
+3
2020-05-20
i2c: slave-eeprom: add support for 24c512 EEPROMs
Wolfram Sang
1
-2
/
+4
2020-05-20
i2c: mediatek: Add i2c ac-timing adjust support
Qii Wang
1
-51
/
+278
2020-05-15
MAINTAINERS: add maintainer for mediatek i2c controller driver
Qii Wang
1
-0
/
+7
2020-05-15
i2c: mux: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-15
i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_pro...
Christophe JAILLET
1
-0
/
+1
2020-05-15
i2c: altera: Fix race between xfer_msg and isr thread
Atsushi Nemoto
1
-1
/
+9
2020-05-15
i2c: algo-pca: update contact email
Wolfram Sang
1
-1
/
+1
2020-05-15
i2c: at91: Fix pinmux after devm_gpiod_get() for bus recovery
Codrin Ciubotariu
1
-3
/
+17
2020-05-13
i2c: designware: Allow slave mode for PCI enumerated devices
Andy Shevchenko
2
-13
/
+12
2020-05-13
i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master()
Andy Shevchenko
5
-10
/
+20
2020-05-13
i2c: designware: Switch PCI driver to use i2c_dw_configure_master()
Andy Shevchenko
1
-26
/
+7
2020-05-13
i2c: designware: Move configuration routines to respective modules
Andy Shevchenko
4
-37
/
+48
2020-05-13
i2c: designware: Use devm_platform_ioremap_resource() to simplify code
Andy Shevchenko
1
-6
/
+2
[next]