Hi, On Sat, Jul 08, 2017 at 08:11:13PM +0200, Alexander Aring wrote: > Hi, > > On Sat, Jul 08, 2017 at 08:06:48PM +0200, Alexander Aring wrote: > ... > > > > > The Registers a configured as: > > > > > > cat /sys/kernel/debug/regmap/spi1.0/registers > > > > > > 01: 16 > > > 02: 16 > > > 03: 00 > > > 04: 20 > > > 05: 00 > > > 06: 20 > > > 07: ff > > > 08: 1a > > > 09: 00 > > > 0a: 00 > > > 0b: 00 > > > 0c: a0 > > > > RX_SAFE_MODE is 1 here, good. > > > > It could be that I misunderstood the datasheet, and the RX_SAFE_MODE is > "released" on loosing CS. Which means we need to reenable the bit after > each received frame. > > maybe you could check that? :-/ > one small note here, for that you need to make the register for RX_SAFE_MODE volatile - don't trust regmap for now, because it's using shadow register - with volatile it will not use shadow registering! - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html