Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
i2c_designware is flooding my logfiles [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
furanku
l33t
l33t


Joined: 08 May 2003
Posts: 905
Location: Hamburg, Germany

PostPosted: Wed Jul 28, 2021 4:56 pm    Post subject: i2c_designware is flooding my logfiles [SOLVED] Reply with quote

As the subject says i2cdesingware is flooding my logfiles with every movement of the mousepointer with my trackpad on a Dell XPS 15 9500 with messege blocks like this:

Code:

# dmesg
[...]
[ 8497.395208] i2c_designware i2c_designware.1: i2c_dw_xfer: msgs: 1
[ 8497.395262] i2c_designware i2c_designware.1: enabled=0x1 stat=0x10
[ 8497.395407] i2c_designware i2c_designware.1: enabled=0x1 stat=0x514
[ 8497.395475] i2c_designware i2c_designware.1: enabled=0x1 stat=0x514
[ 8497.395530] i2c_designware i2c_designware.1: enabled=0x1 stat=0x514
[ 8497.395608] i2c_designware i2c_designware.1: enabled=0x1 stat=0x514
[ 8497.395664] i2c_designware i2c_designware.1: enabled=0x1 stat=0x514
[ 8497.395731] i2c_designware i2c_designware.1: enabled=0x1 stat=0x710


Any ideas?


Last edited by furanku on Wed Jul 28, 2021 5:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Wed Jul 28, 2021 5:16 pm    Post subject: Reply with quote

Debug mode seems to be enabled. Please check your kernel and/or module parameters.
Code:
/usr/src/linux/drivers/i2c/busses/i2c-designware-master.c:767:      dev_dbg(dev->dev, "enabled=%#x stat=%#x\n", enabled, stat);
Back to top
View user's profile Send private message
furanku
l33t
l33t


Joined: 08 May 2003
Posts: 905
Location: Hamburg, Germany

PostPosted: Wed Jul 28, 2021 5:31 pm    Post subject: Reply with quote

Code:
# grep I2C .config | grep DEBUG
CONFIG_I2C_DEBUG_CORE=y
CONFIG_I2C_DEBUG_ALGO=y
CONFIG_I2C_DEBUG_BUS=y

Thanks!

(OK, darauf hätte ich nun auch selber kommen können ... ist gerade zu heiß hier :oops: )
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum