index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
crc64.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-18
i2c: stm32f7: add support for stm32mp25 soc
Alain Volmat
1
-88
/
+126
2024-01-18
i2c: stm32f7: perform I2C_ISR read once at beginning of event isr
Alain Volmat
1
-7
/
+5
2024-01-18
dt-bindings: i2c: document st,stm32mp25-i2c compatible
Alain Volmat
1
-0
/
+28
2024-01-18
i2c: stm32f7: simplify status messages in case of errors
Alain Volmat
1
-7
/
+5
2024-01-18
i2c: stm32f7: perform most of irq job in threaded handler
Alain Volmat
1
-70
/
+56
2024-01-18
i2c: stm32f7: use dev_err_probe upon calls of devm_request_irq
Alain Volmat
1
-10
/
+4
2024-01-18
i2c: i801: Add lis3lv02d for Dell XPS 15 7590
Paul Menzel
1
-0
/
+1
2024-01-18
i2c: i801: Add lis3lv02d for Dell Precision 3540
Paul Menzel
1
-0
/
+1
2024-01-18
i2c: wmt: Reduce redundant: REG_CR setting
Hans Hu
1
-26
/
+9
2024-01-18
i2c: wmt: Reduce redundant: function parameter
Hans Hu
1
-10
/
+5
2024-01-18
i2c: wmt: Reduce redundant: clock mode setting
Hans Hu
1
-21
/
+7
2024-01-18
i2c: wmt: Reduce redundant: wait event complete
Hans Hu
1
-14
/
+6
2024-01-18
i2c: wmt: Reduce redundant: bus busy check
Hans Hu
1
-12
/
+7
2024-01-18
i2c: mux: reg: Remove class-based device auto-detection support
Heiner Kallweit
2
-5
/
+1
2024-01-18
i2c: make i2c_bus_type const
Greg Kroah-Hartman
3
-3
/
+3
2024-01-18
dt-bindings: at24: add ROHM BR24G04
Philipp Zabel
1
-0
/
+1
2024-01-18
eeprom: at24: use of_match_ptr()
Bartosz Golaszewski
1
-2
/
+3
2024-01-18
i2c: cpm: Remove linux,i2c-index conversion from be32
Christophe Leroy
1
-1
/
+1
2024-01-18
i2c: imx: Make SDA actually optional for bus recovering
Alexander Stein
1
-1
/
+1
2024-01-18
i2c: smbus: Support up to 8 SPD EEPROMs
Jean Delvare
1
-4
/
+4
2024-01-18
i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126
Tim Lunn
1
-2
/
+6
2024-01-18
i2c: s3c24xx: add support for atomic transfers
Marek Szyprowski
1
-2
/
+19
2024-01-18
i2c: s3c24xx: fix transferring more than one message in polling mode
Marek Szyprowski
1
-17
/
+10
2024-01-18
i2c: s3c24xx: fix read transfers in polling mode
Marek Szyprowski
1
-2
/
+11
2024-01-18
i2c: rcar: add FastMode+ support for Gen4
Wolfram Sang
1
-11
/
+27
2024-01-18
i2c: rcar: introduce Gen4 devices
Wolfram Sang
1
-6
/
+7
2024-01-18
i2c: npcm7xx: move to per-adapter debugfs directory
Wolfram Sang
1
-42
/
+7
2024-01-18
i2c: gpio: move to per-adapter debugfs directory
Wolfram Sang
1
-28
/
+6
2024-01-18
i2c: create debugfs entry per adapter
Wolfram Sang
2
-0
/
+13
2024-01-18
staging: greybus: Don't let i2c adapters declare I2C_CLASS_SPD support if the...
Heiner Kallweit
1
-1
/
+1
2024-01-18
media: netup_unidvb: Don't let i2c adapters declare I2C_CLASS_SPD support if ...
Heiner Kallweit
1
-1
/
+1
2024-01-18
i2c: stub: Don't let i2c adapters declare I2C_CLASS_SPD support if they suppo...
Heiner Kallweit
1
-1
/
+1
2024-01-18
i2c: Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C...
Heiner Kallweit
24
-26
/
+25
2024-01-18
drm/amd/pm: Remove I2C_CLASS_SPD support
Heiner Kallweit
3
-3
/
+0
2024-01-18
include/linux/i2c.h: remove I2C_CLASS_DDC support
Heiner Kallweit
1
-1
/
+0
2024-01-18
fbdev: remove I2C_CLASS_DDC support
Heiner Kallweit
9
-27
/
+10
2024-01-18
drm: remove I2C_CLASS_DDC support
Heiner Kallweit
21
-21
/
+0
2024-01-18
i40e: Include types.h to some headers
Tony Nguyen
2
-0
/
+2
2024-01-18
ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work
Nikita Zhandarovich
1
-0
/
+4
2024-01-18
selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes
Amit Cohen
1
-1
/
+17
2024-01-18
selftests: mlxsw: qos_pfc: Remove wrong description
Amit Cohen
1
-1
/
+0
2024-01-18
mlxsw: spectrum_router: Register netdevice notifier before nexthop
Petr Machata
1
-12
/
+12
2024-01-18
mlxsw: spectrum_acl_tcam: Fix stack corruption
Ido Schimmel
2
-1
/
+57
2024-01-18
mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path
Ido Schimmel
1
-2
/
+2
2024-01-18
mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failure
Amit Cohen
2
-4
/
+56
2024-01-18
Documentation: block: ioprio: Update schedulers
Christian Loehle
1
-7
/
+6
2024-01-18
loop: fix the the direct I/O support check when used on top of block devices
Christoph Hellwig
1
-27
/
+25
2024-01-18
seq_buf: Make DECLARE_SEQ_BUF() usable
Nathan Lynch
1
-2
/
+1
2024-01-18
ethtool: netlink: Add missing ethnl_ops_begin/complete
Ludvig Pärsson
1
-2
/
+7
2024-01-18
selftests: bonding: Add more missing config options
Benjamin Poirier
1
-0
/
+5
[next]