index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
i2c: tegra: Keep IRQs enabled during suspend/resume
Thierry Reding
2020-05-08
1
-2
/
+2
|
|
*
|
|
|
i2c: tegra: Restore pinmux on system resume
Thierry Reding
2020-05-08
1
-4
/
+19
|
|
*
|
|
|
Revert "i2c: tegra: Fix suspending in active runtime PM state"
Thierry Reding
2020-05-07
1
-9
/
+0
|
*
|
|
|
|
i2c: altera: cleanup spinlock
Atsushi Nemoto
2020-05-20
1
-8
/
+4
|
*
|
|
|
|
Merge branch 'i2c/for-current-fixed' into i2c/for-5.8
Wolfram Sang
2020-05-20
371
-1833
/
+3509
|
|
\
\
\
\
\
|
*
|
|
|
|
|
i2c: core: support bus regulator controlling in adapter
Bibby Hsieh
2020-05-20
1
-0
/
+84
|
*
|
|
|
|
|
i2c: reword explanation about atomic transfers
Wolfram Sang
2020-05-20
1
-3
/
+3
|
*
|
|
|
|
|
i2c: slave-eeprom: add support for 24c512 EEPROMs
Wolfram Sang
2020-05-20
1
-2
/
+4
|
*
|
|
|
|
|
i2c: mediatek: Add i2c ac-timing adjust support
Qii Wang
2020-05-20
1
-51
/
+278
|
*
|
|
|
|
|
i2c: designware: Allow slave mode for PCI enumerated devices
Andy Shevchenko
2020-05-13
2
-13
/
+12
|
*
|
|
|
|
|
i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master()
Andy Shevchenko
2020-05-13
5
-10
/
+20
|
*
|
|
|
|
|
i2c: designware: Switch PCI driver to use i2c_dw_configure_master()
Andy Shevchenko
2020-05-13
1
-26
/
+7
|
*
|
|
|
|
|
i2c: designware: Move configuration routines to respective modules
Andy Shevchenko
2020-05-13
4
-37
/
+48
|
*
|
|
|
|
|
i2c: designware: Use devm_platform_ioremap_resource() to simplify code
Andy Shevchenko
2020-05-13
1
-6
/
+2
|
*
|
|
|
|
|
i2c: pxa: use master-abort for device probes
Russell King
2020-05-12
1
-8
/
+2
|
*
|
|
|
|
|
i2c: pxa: clear all master action bits in i2c_pxa_stop_message()
Russell King
2020-05-12
1
-4
/
+2
|
*
|
|
|
|
|
i2c: pxa: remove some unnecessary debug
Russell King
2020-05-12
1
-3
/
+1
|
*
|
|
|
|
|
i2c: pxa: ensure timeout messages are unique
Russell King
2020-05-12
1
-3
/
+3
|
*
|
|
|
|
|
i2c: pxa: avoid complaints with non-responsive slaves
Russell King
2020-05-12
1
-4
/
+8
|
*
|
|
|
|
|
i2c: pxa: consolidate i2c_pxa_*xfer() implementations
Russell King
2020-05-12
1
-20
/
+16
|
*
|
|
|
|
|
i2c: mux: pca954x: Convert license to SPDX identifier
Andy Shevchenko
2020-05-11
1
-5
/
+2
|
*
|
|
|
|
|
i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup()
Andy Shevchenko
2020-05-11
1
-3
/
+2
|
*
|
|
|
|
|
i2c: mux: pca954x: Make use of device properties
Andy Shevchenko
2020-05-11
1
-10
/
+5
|
*
|
|
|
|
|
i2c: mux: pca954x: Refactor pca954x_irq_handler()
Andy Shevchenko
2020-05-11
1
-10
/
+7
|
*
|
|
|
|
|
i2c: at91: Send bus clear command if SDA is down
Codrin Ciubotariu
2020-05-05
3
-8
/
+50
|
*
|
|
|
|
|
i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary condition
Russell King
2020-05-05
1
-5
/
+12
|
*
|
|
|
|
|
i2c: pxa: clean up decode_bits()
Russell King
2020-05-05
1
-4
/
+3
|
*
|
|
|
|
|
i2c: pxa: fix i2c_pxa_scream_blue_murder() debug output
Russell King
2020-05-05
1
-4
/
+3
|
*
|
|
|
|
|
i2c: pxa: move DT IDs along side platform IDs
Russell King
2020-05-05
1
-9
/
+9
|
*
|
|
|
|
|
i2c: pxa: move private definitions to i2c-pxa.c
Russell King
2020-05-05
1
-0
/
+43
|
*
|
|
|
|
|
i2c: pxa: always set fm and hs members for each type
Russell King
2020-05-05
1
-2
/
+10
|
*
|
|
|
|
|
i2c: pxa: add and use definitions for IBMR register
Russell King
2020-05-05
1
-4
/
+8
|
*
|
|
|
|
|
i2c: pxa: re-arrange register field definitions
Russell King
2020-05-05
1
-60
/
+53
|
*
|
|
|
|
|
i2c: pxa: re-arrange functions to flow better
Russell King
2020-05-05
1
-163
/
+162
|
*
|
|
|
|
|
i2c: pxa: re-arrange includes to be in alphabetical order
Russell King
2020-05-05
1
-8
/
+8
|
*
|
|
|
|
|
i2c: pxa: remove unneeded includes
Russell King
2020-05-05
1
-4
/
+0
|
*
|
|
|
|
|
i2c: pxa: use official address byte helper
Russell King
2020-05-05
1
-14
/
+4
|
*
|
|
|
|
|
i2c: powermac: use true,false for bool variable
Jason Yan
2020-04-30
1
-1
/
+1
|
*
|
|
|
|
|
i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate()
Dan Carpenter
2020-04-30
1
-1
/
+1
|
*
|
|
|
|
|
platform/mellanox: mlxreg-hotplug: convert to use i2c_new_client_device()
Wolfram Sang
2020-04-26
1
-4
/
+7
|
*
|
|
|
|
|
i2c: iproc: add support for SMBUS quick cmd
Rayagonda Kokatanur
2020-04-26
1
-3
/
+7
|
*
|
|
|
|
|
i2c: powermac: Simplify reading the "reg" and "i2c-address" property
Aishwarya R
2020-04-26
1
-8
/
+8
|
*
|
|
|
|
|
i2c: qup: remove unneeded conversion to bool
Jason Yan
2020-04-26
1
-6
/
+4
|
*
|
|
|
|
|
i2c: brcmstb: Fix handling of optional interrupt
Dave Stevenson
2020-04-26
1
-9
/
+11
|
*
|
|
|
|
|
i2c: stm32f7: allows for any bus frequency
Alain Volmat
2020-04-26
1
-61
/
+64
|
*
|
|
|
|
|
i2c: stm32: don't print an error on probe deferral
Etienne Carriere
2020-04-26
3
-6
/
+15
|
*
|
|
|
|
|
i2c: brcmstb: Allow to compile it on BCM2835
Maxime Ripard
2020-04-26
1
-2
/
+2
|
*
|
|
|
|
|
i2c: slave-eeprom: Make it possible to pre-load eeprom data
Björn Ardö
2020-04-26
1
-0
/
+25
|
*
|
|
|
|
|
i2c: busses: remove duplicate dev_err()
Dejin Zheng
2020-04-18
20
-58
/
+20
|
*
|
|
|
|
|
i2c: Add Qualcomm CCI I2C driver
Loic Poulain
2020-04-18
3
-0
/
+802
[prev]
[next]