commit | d785fdb5d8ebdb0081624e9d8b220ff199c22645 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Wed Nov 28 20:56:48 2012 +0100 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Fri Mar 15 13:33:36 2013 +0100 |
tree | a3473d67733c72333690f522f860010c44087242 | |
parent | e3e89ae43e132b80039614098597ad2fec6cfbb1 [diff] |
sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios() The sh_pfc_map_gpios() function is only called at initialization time when no other task can access the sh_pfc fields. Don't protect the operation with a spinlock. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>