index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-isch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-07
i2c: isch: Convert comma to semicolon
Chen Ni
1
-3
/
+3
2024-11-13
i2c: isch: Convert to kernel-doc
Andy Shevchenko
1
-20
/
+28
2024-11-13
i2c: isch: Prefer to use octal permission
Andy Shevchenko
1
-1
/
+1
2024-11-13
i2c: isch: Don't use "proxy" headers
Andy Shevchenko
1
-3
/
+5
2024-11-13
i2c: isch: Unify the name of the variable to hold an error code
Andy Shevchenko
1
-8
/
+7
2024-11-13
i2c: isch: Use read_poll_timeout()
Andy Shevchenko
1
-14
/
+6
2024-11-13
i2c: isch: Utilize temporary variable to hold device pointer
Andy Shevchenko
1
-10
/
+9
2024-11-13
i2c: isch: switch i2c registration to devm functions
Andy Shevchenko
1
-16
/
+1
2024-11-13
i2c: isch: Use custom private data structure
Andy Shevchenko
1
-70
/
+75
2024-11-13
i2c: isch: Switch to memory mapped IO accessors
Andy Shevchenko
1
-55
/
+78
2024-11-13
i2c: isch: Use string_choices API instead of ternary operator
Andy Shevchenko
1
-2
/
+3
2024-11-13
i2c: isch: Pass pointer to struct i2c_adapter down
Andy Shevchenko
1
-30
/
+23
2024-09-11
i2c: isch: Add missed 'else'
Andy Shevchenko
1
-2
/
+1
2024-07-11
i2c: isch: reword according to newest specification
Wolfram Sang
1
-1
/
+1
2024-01-18
i2c: Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C...
Heiner Kallweit
1
-1
/
+1
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-8
/
+1
2019-04-03
i2c: isch: Remove unnecessary acpi.h include
Bjorn Helgaas
1
-1
/
+0
2018-09-25
i2c: i2c-isch: fix spelling mistake "unitialized" -> "uninitialized"
Colin Ian King
1
-1
/
+1
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-3
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-07
i2c: remove FSF address
Wolfram Sang
1
-4
/
+0
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-01-24
i2c: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-04
i2c: isch: Use devm_request_region()
Jingoo Han
1
-5
/
+2
2013-02-11
i2c: isch: Add module parameter for backbone clock rate if divider is unset
Alexander Stein
1
-0
/
+17
2012-12-22
i2c: remove __dev* attributes from subsystem
Bill Pemberton
1
-3
/
+3
2012-03-26
i2c-isch: Decrease delay in command completion check loop
Olivier Sobrie
1
-5
/
+5
2012-01-12
i2c/busses: Use module_platform_driver()
Axel Lin
1
-12
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-03-07
i2c: convert i2c-isch to platform_device
Denis Turischev
1
-41
/
+27
2010-03-02
i2c: Make PCI device ids constant
Márton Németh
1
-1
/
+1
2009-10-04
i2c: Hide probe errors caused by ACPI resource conflicts
Jean Delvare
1
-1
/
+1
2009-05-05
i2c: Timeouts off by 1
Roel Kluin
1
-1
/
+1
2008-07-14
i2c: Check for ACPI resource conflicts
Jean Delvare
1
-0
/
+3
2008-07-14
i2c: Let bus drivers add SPD to their class
Jean Delvare
1
-1
/
+1
2008-07-14
i2c: Add Intel SCH SMBus support
Alek Du
1
-0
/
+336