Re: [beagleboard] log files got flooded with spi dev clock messages

2018-03-29 Thread joerg . krein
I'm using kernel 4.1.13 uname output: Linux bbbi-ohl-1 4.1.13-ti-r30 #1 SMP PREEMPT Fri Nov 13 21:54:17 UTC 2015 armv7l GNU/Linux Is there a way to disable logging? Still don't know who is setting the clock back to 16MHz. The capemgr? Am Mittwoch, 28. März 2018 20:25:08 UTC+2 schrieb Wulf Man: >

[beagleboard] log files got flooded with spi dev clock messages

2018-03-28 Thread joerg . krein
Hi, I'm trying to use the spi device on my beaglebone black with a C program. For setup I use something like: uint8_t SPImode |= SPI_CPOL; uint8_t bits = 8; uint16_t delay = 0; uint32_t speed = 50; fd = open("spidev1.0", O_RDWR); ret = ioctl(fd, SPI_IOC_WR_MODE, &SPImode); ret = ioctl(fd, SP