Messages in this thread |  | | | From | Stephen Warren <> | | Subject | [PATCH V2 0/4] pinctrl: Rebased/extracted patches | | Date | Wed, 22 Feb 2012 14:25:57 -0700 |
| |
The first 3 patches were previously ack'd but weren't applied due to earlier patches in the original series not having been applied. These rebased versions can be applied directly on top of the pinctrl for-next branch.
The last patch is the conceptually ack'd portion of the larger locking rework patch, extracted on its own for commit.
Stephen Warren (4): pinctrl: Disallow map table entries with NULL dev_name field pinctrl: Use dev_*() instead of pr_*(), add some msgs, minor cleanups pinctrl: Allocate sizeof(*p) instead of sizeof(struct foo) pinctrl: Remove pin and hogs locks from struct pinctrl_dev
Documentation/pinctrl.txt | 15 ++--- drivers/pinctrl/core.c | 131 +++++++++++++------------------------- drivers/pinctrl/core.h | 11 ++-- drivers/pinctrl/pinmux.c | 2 +- include/linux/pinctrl/machine.h | 7 -- 5 files changed, 57 insertions(+), 109 deletions(-)
|  |