ChangeLog from v4 -> v5: * Remove the singleton pattern. Now we can instantiate several AB3100 chips on the same system if we want to, this won't happen in practice but it makes the driver look more similar to other drivers so it's nice. * Consequently pass around the struct ab3100 * token instead of using the local singleton inside the driver. * Replace all "ab3100_data" suffixes on variable names with a plain "ab3100" since there is not difference between these anymore. * Pass a small struct to the get/set register debugfs functions in order to pass mode of operation as well as a pointer to a struct ab3100 * in the file private data. * Correct file permissions on write-only debugfs files. * Hoping that Sam will accept this into the -mfd tree... Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html