Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gpio_msm: using for_each_set_bit to simplify the code | Wei Yongjun | 2012-09-18 | 1 | -3/+1 |
| | | | | | | | | | | | Using for_each_set_bit() to simplify the code. spatch with a semantic match is used to found this. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Acked-by: David Brown <davidb@codeaurora.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> | ||||
* | gpio_msm: Move Qualcomm MSM v2 gpio driver into drivers | David Brown | 2011-08-01 | 1 | -0/+433 |
Migrate the driver for the v7-based MSM chips into drivers/gpio. The driver is unchanged, only moved. Change-Id: I810db5b50b71cdca4e869aa0d0310f7f48781a55 Signed-off-by: David Brown <davidb@codeaurora.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org> |