index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-10
i2c: mpc: use device managed APIs
Chris Packham
1
-28
/
+18
2021-04-10
i2c: mpc: make interrupt mandatory and remove polling code
Chris Packham
1
-32
/
+19
2021-04-10
i2c: mpc: Make use of i2c_recover_bus()
Chris Packham
1
-2
/
+16
2021-04-10
i2c: ensure timely release of driver-allocated resources
Dmitry Torokhov
1
-1
/
+20
2021-04-10
i2c: designware: Switch over to i2c_freq_mode_string()
Andy Shevchenko
1
-16
/
+4
2021-04-10
i2c: add support for HiSilicon I2C controller
Yicong Yang
3
-0
/
+515
2021-04-10
i2c: core: add api to provide frequency mode strings
Yicong Yang
1
-0
/
+21
2021-04-10
i2c: core: add managed function for adding i2c adapters
Yicong Yang
1
-0
/
+26
2021-04-10
Merge branch 'i2c/software-nodes' into i2c/for-5.13
Wolfram Sang
5
-43
/
+26
2021-04-10
i2c: Remove support for dangling device properties
Heikki Krogerus
2
-25
/
+1
2021-04-10
i2c: icy: Constify the software node
Heikki Krogerus
1
-23
/
+9
2021-04-10
i2c: nvidia-gpu: Constify the software node
Heikki Krogerus
1
-1
/
+5
2021-04-10
i2c: cht-wc: Constify the software node
Heikki Krogerus
1
-1
/
+5
2021-04-08
i2c: Add support for software nodes
Heikki Krogerus
1
-1
/
+14
2021-04-08
i2c: remove unused 'version.h' include in drivers
Tian Tao
2
-2
/
+0
2021-04-08
i2c: core: simplify devm_i2c_new_dummy_device()
Yicong Yang
1
-19
/
+9
2021-04-08
i2c: designware: Fix return value check in navi_amd_register_client()
Wei Yongjun
1
-2
/
+2
2021-04-06
i2c: stm32f7: avoid ifdef CONFIG_PM_SLEEP for pm callbacks
Alain Volmat
1
-6
/
+4
2021-04-06
i2c: exynos5: correct top kerneldoc
Krzysztof Kozlowski
1
-1
/
+1
2021-04-05
i2c: tegra-bpmp: make some functions void
Wolfram Sang
1
-16
/
+4
2021-04-05
i2c: tegra-bpmp: don't modify input variable in xlate_flags
Wolfram Sang
1
-24
/
+8
2021-04-05
i2c: drivers: Use generic definitions for bus frequencies (part 2)
Andy Shevchenko
3
-13
/
+7
2021-04-05
i2c: designware: Add driver support for AMD NAVI GPU
Sanket Goswami
4
-0
/
+205
2021-04-05
i2c: cp2615: add i2c driver for Silicon Labs' CP2615 Digital Audio Bridge
Bence Csókás
3
-0
/
+341
2021-04-05
i2c: designware: Adjust bus_freq_hz when refuse high speed mode set
Andy Shevchenko
1
-0
/
+1
2021-03-31
i2c: hix5hd2: use the correct HiSilicon copyright
Hao Fang
1
-1
/
+1
2021-03-31
i2c: Make i2c_recover_bus() to return -EBUSY if bus recovery unimplemented
Dmitry Osipenko
1
-1
/
+1
2021-03-31
i2c: stm32f7: Remove useless error message
Tian Tao
1
-5
/
+1
2021-03-31
i2c: stm32f4: Mundane typo fix
Bhaskar Chowdhury
1
-1
/
+1
2021-03-31
i2c: tegra-bpmp: Implement better error handling
Thierry Reding
1
-1
/
+26
2021-03-31
I2C: JZ4780: Fix bug for Ingenic X1000.
周琰杰 (Zhou Yanjie)
1
-2
/
+2
2021-03-29
powerpc/embedded6xx: Remove CONFIG_MV64X60
Christophe Leroy
1
-1
/
+1
2021-03-23
i2c: altera: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs
Krzysztof Kozlowski
1
-1
/
+1
2021-03-18
i2c: turn recovery error on init to debug
Wolfram Sang
1
-3
/
+4
2021-03-18
i2c: bail out early when RDWR parameters are wrong
Wolfram Sang
1
-2
/
+7
2021-03-18
i2c: i2c-scmi: Drop unused ACPI_MODULE_NAME definition
Rafael J. Wysocki
1
-2
/
+0
2021-03-18
i2c: powermac: remove uncertainty about SMBUS_BLOCK transfers
Wolfram Sang
1
-5
/
+0
2021-03-18
i2c: rcar: implement atomic transfers
Ulrich Hecht
1
-6
/
+78
2021-03-18
i2c: stm32f7: indicate the address being accessed on errors
Alain Volmat
1
-3
/
+6
2021-03-18
i2c: stm32f7: add support for DNF i2c-digital-filter binding
Alain Volmat
1
-11
/
+16
2021-03-18
i2c: stm32f7: support DT binding i2c-analog-filter
Alain Volmat
1
-10
/
+10
2021-02-26
i2c: exynos5: Preserve high speed master code
Mårten Lindahl
1
-1
/
+7
2021-02-26
Revert "i2c: i2c-qcom-geni: Add shutdown callback for i2c"
Wolfram Sang
1
-34
/
+0
2021-02-26
i2c: designware: Get right data length
Liguang Zhang
2
-1
/
+3
2021-02-26
i2c: brcmstb: Fix brcmstd_send_i2c_cmd condition
Maxime Ripard
1
-1
/
+1
2021-02-22
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-3
/
+1
2021-02-22
Merge branch 'i2c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
32
-2992
/
+763
2021-02-21
Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
2
-6
/
+2
2021-02-20
Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-2
/
+2
2021-02-17
Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Takashi Iwai
6
-8
/
+60
[prev]
[next]