Chen-Yu Tsai
unread,Sep 20, 2019, 4:39:58 AM9/20/19Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Priit Laes, Maxime Ripard, linux-arm-kernel, linux-kernel, linux-sunxi, priit...@paf.com, Wolfram Sang, linu...@vger.kernel.org
This looks like it's complaining that i2c-1 (i2c-mv64xxx) does not have
.master_xfer_atomic , which should be used in atomic contexts.
include/linux/i2c.h says:
@master_xfer_atomic: same as @master_xfer. Yet, only using atomic context
so e.g. PMICs can be accessed very late before shutdown. Optional.
ChenYu