index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-designware-master.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-24
dt-bindings: i2c: snps,designware-i2c: declare bus capacitance and clk freq o...
Michael Wu
1
-0
/
+18
2024-11-24
i2c: nomadik: support >=1MHz speed modes
Théo Lebrun
1
-24
/
+16
2024-11-24
i2c: nomadik: fix BRCR computation
Théo Lebrun
1
-1
/
+5
2024-11-24
i2c: nomadik: support Mobileye EyeQ6H I2C controller
Théo Lebrun
1
-2
/
+6
2024-11-24
i2c: nomadik: switch from of_device_is_compatible() to of_match_device()
Théo Lebrun
1
-8
/
+27
2024-11-24
dt-bindings: i2c: nomadik: support 400kHz < clock-frequency <= 3.4MHz
Théo Lebrun
1
-1
/
+1
2024-11-24
dt-bindings: i2c: nomadik: add mobileye,eyeq6h-i2c bindings
Théo Lebrun
1
-5
/
+6
2024-11-24
dt-bindings: i2c: mv64xxx: Add Allwinner A523 compatible string
Andre Przywara
1
-0
/
+1
2024-11-24
i2c: designware: Add ACPI HID for DWAPB I2C controller on FUJITSU-MONAKA
Yoshihiro Furudera
1
-0
/
+1
2024-11-24
i2c: qup: use generic device property accessors
Bartosz Golaszewski
1
-2
/
+2
2024-11-23
hwmon: (tps23861) Fix reporting of negative temperatures
Murad Masimov
1
-1
/
+1
2024-11-23
hwmon: (tmp108) Do not fail in I3C probe when I3C regmap is a module
Jarkko Nikula
1
-5
/
+0
2024-11-23
f2fs: fix to drop all discards after creating snapshot on lvm device
Chao Yu
2
-7
/
+21
2024-11-23
f2fs: add a sysfs node to limit max read extent count per-inode
Chao Yu
4
-1
/
+24
2024-11-22
perf tests: Fix hwmon parsing with PMU name test
Ian Rogers
2
-8
/
+13
2024-11-22
perf hwmon_pmu: Ensure hwmon key union is zeroed before use
Ian Rogers
1
-4
/
+5
2024-11-22
perf tests hwmon_pmu: Remove double evlist__delete()
Arnaldo Carvalho de Melo
1
-2
/
+0
2024-11-22
perf/test: fix perf ftrace test on s390
Thomas Richter
1
-1
/
+1
2024-11-22
perf bpf-filter: Return -ENOMEM directly when pfi allocation fails
Hao Ge
1
-1
/
+1
2024-11-22
perf test: Correct hwmon test PMU detection
Ian Rogers
1
-1
/
+2
2024-11-22
docs: Add debugging guide for the media subsystem
Sebastian Fricke
3
-0
/
+198
2024-11-22
docs: Add debugging section to process
Sebastian Fricke
4
-3
/
+573
2024-11-22
docs/licensing: Clarify wording about "GPL" and "Proprietary"
Uwe Kleine-König
2
-9
/
+11
2024-11-22
docs: core-api/gfp_mask-from-fs-io: indicate that vmalloc supports GFP_NOFS/G...
Pavel Tikhomirov
1
-9
/
+11
2024-11-22
Documentation: kernel-doc: enumerate identifier *type*s
Randy Dunlap
1
-0
/
+1
2024-11-22
Documentation: pwrseq: Fix trivial misspellings
Javier Carrasco
1
-4
/
+4
2024-11-22
Documentation: filesystems: update filename extensions
Randy Dunlap
6
-6
/
+6
2024-11-21
tpm: atmel: Drop PPC64 specific MMIO setup
Rob Herring (Arm)
3
-144
/
+61
2024-11-21
char: tpm: cr50: Add new device/vendor ID 0x50666666
Jett Rink
1
-4
/
+28
2024-11-21
char: tpm: cr50: Move i2c locking to request/relinquish locality ops
Jan Dabros
1
-9
/
+13
2024-11-21
char: tpm: cr50: Use generic request/relinquish locality ops
Jan Dabros
1
-40
/
+54
2024-11-21
tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driver
Stefan Berger
2
-15
/
+1
2024-11-21
smb: prevent use-after-free due to open_cached_dir error paths
Paul Aurich
1
-41
/
+29
2024-11-21
smb: Don't leak cfid when reconnect races with open_cached_dir
Paul Aurich
1
-13
/
+14
2024-11-21
smb: client: handle max length for SMB symlinks
Paulo Alcantara
2
-1
/
+6
2024-11-21
smb: client: get rid of bounds check in SMB2_ioctl_init()
Paulo Alcantara
1
-9
/
+0
2024-11-21
smb: client: improve compound padding in encryption
Paulo Alcantara
3
-63
/
+18
2024-11-21
smb3: request handle caching when caching directories
Steve French
1
-1
/
+1
2024-11-21
cifs: Recognize SFU char/block devices created by Windows NFS server on Windo...
Pali Rohár
1
-0
/
+22
2024-11-21
CIFS: New mount option for cifs.upcall namespace resolution
Ritvik Budhiraja
6
-0
/
+117
2024-11-21
smb/client: Prevent error pointer dereference
Dan Carpenter
1
-2
/
+4
2024-11-21
fs/smb/client: implement chmod() for SMB3 POSIX Extensions
Ralph Boehme
4
-23
/
+37
2024-11-21
smb: cached directories can be more than root file handle
Paul Aurich
1
-1
/
+1
2024-11-21
f2fs: fix to shrink read extent node in batches
Chao Yu
1
-28
/
+41
2024-11-21
f2fs: print message if fscorrupted was found in f2fs_new_node_page()
Chao Yu
1
-1
/
+6
2024-11-21
f2fs: clear SBI_POR_DOING before initing inmem curseg
Sheng Yong
1
-3
/
+3
2024-11-21
f2fs: fix changing cursegs if recovery fails on zoned device
Sheng Yong
4
-28
/
+28
2024-11-21
f2fs: adjust unusable cap before checkpoint=disable mode
Daeho Jeong
1
-1
/
+1
2024-11-21
f2fs: fix to requery extent which cross boundary of inquiry
Chao Yu
1
-5
/
+15
2024-11-21
f2fs: fix to adjust appropriate length for fiemap
Zhiguo Niu
2
-3
/
+4
[prev]
[next]