[PATCH 0/1] MFD: Add U300 AB3100 core support v5

From: Linus Walleij
Date: Thu May 21 2009 - 17:16:10 EST


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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/